/**
 * 2.0 - Core CSS
 *  2.3 - grid
 */
.noo-desktop-1 .noo-grid-item {
  width: 100%;
}
.noo-desktop-2 .noo-grid-item {
  width: 50%;
}
.noo-desktop-3 .noo-grid-item {
  width: 33.333%;
}
.noo-desktop-4 .noo-grid-item {
  width: 25%;
}
.noo-desktop-5 .noo-grid-item {
  width: 20%;
}
.noo-desktop-6 .noo-grid-item {
  width: 16.6666%;
}
@media (max-width: 992px) {
  .noo-tablet-1 .noo-grid-item {
    width: 100%;
  }
  .noo-tablet-2 .noo-grid-item {
    width: 50%;
  }
  .noo-tablet-3 .noo-grid-item {
    width: 33.333%;
  }
  .noo-tablet-4 .noo-grid-item {
    width: 25%;
  }
  .noo-tablet-5 .noo-grid-item {
    width: 20%;
  }
  .noo-tablet-5 .noo-grid-item {
    width: 16.666%;
  }
}
@media (max-width: 767px) {
  .noo-mobile-2 .noo-grid-item {
    width: 50%;
  }
  .noo-mobile-3 .noo-grid-item {
    width: 33.333%;
  }
  .noo-mobile-4 .noo-grid-item {
    width: 25%;
  }
  .noo-mobile-5 .noo-grid-item {
    width: 20%;
  }
  .noo-tablet-6 .noo-grid-item {
    width: 16.666%;
  }
}
@media (max-width: 576px) {
  .noo-mobile-1 .noo-grid-item {
    width: 100%;
  }
}
.noo-grid-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.noo-filter-group-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
.noo-filter-group-control ul {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.noo-filter-group-control ul li {
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 15px;
  cursor: pointer;
  margin: 0 5px;
  font-weight: 400;
  display: inline-block;
}
.gird-style-1 {
  position: relative;
}
.gird-style-1 .noo-team-box {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gird-style-1 .noo-team-box .team-img-gird {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gird-style-1 .noo-team-box .team-img-gird .team-img-noo {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.gird-style-1 .noo-team-box .team-img-gird .team-img-noo img {
  position: relative;
}
.gird-style-1 .noo-team-box .team-info {
  padding: 0 0 25px 0;
}
.gird-style-1 .noo-team-box .team-info .team-name {
  cursor: pointer;
  text-align: center;
  border-bottom: none;
  display: block;
  font-family: lato;
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 16pt;
  text-transform: none;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gird-style-1 .noo-team-box .team-info .team-position {
  cursor: pointer;
  color: #eba7c2;
  font-size: 12pt;
  font-family: lato;
  font-weight: 600;
  text-align: center;
  display: block;
}
.gird-style-1 .noo-team-box .team-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 35px 0;
}
.gird-style-1 .noo-team-box .team-info .social li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}
.gird-style-1 .noo-team-box .team-info .social a {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #cccccc;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .gird-style-1 .noo-team-box .team-info .social {
    margin: 0 0 20px 0;
  }
}
.gird-style-1 .noo-team-box .team-info .buttons {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  font-family: lato;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}
.gird-style-1 .noo-team-box .team-info .buttons:focus {
  border-color: #fff;
  outline: 0;
}
.gird-style-1 .noo-team-box:hover {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 #cecece;
  box-shadow: 0 0 20px 0 #cecece;
}
.gird-style-2 {
  position: relative;
}
.gird-style-2 .noo-team-box {
  position: relative;
  -webkit-transition: all ease-in-out 600ms;
  -o-transition: all ease-in-out 600ms;
  transition: all ease-in-out 600ms;
}
.gird-style-2 .noo-team-box .team-img-gird .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.gird-style-2 .noo-team-box .team-img-gird .social li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}
.gird-style-2 .noo-team-box .team-img-gird .social li a {
  font-size: 16px;
  padding: 5px;
}
.gird-style-2 .noo-team-box .team-img-gird .team-img-noo img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.gird-style-2 .noo-team-box .team-info {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.gird-style-2 .noo-team-box .team-info .team-name {
  font-weight: bold;
  cursor: pointer;
  border-bottom: none;
  font-size: 15pt;
  letter-spacing: 0px;
  text-transform: none;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.gird-style-2 .noo-team-box .team-info .team-position {
  cursor: pointer;
  color: #ffff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gird-style-2:hover .noo-team-box {
  -webkit-transition: all ease-in-out 600ms;
  -o-transition: all ease-in-out 600ms;
  transition: all ease-in-out 600ms;
  background-color: rgba(0, 0, 0, 0.6);
}
.gird-style-2:hover .noo-team-box .team-info {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.gird-style-2:hover .noo-team-box .social {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  opacity: 1;
  visibility: visible;
  top: 45%;
}
.gird-style-3 {
  position: relative;
}
.gird-style-3 .noo-team-box {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.gird-style-3 .noo-team-box .team-img-gird .team-img-noo img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.gird-style-3 .noo-team-box .team-info .team-name {
  padding: 20px 0 15px 0;
  text-align: center;
  border-bottom: none;
  display: block;
  font-family: lato;
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 14pt;
  margin-bottom: 0;
  cursor: pointer;
}
.gird-style-3 .noo-team-box .team-info .team-position {
  cursor: pointer;
  font-size: 12pt;
  font-weight: 400;
  text-align: center;
  color: #4f5762;
  display: block;
  font-style: italic;
  margin-bottom: 12px;
}
.gird-style-3 .noo-team-box .team-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 20px 0;
  margin: 0;
}
.gird-style-3 .noo-team-box .team-info .social li {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
.gird-style-3 .noo-team-box .team-info .social a {
  font-size: 16px;
  text-align: center;
  display: block;
}
.gird-style-3 .noo-team-box:hover {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 #cecece;
  box-shadow: 0 0 20px 0 #cecece;
}
.gird-style-4 {
  height: auto;
  position: relative;
}
.gird-style-4 .image-wrapper {
  position: relative;
  cursor: pointer;
  background: #fff;
}
.gird-style-4 .team-info .team-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: none;
  font-size: 15pt;
  cursor: pointer;
  margin: 15px 0 8px 0;
  padding: 0;
}
.gird-style-4 .team-info .team-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  cursor: pointer;
  padding: 0 0 30px 0;
}
.gird-style-4 .team-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
.gird-style-4 .team-info .social li {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
.gird-style-4 .team-info .social a {
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 0 0 18px 0;
}
.gird-style-4:hover {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.gird-style-4:hover .main-image-slider {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.gird-style-4:hover .team-info .social {
  padding: 0 0 17px 0;
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  opacity: 1;
  visibility: visible;
  bottom: -20px;
}
.noo-team-widget {
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
.noo-team-widget .slider-style-1 {
  height: auto;
  position: relative;
}
.noo-team-widget .slider-style-1 .image-wrapper {
  position: relative;
  cursor: pointer;
  background: #fff;
}
.noo-team-widget .slider-style-1 .team-info .team-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: none;
  font-size: 15pt;
  cursor: pointer;
  margin: 15px 0 8px 0;
  padding: 0;
}
.noo-team-widget .slider-style-1 .team-info .team-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  cursor: pointer;
  padding: 0 0 20px 0;
}
.noo-team-widget .slider-style-1 .team-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.noo-team-widget .slider-style-1 .team-info .social li {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
.noo-team-widget .slider-style-1 .team-info .social a {
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 0 0 18px 0;
}
.noo-team-widget .slider-style-1:hover {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.noo-team-widget .slider-style-1:hover .main-image-slider {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.noo-team-widget .slider-style-1:hover .team-info .social {
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  opacity: 1;
  visibility: visible;
  bottom: -42px;
  padding: 0 0 10px 0;
}
.noo-team-widget .slider-style-2 {
  position: relative;
}
.noo-team-widget .slider-style-2 .noo-team-box {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-img-slider {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-img-slider .team-img-noo {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-img-slider .team-img-noo img {
  position: relative;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info {
  padding: 0 0 25px 0;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info .team-name {
  cursor: pointer;
  text-align: center;
  border-bottom: none;
  display: block;
  font-family: lato;
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 16pt;
  text-transform: none;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info .team-position {
  cursor: pointer;
  color: #eba7c2;
  font-size: 12pt;
  font-family: lato;
  font-weight: 600;
  text-align: center;
  display: block;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 35px 0;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info .social li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info .social a {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #cccccc;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .noo-team-widget .slider-style-2 .noo-team-box .team-info .social {
    margin: 0 0 20px 0;
  }
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info .buttons {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  font-family: lato;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
}
.noo-team-widget .slider-style-2 .noo-team-box .team-info .buttons:focus {
  border-color: #fff;
  outline: 0;
}
.noo-team-widget .slider-style-2 .noo-team-box:hover {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 #cecece;
  box-shadow: 0 0 20px 0 #cecece;
}
.noo-team-widget .slider-style-3 {
  position: relative;
}
.noo-team-widget .slider-style-3 .noo-team-box {
  position: relative;
  -webkit-transition: all ease-in-out 600ms;
  -o-transition: all ease-in-out 600ms;
  transition: all ease-in-out 600ms;
}
.noo-team-widget .slider-style-3 .noo-team-box .team-img-slider .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.noo-team-widget .slider-style-3 .noo-team-box .team-img-slider .social li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}
.noo-team-widget .slider-style-3 .noo-team-box .team-img-slider .social li a {
  font-size: 16px;
  padding: 5px;
}
.noo-team-widget .slider-style-3 .noo-team-box .team-img-slider .team-img-noo img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.noo-team-widget .slider-style-3 .noo-team-box .team-info {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.noo-team-widget .slider-style-3 .noo-team-box .team-info .team-name {
  font-weight: bold;
  cursor: pointer;
  border-bottom: none;
  font-size: 15pt;
  letter-spacing: 0px;
  text-transform: none;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.noo-team-widget .slider-style-3 .noo-team-box .team-info .team-position {
  cursor: pointer;
  color: #ffff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.noo-team-widget .slider-style-3:hover .noo-team-box {
  -webkit-transition: all ease-in-out 600ms;
  -o-transition: all ease-in-out 600ms;
  transition: all ease-in-out 600ms;
  background-color: rgba(0, 0, 0, 0.6);
}
.noo-team-widget .slider-style-3:hover .noo-team-box .team-info {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.noo-team-widget .slider-style-3:hover .noo-team-box .social {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  opacity: 1;
  visibility: visible;
  top: 45%;
}
.noo-team-widget .slider-style-4 {
  position: relative;
}
.noo-team-widget .slider-style-4 .noo-team-box {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.noo-team-widget .slider-style-4 .noo-team-box .team-img-slider .team-img-noo img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.noo-team-widget .slider-style-4 .noo-team-box .team-info .team-name {
  padding: 20px 0 15px 0;
  text-align: center;
  border-bottom: none;
  display: block;
  font-family: lato;
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 14pt;
  margin-bottom: 0;
  cursor: pointer;
}
.noo-team-widget .slider-style-4 .noo-team-box .team-info .team-position {
  cursor: pointer;
  font-size: 12pt;
  font-weight: 400;
  text-align: center;
  color: #4f5762;
  display: block;
  font-style: italic;
  margin-bottom: 10px;
}
.noo-team-widget .slider-style-4 .noo-team-box .team-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 18px 0;
}
.noo-team-widget .slider-style-4 .noo-team-box .team-info .social li {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
.noo-team-widget .slider-style-4 .noo-team-box .team-info .social a {
  font-size: 16px;
  text-align: center;
  display: block;
}
.noo-team-widget .slider-style-4 .noo-team-box:hover {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 #cecece;
  box-shadow: 0 0 20px 0 #cecece;
}
.noo-team-widget .owl-nav {
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  opacity: 0;
  visibility: hidden;
}
.noo-team-widget .owl-nav .owl-prev {
  height: 45px;
  font-size: 14px !important;
  width: 45px;
  border: 1px solid #869690 !important;
  position: absolute;
  top: 38%;
  display: inline-block;
  left: 2%;
}
.noo-team-widget .owl-nav .owl-prev i {
  padding: 0px 0 0 0;
  color: #869690;
}
.noo-team-widget .owl-nav .owl-prev:focus {
  outline: 0;
  border-color: #fff;
}
.noo-team-widget .owl-nav .owl-next {
  height: 45px;
  font-size: 14px !important;
  width: 45px;
  border: 1px solid #869690 !important;
  position: absolute;
  top: 38%;
  display: inline-block;
  right: 2%;
}
.noo-team-widget .owl-nav .owl-next i {
  color: #869690;
  padding: 0px 0 0 0;
}
.noo-team-widget .owl-nav .owl-next:focus {
  outline: 0;
  border-color: #fff;
}
.noo-team-widget .owl-dots {
  padding: 15px 0 0 0;
  text-align: center;
}
.noo-team-widget .owl-dots .owl-dot span {
  display: block;
  background: #869690;
  height: 10px;
  width: 10px;
  margin: 0 0 0 5px !important;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.noo-team-widget .owl-dots .owl-dot span:hover {
  color: #869690;
}
.noo-team-widget .owl-dots .owl-dot:focus {
  outline: 0;
  border-color: #fff;
}
.noo-team-widget:hover .owl-nav {
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  opacity: 1;
  visibility: visible;
}
.list-style-1 .noo-team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-style-1 .noo-team-box .team-img-list .imgg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-style-1 .noo-team-box .team-img-list .imgg .team-img-noo {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
}
.list-style-1 .noo-team-box .team-img-list .imgg .team-img-noo img {
  position: relative;
}
@media (max-width: 480px) {
  .list-style-1 .noo-team-box .team-img-list .imgg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-style-1 .noo-team-box .team-img-list .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0 14px 0;
}
.list-style-1 .noo-team-box .team-img-list .social li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}
.list-style-1 .noo-team-box .team-img-list .social a {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  display: block;
}
.list-style-1 .noo-team-box .team-info {
  padding: 0 0 0 30px;
}
.list-style-1 .noo-team-box .team-info .pack {
  background-color: #ccc;
  height: 2px;
  width: 65px;
}
.list-style-1 .noo-team-box .team-info .team-name {
  cursor: pointer;
  border-bottom: none;
  display: inline-block;
  font-size: 15pt;
  padding: 24px 0 0 0;
  margin: 0;
}
.list-style-1 .noo-team-box .team-info .team-position {
  font-style: italic;
  font-size: 17px;
  margin: 0 0 18px 0;
}
.list-style-1 .noo-team-box .team-info .team-details {
  font-size: 16px;
}
@media (max-width: 480px) {
  .list-style-1 .noo-team-box .team-info {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .list-style-1 .noo-team-box {
    display: block;
  }
}
.list-style-2 .noo-team-box {
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-style-2 .noo-team-box .team-img-list .team-img .team-img-noo {
  overflow: hidden;
  width: 250px;
  border-radius: 10px;
}
.list-style-2 .noo-team-box .team-img-list .team-img .team-img-noo img {
  position: relative;
}
@media (max-width: 480px) {
  .list-style-2 .noo-team-box .team-img-list .team-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-style-2 .noo-team-box .team-img-list .social {
  margin: 0;
  bottom: 30px;
  text-align: center;
  position: relative;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0 14px 0;
}
.list-style-2 .noo-team-box .team-img-list .social li {
  display: inline-block;
  margin: 0 6px 0 6px;
}
.list-style-2 .noo-team-box .team-img-list .social li a {
  font-size: 16px;
}
.list-style-2 .noo-team-box .team-info {
  padding: 0 0 0 30px;
}
.list-style-2 .noo-team-box .team-info .team-name {
  cursor: pointer;
  border-bottom: none;
  display: inline-block;
  font-size: 15pt;
  font-weight: 500;
  text-transform: none;
  padding: 20px 0 0 0;
  letter-spacing: 0px;
  margin: 0;
}
@media (max-width: 480px) {
  .list-style-2 .noo-team-box .team-info .team-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-style-2 .noo-team-box .team-info .team-position {
  color: #aaaeb1;
  font-size: 17px;
  margin: 0;
  padding: 0px 0 10px 0;
}
@media (max-width: 480px) {
  .list-style-2 .noo-team-box .team-info .team-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .list-style-2 .noo-team-box .team-info {
    padding: 0;
    margin: -25px 0 0 0;
  }
}
.list-style-2 .noo-team-box:hover {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.list-style-2 .noo-team-box:hover .social {
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}
@media (max-width: 480px) {
  .list-style-2 .noo-team-box {
    display: block;
  }
}
.list-style-3 .noo-team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-style-3 .noo-team-box .team-img-list .team-img .team-img-noo {
  overflow: hidden;
  width: 250px;
  height: 350px;
}
.list-style-3 .noo-team-box .team-img-list .team-img .team-img-noo img {
  position: relative;
}
@media (max-width: 480px) {
  .list-style-3 .noo-team-box .team-img-list .team-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-style-3 .noo-team-box .team-info {
  padding: 0 0 0 30px;
}
.list-style-3 .noo-team-box .team-info .team-name {
  cursor: pointer;
  border-bottom: none;
  display: inline-block;
  font-size: 15pt;
  font-weight: 700;
  text-transform: none;
  padding: 20px 0 0 0;
  letter-spacing: 0px;
  margin: 0;
}
@media (max-width: 480px) {
  .list-style-3 .noo-team-box .team-info .team-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-style-3 .noo-team-box .team-info .team-position {
  color: #565c60;
  font-weight: 500;
  font-size: 17px;
  margin: 0;
  padding: 0px 0 10px 0;
}
@media (max-width: 480px) {
  .list-style-3 .noo-team-box .team-info .team-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-style-3 .noo-team-box .team-info .team-details {
  font-size: 16px;
  color: #565c60;
  padding: 0 0 10px 0;
  margin: 0;
}
.list-style-3 .noo-team-box .team-info .team-email {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  color: #565c60;
}
.list-style-3 .noo-team-box .team-info .team-email i {
  padding: 0 10px 0 0;
}
.list-style-3 .noo-team-box .team-info .team-phone {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  color: #565c60;
}
.list-style-3 .noo-team-box .team-info .team-phone i {
  padding: 0 10px 0 0;
}
.list-style-3 .noo-team-box .team-info .social {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0 14px 0;
}
.list-style-3 .noo-team-box .team-info .social li {
  display: inline-block;
  margin: 0 6px 0 6px;
}
.list-style-3 .noo-team-box .team-info .social li a {
  font-size: 16px;
}
@media (max-width: 480px) {
  .list-style-3 .noo-team-box .team-info {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 480px) {
  .list-style-3 .noo-team-box {
    display: block;
  }
}
.modal {
  padding: 0 15px 0 15px !important;
}
.modal .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7% auto;
  max-width: 1000px;
  border-radius: 15px;
}
.modal .modal-dialog-centered .modal-content {
  border-radius: 17px;
}
.modal .modal-dialog-centered .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-img {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 60%;
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-img img {
  width: auto;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 25px;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .close {
  color: #333;
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 30px;
  opacity: inherit;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .close:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #686868;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .close:focus {
  border-color: #fff;
  outline: 0;
}
@media (max-width: 767px) {
  .modal .modal-dialog-centered .modal-content .modal-body .modal-text .close {
    top: 1%;
  }
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-name-modal {
  border-bottom: none;
  margin: 0;
  font-size: 16pt;
  text-transform: none;
  font-weight: bold;
  font-family: lato;
  letter-spacing: 0px;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-email-modal {
  color: #1c91ff;
  cursor: pointer;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-email-modal:hover {
  text-decoration: underline;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-phone-modal {
  color: #1c91ff;
  cursor: pointer;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-phone-modal:hover {
  text-decoration: underline;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-location-modal {
  color: #1c91ff;
  cursor: pointer;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-location-modal:hover {
  text-decoration: underline;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-web-modal {
  color: #1c91ff;
  cursor: pointer;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-web-modal:hover {
  text-decoration: underline;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .team-details-modal {
  color: #111;
  font-size: 16px;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .social-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .social-modal li {
  display: inline-block;
  margin-right: 12px;
}
.modal .modal-dialog-centered .modal-content .modal-body .modal-text .social-modal a {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .modal .modal-dialog-centered .modal-content .modal-body {
    display: block;
  }
  .modal .modal-dialog-centered .modal-content .modal-body .modal-img {
    width: 100%;
    border-bottom-left-radius: initial;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .modal .modal-dialog-centered .modal-content .modal-body .modal-text {
    width: 100%;
  }
}
@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=noo-team-member.css.map */