/*--Team Layout One Starts--*/
.team-layout-one,
.team-layout-two {
  padding: 70px 0px;
}
.team-layout-one .card,
.team-layout-two .card,
.team-layout-four .card {
  border-radius: 0px;
  border-color: transparent;
  margin-bottom: 20px;
}
.team-layout-one .card-img-top,
.team-layout-two .card-img-top,
.team-layout-four .card-img-top {
  border-radius: 0px;
}
.team-image {
  overflow: hidden;
}
.team-layout-one .card-img-top:hover,
.team-layout-two .card-img-top:hover {
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.7s;
}
.card-text {
  padding: 15px 0px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}
.contact-information ul {
  padding-left: 0px;
}
.contact-information ul li {
  list-style: none;
  margin-bottom: 8px;
}
.contact-information ul li a i {
  margin-right: 5px;
  font-size: 18px;
  color: #143ee5;
}
.contact-information ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 26px;
}
.contact-information ul .team-number a {
  color: gray;
}
.team-layout-one .card-body {
  background-color: #143ee5;
  color: white;
}
.team-layout-one .card-title {
  margin-bottom: 0px;
}
.team-layout-one .card-title a {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
  color: white;
  text-decoration: none;
}
.team-layout-one h5 {
  font-size: 16px;
  line-height: 22px;
}
.social-media-icons a i {
  font-size: 17px;
  padding: 7px 0px 0px;
  color: #fff;
}
.social-media-icons a {
  /* background: #2254e8; */
  padding: 0px 15px;
  display: inline-block;
}
.social-media-icons .facebook-icon:hover {
  background: #3b5999;
  transition: 0.5s;
}
.social-media-icons .twitter-icon:hover {
  background: #3aa9e0;
  transition: 0.5s;
}
.social-media-icons .linkedin-icon:hover {
  background: #0080b1;
  transition: 0.5s;
}
.social-media-icons .envelope-icon:hover {
  background: #d04333;
  transition: 0.5s;
}
/*--Team Layout One Ends--*/


/*--Team Layout Two Starts--*/
.team-layout-two .card-img-top, .team-layout-four .card-img-top {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}
.team-layout-two .card-img-top:hover {
  filter: none;
}
.team-layout-two .card-title {
  margin-bottom: 0px;
}
.team-layout-two .card-title a {
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  color: black !important;
}
.team-layout-two .card-title a:hover {
  color: #2241d8 !important;
  transition: 0.5s;
}
.team-layout-two h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.team-layout-two .card-text {
  padding: 0px 0px 15px 0px;
}
/*--Team Layout Two Ends*/


/*--Team Layout Three Starts--*/
.team-layout-three {

  padding-top: 40px;
  padding-bottom: 24px;
}
.team-layout-three .team-three-wrapper .team-left-image{
  width: 50%;
}

.team-layout-three .team-three-wrapper .team-left-image .social-media-icons{
  margin-top: -40px;
  text-align: center;
}
.team-three-wrapper {
  display: flex;
  /* margin-bottom: 30px !important; */
  height: 100%;
}
.team-content {
  background: #041E42;
  padding: 15px 20px;
  position: relative;
  padding-bottom: 50px;
  width: 50%;
}
/* .team-content::after {
  border-style: solid;
  border-width: 0 34px 34px 0;
  content: " ";
  display: block;
  height: 0;
  left: -34px;
  position: absolute;
  top: 50%;
  width: 0;
  border-color: transparent #0428f4;
} */
.team-left-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.team-content .card-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  color: white;
  margin-top: 10px;
  font-family: 'OpenSans-Bold';
}
.team-content .card-title a, .caption-inner-content .card-title a {
  font-size: 24px;
  line-height: 30px;
  color: white;
  text-decoration: none;
}
.team-content h5, .caption-inner-content h5 {
  color: #46C2CA;
  font-size: 13px;
  line-height: 23px;
  font-family: 'OpenSans-Italic';
  margin-bottom: 0px;
}
.team-content a:hover {
  color: white;
}
.team-content p, .caption-inner-content p {
  font-size: 14px;
  color: #fff;
  font-family: 'OpenSans-Regular';
  padding: 20px 0px;
  /* margin-bottom: 10px; */
  line-height: 24px;
}
.team-content p.mobile-icon{
  padding: 0px;
  font-size: 16px;
    line-height: 26px;
    font-family: 'OpenSans-Regular';
}
.team-content p.mobile-icon a{
 color: white;
 display: flex;
 align-items: center;
}

.team-content p.mobile-icon a:hover, .team-content p.mobile-icon a:active, .team-content p.mobile-icon a:focus{
  background: #041E42;
}

.team-content p.mobile-icon a:active{
  color: white;
}

.team-content p.mobile-icon a i{
  color: #ED1C24;
  font-size: 21px;
}

.caption-inner-content p{
  padding: 10px 0px;
}

.mail-content {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.mail-content {
  margin: 0px 0px 10px;
}
.mail-content i {
  margin-right: 5px;
}
.team-content-left::after {
  border-width: 34px 34px 0px 0px !important;
  right: -34px !important;
  transform: rotate(-180deg);
  left: unset !important;
}
/*--Team Layout Three Ends--*/


/*--Team Lyout Four Starts--*/
.team-layout-four .social-media-icons a{
  background: transparent;
}
.team-layout-four .caption-inner-content{
  position: absolute;
  top: 0;
  right: 0px;
  left: 0;
  background: rgba(86,0,237,0.7);
  inset: 0;
  padding: 20px 40px;
}
.team-layout-four .caption-inner-content:before{
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  border-right: 1px solid white;
  border-left: 1px solid white;
  /* transform: scale(0, 1); */
  transition: opacity 0.35s, transform 0.35s;
}
.team-layout-four .caption-inner-content::after{
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  transform: scale(0, 1);
}
.caption-inner-content .card-title{
  margin-bottom: 0px;
}
.caption-inner-content-wrapper{
  opacity: 0;
}
.team-layout-four .card:hover .caption-inner-content-wrapper{
  opacity: 1;
  transition: 0.5s;
}
.team-layout-four .card:hover .caption-inner-content::after{
  opacity: 1;
  transform: scale(1);
} 
.team-layout-four .card:hover .caption-inner-content::before{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} 
.team-layout-four{
  padding: 50px 0px;
}
.team-layout-four .social-media-icons{
  z-index: 999;
  position: relative;
}
/*--team layout Four Ends--*/
/*--team Lyout Five Starts--*/
.team-layout-five{
  padding: 50px 0px;
}
.team-layout-five .team-five-image img{
  /* margin: 0 30px; */
  box-shadow: 0 21px 51px 0 rgb(0 0 0 / 15%);
  border-radius: 0 30px 0 30px;
  border: 6px solid #fff;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.team-layout-five .card{
  border: unset;
  margin-bottom: 50px;
  position: relative;
}
.team-layout-five .card-text{
  padding: 0px;
}
.team-layout-five .team-overlay{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 0;
}
.team-layout-five .team-five-image{
  position: relative;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}
.team-layout-five .icon-wrapper{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.team-layout-five .social-icons{
  position: absolute;
  right: 0;
  bottom: -180px;
  z-index: 999;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.team-layout-five .social-icons a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #666;
  transition: all ease 0.4s;
  margin: 0;
  text-decoration: none;
  font-size: 20px;
}
.team-layout-five .social-icons a:hover{
  background-color: #007acc;
  transition: 0.5s;
}
.team-layout-five .social-icons a:hover i{
  color: white;
  transition: 0.5s;
}
.team-layout-five .card:hover .social-icons{
  opacity: 1;
  bottom: 0;
  transition: all ease 0.9s;
}
.team-layout-five .card:hover .icon-wrapper{
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.team-layout-five .icon-wrapper a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #666;
  transition: all ease 0.4s;
  margin: 0;
  text-decoration: none;
  font-size: 20px;
}
.team-layout-five .card-body{
  text-align: center;
  position: relative;
  z-index: 999;
}
.team-layout-five .card::after{
  background: #f5f6f7;
  content: "";
  width: 364px;
  height: 70%;
  position: absolute;
  top: 30%;
  padding: 20px;
  left: -22px;
}
.team-layout-five .card:hover:after{
  background-color: #007acc;
  transition: all ease 0.4s;
}
.team-layout-five .card-body .card-title{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}
.team-layout-five .card-body .card-text{
  font-size: 16px;
  line-height: 26px;
}
.team-layout-five .card:hover .card-body{
  color: white;
  transition: 0.5s;
}
/*--Team Layout Five Ends--*/
/*Team layout Six Starts*/
.team-layout-six{
  padding: 50px 0px;
}
.team-layout-six .caption-six-content{
  position: absolute;
  top: 0;
  right: 0px;
  left: 0;
  background: rgba(37,67,234,0.6);
  inset: 0;
  padding: 20px;
  transition: all 0.6s ease-out;
  transform: scale(0);
  text-align: center;
}
.team-layout-six .card:hover .caption-six-content{
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
}
.caption-six-content h5 {
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.team-layout-six .social-media-icons {
  z-index: 999;
  position: relative;
}
.team-layout-six .social-media-icons a {
  background: transparent;
}
.caption-six-content .card-title a {
  font-size: 24px;
  line-height: 30px;
  color: white;
  text-decoration: none;
}
.caption-six-content .card-title{
  margin-bottom: 0px;
}
.caption-six-content p {
  font-size: 14px;
  color: #fff;
  padding: 10px 0px;
  margin-bottom: 10px;
  line-height: 20px;
}
.team-layout-six .card{
  margin-bottom: 30px;
  border: unset;
  border-radius: 0px;
}
.team-layout-six .card-img-top{
  border-radius: 0px;
}
/*--Team Layout Six Ends--*/
/*--Team Layout Seven Starts--*/
.team-layout-seven{
  padding: 50px 0px;
}
.team-layout-seven .card{
  margin-bottom: 30px;
}
.team-layout-seven .card-img-top{
  border-radius: 0px;
}
.team-layout-seven .card{
  border-radius: 0px;
  border: unset;
  overflow: hidden;
}
.team-layout-seven .card-body{
  background: rgba(37,67,234,0.8);
  text-align: center;
  padding: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  opacity: 0;
  transition: transform 0.50s;
  transform: translate3d(0, 100%, 0);
}
.team-layout-seven .card:hover .card-body{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.team-layout-seven .card:hover .card-img-top{
  opacity: .8;
}
.team-layout-seven .card-title{
  margin-bottom: 0px;
}
.team-layout-seven .card-title a{
    font-size: 24px;
    line-height: 30px;

    color: white;
    text-decoration: none;
}
.team-layout-seven .card-body h5{
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
/*--Team Layout Seven Ends--*/
/*--Team Layout Eight Starts--*/
.team-layout-eight{
  padding: 70px 0px;
}
.team-layout-eight .card{
  border: unset;
  border-radius: unset;
  margin-bottom: 30px;
}
.team-layout-eight .card-body{
  text-align: center;
}
.team-layout-eight .card-title a{
  font-size: 24px;
  line-height: 30px;
  color: black;
  text-decoration: none;
  margin-bottom: 0px;
}
.team-layout-eight .card-text{
  padding-top: 0px;
  text-align: center;
  padding-bottom: 5px;
}
.team-layout-eight .contact-information ul li a{
  justify-content: center;
  color: gray;
}
.team-layout-eight .card-title{
  margin-bottom: 0px;
}
.team-layout-eight .card-body h5{
  font-size: 16px;
  line-height: 26px;
  color: #5a49f8;
  font-weight: 500;
  margin-bottom: 0px;
}
.team-image-round img{
  border-radius: 50%;
}
.team-layout-eight .social-media-icons-round a{
  margin-right: 4px;
  background-color: #dd3333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}
.team-layout-eight .facebook-icon:hover{
  background: #3b5999;
  /* transition: all 0.3s ease 0s; */
}
.team-layout-eight .twitter-icon:hover{
  background: #3aa9e0;
  /* transition: all 0.3s ease 0s; */
}
.team-layout-eight .linkedin-icon:hover{
  background: #0080b1;
  /* transition: all 0.3s ease 0s; */
}
.team-layout-eight .envelope-icon:hover{
  background: #d04333;
  /* transition: all 0.3s ease 0s; */
}
.team-layout-eight .social-media-icons-round a i{
  transition: all 0.3s;
}
.team-layout-eight .social-media-icons-round{
  display: flex;
  justify-content: center;
}
.team-layout-eight .social-media-icons-round a i{
  font-size: 15px;
  color: white;
}
/*--Team Layout Eight Ends--*/
/*--Team Layout Nine Starts--*/
.team-layout-nine{
  padding: 70px 0px;
}
.team-layout-nine .card{
  border-radius: 0px;
  border: unset;
  margin-bottom: 30px;
}
.team-layout-nine .card-img-top{
  border-radius: 0px;
}
.team-layout-nine .card-title{
  margin-bottom: 0px;
}
.team-layout-nine .card-title a {
  font-size: 24px;
  line-height: 30px;
  color: black;
  text-decoration: none;
  margin-bottom: 0px;
}
.team-layout-nine .card-body h5 {
  font-size: 16px;
  line-height: 26px;
  color: #5a49f8;
  font-weight: 500;
  margin-bottom: 0px;
}
.team-layout-nine .card-text {
  padding-top: 0px;
  text-align: center;
  padding-bottom: 5px;
}
.team-layout-nine .contact-information ul li a {
  justify-content: center;
  color: gray;
}
.team-layout-nine .contact-information ul li .california-map{
  color: black;
}
.team-layout-nine .card-body{
  text-align: center;
}
.team-layout-nine .card-img-top{
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}
.team-layout-nine .card-img-top:hover {
  filter: none;
}
/*--Team Layout Nine Ends--*/
/*--Team Layout Ten Starts--*/
.team-layout-ten .card{
  border-radius: 0px;
  border: unset;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 38px 0 rgb(0 0 0 / 10%);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-layout-ten .card-body{
  padding-left: 0px;
  padding-bottom: 0px;
}
.team-layout-ten .card-img-top{
  border-radius: 0px;
}
.team-layout-ten .team-ten-image{
  position: relative;
  overflow: hidden;
}
.team-layout-ten .card::before{
  content: "";
  width: 70px;
  height: 70px;
  background-color: #e1e1e1;
  border: none;
  border-radius: 6px;
  position: absolute;
  bottom: 22px;
  right: -40px;
  z-index: 11;
  transform: rotate(50deg);
  transition: all 0.3s ease-in-out;
}
.team-layout-ten .card::after{
  content: "";
  width: 70px;
  height: 70px;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  position: absolute;
  right: -45px;
  bottom: -12px;
  z-index: 10;
  transform: rotate(50deg);
  transition: all 0.3s ease-in-out;
}
.team-layout-ten .card:hover::before{
  background-color: #007acc;;
}
.team-layout-ten .card:hover::after{
  border-color: #007acc;;
}
.team-layout-ten .social-icons{
  z-index: 5;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #007acc;
  margin-top: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.team-layout-ten .social-icons a{
  margin-right: 4px;
  color: white;
  font-size: 20px;
  width: 30px;
  display: inline-block;
}
.team-layout-ten .social-icons a:hover{
  opacity: 0.8;
}
.team-layout-ten .card-title{
  margin-bottom: 0px;
}
.team-layout-ten .card-title a {
  font-size: 24px;
  line-height: 30px;
  color: #7a64f2;
  text-decoration: none;
  margin-bottom: 0px;
}
.team-layout-ten .card:hover .social-icons {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.team-layout-ten .card-body h5{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.team-layout-ten .card-img-top{
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}
.team-layout-ten .card:hover .card-img-top{
  filter: none;
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.5s;
}
/*--Team Layout Ten Ends--*/
/*--Team Layout Eleven Starts--*/
.team-layout-eleven{
  padding: 70px 0px;
}
.team-layout-eleven .card{
  border-radius: 0px;
  border: unset;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-layout-eleven .card-img-top{
  border-radius: 0px;
}
.team-layout-eleven .team-eleven-image{
  position: relative;
}
.team-layout-eleven .social-icons{
  z-index: 5;
  position: absolute;
  left: -100%;
  right: 0;
  bottom: 5%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 15px 0;
  margin-top: 0;
  transform: translateY(-5%);
  transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
  display: flex;
  align-items: center;
}
.team-layout-eleven .card::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 2;
  background: rgba(4,8,237,0.8);
  transform: rotate(8deg);
  top: 60%;
  left: -90%;
  transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
}
.team-layout-eleven .card:hover .card-img-top{
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.5s;
}
.team-layout-eleven .card:hover::after{
  transform: rotate(20deg);
  top: 22%;
  left: -90%;
}
.team-layout-eleven .card-body{
  position: absolute;
  bottom: 0;
  z-index: 9;
  transition: 0.5s;
}
.team-layout-eleven .card:hover .card-body{
  bottom: 23%;
  transition: all .8s ease-out;
}
.team-layout-eleven .social-icons a {
  margin-right: 4px;
  color: white;
  font-size: 20px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.team-layout-eleven .card-title{
  margin-bottom: 0px;
}
.team-layout-eleven .card-body h5{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  color: white;
}
.team-layout-eleven .card-title a {
  font-size: 24px;
  line-height: 30px;
  color: white;
  text-decoration: none;
}
.team-layout-eleven .card:hover .social-icons{
  left: 20px;
  opacity: 1;
  visibility: visible;
}
.team-layout-eleven .facebook-icon:hover{
  background: #3b5999;
}
.team-layout-eleven .twitter-icon:hover{
  background: #3aa9e0;
}
.team-layout-eleven .linkedin-icon:hover{
  background: #0080b1;
}
.team-layout-eleven .envelope-icon:hover{
  background: #d04333;
}
/*--Team layout Eleven Ends--*/
/*--Team Layout Twelfth Starts--*/
.team-layout-twelfth{
  padding: 50px 0px;
}
.team-layout-twelfth .card{
  border-radius: 0px;
  border: none;
  margin: 6px;
  border: 6px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.team-layout-twelfth .card-img-top{
  border-radius: 0px;
}
.team-layout-twelfth .team-image-twelfth{
  overflow: hidden;
}
.team-layout-twelfth .caption-twelfth-content{
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(37,67,234,0.8);
  inset: 0;
  opacity: 0;
  transition: all 0.6s ease-out;
  text-align: center;
}
.team-layout-twelfth .card:hover .caption-twelfth-content{
  opacity: 1;
}
.team-layout-twelfth .caption-twelfth-content p, .team-layout-twelfth .caption-twelfth-content h5{
  color: white;
}
.team-layout-twelfth .social-media-icons a{
  background: transparent;
}
.team-layout-twelfth .card-title a{
  font-size: 24px;
  line-height: 38px;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 500;
}
.team-layout-twelfth .card-title{
  margin: 25px 0px 5px;
  transform: translateY(-100px);
  font-size: 20px;
  transition: all 0.5s ease-out 0.15s;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 10px 10px 5px;
  opacity: 0;
}
.team-layout-twelfth .card:hover .card-title{
  opacity: 1;
  transform: translateY(0px);
}
.team-layout-twelfth .card:hover .card-img-top{
  transform: scale3d(1.1, 1.1, 1);
  transition: 0.5s;
}
/*--Team Layout Twelfth Ends--*/
@media (max-width: 992px) {
  .team-layout-one, .team-layout-two, .team-layout-three, .team-layout-four, .team-layout-five, .team-layout-six, .team-layout-seven, .team-layout-eight, .team-layout-nine, .team-layout-ten, .team-layout-eleven, .team-image-twelfth{
    padding: 35px 0px;
  }
  .team-layout-four .caption-inner-content, .team-layout-six .caption-six-content{
    /* inset: unset; */
    padding: 65px;
  }
  html{
    overflow-x: hidden;
  }
  .team-three-wrapper{
    flex-direction: column;
  }
  .team-left-image img{
    width: 100%;
  }
  .team-content::after{
    content: unset;
  }
  /*--Team Layout Five Starts--*/
  .team-layout-five .card::after{
    left: 0;
    width: 100%;
  }
  .team-layout-three .team-three-wrapper .team-left-image {
    width: 100%;
}
.team-content{
  width: 100%;
}
   /*--Team Layout Five Ends--*/
}
@media (max-width: 620px) {
  /*--Team Layout Three Starts*/
  .team-left-image img {
    width: 100%;
  }
  .team-three-wrapper {
    flex-direction: column;
  }
  .team-content::after {
    transform: rotate(-45deg);
    top: -17px;
    left: 45%;
  }
  .team-content-left::after{
    content: unset;
  }
  /*--Team layout Three Ends--*/

  
  /*--Team Lyout Four Starts--*/
  .team-layout-four .caption-inner-content, .team-layout-six .caption-six-content{
    /* inset: unset; */
    padding: 80px;
  }
  /*--Team Layout Four ends--*/
  /*--Team Layout Five starts*/
  .team-layout-five .card{
    width: 100% !important;
  }
  /*--Team lyout Five Ends*/
}