/***********************************************
	1. ANIMATED TEXT And Counter
	2. CTA
	3. FAQ
	4. FLIPBOX
	5. IMAGE HOVER EFFECTS
	6. ICON BOX
	7. PRICING TABLE
	8. SOCIAL ICONS
	9. TESTIMONIALS
	10. TEAM
	11. Image Compare
	12. Download Button
	13. Dual Button
	14. Contact Info
	15. Custom List
	16. Row Separators
***********************************************/

/************************************************
* 1. ANIMATED TEXT
*************************************************/
.jag-counter{
	text-align: center;
}
.jag-static-text{
	display: block;
	margin-top: 5px;
}
.jag-static-text span{
	/*background: #ffa800;*/
	display: inline-block;
	padding: 20px;
	font-size: 40px;
	line-height: 44px;
	color: #000000;
}
.jag-static-text span.padding_none{
	padding-left: 2px;
	padding-right: 2px;
}
div[class^="animated-text"]{
	font-size: 40px;
	line-height: 44px;
	margin-top: 5px;
	color: #000000;
	padding: 20px;
	display: inline-block;
	/*background: #ffa800;*/
}
.jag-animated-text-wrapper.jag-text-inline .jag-static-text{
	display: inline-block;
}

/************************************************
* 2. CTA
*************************************************/
.jag-cta-card{
	height: 500px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.jag-cta-overlay{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.jag-cta-content{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	padding: 5px 40px;
}
.jag-cta-title *{
	padding: 0;
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}
.jag-cta-short-desc{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
.jag-cta-left{
	width: 4px;
	height: 0;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-cta-right{
	width: 4px;
	height: 0;
	right: 25px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-cta-top{
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 26px;
	height: 4px;
	width: 0;
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-cta-bottom{
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	bottom: 26px;
	height: 4px;
	width: 0;
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-cta-card.jag-cta-hover .jag-cta-right,
.jag-cta-card.jag-cta-hover .jag-cta-left{
	height: calc(100% - 52px);
	transform: none;
	top: 26px;
}
.jag-cta-card.jag-cta-hover .jag-cta-bottom,
.jag-cta-card.jag-cta-hover .jag-cta-top{
	transform: none;
	width: calc(100% - 52px);
	left: 26px;
}
.jag-cta-card.jag-cta-s3 .jag-cta-left{
	height: 100px;
	top: 26px;
	bottom: auto;
}
.jag-cta-card.jag-cta-s3 .jag-cta-right{
	height: 100px;
	bottom: 26px;
	top: auto;
}
.jag-cta-card.jag-cta-s3 .jag-cta-top{
	width: 100px;
	left: 26px;
	right: auto;
}
.jag-cta-card.jag-cta-s3 .jag-cta-bottom{
	width: 100px;
	right: 26px;
	left: auto;
}
.jag-cta-card i.jag_icon_small{
	font-size: 30px;
}
.jag-cta-card i.jag_icon_medium{
	font-size: 40px;
}
.jag-cta-card i.jag_icon_large{
	font-size: 50px;
}
.jag-cta-readmore{
	display: inline-block;
	color: #000000;
	margin-top: 10px;
	padding: 8px 25px;
	transition: 0.5s all !important;
	-webkit-transition: 0.5s all !important;
	-moz-transition: 0.5s all !important;
	-ms-transition: 0.5s all !important;
	box-shadow: none !important;
	border: 0;
}
.jag-cta-readmore:hover,
.jag-cta-readmore:focus,
.jag-cta-readmore:active,
.jag-cta-readmore:visited{
	box-shadow: none !important;
	opacity: 0.8;
	outline: none !important;
	text-decoration: none;
}
.jag-btn-large {
	font-size: 24px;
	line-height: 30px;
}
.jag-btn-medium {
	font-size: 18px;
	line-height: 24px;
}
.jag-btn-small {
	font-size: 14px;
	line-height: 18px;
}
.jag-btn-fill {
	background-color: #ffffff;
}
.jag-btn-outline {
	border: 2px solid #ffffff;
	background-color: none;
}
.jag-align-center{
	text-align: center;
}
.jag-align-left{
	text-align: left;
}
.jag-align-right{
	text-align: right;
}
/********************************
* 3. FAQ
********************************/
.jag-faq-wrapper .collapse {
  display: none;
  float: left;
  width: 100%;
}
.jag-faq-wrapper .collapse.in {
  display: block;
}
.jag-faq-wrapper tr.collapse.in {
  display: table-row;
}
.jag-faq-wrapper tbody.collapse.in {
  display: table-row-group;
}
.jag-faq-wrapper .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.jag-faq-wrapper.panel {
  margin-bottom: 10px;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  clear: both;
}
.jag-faq-wrapper .jag-panel-body {
  padding: 5px 15px 10px;
  margin-top: 5px;
  background-color: #ffffff;
  float: left;
  width: 100%;
}
/* FAQ THEME 1 */
.jag-faq-theme-1 .jag-faq-title{
	position: relative;
	color: #fff;
	padding: 10px 15px;
	font-size: 15px;
	display: block;
	line-height: 20px;
	cursor: pointer;
}
.jag-faq-theme-1 .jag-faq-title .jag-faq-icon{
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	left: 13px;
}
.jag-faq-theme-1 .jag-faq-ques {
    padding-left: 25px;
}
.jag-faq-theme-1 .jag-panel-body{
	padding: 10px;
	float: left;
	width: 100%;
	border: 3px solid #efefef;
	margin: 10px 0;
}
/* FAQ THEME 2*/
.jag-faq-theme-2 .jag-faq-title{
	position: relative;
	color: #fff;
	padding: 10px 15px;
	font-size: 15px;
	display: block;
	line-height: 20px;
	cursor: pointer;
	width: 100%;
}
.jag-faq-theme-2 .jag-faq-title .jag-faq-icon{
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	left: 13px;
}
.jag-faq-theme-2 .jag-faq-ques {
    padding-left: 25px;
}
/* FAQ THEME 3*/
.jag-faq-theme-3 .jag-faq-title{
	position: relative;
	color: #fff;
	padding: 10px 15px;
	font-size: 15px;
	display: block;
	line-height: 20px;
	cursor: pointer;
	width: 100%;
	border-radius: 50px;
}
.jag-faq-theme-3 .jag-faq-title .jag-faq-icon{
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	position: absolute;
	left: 13px;
}
.jag-faq-theme-3 .jag-faq-ques {
    padding-left: 25px;
}
.jag-faq-theme-3 .jag-panel-body {
	border-radius: 0 0 15px 15px;
}
/* FAQ THEME 4*/
.jag-faq-theme-4 .jag-faq-title{
	position: relative;
	padding: 10px 15px;
	font-size: 15px;
	display: block;
	line-height: 20px;
	cursor: pointer;
	border-radius: 50px;
}
.jag-faq-theme-4 .jag-faq-title .jag-faq-icon{
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	position: absolute;
	left: 13px;
}
.jag-faq-theme-4 .jag-faq-wrapper.panel{
	margin-bottom: 0;
}
.jag-faq-theme-4 .jag-faq-ques {
    padding-left: 25px;
}
/* FAQ THEME 5*/
.jag-faq-theme-5 .jag-faq-title{
	background: #ffffff;
	color: #000;
	padding: 20px;
	font-size: 15px;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
	border-left: 5px solid #ff0044;
	box-shadow: 0px 0px 10px #dddddd;
}
.jag-faq-theme-5 .jag-faq-title .jag-faq-icon{
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	position: absolute;
	left: 13px;
}
.jag-faq-theme-5 .jag-faq-ques {
    padding-left: 10px;
}
/* FAQ THEME 6*/
.jag-faq-theme-6 .jag-faq-wrapper{
	box-shadow: none;
}
.jag-faq-theme-6 .jag-faq-title{
	background: #ffffff;
	color: #000;
	padding: 20px;
	font-size: 15px;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
	border-radius: 50px;
	border: 1px solid;
}
.jag-faq-theme-6 .jag-faq-title .jag-faq-icon{
	margin-right: 5px;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	position: absolute;
	left: 13px;
}
.jag-faq-theme-6 .jag-faq-ques {
    padding-left: 10px;
}
.jag-faq-theme-6 .jag-panel-body {
	border-radius: 0 0 15px 15px;
}
/************************************************
* 4. FLIPBOX
*************************************************/
.jag-flipbox-card {
	width: 100%;
	height: 250px;
	background: transparent;
	margin-bottom: 15px;
}
.jag-flip-front, .jag-flip-back {
	padding: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}
.jag-flip-front{
	position: relative;
	width: 100%;
	height: 100%;
}
.jag-flip-content{
	padding: 20px;
	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	-moz-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 3;
	box-sizing: border-box;
}
.jag-flip-back{
	width: 100%;
	height: 100%;
	display: none;
}
.jag-flip-bg-overlay{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.jag_shape_rounded .jag-flip-front, 
.jag_shape_rounded .jag-flip-back,
.jag_shape_rounded .jag-flip-bg-overlay{
	border-radius: 20px;
}
.jag-flip-content i.jag_icon_small{
	font-size: 30px;
	line-height: 30px;
}
.jag-flip-content i.jag_icon_medium{
	font-size: 40px;
	line-height: 40px;
}
.jag-flip-content i.jag_icon_large{
	font-size: 50px;
	line-height: 50px;
}
.jag-flip-content i{
	display: block;
}
.jag-flip-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 15px;
}
.jag-flip-subtitle{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding: 0 15px;
}
.jag-fb-readmore{
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
	padding: 4px 15px;
	font-size: 14px;
	border: 1px solid #ffffff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.jag-fb-readmore i{
	display: inline;
}
.jag-fb-readmore:hover,
.jag-fb-readmore:focus,
.jag-fb-readmore:active{
	outline: none;
	text-decoration: none;
	background: #ffffff;
	color: #000000;
}
/*Style*/
.jag-fb-s2 .jag-flip-overlay-ex{
	position: absolute;
    height: auto;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
	border: 3px solid #fff;
}
.jag-fb-s2.jag_shape_rounded .jag-flip-overlay-ex{
	border-radius: 20px;
}
.jag-fb-s3 .jag-flip-bg-overlay:before{
	content: "";
	position: absolute;
    height: 5px;
    width: 59px;
	left: 10px;
	top: 10px;
	background-color: #ffffff;
}
.jag-fb-s3 .jag-flip-bg-overlay:after{
	content: "";
	position: absolute;
    height: 5px;
    width: 59px;
	right: 10px;
	bottom: 10px;
	background-color: #ffffff;
}
.jag-fb-s3 .jag-flip-overlay-ex:after{
	content: "";
	position: absolute;
    height: 59px;
    width: 5px;
	right: 10px;
	bottom: 10px;
	background-color: #ffffff;
}
.jag-fb-s3 .jag-flip-overlay-ex:before{
	content: "";
	position: absolute;
    height: 59px;
    width: 5px;
	left: 10px;
	top: 10px;
	background-color: #ffffff;
}
/************************************************
* 5. IMAGE HOVER EFFECTS
*************************************************/
.jag-hoverimage-card{
	height: 500px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.jag-hoverimage-overlay{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all .3s ease-in-out;
}
.jag-hoverimage-image2{
	position: absolute;
	transition: all .3s ease-in-out;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
    background-position: center center;
}
.jag-hoverimage-card:hover .jag-hoverimage-image2{
	opacity: 1;
}
.jag-hoverimage-card:hover .jag-hoverimage-overlay{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.jag-hoverimage-content{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 99;
	padding: 5px 40px;
}
.jag-himg-icon{
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	animation-delay: .4s!important;
	transition-delay: .4s!important;
}
.jag-hoverimage-title{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin: 5px 0;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
	animation-delay: .6s!important;
	transition-delay: .6s!important;
}
.jag-hoverimage-short-desc{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	margin: 5px 0;
	animation-delay: .8s!important;
	transition-delay: .8s!important;
	transition: .4s all ease-in-out;
	-webkit-transition: .4s all ease-in-out;
	-moz-transition: .4s all ease-in-out;
	-ms-transition: .4s all ease-in-out;
}
.jag-hoverimage-card .jag-himg-readmore-wrapper,
.jag-hoverimage-card .jag-himg-icon,
.jag-hoverimage-card .jag-hoverimage-short-desc,
.jag-hoverimage-card .jag-hoverimage-title{
	position: relative;
	left: 10px;
	opacity: 0;
}
.jag-hoverimage-card .jag-align-left .jag-himg-readmore-wrapper,
.jag-hoverimage-card .jag-align-left .jag-himg-icon,
.jag-hoverimage-card .jag-align-left .jag-hoverimage-short-desc,
.jag-hoverimage-card .jag-align-left .jag-hoverimage-title{
	position: relative;
	left: -10px;
	opacity: 0;
}
.jag-hoverimage-card:hover .jag-himg-readmore-wrapper,
.jag-hoverimage-card:hover .jag-himg-icon,
.jag-hoverimage-card:hover .jag-hoverimage-short-desc,
.jag-hoverimage-card:hover .jag-hoverimage-title{
	opacity: 1;
	left: 0px;
}
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-overlay{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-title,
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-short-desc,
.jag-hoverimage-card.jag-himg-hover .jag-himg-readmore-wrapper,
.jag-hoverimage-card.jag-himg-hover .jag-himg-icon{
	opacity: 1;
	left: 0;
}
.jag-hoverimage-card.jag-title-default .jag-hoverimage-short-desc,
.jag-hoverimage-card.jag-title-default .jag-himg-readmore-wrapper{
	animation-delay: 0s!important;
	transition-delay: 0s!important;
}
.jag-hoverimage-card.jag-title-default .jag-hoverimage-title{
	opacity: 1;
	left: 0;
}
.jag-hoverimage-card.jag-title-default .jag-title-default-wrapper{
	max-height: 0;
	transition: .8s all ease-in-out;
	-webkit-transition: .8s all ease-in-out;
	-moz-transition: .8 all ease-in-out;
	-ms-transition: .8s all ease-in-out;
	overflow: hidden;
}
.jag-hoverimage-card.jag-title-default:hover .jag-title-default-wrapper{
	max-height: 300px;
	overflow: visible;
}
.jag-hoverimage-left{
	width: 4px;
	height: 0;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-hoverimage-right{
	width: 4px;
	height: 0;
	right: 25px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-hoverimage-top{
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 26px;
	height: 4px;
	width: 0;
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-hoverimage-bottom{
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	bottom: 26px;
	height: 4px;
	width: 0;
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-right,
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-left{
	height: calc(100% - 52px);
	transform: none;
	top: 26px;
}
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-bottom,
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-top{
	transform: none;
	width: calc(100% - 52px);
	left: 26px;
}
.jag-hoverimage-card.jag-himg-hover .jag-hoverimage-content{
	opacity: 1;
}
.jag-hoverimage-card:hover .jag-hoverimage-left{
	height: calc(100% - 52px);
}
.jag-hoverimage-card:hover .jag-hoverimage-right{
	height: calc(100% - 52px);
}
.jag-hoverimage-card:hover .jag-hoverimage-top{
	width: calc(100% - 52px);
}
.jag-hoverimage-card:hover .jag-hoverimage-bottom{
	width: calc(100% - 52px);
}
.jag-himg-s3 .jag-hoverimage-right,
.jag-himg-s3 .jag-hoverimage-left,
.jag-himg-s3 .jag-hoverimage-top,
.jag-himg-s3 .jag-hoverimage-bottom{
	transform: none;
}
.jag-hoverimage-card.jag-himg-s3:hover .jag-hoverimage-left,
.jag-hoverimage-card.jag-himg-s3.jag-himg-hover .jag-hoverimage-left{
	height: 100px;
	top: 26px;
	bottom: auto;
}
.jag-hoverimage-card.jag-himg-s3:hover .jag-hoverimage-right,
.jag-hoverimage-card.jag-himg-s3.jag-himg-hover .jag-hoverimage-right{
	height: 100px;
	bottom: 26px;
	top: auto;
}
.jag-hoverimage-card.jag-himg-s3:hover .jag-hoverimage-top,
.jag-hoverimage-card.jag-himg-s3.jag-himg-hover .jag-hoverimage-top{
	width: 100px;
	left: 26px;
	right: auto;
}
.jag-hoverimage-card.jag-himg-s3:hover .jag-hoverimage-bottom,
.jag-hoverimage-card.jag-himg-s3.jag-himg-hover .jag-hoverimage-bottom{
	width: 100px;
	right: 26px;
	left: auto;
}
.jag-hoverimage-card i.jag_icon_small{
	font-size: 30px;
}
.jag-hoverimage-card i.jag_icon_medium{
	font-size: 40px;
}
.jag-hoverimage-card i.jag_icon_large{
	font-size: 50px;
}
.jag-himg-readmore-wrapper{
	display: inline-block;
	margin-top: 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	animation-delay: .9s!important;
	transition-delay: .9s!important;
}
.jag-himg-readmore{
	color: #000000;
	display: inline-block;
	padding: 8px 25px;
	font-size: 16px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-ms-transition: 0.5s all;
	box-shadow: none !important;
}
.jag-himg-readmore:hover,
.jag-himg-readmore:focus,
.jag-himg-readmore:active{
	box-shadow: none !important;
	opacity: 0.8;
	outline: none !important;
	text-decoration: none;
}
.jag-btn-large {
	font-size: 24px;
	line-height: 30px;
}
.jag-btn-medium {
	font-size: 18px;
	line-height: 24px;
}
.jag-btn-small {
	font-size: 14px;
	line-height: 18px;
}
.jag-btn-fill {
	background-color: #ffffff;
}
.jag-btn-outline {
	border: 2px solid #ffffff;
	background-color: none;
}
.jag-snow{
	background-image: url('../images/snow-color.png');
	background-repeat: repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: jag-snoweffect 16s linear infinite;
	-moz-animation: jag-snoweffect 16s linear infinite;
	-ms-animation: jag-snoweffect 16s linear infinite;
	animation: jag-snoweffect 16s linear infinite;
	z-index:9;
	opacity: 0.7;
}
.jag-snow-white{
	background-image: url('../images/snow-white.png');
}
.jag-snow-color{
	background-image: url('../images/snow-color.png');
}
.jag-confetti{
	background-image: url('../images/confetti.png');
}
@keyframes jag-snoweffect {
	0% {background-position: 0px 0px}
	50% {background-position: 0px 500px}
	75% {background-position: 0px 700px}
	100% {background-position:  0px 950px}
}
@-moz-keyframes jag-snoweffect {
	0% {background-position: 0px 0px}
	50% {background-position: 0px 500px}
	75% {background-position: 0px 700px}
	100% {background-position:  0px 950px}
}
@-webkit-keyframes jag-snoweffect {
	0% {background-position: 0px 0px}
	50% {background-position: 0px 500px}
	75% {background-position: 0px 700px}
	100% {background-position:  0px 950px}
}
@-ms-keyframes jag-snoweffect {
	0% {background-position: 0px 0px}
	50% {background-position: 0px 500px}
	75% {background-position: 0px 700px}
	100% {background-position:  0px 950px}
}	
.jag-align-left {
    text-align: left;
}
.jag-align-center {
    text-align: center;
}
.jag-align-right {
    text-align: right;
}
.jag-align-top {
	-webkit-transform: translateY(0);
	transform: translateY(0);
    top: 35px;
}
.jag-align-bottom {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	top: inherit;
    bottom: 35px;
}
.jag-himg-wrapper{
	overflow: hidden;
	margin-bottom: 15px;
}
.jag-himg-wrapper:hover .jag-hoverimage-card{
	transform: scale(1.06);
	-webkit-transform: scale(1.06);	
}
.jag-himg-s4 .jag-hoverimage-overlay{
	display: none !important;
}
.jag-himg-s4 .jag-hover-content-wrapper{
	top: initial;
	bottom: 0px;
	transform: initial;
	max-height: 0;
	transition: 1.5s all;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.jag-himg-s4 .jag-hover-content-wrapper .jag-hoverimage-content{
	position: relative;
	transform: initial;
}
.jag-himg-wrapper:hover .jag-hoverimage-card.jag-himg-s4 {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.jag-hoverimage-card.jag-himg-s4 .jag-himg-readmore-wrapper, 
.jag-hoverimage-card.jag-himg-s4 .jag-himg-icon, 
.jag-hoverimage-card.jag-himg-s4 .jag-hoverimage-short-desc, 
.jag-hoverimage-card.jag-himg-s4 .jag-hoverimage-title{
	opacity: 1 !important;
	left: 0 !important;
}
.jag-hoverimage-card:hover .jag-hover-content-wrapper{
	max-height: 500px;
}
.jag-himg-s4.jag-title-default .jag-hover-content-wrapper,
.jag-himg-s4.jag-himg-hover .jag-hover-content-wrapper{
	max-height: initial;
}
.jag-hoverimage-card .jag-wrapper-link{
	display: block;
	height: 100%;
}
.jag-himg-s4 .jag-hoverimage-content{
	padding: 5px 40px 10px;
}
/*Overlay Icon*/
.jag-hoverimage-card i.jag-himg-overlay-icon.jag_overlay_icon_default{
	opacity: 1;
}
.jag-hoverimage-card i.jag-himg-overlay-icon{
	position: absolute;
	font-size: 300px;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.jag-hoverimage-card:hover i.jag-himg-overlay-icon{
	opacity: 1;
}
@media (max-width: 767px){
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-overlay{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-title,
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-short-desc,
	.jag-hoverimage-card.jag-himg-mhover .jag-himg-readmore-wrapper,
	.jag-hoverimage-card.jag-himg-mhover .jag-himg-icon{
		opacity: 1;
		left: 0;
	}
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-right,
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-left{
		height: calc(100% - 52px);
		transform: none;
		top: 26px;
	}
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-bottom,
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-top{
		transform: none;
		width: calc(100% - 52px);
		left: 26px;
	}
	.jag-hoverimage-card.jag-himg-mhover .jag-hoverimage-content{
		opacity: 1;
	}
	.jag-hoverimage-card.jag-himg-s3.jag-himg-mhover .jag-hoverimage-left{
		height: 100px;
		top: 26px;
		bottom: auto;
	}
	.jag-hoverimage-card.jag-himg-s3.jag-himg-mhover .jag-hoverimage-right{
		height: 100px;
		bottom: 26px;
		top: auto;
	}
	.jag-hoverimage-card.jag-himg-s3.jag-himg-mhover .jag-hoverimage-top{
		width: 100px;
		left: 26px;
		right: auto;
	}
	.jag-hoverimage-card.jag-himg-s3.jag-himg-mhover .jag-hoverimage-bottom{
		width: 100px;
		right: 26px;
		left: auto;
	}
}

.jag-himg-e1 .jag-hoverimage-overlay,
.jag-himg-e2 .jag-hoverimage-overlay,
.jag-himg-e3 .jag-hoverimage-overlay,
.jag-himg-e4 .jag-hoverimage-overlay,
.jag-himg-e6 .jag-hoverimage-overlay{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.jag-hoverimage-top,
.jag-hoverimage-left,
.jag-hoverimage-bottom,
.jag-hoverimage-right{
	transition: 0.2s all;
}

.jag-himg-e1 .jag-hoverimage-overlay{
	left: -100%;
}

.jag-himg-e1.jag-hoverimage-card:hover .jag-hoverimage-overlay {
	left: 0;
}

.jag-himg-e2 .jag-hoverimage-overlay{
	right: -100%;
	left: auto;
}

.jag-himg-e2.jag-hoverimage-card:hover .jag-hoverimage-overlay {
	right: 0;
}

.jag-himg-e3 .jag-hoverimage-overlay{
	top: -100%;
}

.jag-himg-e3.jag-hoverimage-card:hover .jag-hoverimage-overlay {
	top: 0;
}

.jag-himg-e4 .jag-hoverimage-overlay{
	bottom: -100%;
	top: auto;
}

.jag-himg-e4.jag-hoverimage-card:hover .jag-hoverimage-overlay {
	bottom: 0;
}

.jag-himg-e6 .jag-hoverimage-overlay{
	opacity: 0;
}

.jag-himg-e6.jag-hoverimage-card:hover .jag-hoverimage-overlay {
	opacity: 1;
}
/************************************************
* 6. ICONBOX
*************************************************/
.jag-iconbox{
	position: relative;
	padding: 10px;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.jag-iconbox a,
.jag-iconbox a:hover,
.jag-iconbox a:focus,
.jag-iconbox a:active{
	box-shadow: none !important;
	outline: none;
}
.jag-iconbox-icon{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;
}
.jag-iconbox-content{
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	padding: 3px 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	text-align: center;
	left: 0;
}
.jag-iconbox-title{
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}
.jag-iconbox.jag_icon_small{
	height: 90px;
	max-width: 90px;
}
.jag-iconbox.jag_icon_medium{
	height: 120px;
	max-width: 120px;
}
.jag-iconbox.jag_icon_large{
	height: 150px;
	max-width: 150px;
}
.jag-iconbox.jag_icon_exlarge{
	height: 190px;
	max-width: 190px;
}
.jag-iconbox.jag_icon_small i.jag-iconbox-icon{
	font-size: 40px;
	line-height: 40px;
}
.jag-iconbox.jag_icon_medium i.jag-iconbox-icon{
	font-size: 60px;
	line-height: 60px;
}
.jag-iconbox.jag_icon_large i.jag-iconbox-icon{
	font-size: 80px;
	line-height: 80px;
}
.jag-iconbox.jag_icon_exlarge i.jag-iconbox-icon{
	font-size: 100px;
	line-height: 100px;
}
.jag-iconbox a:hover i.jag-iconbox-icon{
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
}
.jag-iconbox-readmore{
	display: block;
	height: 100%;
	width: 100%;
}
.jag-iconbox.jag-iconbox-e3:hover:after{
	content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.jag-iconbox-s2,
.jag-iconbox-s4{
	background-color: transparent;
	border: 3px solid #000;
}
.jag-iconbox-e3:hover{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
.jag-iconbox-s2.jag-iconbox-e3:hover,
.jag-iconbox-s4.jag-iconbox-e3:hover{
	border: 0;
}
.jag-iconbox-s3,.jag-iconbox-s4{
	border-radius: 10px;
}
.jag-iconbox.jag-iconbox-s3:hover:after,
.jag-iconbox.jag-iconbox-s4:hover:after{
	border-radius: 10px;
}
.jag_icon_center .jag-iconbox{
	margin: 0 auto 15px;
}
.jag_icon_right .jag-iconbox{
	margin: auto 0 auto auto;
}
/***************************************
 7. PRICING TABLE
****************************************/
.jag-pricing-table * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jag-pricing-table:before,
.jag-pricing-table:after {
    content: "";
    display: table;
} 
.jag-pricing-table:after {
    clear: both;
}
.jag-pricing-table{
    margin: 50px auto;
    text-align: center;
    padding-right: 0;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.jag-pricing-table-block{
    overflow: hidden;
    margin: 0 auto;
	box-shadow: 0px 0px 10px #ccc;
}
.jag-pricing-table-block .jag-pricing-features p{
	margin: 0;
}
.jag-pricing-table .jag-pricing-title{
    background-color: #78CFBF;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px; 
    position: relative;
	z-index: 0;
}
.jag-pricing-table .jag-pricing-content{
    position: relative;
    padding: 20px 0 20px 0;
}
.jag-pricing-table .jag-pricing-footer{
    background-color: #82DACA;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
     text-transform: capitalize;
     position: relative;
	 min-height: 40px;
}
.jag-pricing-table .jag-pricing-footer .jag-pricing-button{
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 40px;
	box-shadow: none;
}
.jag-pricing-table .jag-pricing-footer .jag-pricing-button:hover{
    text-decoration: none;
}
.jag-pricing-table .jag-pricing-footer:hover{
    opacity: 0.8;
}
.jag-pricing-table .jag-pricing-price{
    position: relative;
    display: block;
}
.jag-pricing-table  .jag-pricing-price span{    
    font-size: 70px;
    letter-spacing: 4px;
    line-height: 90px;
    font-weight: bold;        
}
.jag-pricing-table .jag-pricing-price sup{
    font-size: 25px;    
    line-height: 30px;
    position: absolute;    
    top: 12px;
    margin-left: -20px;
}
.jag-pricing-table  .jag-pricing-subtitle{
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
}
.jag-pricing-table .jag-pricing-features ul{
    list-style-type: none;    
    text-align: left;
    padding:30px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.jag-pricing-table .jag-pricing-features li{
    padding:10px 0;
    width: 100%;
    display: block;
    margin: 0;
	word-wrap: break-word;
}
.jag-pricing-table .jag-pricing-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
.jag-pricing-table .jag-featured-title{
	background-color: orange;
	color: #fff;
	padding: 5px 10px;
	z-index: 999999;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}
@media(max-width: 767px){
	.jag-pricing-table{
		max-width: 300px;
	}
}
/* Pricing Table Style 1 */
.jag-pricing-table.theme-pt-1  .jag-pricing-content{
    color: #ffffff;
}
.jag-pricing-table.theme-pt-1  .jag-pricing-content span,
.jag-pricing-table.theme-pt-1  .jag-pricing-content sub,
.jag-pricing-table.theme-pt-1  .jag-pricing-content sup {
	color: #ffffff;
}
.theme-pt-1 .jag-pricing-features ul,
.theme-pt-1 .jag-pricing-features{
    background: #FFFFFF;
    color: #9C9C9C;
}
.theme-pt-1 .jag-pricing-features li{
    color: #9C9C9C;	
}
/* Pricing Table Style 2 */
.theme-pt-2 .jag-pricing-content{
    background-color: #ffffff;
}
.theme-pt-2 .jag-pricing-features ul,
.theme-pt-2 .jag-pricing-features{
    background: #FFFFFF;
    color: #9C9C9C;
}
.theme-pt-2 .jag-pricing-features li{
	color: #9C9C9C;	
}
/* Pricing Table Style 3 */
.theme-pt-3 .jag-pricing-content{
    background-color: #374140;
}
.theme-pt-3 .jag-pricing-features ul,
.theme-pt-3 .jag-pricing-features{
    background: #FFFFFF;
    color: #9C9C9C;
}
.theme-pt-3 .jag-pricing-features li{
	color: #9C9C9C;	
}
/* Pricing Table Style 4 */
.theme-pt-4 .jag-pricing-content{
    z-index: 0;
	color: #ffffff;
}
.theme-pt-4 .jag-pricing-features ul{
    color: #ffffff;
}
.theme-pt-4 .jag-pricing-features li{
	color: #ffffff;
}
/*********************************************
* 8. SOCIAL ICONS
**********************************************/
.jag-social-btns a.jag-social-btn{
	box-shadow: none !important;
}
.jag-social-btns a.jag-social-btn:focus,
.jag-social-btns a.jag-social-btn:active,
.jag-social-btns a.jag-social-btn:visited,
.jag-social-btns a.jag-social-btn:hover{
	outline: none;
	border: none;
}
.jag-social-btns:after{
	clear: both;
	content: '';
}
.jag-social-btns {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.jag-social-btns a.jag-social-btn,
.jag-social-btns a.jag-social-btn i {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.jag-social-btns a.jag-social-btn {
  display: inline-block;
  background-color: #fff;
  padding: 0;
  margin: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5) !important;
  border: 0;
}
.jag-social-btns.jag-large a.jag-social-btn i {
  font-size: 48px;
  vertical-align: middle;
}
.jag-social-btns.jag-medium a.jag-social-btn i {
  font-size: 38px;
  vertical-align: middle;
}
.jag-social-btns.jag-small a.jag-social-btn i {
  font-size: 22px;
  vertical-align: middle;
}
.jag-social-btns a.jag-social-btn i{
	position: relative;
    top: -1px;
}
.jag-social-btns a.jag-social-btn.facebook-bgcolor{
  background-color: #3b5998;
}
.jag-social-btns a.jag-social-btn.twitter-bgcolor {
  background-color: #3cf;
}
.jag-social-btns a.jag-social-btn.google-bgcolor {
  background-color: #dc4a38;
}
.jag-social-btns a.jag-social-btn.dribbble-bgcolor {
  background-color: #f26798;
}
.jag-social-btns a.jag-social-btn.skype-bgcolor {
  background-color: #00aff0;
}
.jag-social-btns a.jag-social-btn.linkedin-bgcolor {
  background-color: #007bb5;
}
.jag-social-btns a.jag-social-btn.youtube-bgcolor {
  background-color: #bb0000;
}
.jag-social-btns a.jag-social-btn.instagram-bgcolor {
  background-color: #125688;
}
.jag-social-btns a.jag-social-btn.pinterest-bgcolor {
  background-color: #cb2027;
}
.jag-social-btns a.jag-social-btn.snapchat-bgcolor {
  background-color: #fffc00;
}
.jag-social-btns a.jag-social-btn.android-bgcolor {
  background-color: #a4c639;
}
.jag-social-btns a.jag-social-btn.vimeo-bgcolor {
  background-color: #45bbff;
}
.jag-social-btns a.jag-social-btn.tumblr-bgcolor {
  background-color: #2c4762;
}
.jag-social-btns a.jag-social-btn.vine-bgcolor {
  background-color: #00b489;
}
.jag-social-btns a.jag-social-btn.foursquare-bgcolor {
  background-color: #45bbff;
}
.jag-social-btns a.jag-social-btn.stumbleupon-bgcolor {
  background-color: #eb4924;
}
.jag-social-btns a.jag-social-btn.flickr-bgcolor {
  background-color: #f40083;
}
.jag-social-btns a.jag-social-btn.yahoo-bgcolor {
  background-color: #430297;
}
.jag-social-btns a.jag-social-btn.reddit-bgcolor {
  background-color: #ff5700;
}
.jag-social-btns a.jag-social-btn.rss-bgcolor {
  background-color: #ff6600;
}
.jag-social-btns a.jag-social-btn.yelp-bgcolor {
  background-color: #bf2519;
}
.jag-social-btns a.jag-social-btn.xing-bgcolor {
  background-color: #005a5f;
}
.jag-social-btns a.jag-social-btn.vk-bgcolor {
  background-color: #5181b8;
}
.jag-social-btns a.jag-social-btn.meetup-bgcolor {
  background-color: #f20017;
}
.jag-social-btns a.jag-social-btn.weibo-bgcolor {
  background-color: #e6162d;
}
.jag-social-btns a.jag-social-btn.facebook-fontcolor{
  color: #3b5998;
}
.jag-social-btns a.jag-social-btn.twitter-fontcolor {
  color: #3cf;
}
.jag-social-btns a.jag-social-btn.google-fontcolor {
  color: #dc4a38;
}
.jag-social-btns a.jag-social-btn.dribbble-fontcolor {
  color: #f26798;
}
.jag-social-btns a.jag-social-btn.skype-fontcolor {
  color: #00aff0;
}
.jag-social-btns a.jag-social-btn.linkedin-fontcolor {
  color: #007bb5;
}
.jag-social-btns a.jag-social-btn.youtube-fontcolor {
  color: #bb0000;
}
.jag-social-btns a.jag-social-btn.instagram-fontcolor {
  color: #125688;
}
.jag-social-btns a.jag-social-btn.pinterest-fontcolor {
  color: #cb2027;
}
.jag-social-btns a.jag-social-btn.snapchat-fontcolor {
  color: #fffc00;
}
.jag-social-btns a.jag-social-btn.android-fontcolor {
  color: #a4c639;
}
.jag-social-btns a.jag-social-btn.vimeo-fontcolor {
  color: #45bbff;
}
.jag-social-btns a.jag-social-btn.tumblr-fontcolor {
  color: #2c4762;
}
.jag-social-btns a.jag-social-btn.vine-fontcolor {
  color: #00b489;
}
.jag-social-btns a.jag-social-btn.foursquare-fontcolor {
  color: #45bbff;
}
.jag-social-btns a.jag-social-btn.stumbleupon-fontcolor {
  color: #eb4924;
}
.jag-social-btns a.jag-social-btn.flickr-fontcolor {
  color: #f40083;
}
.jag-social-btns a.jag-social-btn.yahoo-fontcolor {
  color: #430297;
}
.jag-social-btns a.jag-social-btn.reddit-fontcolor {
  color: #ff5700;
}
.jag-social-btns a.jag-social-btn.rss-fontcolor {
  color: #ff6600;
}
.jag-social-btns a.jag-social-btn.yelp-fontcolor {
  color: #bf2519;
}
.jag-social-btns a.jag-social-btn.xing-fontcolor {
  color: #005a5f;
}
.jag-social-btns a.jag-social-btn.vk-fontcolor {
  color: #5181b8;
}
.jag-social-btns a.jag-social-btn.meetup-fontcolor {
  color: #f20017;
}
.jag-social-btns a.jag-social-btn.weibo-fontcolor {
  color: #e6162d;
}
.jag-social-btns.jag-large a.jag-social-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.jag-social-btns.jag-medium a.jag-social-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.jag-social-btns.jag-small a.jag-social-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.jag-social-btns.grayscale-color a.jag-social-btn{
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}
.jag-social-btns.grayscale-color a.jag-social-btn{
	color: #aaaaaa;
	border-color: #aaaaaa;
}
.jag-no-boxshadow a.jag-social-btn{
	box-shadow: none !important;
}
.jag-rounded a.jag-social-btn{
	border-radius: 100%;
}
.jag-align-right{
	text-align: right;
}
.jag-align-center{
	text-align: center;
}
.jag-align-left{
	text-align: left;
}
.jag-vertical.jag-align-center  a.jag-social-btn{
	display: block;
	margin: 10px auto 0;
}
.jag-vertical.jag-align-left  a.jag-social-btn{
	display: block;
	margin: auto 0 10px;
}
.jag-vertical.jag-align-right a.jag-social-btn{
	display: block;
	margin: 0 0 10px auto;
}
/*Style 1*/
.theme-si-1.jag-social-btns {
	margin-bottom: 20px;
	margin-top: 20px;
}
.theme-si-1.jag-social-btns a.jag-social-btn:before{
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.theme-si-1.jag-social-btns a.jag-social-btn:before {
  top: 100%;
  left: -110%;
}
.theme-si-1.jag-social-btns a.jag-social-btn i {
  -webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.theme-si-1.jag-social-btns a.jag-social-btn.facebook-fontcolor:before {
  background-color: #3b5998;
}
.theme-si-1.jag-social-btns a.jag-social-btn.facebook-fontcolor i {
  color: #3b5998;
}
.theme-si-1.jag-social-btns a.jag-social-btn.twitter-fontcolor:before {
  background-color: #3cf;
}
.theme-si-1.jag-social-btns a.jag-social-btn.twitter-fontcolor i {
  color: #3cf;
}
.theme-si-1.jag-social-btns a.jag-social-btn.google-fontcolor:before {
  background-color: #dc4a38;
}
.theme-si-1.jag-social-btns a.jag-social-btn.google-fontcolor i {
  color: #dc4a38;
}
.theme-si-1.jag-social-btns a.jag-social-btn.dribbble-fontcolor:before {
  background-color: #f26798;
}
.theme-si-1.jag-social-btns a.jag-social-btn.dribbble-fontcolor i {
  color: #f26798;
}
.theme-si-1.jag-social-btns a.jag-social-btn.skype-fontcolor:before {
  background-color: #00aff0;
}
.theme-si-1.jag-social-btns a.jag-social-btn.skype-fontcolor i {
  color: #00aff0;
}
.theme-si-1.jag-social-btns a.jag-social-btn.linkedin-fontcolor:before {
  background-color: #007bb5;
}
.theme-si-1.jag-social-btns a.jag-social-btn.youtube-fontcolor:before {
  background-color: #bb0000;
}
.theme-si-1.jag-social-btns a.jag-social-btn.instagram-fontcolor:before {
  background-color: #125688;
}
.theme-si-1.jag-social-btns a.jag-social-btn.pinterest-fontcolor:before {
  background-color: #cb2027;
}
.theme-si-1.jag-social-btns a.jag-social-btn.snapchat-fontcolor:before {
  background-color: #fffc00;
}
.theme-si-1.jag-social-btns a.jag-social-btn.android-fontcolor:before {
  background-color: #a4c639;
}
.theme-si-1.jag-social-btns a.jag-social-btn.vimeo-fontcolor:before {
  background-color: #45bbff;
}
.theme-si-1.jag-social-btns a.jag-social-btn.tumblr-fontcolor:before {
  background-color: #2c4762;
}
.theme-si-1.jag-social-btns a.jag-social-btn.vine-fontcolor:before {
  background-color: #00b489;
}
.theme-si-1.jag-social-btns a.jag-social-btn.foursquare-fontcolor:before {
  background-color: #45bbff;
}
.theme-si-1.jag-social-btns a.jag-social-btn.stumbleupon-fontcolor:before {
  background-color: #eb4924;
}
.theme-si-1.jag-social-btns a.jag-social-btn.flickr-fontcolor:before {
  background-color: #f40083;
}
.theme-si-1.jag-social-btns a.jag-social-btn.yahoo-fontcolor:before {
  background-color: #430297;
}
.theme-si-1.jag-social-btns a.jag-social-btn.reddit-fontcolor:before {
  background-color: #ff5700;
}
.theme-si-1.jag-social-btns a.jag-social-btn.rss-fontcolor:before {
  background-color: #ff6600;
}
.theme-si-1.jag-social-btns a.jag-social-btn.yelp-fontcolor:before {
  background-color: #bf2519;
}
.theme-si-1.jag-social-btns a.jag-social-btn.xing-fontcolor:before {
  background-color: #005a5f;
}
.theme-si-1.jag-social-btns a.jag-social-btn.vk-fontcolor:before {
  background-color: #5181b8;
}
.theme-si-1.jag-social-btns a.jag-social-btn.meetup-fontcolor:before {
  background-color: #f20017;
}
.theme-si-1.jag-social-btns a.jag-social-btn.weibo-fontcolor:before {
  background-color: #e6162d;
}
.theme-si-1.jag-social-btns a.jag-social-btn:focus:before,
.theme-si-1.jag-social-btns a.jag-social-btn:hover:before {
  top: -27%;
  left: -27%;
}
.theme-si-1.jag-social-btns a.jag-social-btn:focus i,
.theme-si-1.jag-social-btns a.jag-social-btn:hover i {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theme-si-1.jag-social-btns a.jag-social-btn:before {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.theme-si-1.jag-social-btns.grayscale-color a.jag-social-btn i{
	color: #ffffff;
}
.theme-si-1.jag-social-btns.grayscale-color a.jag-social-btn:hover i,
.theme-si-1.jag-social-btns.grayscale-color a.jag-social-btn:focus i{
	color: #ffffff;
}

/*Style 2*/
.theme-si-2.jag-social-btns a.jag-social-btn i {
  color: #fff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.theme-si-2.jag-social-btns a.jag-social-btn:focus i,
.theme-si-2.jag-social-btns a.jag-social-btn:hover i {
  color: #fff;
  -webkit-transform: scale(1);
	transform: scale(1);
}


/*Style 3*/
.theme-si-3.jag-social-btns.jag-vertical a.jag-social-btn{
	display: block;
}
.theme-si-3.jag-social-btns i {
  cursor: pointer;
  display: inline-block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.theme-si-3 .jag-sb-wrapper{
	display: inline-block;
	background: #f8f8f8;
	padding: 10px 0 5px;
	border-radius: 8px;
	-moz-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.7);
	box-shadow: 0 5px 15px -8px rgba(0,0,0,0.7)
}
.theme-si-3 .jag-sb-wrapper a.jag-social-btn:first-child{
	border-left: none !important;
}
.theme-si-3 .jag-sb-wrapper a.jag-social-btn:last-child{
	border-right: none !important;
}
.theme-si-3.jag-social-btns a.jag-social-btn {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #fff;
	padding: 10px 5px;
}
.theme-si-3.jag-social-btns.jag-vertical a.jag-social-btn{
	border: none;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #fff;
}
.theme-si-3.jag-vertical .jag-sb-wrapper a.jag-social-btn:first-child{
	border-top: none !important;
}
.theme-si-3.jag-vertical .jag-sb-wrapper a.jag-social-btn:last-child{
	border-bottom: none !important;
}
.theme-si-3.jag-social-btns a.jag-social-btn{
	background-color: transparent;
	box-shadow: none !important;
	display: inline-block;
	height: auto;
	line-height: inherit;
	margin: 0;
}
.theme-si-3.jag-social-btns.large a.jag-social-btn i {
  font-size: 40px;
  vertical-align: middle;
}
.theme-si-3.jag-social-btns.medium a.jag-social-btn i {
  font-size: 30px;
  vertical-align: middle;
}
.theme-si-3.jag-social-btns.small a.jag-social-btn i {
  font-size: 22px;
  vertical-align: middle;
}
.theme-si-3.jag-no-boxshadow.jag-social-btns .jag-sb-wrapper{
	box-shadow: none;
}
.theme-si-3.jag-social-btns a.jag-social-btn i {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.theme-si-3.jag-social-btns a.jag-social-btn:focus i,
.theme-si-3.jag-social-btns a.jag-social-btn:hover i {
  -webkit-transform: scale(1);
	transform: scale(1);
}
.theme-si-3.jag-rounded.jag-social-btns a.jag-social-btn{
	margin: 0 3px;
	border-radius: 0;
}

/*Style-4*/
.theme-si-4.jag-social-btns a.jag-social-btn{
	background-color: transparent;
	border: 3px solid;
}
.theme-si-4.jag-social-btns a.jag-social-btn i {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.theme-si-4.jag-social-btns a.jag-social-btn:focus i,
.theme-si-4.jag-social-btns a.jag-social-btn:hover i {
  -webkit-transform: scale(1);
	transform: scale(1);
}
.theme-si-4.jag-social-btns a.jag-social-btn.facebook-fontcolor{
  border-color: #3b5998;
}
.theme-si-4.jag-social-btns a.jag-social-btn.twitter-fontcolor {
  border-color: #3cf;
}
.theme-si-4.jag-social-btns a.jag-social-btn.google-fontcolor {
  border-color: #dc4a38;
}
.theme-si-4.jag-social-btns a.jag-social-btn.dribbble-fontcolor {
  border-color: #f26798;
}
.theme-si-4.jag-social-btns a.jag-social-btn.skype-fontcolor {
  border-color: #00aff0;
}
.theme-si-4.jag-social-btns a.jag-social-btn.linkedin-fontcolor {
  border-color: #007bb5;
}
.theme-si-4.jag-social-btns a.jag-social-btn.youtube-fontcolor {
  border-color: #bb0000;
}
.theme-si-4.jag-social-btns a.jag-social-btn.instagram-fontcolor {
  border-color: #125688;
}
.theme-si-4.jag-social-btns a.jag-social-btn.pinterest-fontcolor {
  border-color: #cb2027;
}
.theme-si-4.jag-social-btns a.jag-social-btn.snapchat-fontcolor {
  border-color: #fffc00;
}
.theme-si-4.jag-social-btns a.jag-social-btn.android-fontcolor {
  border-color: #a4c639;
}
.theme-si-4.jag-social-btns a.jag-social-btn.vimeo-fontcolor {
  border-color: #45bbff;
}
.theme-si-4.jag-social-btns a.jag-social-btn.tumblr-fontcolor {
  border-color: #2c4762;
}
.theme-si-4.jag-social-btns a.jag-social-btn.vine-fontcolor {
  border-color: #00b489;
}
.theme-si-4.jag-social-btns a.jag-social-btn.foursquare-fontcolor {
  border-color: #45bbff;
}
.theme-si-4.jag-social-btns a.jag-social-btn.stumbleupon-fontcolor {
  border-color: #eb4924;
}
.theme-si-4.jag-social-btns a.jag-social-btn.flickr-fontcolor {
  border-color: #f40083;
}
.theme-si-4.jag-social-btns a.jag-social-btn.yahoo-fontcolor {
  border-color: #430297;
}
.theme-si-4.jag-social-btns a.jag-social-btn.reddit-fontcolor {
  border-color: #ff5700;
}
.theme-si-4.jag-social-btns a.jag-social-btn.rss-fontcolor {
  border-color: #ff6600;
}
.theme-si-4.jag-social-btns a.jag-social-btn.yelp-fontcolor {
  border-color: #bf2519;
}
.theme-si-4.jag-social-btns a.jag-social-btn.xing-fontcolor {
  border-color: #005a5f;
}
.theme-si-4.jag-social-btns a.jag-social-btn.vk-fontcolor {
  border-color: #5181b8;
}
.theme-si-4.jag-social-btns a.jag-social-btn.meetup-fontcolor {
  border-color: #f20017;
}
.theme-si-4.jag-social-btns a.jag-social-btn.weibo-fontcolor {
  border-color: #e6162d;
}
.theme-si-4.jag-social-btns.grayscale-color a.jag-social-btn{
	border-color: #aaaaaa;
}
/****************************************************************
	9 .TESTIMONIALS
*****************************************************************/
/*Theme 1*/
.jag-tst-theme-1{
	clear: both;
	float: left;
	width: 100%;
}
.jag-tst-theme-1 hr{
	margin: 10px 0;
}
.jag-tst-theme-1 .jag-tst-wrapper{
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.jag-tst-theme-1 .jag-tst-avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: -60px auto 0;
	border: 5px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
.jag-tst-theme-1 .jag-tst-wrapper:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-1 .jag-tst-avatar:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
	transition: 0.4s all;
}
.jag-tst-theme-1 .jag-tst-avatar img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.jag-tst-theme-1 .jag-tst-details{
	padding: 20px;
	text-align: center;
}
.jag-tst-theme-1 .jag-tst-details .jag-testimonial-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
.jag-tst-theme-1 .jag-tst-details .jag-name{
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.jag-tst-theme-1 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}
.jag-tst-theme-1 .jag-message{
	font-size: 14px;
	line-height: 22px;
}
.jag-tst-theme-1 .jag-message i{
	font-size: 30px;
	color: orange;
	margin-right: 10px;
}
.jag-tst-theme-1 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-1 .jag-tst-details .jag-rating i{
	color: orange;
	font-size: 18px;
	margin: 0 2px;
}
.jag-tst-theme-1 .jag-tst-col{
	margin-bottom: 30px;
}
.jag-tst-theme-1 .jag-tst-color-bg{
	height: 100px;
	position: relative;
	z-index: 0;
	width: 100%;
}
.jag-tst-theme-1.owl-carousel .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}
@keyframes avtar-hover {
    0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
@-webkit-keyframes avtar-hover {
     0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}

/* Theme 2 */
.jag-tst-theme-2{
	clear: both;
	float: left;
	width: 100%;
}
.jag-tst-theme-2 .jag-tst-wrapper{
	border-radius: 15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	color: #ffffff;
	padding: 20px 10px 10px;
}
.jag-tst-theme-2 .jag-tst-avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 5px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
.jag-tst-theme-2 .jag-tst-wrapper:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-2 .jag-tst-avatar:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
	transition: 0.4s all;
}
.jag-tst-theme-2 .jag-tst-avatar img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.jag-tst-theme-2 .jag-tst-details{
	padding: 20px;
	text-align: center;
}
.jag-tst-theme-2 .jag-tst-details .jag-testimonial-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
.jag-tst-theme-2 .jag-tst-details .jag-name{
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.jag-tst-theme-2 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}
.jag-tst-theme-2 .jag-message{
	font-size: 14px;
	line-height: 22px;
}
.jag-tst-theme-2 .jag-message i{
	font-size: 30px;
	margin-right: 10px;
}
.jag-tst-theme-2 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-2 .jag-tst-details .jag-rating i{
	font-size: 18px;
	margin: 0 2px;
}
.jag-tst-theme-2 .jag-tst-col{
	margin-bottom: 30px;
}
.jag-tst-theme-2  .jag-message i,
.jag-tst-theme-2 .jag-tst-details .jag-rating i{
	color: #ffffff;
}
.jag-tst-theme-2.owl-carousel .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}
@keyframes avtar-hover {
    0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
@-webkit-keyframes avtar-hover {
     0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
/* Theme 3 */
.jag-tst-theme-3{
	clear: both;
	float: left;
	width: 100%;
}
.jag-tst-theme-3 .jag-tst-wrapper{
	border-radius: 15px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	color: #ffffff;
	padding: 20px 10px 120px;
	position: relative;
}
.jag-tst-theme-3 .jag-tst-avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 5px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
.jag-tst-theme-3 .jag-tst-col:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-3 .jag-tst-avatar:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 25px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
	transition: 0.4s all;
}
.jag-tst-theme-3 .jag-tst-avatar img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	left: 30px;
	top: -10px;
	border: 5px solid #dddddd;
}
.jag-tst-theme-3 .jag-dots span{
	display: block;
	margin: 0 auto;
	position:relative;
	top: -10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.jag-tst-theme-3 .jag-dots span:first-child{
	width: 20px;
	height: 20px;
}
.jag-tst-theme-3 .jag-dots span:nth-child(2){
	width: 15px;
	height: 15px;
	left: 3px;
}
.jag-tst-theme-3 .jag-dots span:nth-child(3){
	width: 10px;
	height: 10px;
	left: 7px;
}
.jag-tst-theme-3 .jag-dots span:nth-child(4){
	width: 8px;
	height: 8px;
	left: 12px;
}
.jag-tst-theme-3 .jag-tst-details{
	padding: 10px 20px 5px;
	text-align: center;
}
.jag-tst-theme-3 .jag-tst-details .jag-tst-client-details{
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
}
.jag-tst-theme-3 .jag-tst-details .jag-testimonial-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.jag-tst-theme-3 .jag-tst-details .jag-name{
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 20px;
}
.jag-tst-theme-3 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}
.jag-tst-theme-3 .jag-message{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.jag-tst-theme-3 .jag-message i{
	font-size: 30px;
	margin-right: 10px;
}
.jag-tst-theme-3 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-3 .jag-tst-details .jag-rating i{
	font-size: 18px;
	margin: 0 2px;
}
.jag-tst-theme-3  .jag-message i,
.jag-tst-theme-3 .jag-tst-details .jag-rating i{
	color: #ffffff;
}
.jag-tst-theme-3 .jag-tst-col{
	margin-bottom: 30px;
}
.jag-tst-theme-3.owl-carousel .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}
@keyframes avtar-hover {
    0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
@-webkit-keyframes avtar-hover {
     0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
/* THEME 4 */
.jag-tst-theme-4{
	clear: both;
	float: left;
	width: 100%;
}
.jag-tst-theme-4 .jag-tst-wrapper{
	border-radius: 15px;
	padding: 20px 10px 10px;
	word-wrap: break-word;
}
.jag-tst-theme-4 .jag-tst-avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 5px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
.jag-tst-theme-4 .jag-tst-wrapper:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-4 .jag-tst-avatar:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
	transition: 0.4s all;
}
.jag-tst-theme-4 .jag-tst-avatar img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.jag-tst-theme-4 .jag-tst-details{
	text-align: center;
	margin: 10px 0;
}
.jag-tst-theme-4 .jag-testimonial-title{
	font-size: 16px;
	font-weight: 700;
	color: #0a0a0a;
	text-align: center;
	line-height: 20px;
	padding: 10px 20px 0;
}
.jag-tst-theme-4 .jag-tst-details .jag-name{
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.jag-tst-theme-4 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}

.jag-tst-theme-4 .jag-message{
	font-size: 14px;
	line-height: 22px;
	padding: 5px 20px 10px;
	text-align: center;
}
.jag-tst-theme-4 .jag-message i{
	font-size: 30px;
	color: #aaa;
	margin-right: 10px;
}
.jag-tst-theme-4 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-4 .jag-tst-details .jag-rating i{
	font-size: 18px;
	margin: 0 2px;
}
.jag-tst-theme-4 .jag-tst-col{
	margin-bottom: 30px;
}
.jag-tst-theme-4.owl-carousel .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}
@keyframes avtar-hover {
    0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
@-webkit-keyframes avtar-hover {
     0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
/* THEME 5 */
.jag-tst-theme-5{
	clear: both;
	float: left;
	width: 100%;
}
.jag-tst-theme-5 .jag-tst-wrapper{
	border-radius: 15px;
	padding: 20px 10px 10px;
	word-wrap: break-word;
	border: 3px solid #ccc;
}
.jag-tst-theme-5 .jag-tst-avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border: 5px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
.jag-tst-theme-5 .jag-tst-wrapper:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-5 .jag-tst-avatar:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
	transition: 0.4s all;
}
.jag-tst-theme-5 .jag-tst-avatar img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.jag-tst-theme-5 .jag-tst-details{
	text-align: center;
	margin: 10px 0;
}
.jag-tst-theme-5 .jag-tst-details .jag-name{
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.jag-tst-theme-5 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}
.jag-tst-theme-5 .jag-testimonial-title{
	font-size: 16px;
	font-weight: 700;
	color: #0a0a0a;
	text-align: center;
	line-height: 20px;
	padding: 10px 20px 0;
}
.jag-tst-theme-5 .jag-message{
	font-size: 14px;
	line-height: 22px;
	padding: 5px 20px 10px;
	text-align: center;
}
.jag-tst-theme-5 .jag-message i{
	font-size: 30px;
	color: #aaa;
	margin-right: 10px;
}
.jag-tst-theme-5 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-5 .jag-tst-details .jag-rating i{
	font-size: 18px;
	margin: 0 2px;
}
.jag-tst-theme-5 .jag-tst-col{
	margin-bottom: 30px;
}
.jag-tst-theme-5.owl-carousel .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}
@keyframes avtar-hover {
    0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
@-webkit-keyframes avtar-hover {
     0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
/*  Theme 6 */
.jag-tst-theme-6{
	clear: both;
}
.jag-tst-theme-6 .jag-tst-wrapper{
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.jag-tst-theme-6 .jag-tst-avatar{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: -60px auto 0;
	border: 5px solid #ffffff;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
.jag-tst-theme-6 .jag-tst-wrapper:hover .jag-tst-avatar:after{
	animation: avtar-hover 1s;
	-webkit-animation: avtar-hover 1s;
}
.jag-tst-theme-6 .jag-tst-avatar:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
	transition: 0.4s all;
}
.jag-tst-theme-6 .jag-tst-avatar img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.jag-tst-theme-6 .jag-tst-details{
	padding: 20px;
}
.jag-tst-theme-6 .jag-tst-details{
	text-align: center;
}
.jag-tst-theme-6 .jag-tst-details .jag-name{
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
.jag-tst-theme-6 .jag-tst-details .jag-designation{
	font-size: 14px;
	margin: 5px 0;
}
.jag-tst-theme-6 .jag-message{
	font-size: 14px;
	line-height: 22px;
}
.jag-tst-theme-6 .jag-message i{
	font-size: 30px;
	color: orange;
	margin-right: 10px;
}
.jag-tst-theme-6 .jag-tst-details .jag-rating{
	margin: 5px 0;
}
.jag-tst-theme-6 .jag-tst-details .jag-rating i{
	color: orange;
	font-size: 18px;
}
.jag-tst-theme-6 .jag-tst-col{
	margin-bottom: 30px;
}
.jag-tst-theme-6 .jag-tst-color-bg{
	height: 100px;
	position: relative;
	z-index: 0;
	width: 100%;
}
.jag-tst-theme-6.theme1-slider .jag-tst-wrapper{
	width: 99%;
	margin: 0 auto;
}
@keyframes avtar-hover {
    0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
@-webkit-keyframes avtar-hover {
     0%  {opacity: 0;}
    70%  {opacity: 0.4;}
	100% {opacity: 0;}
}
/**********************************************
* 10. Team
***********************************************/
/*Team Members*/
.jag-team-wrapper{
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.jag-team-wrapper.owl-carousel li{
    display: block;
}
.jag_vc_row.jag-row-theme-3,
.jag_vc_row.jag-row-theme-7{
    margin-left: 0px;
    margin-right: 0px;
}
.jag-team-wrapper .basic-info.icon {
    width: 100%;
}
.jag-team-wrapper .member-social a i {
    margin-bottom: 5px;
}
.jag-team-wrapper a,
.jag-team-wrapper a:hover,
.jag-team-wrapper a:active,
.jag-team-wrapper a:focus{
    box-shadow: none !important;
    outline: none;
    /*border: 0 !important;*/
}
.jag-tm-theme-9.jag-team-wrapper.owl-carousel .member-detail,
.jag-tm-theme-10.jag-team-wrapper.owl-carousel .member-detail,
.jag-tm-theme-12.jag-team-wrapper.owl-carousel .member-detail{
    box-shadow: 0px 0px 3px #ccc inset;
}
.jag-team-wrapper .member-img-wrap a{
    display: block;
}
.jag-tm-member-desc {
    margin-bottom: 10px;
}
.jag-team-wrapper li{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 991px) and (min-width: 768px){
    /*.jag-team-wrapper li {
        width: 50%;
    }*/
}
/*Jag team Modal Box*/
.jag-tm-modal-wrapper{
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
}
.jag-tm-readmore{
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    clear: both;
}
.jag-tm-readmore a{
    text-decoration: none;
    color: #888888;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
}
.jag-tm-readmore a:focus,
.jag-tm-readmore a:active{
    outline: none;
    color: #888888 !important;
}
.jag-tm-modal-header{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    word-wrap: break-word;
    padding-right: 60px;
    position: relative;
}
.jag-tm-modal-header .jag-tm-header-close{
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 18px;
    color: #888888;
    top: 10px;
}
.jag-tm-modal-wrapper .modal-body{
    float: left;
    width: 100%;
    padding: 0 !important;
}
.jag-tm-modal-wrapper .modal-body .outer-wrap{
    padding: 15px;
}
.jag-tm-modal-img img{
    float: left;
    margin-right: 20px;
    max-width: 250px !important;
    max-height: 250px !important;
    padding: 0;
}
.jag-tm-general-details{
    float: left;
}
.jag-tm-general-details .jag-tm-modal-info a{
    color: #888888;
    line-height: 26px;
}
.jag-tm-general-details .jag-tm-modal-info a:hover{
    color: #888888 !important;
}
.jag-tm-modal-description{
    clear: both;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.jag-tm-modal-wrapper .member-social-popup a.facebook i {
    background-color: #507CBE;
}
.jag-tm-modal-wrapper .member-social-popup a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-modal-wrapper .member-social-popup a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-modal-wrapper .member-social-popup a.gplus i {
    background-color: #F16261;
}
.jag-tm-modal-wrapper .member-social-popup a.instagram i {
    background-color: #8b398d;
}
.jag-tm-modal-wrapper .member-social-popup a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}
.jag-tm-modal-wrapper .member-social-popup a i {
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-modal-desig{
    display: block;
    color: #888888;
}
.jag-tm-modal-info{
    margin: 5px 0 10px;
}
.jag-tm-modal-info a{
    display: block;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ccc;
    box-shadow: none !important;
    text-decoration: none;
}
.jag-tm-modal-wrapper a:hover,
.jag-tm-modal-wrapper a:active,
.jag-tm-modal-wrapper a:focus,
.jag-tm-modal-wrapper a:visited{
    outline: none;
    color: #bbbbbb;
    box-shadow: none !important;
    outline: none;
}
.modal-footer .jag-tm-readmore{
    float: right;
    margin: 0;
}
.jag-tm-member-nav{
    float: left;
}
.jag-tm-member-nav span{
    display: inline-block;
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.jag-tm-member-nav i{
    font-size: 40px;
    color: #888888;
    cursor: pointer;
}
.jag-tm-modal-wrapper .jag-tm-close a{
    text-decoration: none;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
}
.jag-tm-modal-wrapper .jag-tm-close a:hover,
.jag-tm-modal-wrapper .jag-tm-close a:focus,
.jag-tm-modal-wrapper .jag-tm-close a:active{
    outline: none;
    color: #888888 !important;
}
@media (max-width: 767px){
    .jag-team-wrapper li.col-xs-3:nth-child(4n+1){
        clear: both;
    }
    .jag-team-wrapper li.col-xs-4:nth-child(3n+1){
        clear: both;
    }
    .jag-team-wrapper li.col-xs-6:nth-child(2n+1){
        clear: both;
    }
    .jag-tm-theme-3 .col-xs-3:nth-child(4n+1){
        clear: none;
    }
    .jag-tm-theme-3 .col-xs-4:nth-child(3n+1){
        clear: none;
    }
    .jag-tm-theme-3 .col-xs-6:nth-child(2n+1){
        clear: none;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .jag-team-wrapper li.col-sm-3:nth-child(4n+1){
        clear: both;
    }
    .jag-team-wrapper li.col-sm-4:nth-child(3n+1){
        clear: both;
    }
    .jag-team-wrapper li.col-sm-6:nth-child(2n+1){
        clear: both;
    }
    .jag-tm-theme-3 .col-sm-3:nth-child(4n+1){
        clear: none;
    }
    .jag-tm-theme-3 .col-sm-4:nth-child(3n+1){
        clear: none;
    }
    .jag-tm-theme-3 .col-sm-6:nth-child(2n+1){
        clear: none;
    }
}
@media (min-width: 992px){
    .jag-team-wrapper li.col-md-3:nth-child(4n+1){
        clear: both;
    }
    .jag-team-wrapper li.col-md-4:nth-child(3n+1){
        clear: both;
    }
    .jag-team-wrapper li.col-md-6:nth-child(2n+1){
        clear: both;
    }
    .jag-tm-theme-3 .col-md-3:nth-child(4n+1){
        clear: none;
    }
    .jag-tm-theme-3 .col-md-4:nth-child(3n+1){
        clear: none;
    }
    .jag-tm-theme-3 .col-md-6:nth-child(2n+1){
        clear: none;
    }
}
@media(max-width: 767px){
    .jag-tm-modal-img img{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .jag-tm-general-details{
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}
/*Modal Box*/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.jag-tm-modal-wrapper .close {
    float: right;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    color: #888888;
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration: none;
}
.jag-tm-modal-wrapper .close:hover,
.jag-tm-modal-wrapper .close:focus {
    text-decoration: none;
    color: #888888;
    cursor: pointer;
    opacity: 1;
}
.jag-tm-modal-wrapper  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.jag-tm-modal-wrapper .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.jag-tm-modal-wrapper .modal-header .close {
    margin-top: -2px;
}
.jag-tm-modal-wrapper .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.jag-tm-modal-wrapper .modal-body {
    position: relative;
    padding: 15px;
}
.jag-tm-modal-wrapper  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.jag-tm-modal-wrapper .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.jag-tm-modal-wrapper .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.jag-tm-modal-wrapper .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.jag-tm-modal-wrapper .modal-header:before,
.jag-tm-modal-wrapper .modal-header:after,
.jag-tm-modal-wrapper .modal-footer:before,
.jag-tm-modal-wrapper .modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.jag-tm-modal-wrapper .clearfix,
.jag-tm-modal-wrapper .modal-header:after,
.jag-tm-modal-wrapper .modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
/*Theme 1*/
.jag-tm-theme-1{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-1 .member-name {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #444;
    z-index: 9;
}
.jag-tm-theme-1 .member-name span {
    position: absolute;
    top: 90%;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    white-space: nowrap;
}
.jag-tm-theme-1 .member-detail {
    display: block;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 14px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}
.jag-tm-theme-1 .member-email,
.jag-tm-theme-1 .member-website,
.jag-tm-theme-1 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef !important;
}
.jag-tm-theme-1 .member-img-wrap {
    position: relative;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
}
.jag-tm-theme-1 li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 15px;
}
.jag-tm-theme-1 li .member-img-wrap img{
    display: inline;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
}
.jag-tm-theme-1 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.jag-tm-theme-1 .member-social a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}
.jag-tm-theme-1 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-1 .member-social a i{
    color: #fff;
}
.jag-tm-theme-1 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-1 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-1 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-1 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-1 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-1 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-1 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-1 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-1 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    border:0 !important;
}
.jag-tm-theme-1  li:hover .member-img-wrap img {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
/*THeme 2*/
.jag-tm-theme-2{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-2 .member-name {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #444;
    z-index: 9;
}
.jag-tm-theme-2 .member-name span {
    position: absolute;
    top: 90%;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    white-space: nowrap;
}
.jag-tm-theme-2 .member-detail {
    display: block;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 14px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    clear: both;
}
.jag-tm-theme-2 .member-email,
.jag-tm-theme-2 .member-website,
.jag-tm-theme-2 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-2 .member-img-wrap {
    position: relative;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 80%;
    display: block;
}
.jag-tm-theme-2 li {
    box-sizing: border-box;
    color: rgb(136, 136, 136);
    display: inline-block;
    min-height: 1px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
}
.jag-tm-theme-2 li .member-img-wrap img{
    display: inline;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
}
.jag-tm-theme-2 .member-social{
    margin-top: 0px;
    text-align: center;
    width: auto;
    margin-bottom: 15px;
    position: absolute;
    right: 10%;
    top: 0;
}
.jag-tm-theme-2 .member-social a {
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    margin-bottom: 3px;
    display: block;
}
.jag-tm-theme-2 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
    display: block;
}
.jag-tm-theme-2 .member-social a i{
    color: #fff;
}
.jag-tm-theme-2 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-2 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-2 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-2 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-2 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-2 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-2 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-2 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-2 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    border:0;
}
.jag-tm-theme-2  li:hover .member-img-wrap img {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
/*Theme 3*/
.jag-tm-theme-3{
    list-style:none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.jag-tm-theme-3 li{
    padding: 0px;
    margin: 0px !important;
    width: 20%;
    float: left;
    position: relative;
    vertical-align: top;
}
.jag-tm-theme-3 .member-name {
    position: absolute;
    bottom: 12px;
    right: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 14px;
    background-color: #444;
    z-index: 9;
    opacity: 0;
    transition: all 0.22s;
    width: 100%;
    right: 0 !important;
    padding: 0;
    bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
    padding-right: 10px;
    font-weight: normal;
    padding-bottom: 5px;
    font-size: 13px;
}
.jag-tm-theme-3 .member-name span {
    font-size: 13px;
    font-weight: 300;
    padding: 1px 10px;
    background: transparent !important;
    display:block;
}
.jag-tm-theme-3 .member-detail {
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    clear: both;
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    bottom: 0;
    z-index:20;
    background: rgb(0, 175, 209);
    color: #ffffff;
    overflow: hidden;
    transition: 0.6s all;
    opacity: 0;
}
.jag-tm-theme-3 .member-detail .inner-wrap{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 30px;
}
.jag-tm-theme-3 .member-email,
.jag-tm-theme-3 .member-website,
.jag-tm-theme-3 .member-tel{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-3 .member-email:hover,
.jag-tm-theme-3 .member-website:hover,
.jag-tm-theme-3 .member-tel:hover{
    color: #efefef !important;
    border-color: #efefef !important;
}
.jag-tm-theme-3 .member-img-wrap {
    position: relative;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    overflow: hidden;
}
.jag-tm-theme-3 li:hover .member-name{
    opacity: 1;
    right: 10px;
}
.jag-tm-theme-3 li:hover .member-detail{
    display: block;
    width: 100%;
    left: 100%;
    opacity: 1;
    z-index:20;
}
.jag-tm-theme-3 .basic-info{
    margin-top: 20px;
    padding: 0px;
}
.jag-tm-theme-3 li .member-img-wrap img{
    display: block;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jag-tm-theme-3 .member-social {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
.jag-tm-theme-3 .member-social a {
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    margin-bottom: 3px;
    display: inline-block;
}
.jag-tm-theme-3 .member-social a i {
    background-color: transparent;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
    display: block;
}
.jag-tm-theme-3 .member-social a:hover i{
    color: #fff;
}
.jag-tm-theme-3 .member-social a.facebook:hover i {
    background-color: #507CBE;
}
.jag-tm-theme-3 .member-social a.linkedin:hover i {
    background-color: #90CADD;
}
.jag-tm-theme-3 .member-social a.twitter:hover i {
    background-color: #63CDF1;
}
.jag-tm-theme-3 .member-social a.gplus:hover i {
    background-color: #F16261;
}
.jag-tm-theme-3 .member-social a.instagram:hover i {
    background-color: #8b398d;
}
.jag-tm-theme-3 .member-social.grayscale a:hover i{
    background-color: #888888;
}
.jag-tm-theme-3 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-3 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    border:0;
}
.jag-tm-theme-3 .jag-tm-member-desc{
    max-height: 65px;
    overflow: hidden;
}
@media (min-width: 1199px){
    .jag-tm-theme-3 li:nth-of-type(5n):hover .member-detail,
    .jag-tm-theme-3 li:nth-of-type(5n-1):hover .member-detail{
        display: block;
        width: 100%;
        left: -100%;
        opacity: 1;
        z-index:20;
    }
}
@media (min-width: 991px) and (max-width: 1199px){
    .jag-tm-theme-3 li{
        width: 25%;
    }
    .jag-tm-theme-3 li:nth-of-type(4n):hover .member-detail,
    .jag-tm-theme-3 li:nth-of-type(4n-1):hover .member-detail{
        display: block;
        width: 100%;
        left: -100%;
        opacity: 1;
        z-index:20;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .jag-tm-theme-3 li{
        width: 33.33%;
    }
    .jag-tm-theme-3 li:nth-of-type(3n):hover .member-detail{
        display: block;
        width: 100%;
        left: -100%;
        opacity: 1;
        z-index:20;
    }
}
@media(max-width: 767px){
    .jag-tm-theme-3 li{
        width: 100%;
        margin-bottom: 10px !important;
        display: inline-block;
        clear: both;
        float: none;
        /*padding: 0 15px;*/
    }
    .jag-tm-theme-3 li .member-name{
        opacity: 1;
        right: 10px;
        font-size: 12px;
        padding: 2px 6px;
    }
    .jag-tm-theme-3 li .member-name span{
        font-size: 11px;
        padding: 1px 6px;
    }
    .jag-tm-theme-3 li .member-detail{
        display: block;
        opacity: 1;
        z-index:20;
        font-size: 11px;
        line-height: 14px;
        width: 100%;
        position: relative;
    }
    .jag-tm-theme-3 .member-email,
    .jag-tm-theme-3 .member-website,
    .jag-tm-theme-3 .member-tel{
        font-size: 11px;
        line-height: 18px;
    }
    .jag-tm-theme-3 li:hover .member-detail{
        width: auto;
        left: 0%;
    }
}
.jag-tm-theme-3  li:hover .member-img-wrap img {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.jag-tm-theme-3 .jag-tm-readmore a{
    color: #ffffff;
    border: 1px solid #ffffff;
}
/*Theme 4*/
.jag-tm-theme-4 .team-wrap {
    position: relative;
    border-radius: 50%;
}
.jag-tm-theme-4 .team-wrap a {
    color: #ffffff;
}
.jag-tm-theme-4 .team-wrap .img {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.jag-tm-theme-4 .team-wrap .img {
    z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.jag-tm-theme-4 .team-wrap .img {
    position: relative;
    border-radius: 50%;
}
.jag-tm-theme-4 .team-wrap .img img {
    border-radius: 50%;
}
.jag-tm-theme-4 .team-wrap img {
    width: 100%;
    height: 100%;
}
.jag-tm-theme-4 .team-wrap .info {
    -webkit-transform: scale(0.1) translateX(100%);
    -moz-transform: scale(0.1) translateX(100%);
    -ms-transform: scale(0.1) translateX(100%);
    -o-transform: scale(0.1) translateX(100%);
    transform: scale(0.1) translateX(100%);
}
.jag-tm-theme-4 .team-wrap .info {
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.jag-tm-theme-4 .team-wrap .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.jag-tm-theme-4 .team-wrap .info span{
    color: #ffffff;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}
.jag-tm-theme-4 .inner-wrap-t4{
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.jag-tm-theme-4 .team-wrap .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    margin: 0 30px;
    padding: 0;
}
.jag-tm-theme-4 .team-wrap:hover .img{
    -webkit-transform: scale(0.4) translateX(130%);
    -moz-transform: scale(0.4) translateX(130%);
    -ms-transform: scale(0.4) translateX(130%);
    -o-transform: scale(0.4) translateX(130%);
    transform: scale(0.4) translateX(130%);
    z-index:99;
}
.jag-tm-theme-4 li.col-md-4:nth-of-type(3n) .team-wrap:hover .img,
.jag-tm-theme-4 li.col-md-4:nth-of-type(3n-1) .team-wrap:hover .img{
    -webkit-transform: scale(0.4) translateX(-130%);
    -moz-transform: scale(0.4) translateX(-130%);
    -ms-transform: scale(0.4) translateX(-130%);
    -o-transform: scale(0.4) translateX(-130%);
    transform: scale(0.4) translateX(-130%);
}
.jag-tm-theme-4 li.col-md-3:nth-of-type(4n) .team-wrap:hover .img,
.jag-tm-theme-4 li.col-md-3:nth-of-type(4n-1) .team-wrap:hover .img{
    -webkit-transform: scale(0.4) translateX(-130%);
    -moz-transform: scale(0.4) translateX(-130%);
    -ms-transform: scale(0.4) translateX(-130%);
    -o-transform: scale(0.4) translateX(-130%);
    transform: scale(0.4) translateX(-130%);
}
.jag-tm-theme-4 .team-wrap:hover .info {
    opacity: 1;
    z-index:9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.jag-tm-theme-4 .team-wrap:hover .basic-info{
    display: block;
}
.jag-tm-theme-4 .team-wrap .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: inset 0 -2px 0 17px rgba(255, 255, 255, 0.6), 0 -1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index:99;
}
.jag-tm-theme-4 .team-wrap:hover .img:before{
    height: 100%;
    top:0;
}
.jag-tm-theme-4{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-4 .member-email,
.jag-tm-theme-4 .member-website,
.jag-tm-theme-4 .member-tel{
    display: block;
    text-decoration: none;
    font-size: 13px;
}
.jag-tm-theme-4 li {
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
}
.jag-tm-theme-4 .basic-info{
    margin-top: 10px;
    display: none;
}
.jag-tm-theme-4 .basic-info a:hover{
    color: #ffffff !important;
}
.jag-tm-theme-4 .member-social{
    margin-top: 15px;
    text-align: center;
    width: auto;
    margin-bottom: 15px;
    top: 0;
}
.jag-tm-theme-4 .member-social a {
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    margin-bottom: 3px;
    display: inline-block;
}
.jag-tm-theme-4 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
    display: block;
}
.jag-tm-theme-4 .member-social a i{
    color: #fff;
    margin: 5px;
}
.jag-tm-theme-4 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-4 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-4 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-4 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-4 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-4 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-4 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    border:0;
}
.jag-tm-theme-4 .member-social.grayscale a i{
    background-color: #888888;
}
@media (max-width: 1199px){
    .jag-tm-theme-4 .team-wrap .info h3{
        padding-top: 35px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .jag-tm-theme-4 li:nth-of-type(3n) .team-wrap:hover .img,
    .jag-tm-theme-4 li:nth-of-type(3n-1) .team-wrap:hover .img{
        -webkit-transform: scale(0.4) translateX(130%);
        -moz-transform: scale(0.4) translateX(130%);
        -ms-transform: scale(0.4) translateX(130%);
        -o-transform: scale(0.4) translateX(130%);
        transform: scale(0.4) translateX(130%);
    }
    .jag-tm-theme-4 li:nth-of-type(4n) .team-wrap:hover .img,
    .jag-tm-theme-4 li:nth-of-type(4n-1) .team-wrap:hover .img{
        -webkit-transform: scale(0.4) translateX(-130%);
        -moz-transform: scale(0.4) translateX(-130%);
        -ms-transform: scale(0.4) translateX(-130%);
        -o-transform: scale(0.4) translateX(-130%);
        transform: scale(0.4) translateX(-130%);
    }
}
@media (max-width: 767px){
    .jag-tm-theme-4 li:nth-of-type(4n) .team-wrap:hover .img,
    .jag-tm-theme-4 li:nth-of-type(4n-1) .team-wrap:hover .img{
        -webkit-transform: scale(0.4) translateX(130%);
        -moz-transform: scale(0.4) translateX(130%);
        -ms-transform: scale(0.4) translateX(130%);
        -o-transform: scale(0.4) translateX(130%);
        transform: scale(0.4) translateX(130%);
    }
}
.jag-tm-theme-4 .jag-tm-readmore a,
.jag-tm-theme-4 .jag-tm-readmore a:hover,
.jag-tm-theme-4 .jag-tm-readmore a:focus,
.jag-tm-theme-4 .jag-tm-readmore a:active{
    border-color: #ffffff;
    color: #ffffff !important;
}
/*Team Theme 5*/
.jag-tm-theme-5{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-5 .member-name {
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.jag-tm-theme-5 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}
.jag-tm-theme-5 .member-detail {
    display: block;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 14px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}
.jag-tm-theme-5 .member-email,
.jag-tm-theme-5 .member-website,
.jag-tm-theme-5 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-5 .member-img-wrap {
    position: relative;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
}
.jag-tm-theme-5 li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.jag-tm-theme-5 li .member-img-wrap img{
    display: inline;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    border-radius: 50%;
    border: 10px solid #efefef;
    max-width: 90%;
}
.jag-tm-theme-5 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.jag-tm-theme-5 .member-social a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}
.jag-tm-theme-5 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-5 .member-social a i{
    color: #fff;
}
.jag-tm-theme-5 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-5 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-5 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-5 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-5 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-5 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-5 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-5 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-5 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    border:0;
}
.jag-tm-theme-5  li:hover .member-img-wrap img {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
/*Team Theme 6*/
.jag-tm-theme-6{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-6 .member-name {
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    float: left;
    width: 60%;
    vertical-align: middle;
    padding-top: 10px;
}
.jag-tm-theme-6 .member-img-wrap > a {
    float: left;
    width: 40%;
}
.jag-tm-theme-6 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
    width: 70%;
    margin: 5px auto;
}
.jag-tm-theme-6 .member-detail {
    display: block;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.jag-tm-theme-6 .member-email,
.jag-tm-theme-6 .member-website,
.jag-tm-theme-6 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-6 .member-img-wrap {
    position: relative;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
}
.jag-tm-theme-6 li {
    box-sizing: border-box;
    display: inline-block;
    min-height: 1px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 15px;
}
.jag-tm-theme-6 li .member-img-wrap img{
    display: inline;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    border: 5px solid #efefef;
    max-width: 90%;
    float: left;
}
.jag-tm-theme-6 .member-social{
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.jag-tm-theme-6 .member-social a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    display: inline-block;
}
.jag-tm-theme-6 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-6 .member-social a i{
    color: #fff;
}
.jag-tm-theme-6 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-6 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-6 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-6 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-6 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-6 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-6 .member-social.grayscale a i {
    background-color: #888888;
}
.jag-tm-theme-6 .basic-info{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-6 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    border:0;
}
.jag-tm-theme-6  li:hover .member-img-wrap img {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
/*Team Theme 7*/
.jag-tm-theme-7{
    list-style:none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.jag-tm-theme-7 .member-img-wrap{
    position: relative;
    width: 50%;
    float: left;
}
.jag-tm-theme-7 li{
    padding: 0px;
    margin: 0px !important;
    display:block;
    float: left;
    position: relative;
}
.jag-tm-theme-7 .member-name {
    color: #fff;
    transition: all 0.22s;
    text-align: center;
    font-size: 18px;
}
.jag-tm-theme-7 .member-name span {
    font-size: 13px;
    font-weight: 300;
    padding: 1px 10px;
    background:transparent !important;
    display:block;
}
.jag-tm-theme-7 .member-detail {
    font-size: 13px;
    line-height: 21px;
    z-index:99;
    color: #ffffff;
    transition: 0.6s all;
    width: 50%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.jag-tm-theme-7 .member-detail .inner-wrap{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 30px;
}
.jag-tm-theme-7 .member-email,
.jag-tm-theme-7 .member-website,
.jag-tm-theme-7 .member-tel{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-7 .member-email:hover,
.jag-tm-theme-7 .member-website:hover,
.jag-tm-theme-7 .member-tel:hover{
    color: #efefef !important;
    border-color: #efefef !important;
}
.jag-tm-theme-7 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.jag-tm-theme-7 .basic-info{
    margin-top: 10px;
    padding: 0px 10px;
}
.jag-tm-theme-7 li .member-img-wrap img{
    display: block;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.jag-tm-theme-7 .member-social {
    width: 100%;
    text-align: center;
    margin-top: 2px;
}
.jag-tm-theme-7 .member-social a {
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    margin-bottom: 3px;
    display: inline-block;
}
.jag-tm-theme-7 .member-social a i {
    background-color: transparent;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    display: block;
}
.jag-tm-theme-7 .member-social a:hover i{
    color: #fff;
}
.jag-tm-theme-7 .member-social a.facebook:hover i {
    background-color: #507CBE;
}
.jag-tm-theme-7 .member-social a.linkedin:hover i {
    background-color: #90CADD;
}
.jag-tm-theme-7 .member-social a.twitter:hover i {
    background-color: #63CDF1;
}
.jag-tm-theme-7 .member-social a.gplus:hover i {
    background-color: #F16261;
}
.jag-tm-theme-7 .member-social a.instagram:hover i {
    background-color: #8b398d;
}
.jag-tm-theme-7 .member-social.grayscale a:hover i{
    background-color: #888888;
}
.jag-tm-theme-7 .basic-info.style_icon{
    text-align: center;
    margin-top: 5px;
}
.jag-tm-theme-7 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 14px;
    border:0;
}
.jag-tm-theme-7  li:hover .member-img-wrap img {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);

}
.jag-tm-theme-7 .member-img-wrap:before {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 39px;
    position: absolute;
    right: -2px;
    top: 16px;
    z-index: 99;
}

@media(min-width:992px){
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+5) .member-img-wrap,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+6) .member-img-wrap,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+7) .member-img-wrap,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+8) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+5) .member-detail,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+6) .member-detail,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+7) .member-detail,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+8) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+5) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+6) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+7) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-md-3:nth-child(8n+8) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+4) .member-img-wrap,
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+5) .member-img-wrap,
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+6) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+4) .member-detail,
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+5) .member-detail,
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+6) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+4) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+5) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-md-4:nth-child(6n+6) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    .jag-tm-theme-7 li.col-md-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-md-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-md-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    .jag-tm-theme-7 li.col-md-12:nth-child(even) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-md-12:nth-child(even) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-md-12:nth-child(even) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .jag-team-wrapper li.col-sm-6{
        width: 50%;
        float: left;
    }
    .jag-team-wrapper li.col-sm-3{
        width: 25%;
        float: left;
    }
    .jag-team-wrapper li.col-sm-4{
        width: 33.33%;
        float: left;
    }
    .jag-team-wrapper li.col-sm-2{
        width: 16.66666667%;
        float: left;
    }
    .jag-tm-theme-7 li.col-sm-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-sm-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-sm-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+4) .member-img-wrap,
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+5) .member-img-wrap,
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+6) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+4) .member-detail,
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+5) .member-detail,
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+6) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+4) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+5) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-sm-4:nth-child(6n+6) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+5) .member-img-wrap,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+6) .member-img-wrap,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+7) .member-img-wrap,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+8) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+5) .member-detail,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+6) .member-detail,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+7) .member-detail,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+8) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+5) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+6) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+7) .member-img-wrap:before,
    .jag-tm-theme-7 li.col-sm-3:nth-child(8n+8) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    .jag-tm-theme-7 li.col-sm-12:nth-child(even) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-sm-12:nth-child(even) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-sm-12:nth-child(even) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
}
@media (max-width: 767px){
    .jag-team-wrapper li.col-xs-6{
        width: 50%;
        float: left;
    }
    .jag-team-wrapper li.col-xs-3{
        width: 25%;
        float: left;
    }
    .jag-team-wrapper li.col-xs-4{
        width: 33.33%;
        float: left;
    }
    .jag-team-wrapper li.col-xs-2{
        width: 16.66666667%;
        float: left;
    }
    .jag-tm-theme-7 li.col-xs-12:nth-child(even) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-xs-12:nth-child(even) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-xs-12:nth-child(even) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    .jag-tm-theme-7 li.col-xs-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-img-wrap{
        float: right;
    }
    .jag-tm-theme-7 li.col-xs-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-detail{
        left: 0;
    }
    .jag-tm-theme-7 li.col-xs-6:not(:nth-child(4n+1)):not(:nth-child(4n+2)) .member-img-wrap:before{
        content: "\f0da";
        left: -2px;
    }
    /*.jag-tm-theme-7 li{
        margin: 0 auto 20px !important;
        float: none;
        padding: 0 15px;
        background: transparent !important;
        display: inline-block;
        vertical-align: top;
    }
    .jag-tm-theme-7 .member-img-wrap,
    .jag-tm-theme-7 .member-detail,
    .jag-tm-theme-7 li.even-row-counter .member-img-wrap{
        width: 100%;
        float: none;
        position: relative;
    }
    .jag-tm-theme-7 .member-detail{
        transform: translateY(0%);
        padding-top: 10px;
    }
    .jag-tm-theme-7 .member-img-wrap:before,
    .jag-tm-theme-7 li.even-row-counter .member-img-wrap:before{
        content: "\f0d8";
        bottom: -27px;
        right: initial;
        top: initial;
        left: initial;
    }*/
}
.jag-tm-theme-7 .jag-tm-readmore{
    margin: 2px 0;
}
.jag-tm-theme-7 .jag-tm-readmore a{
    font-size: 12px;
    border: 0;
    color: #ffffff;
}
.jag-tm-theme-7 .jag-tm-readmore a:hover,
.jag-tm-theme-7 .jag-tm-readmore a:focus,
.jag-tm-theme-7 .jag-tm-readmore a:active{
    color: #ffffff !important;
}
/*Team Theme 8*/
.jag-tm-theme-8{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-8 .member-name {
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.jag-tm-theme-8 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}
.jag-tm-theme-8 .member-detail {
    display: block;
    padding-bottom: 45px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    padding-top: 140px;
    z-index: 10;
    box-shadow: 0px 1px 3px #ccc;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}
.jag-tm-theme-8 .member-email,
.jag-tm-theme-8 .member-website,
.jag-tm-theme-8 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-8 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.jag-tm-theme-8 li {
    box-sizing: border-box;
    color: rgb(136, 136, 136);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 30px;
}
.jag-tm-theme-8 li .member-img-wrap img{
    display: inline;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    border-radius: 50%;
    border: 5px solid #efefef;
    max-width: 150px;
}
.jag-tm-theme-8 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.jag-tm-theme-8 .member-social a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}
.jag-tm-theme-8 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-8 .member-social a i{
    color: #fff;
}
.jag-tm-theme-8 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-8 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-8 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-8 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-8 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-8 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-8 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-8 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-8 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    border:0;
}
.jag-tm-theme-8  li:hover .member-img-wrap img {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.jag-tm-readmore-enabled .jag-tm-theme-8 .member-detail{
    padding-bottom: 100px;
}
.jag-tm-theme-8 .jag-tm-readmore{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.jag-tm-readmore-enabled .jag-tm-theme-8.owl-carousel .jag-tm-readmore{
    bottom: 30px;
}
.jag-tm-readmore-enabled .jag-tm-theme-8 .member-social{
    bottom: 40px;
}
.jag-tm-readmore-enabled .jag-tm-theme-8.owl-carousel .member-social{
    bottom: 70px;
}
/*Theme 9*/
.jag-tm-theme-9{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-9 .member-name {
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.jag-tm-theme-9 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}
.jag-tm-theme-9 .member-detail {
    display: block;
    padding-bottom: 45px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    padding-top: 140px;
    z-index: 10;
    box-shadow: 0px 1px 3px #ccc;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 4px solid rgb(0, 175, 209);
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}
.jag-tm-theme-9 .member-email,
.jag-tm-theme-9 .member-website,
.jag-tm-theme-9 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-9 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 0;
}
.jag-tm-theme-9 li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 30px;
}
.jag-tm-theme-9 li .member-img-wrap img{
    display: inline;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    max-width: 150px;
    height: 100%;
    box-shadow: none;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-transform: scale(0.93); /* IE 9 */
    -webkit-transform: scale(0.93); /* Chrome, Safari, Opera */
    transform: scale(0.93);
}
.jag-tm-theme-9 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 175, 209);
}
.jag-tm-theme-9 .member-social a {
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px;
}
.jag-tm-theme-9 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-9 .member-social a i{
    color: #fff;
}
.jag-tm-theme-9 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-9 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-9 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-9 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-9 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-9 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-9 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-9 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-9 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    border:0;
}
.jag-tm-theme-9  li:hover .member-img-wrap img {
    -ms-transform: scale(0.97); /* IE 9 */
    -webkit-transform: scale(0.97); /* Chrome, Safari, Opera */
    transform: scale(0.97);
}
.jag-tm-readmore-enabled .jag-tm-theme-9 .member-detail{
    padding-bottom: 100px;
}
.jag-tm-theme-9 .jag-tm-readmore{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
.jag-tm-readmore-enabled .jag-tm-theme-9 .member-social{
    bottom: 0;
}
/*Team Theme 10*/
.jag-tm-theme-10{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-10 .member-name {
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.jag-tm-theme-10 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}
.jag-tm-theme-10 .member-detail {
    display: block;
    padding-bottom: 45px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    padding-top: 140px;
    z-index: 10;
    box-shadow: 0px 1px 3px #ccc;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 4px solid rgb(0, 175, 209);
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}
.jag-tm-theme-10 .member-email,
.jag-tm-theme-10 .member-website,
.jag-tm-theme-10 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-10 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 0;
}
.jag-tm-theme-10 li {
    box-sizing: border-box;
    color: rgb(136, 136, 136);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 30px;
}
.jag-tm-theme-10 li .member-img-wrap img{
    display: inline;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    max-width: 150px;
    height: 100%;
    box-shadow: none;
    -ms-transform: scale(0.93); /* IE 9 */
    -webkit-transform: scale(0.93); /* Chrome, Safari, Opera */
    transform: scale(0.93);
    border-radius: 0 50%;
}
.jag-tm-theme-10 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 175, 209);
}
.jag-tm-theme-10 .member-social a {
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px;
}
.jag-tm-theme-10 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-10 .member-social a i{
    color: #fff;
}
.jag-tm-theme-10 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-10 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-10 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-10 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-10 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-10 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-10 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-10 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-10 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    border:0;
}
.jag-tm-theme-10  li:hover .member-img-wrap img {
    -ms-transform: scale(0.97); /* IE 9 */
    -webkit-transform: scale(0.97); /* Chrome, Safari, Opera */
    transform: scale(0.97);
}
.jag-tm-readmore-enabled .jag-tm-theme-10 .member-detail{
    padding-bottom: 100px;
}
.jag-tm-theme-10 .jag-tm-readmore{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
.jag-tm-readmore-enabled .jag-tm-theme-10 .member-social{
    bottom: 0;
}
/*Team Theme 11*/
.jag-tm-theme-11 .member-img-wrap{
    position: relative;
}
.jag-tm-theme-11{
    list-style:none;
    padding: 0;
    margin: 10px 0 0;
}
.jag-tm-theme-11 .member-name {
    position: absolute;
    bottom: 12px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #444;
    z-index: 10;
}
.jag-tm-theme-11 .member-name span {
    position: absolute;
    top: 90%;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    white-space: nowrap;
}
.jag-tm-theme-11 .member-detail {
    display: block;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 14px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}
.jag-tm-theme-11 .member-email,
.jag-tm-theme-11 .member-website,
.jag-tm-theme-11 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-11 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
}
.jag-tm-theme-11 li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 15px;
}
.jag-tm-theme-11 li .member-img-wrap img{
    display: inline;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
}
.jag-tm-theme-11 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.jag-tm-theme-11 .member-social a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}
.jag-tm-theme-11 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
}
.jag-tm-theme-11 .member-social a i{
    color: #fff;
}
.jag-tm-theme-11 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-11 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-11 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-11 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-11 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-11 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-11 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-11 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-11 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
    border:0;
}
.jag-tm-theme-11  li:hover .member-img-wrap img {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.jag-tm-theme-11 .member-img-wrap a{
    display: inline-block;
}
.jag-tm-theme-11.owl-carousel .member-img-wrap a{
    display: block;
}
.jag-tm-theme-11  li .member-img-wrap img {
    border-radius: 0 50%;
}
/*Team Theme 12*/
.jag-tm-theme-12{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-12 .member-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.jag-tm-theme-12 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}
.jag-tm-theme-12 .member-detail {
    display: block;
    padding-bottom: 45px;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    padding: 10px 10px 50px;
    z-index: 10;
    box-shadow: 0px 1px 3px #ccc;
    margin-top: 10px;
    background-color: #ffffff;
}
.jag-tm-theme-12 .member-email,
.jag-tm-theme-12 .member-website,
.jag-tm-theme-12 .member-tel{
    display: block;
    text-decoration: none;
    color: #888888;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-12 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.jag-tm-theme-12 li {
    box-sizing: border-box;
    color: rgb(136, 136, 136);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 30px;
}
.jag-tm-theme-12 li .member-img-wrap img{
    display: inline;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    border-radius: 50%;
    border: 5px solid #ffffff;
    max-width: 150px;
    box-shadow: none;
}
.jag-tm-theme-12 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.jag-tm-theme-12 .member-social a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}
.jag-tm-theme-12 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-12 .member-social a i{
    color: #fff;
}
.jag-tm-theme-12 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-12 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-12 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-12 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-12 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-12 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-12 .basic-info.style_icon{
    text-align: center;
    margin-top: 10px;
}
.jag-tm-theme-12 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-12 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    border:0;
}
.jag-tm-theme-12  li:hover .member-img-wrap img {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.jag-tm-readmore-enabled .jag-tm-theme-12 .member-detail{
    padding-bottom: 100px;
}
.jag-tm-theme-12 .jag-tm-readmore{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.jag-tm-theme-12.owl-carousel .jag-tm-readmore{
    bottom: 30px;
}
.jag-tm-readmore-enabled .jag-tm-theme-12 .member-social{
    bottom: 40px;
}
.jag-tm-readmore-enabled .jag-tm-theme-12.owl-carousel .member-social {
    bottom: 70px;
}
/*Team Theme 13*/
.jag-tm-theme-13{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-13 .member-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.jag-tm-theme-13 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}
.jag-tm-theme-13 .member-detail {
    display: block;
    padding-bottom: 45px;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    padding: 0 10px 50px;
    z-index: 10;
    box-shadow: none;
    margin-top: 0;
}
.jag-tm-theme-13 .member-email,
.jag-tm-theme-13 .member-website,
.jag-tm-theme-13 .member-tel{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-13 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.jag-tm-theme-13 li {
    box-sizing: border-box;
    color: rgb(136, 136, 136);
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 30px;
}
.jag-tm-theme-13 li .member-img-wrap img{
    display: inline;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    border-radius: 50%;
    border: 5px solid #ffffff;
    max-width: 150px;
    box-shadow: none;
}
.jag-tm-theme-13 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.jag-tm-theme-13 .member-social a {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
}
.jag-tm-theme-13 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
}
.jag-tm-theme-13 .member-social a i{
    color: #fff;
}
.jag-tm-theme-13 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-13 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-13 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-13 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-13 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-13 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-13 .basic-info.style_icon{
    text-align: center;
    margin-top: 0;
}
.jag-tm-theme-13 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-13 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    border:0;
}
.jag-tm-theme-13 .basic-info a:hover{
    color: #ffffff;
    opacity: 0.7;
}
.jag-tm-theme-13  li:hover .member-img-wrap img {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}
.jag-tm-theme-13 .jag-tm-readmore a,
.jag-tm-theme-13 .jag-tm-readmore a:hover{
    font-size: 12px;
    border: 0;
    color: #ffffff;
}
.jag-tm-theme-13 .jag-tm-readmore a:focus,
.jag-tm-theme-13 .jag-tm-readmore a:active{
    color: #ffffff !important;
}
.jag-tm-readmore-enabled .jag-tm-theme-13 .member-detail{
    padding-bottom: 80px;
}
.jag-tm-theme-13 .jag-tm-readmore{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.jag-tm-readmore-enabled .jag-tm-theme-13 .member-social{
    bottom: 35px;
}
/*Team Theme 14*/
.jag-tm-theme-14{
    list-style:none;
    padding: 0;
    margin: 0;
}
.jag-tm-theme-14 .member-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.jag-tm-theme-14 .member-name span {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
}
.jag-tm-theme-14 .member-detail {
    display: block;
    padding-bottom: 35px;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    padding-top: 140px;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.jag-tm-theme-14 .member-email,
.jag-tm-theme-14 .member-website,
.jag-tm-theme-14 .member-tel{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 2px solid #efefef;
}
.jag-tm-theme-14 .member-img-wrap {
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 0;
}
.jag-tm-theme-14 li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 30px;
}
.jag-tm-theme-14 li .member-img-wrap img{
    display: inline;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer: cursor;
    -webkit-filter: grayscale(0%);
    max-width: 150px;
    height: 100%;
    box-shadow: none;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-transform: scale(0.93); /* IE 9 */
    -webkit-transform: scale(0.93); /* Chrome, Safari, Opera */
    transform: scale(0.93);
}
.jag-tm-theme-14 .member-social{
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.jag-tm-theme-14 .member-social a {
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px;
}
.jag-tm-theme-14 .member-social a i {
    background-color: transparent;
    color: #aaa;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 1.1em;
}
.jag-tm-theme-14 .member-social a i{
    color: #ffffff;
}
.jag-tm-theme-14 .member-social a:hover i{
    opacity: 0.7;
}
.jag-tm-theme-14 .member-social a.facebook i {
    background-color: #507CBE;
}
.jag-tm-theme-14 .member-social a.linkedin i {
    background-color: #90CADD;
}
.jag-tm-theme-14 .member-social a.twitter i {
    background-color: #63CDF1;
}
.jag-tm-theme-14 .member-social a.gplus i {
    background-color: #F16261;
}
.jag-tm-theme-14 .member-social a.instagram i {
    background-color: #8b398d;
}
.jag-tm-theme-14 .basic-info.style_icon{
    text-align: center;
    margin-top: 0;
}
.jag-tm-theme-14 .member-social.grayscale a i{
    background-color: #888888;
}
.jag-tm-theme-14 .basic-info.style_icon a{
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    border:0;
}
.jag-tm-theme-14 .basic-info a:hover{
    color: #ffffff;
}
.jag-tm-theme-14  li:hover .member-img-wrap img {
    -ms-transform: scale(0.97); /* IE 9 */
    -webkit-transform: scale(0.97); /* Chrome, Safari, Opera */
    transform: scale(0.97);
}
.jag-tm-theme-14 .jag-tm-readmore a,
.jag-tm-theme-14 .jag-tm-readmore a:hover{
    font-size: 12px;
    border: 0;
    color: #ffffff;
}
.jag-tm-theme-14 .jag-tm-readmore a:focus,
.jag-tm-theme-14 .jag-tm-readmore a:active{
    color: #ffffff !important;
}
.jag-tm-readmore-enabled .jag-tm-theme-14 .member-detail{
    padding-bottom: 80px;
}
.jag-tm-theme-14 .jag-tm-readmore{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.jag-tm-readmore-enabled .jag-tm-theme-14 .member-social{
    bottom: 40px;
}

/************************************************
* 11. Image Compare
*************************************************/
.jag-img-compare{
	margin-bottom: 15px;
}
.jag-img-compare .twentytwenty-horizontal .twentytwenty-handle:before, 
.jag-img-compare .twentytwenty-horizontal .twentytwenty-handle:after, 
.jag-img-compare .twentytwenty-vertical .twentytwenty-handle:before, 
.jag-img-compare .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.jag-img-compare .twentytwenty-horizontal .twentytwenty-handle:before, 
.jag-img-compare .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.jag-img-compare .twentytwenty-vertical .twentytwenty-handle:before, 
.jag-img-compare .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.jag-img-compare .twentytwenty-before-label,
.jag-img-compare .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.jag-img-compare .twentytwenty-before-label, 
.jag-img-compare .twentytwenty-after-label, 
.jag-img-compare .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.jag-img-compare .twentytwenty-before-label,
.jag-img-compare .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.jag-img-compare .twentytwenty-before-label:before,
.jag-img-compare .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.jag-img-compare .twentytwenty-before-label:before, .jag-img-compare .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.jag-img-compare .twentytwenty-horizontal .twentytwenty-before-label:before,
.jag-img-compare  .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.jag-img-compare .twentytwenty-vertical .twentytwenty-before-label:before,
.jag-img-compare .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.jag-img-compare .twentytwenty-left-arrow, .twentytwenty-right-arrow,
.jag-img-compare .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.jag-img-compare .twentytwenty-left-arrow, .jag-img-compare .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .jag-img-compare .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.jag-img-compare .twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .jag-img-compare .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .jag-img-compare .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .jag-img-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .jag-img-compare .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .jag-img-compare .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .jag-img-compare .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.jag-img-compare .twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.jag-img-compare .twentytwenty-after-label {
  opacity: 0; }
 .jag-img-compare .twentytwenty-after-label:before {
    content: attr(data-content); }

.jag-img-compare .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.jag-img-compare .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.jag-img-compare .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.jag-img-compare .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.jag-img-compare .twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .jag-img-compare .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .jag-img-compare .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .jag-img-compare .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.jag-img-compare .twentytwenty-before {
  z-index: 20; }

.jag-img-compare .twentytwenty-after {
  z-index: 10; }

.jag-img-compare .twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.jag-img-compare .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.jag-img-compare .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.jag-img-compare .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.jag-img-compare .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.jag-img-compare .twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.jag-img-compare .twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.jag-img-compare .twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.jag-img-compare .twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

  .jag-img-compare-container:hover .twentytwenty-after-label{
	  opacity: 1 !important;
  }
  .jag-img-compare-container:hover .twentytwenty-before-label{
	  opacity: 1 !important;
  }

/************************************************
* 12. Download Button
*************************************************/
.jag-download-style-1.jag-btn-animate{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.jag-download-style-1.jag-btn-class{
	position: relative;
	padding: 10px 30px;
	margin: 0px 10px 10px 0px;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 5px solid;
}
.jag-download-style-1.jag-btn-class:hover{
	text-decoration: none;
	outline: none;
}
.jag-download-style-1.jag-btn-class:active{
	margin-top: 4px;
	border-bottom: 1px solid;
	text-decoration: none;
	outline: none;
}
.jag-download-style-2{
	border: none;
    cursor: pointer;
    display: inline-block;
	margin: 5px 0;
    outline: none;
    position: relative;
	border: 1px solid;
}
.jag-download-style-2 .jag-btn-icon{
	display: inline-block;
	padding: 10px 20px;
	position: relative;
	z-index: 99;
}
.jag-download-style-2 .jag-btn-icon i{
	position: relative;
	z-index: 99;
}
.jag-download-style-2 .jag-btn-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.jag-download-style-2 .jag-btn-text{
	padding: 10px 20px 10px 0;
	display: inline-block;
}
@media(max-width: 480px){
	.jag-download-button{
		text-align: center;
	}
	.jag-download-button .jag-btn-class {
		font-size: 14px;
	}
}
/************************************************
* 13. Dual Button
*************************************************/
.jag-dual-button .jag-dual-btn-class{
	cursor: pointer;
    display: inline-block;
	margin: 5px 0;
	padding: 10px 25px;
    outline: none;
    position: relative;
	transition: 0.5s all !important;
	-webkit-transition: 0.5s all !important;
	-moz-transition: 0.5s all !important;
	-ms-transition: 0.5s all !important;
	box-shadow: none !important;
}
.jag-dual-button .jag-dual-btn-class:hover{
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
.jag-dual-button .jag-dual-btn-wrapper .jag-dual-btn-icon{
	position: absolute;
    z-index: 99;
    top: 50%;
    right: 0;
    height: 22px;
    width: 22px;
    margin-top: -11px;
    margin-right: -11px;
    text-align: center;
    font-size: 20px;
	border-radius: 100%;
}
.jag-dual-button .jag-dual-btn-wrapper{
	position: relative;
	display: inline-block;
}
.jag-dual-button .jag-middle-text{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: .8em;
	font-size: 11px;
}
.jag-dual-button .jag-btn-large+.jag-dual-btn-icon .jag-middle-text{
	font-size: 14px;
}
.jag-dual-button .jag-dual-btn-wrapper .jag-btn-large+.jag-dual-btn-icon{
	height: 26px;
    width: 26px;
    margin-top: -13px;
    margin-right: -13px;
}
.jag-dual-style-2 .jag-dual-right {
	cursor: pointer;
	position: relative;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.jag-dual-style-2 .jag-dual-right:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
.jag-dual-style-2 .jag-dual-right:before {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.jag-dual-style-2 .jag-dual-left {
	cursor: pointer;
	position: relative;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.jag-dual-style-2 .jag-dual-left:hover:before {
	right: 0%;
	left: auto;
	width: 100%;
}
.jag-dual-style-2 .jag-dual-left:before {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (max-width: 480px){
	.jag-dual-button{
		margin: 10px 0px;
	}
	.jag-dual-button .jag-dual-btn-class,
	.jag-dual-button .jag-dual-btn-wrapper{
		display: block;
		text-align: center;
		margin: 0;
		font-size: 14px;
	}
	.jag-dual-button .jag-dual-btn-wrapper .jag-dual-btn-icon{
		right: 50%;
		top: 100%;
	}
}
/************************************************
* 14. Contact Info
*************************************************/
.jag-contact-info{
	margin-bottom: 15px;
}
.jag-contact{
	margin-bottom: 5px;
	font-size: 14px;
}
.jag-contact-title{
	font-size: 18px;
}
/************************************************
* 15. Custom List
*************************************************/
.jag-custom-list{
	margin: 10px 0;
}
.jag-custom-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.jag-custom-list li{
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
.jag-custom-list li .jag-li-wrap{
	display: table;
}
.jag-custom-list li span{
	display: table-cell;
	vertical-align: middle;
}
.jag-custom-list-icon{
	/*height: 50px;
	width: 50px;*/
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.jag-circle-shape .jag-custom-list-icon,
.jag-circleo-shape .jag-custom-list-icon{
	border-radius: 100%;
}
/************************************************
* 16. Row Separators
*************************************************/
 svg.jag_row_separator {
    display: none;
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-transform: translateY(-100%) translateY(1px);
    transform: translateY(-100%) translateY(1px)
}
svg.jag_row_separator.jag_row_sep_flip {
    -webkit-transform: translateY(-100%) translateY(1px) scaleX(-1);
    transform: translateY(-100%) translateY(1px) scaleX(-1)
}
svg.jag_row_separator.jag_row_sep_loaded {
    display: block
}
svg.jag_row_sep_bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%) translateY(-1px) scaleY(-1);
    transform: translateY(100%) translateY(-1px) scaleY(-1)
}
svg.jag_row_sep_bottom.jag_row_sep_flip {
    -webkit-transform: translateY(100%) translateY(-1px) scale(-1);
    transform: translateY(100%) translateY(-1px) scale(-1)
}
body.vc_editor svg.jag_row_separator {
    position: relative!important;
    display: block!important;
    -webkit-transform: none!important;
    transform: none!important;
    height: auto!important
}
body.vc_editor svg.jag_row_separator.jag_row_sep_flip {
    -webkit-transform: scaleX(-1)!important;
    transform: scaleX(-1)!important
}
body.vc_editor svg.jag_row_sep_bottom {
    -webkit-transform: scaleY(-1)!important;
    transform: scaleY(-1)!important
}
body.vc_editor svg.jag_row_sep_bottom.jag_row_sep_flip {
    -webkit-transform: scale(-1)!important;
    transform: scale(-1)!important
}
.jag_row_sep_parent{
	position: relative;
    z-index: 3!important;
    overflow: visible!important;
} 

/************************************************
* 17. Service Block
*************************************************/
.jag-service-card{
	height: 500px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.jag-service-overlay{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.jag-service-content{
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	padding: 5px 40px;
}
.jag-service-title *{
	padding: 0;
	color: #ffffff;
	font-size: 24px;
	margin: 0;
}
.jag-service-short-desc{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
.jag-service-left{
	width: 4px;
	height: 0;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-service-right{
	width: 4px;
	height: 0;
	right: 25px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-service-top{
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 26px;
	height: 4px;
	width: 0;
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-service-bottom{
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	bottom: 26px;
	height: 4px;
	width: 0;
	position: absolute;
	z-index: 1;
	background: white;
}
.jag-service-card.jag-service-hover .jag-service-right,
.jag-service-card.jag-service-hover .jag-service-left{
	height: calc(100% - 52px);
	transform: none;
	top: 26px;
}
.jag-service-card.jag-service-hover .jag-service-bottom,
.jag-service-card.jag-service-hover .jag-service-top{
	transform: none;
	width: calc(100% - 52px);
	left: 26px;
}
.jag-service-card.jag-service-s3 .jag-service-left{
	height: 100px;
	top: 26px;
	bottom: auto;
}
.jag-service-card.jag-service-s3 .jag-service-right{
	height: 100px;
	bottom: 26px;
	top: auto;
}
.jag-service-card.jag-service-s3 .jag-service-top{
	width: 100px;
	left: 26px;
	right: auto;
}
.jag-service-card.jag-service-s3 .jag-service-bottom{
	width: 100px;
	right: 26px;
	left: auto;
}
.jag-service-card i.jag_icon_small{
	font-size: 30px;
}
.jag-service-card i.jag_icon_medium{
	font-size: 40px;
}
.jag-service-card i.jag_icon_large{
	font-size: 50px;
}
.jag-service-readmore{
	display: inline-block;
	color: #000000;
	margin-top: 10px;
	padding: 8px 25px;
	transition: 0.5s all !important;
	-webkit-transition: 0.5s all !important;
	-moz-transition: 0.5s all !important;
	-ms-transition: 0.5s all !important;
	box-shadow: none !important;
	/*border: 0;*/
}
.jag-service-readmore:hover,
.jag-service-readmore:focus,
.jag-service-readmore:active,
.jag-service-readmore:visited{
	box-shadow: none !important;
	opacity: 0.8;
	outline: none !important;
	text-decoration: none;
}
.jag-btn-none{
	padding: 0;
	border: 0;
	background: transparent;
}
/****************************************************************
	Slider Style CSS
*****************************************************************/
.owl-nav {
   margin-top: 10px;
   text-align: center;
   -webkit-tap-highlight-color: transparent; 
}
.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; 
}
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
    background: #869791; 
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

 /*Team 1*/
 .jag-tm-theme-1.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-1.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-1.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/*Team 2*/
.jag-tm-theme-2.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-2.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-2.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*Team 3*/
.jag-tm-theme-3.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-3.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-3.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*Team 4*/
.jag-tm-theme-4.grayscale-hover li:hover .team-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-4.grayscale-default li:hover .team-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-4.grayscale-default li .team-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*Team 5*/
.jag-tm-theme-5.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-5.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-5.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/*Team 6*/
.jag-tm-theme-6.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-6.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-6.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-6 .jag-tm-readmore{
	text-align: right;
}
/*Team 7*/
.jag-tm-theme-7.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-7.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-7.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*Team 8*/
.jag-tm-theme-8.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-8.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-8.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/*Team 9*/
.jag-tm-theme-9.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-9 .image-anchor-wrap{
    background-color: rgb(0, 175, 209);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 150px;
    margin: 0 auto 10px;
    overflow: hidden;
    height: 150px;
	display: block;
}
.jag-tm-theme-9.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-9.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/*Team 10*/
.jag-tm-theme-10.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-10 .image-anchor-wrap{
    background-color: rgb(0, 175, 209);
    width: 150px;
    margin: 0 auto 10px;
    overflow: hidden;
    height: 150px;
    border-radius: 0 50%;
	display: block;
}
.jag-tm-theme-10.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-10.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/*Team 11*/
.jag-tm-theme-11.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-11.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-11.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
/*Team 12*/
.jag-tm-theme-12.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-12.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-12.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/*Team 13*/
.jag-tm-theme-13.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-13.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-13.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
/*Team 14*/
.jag-tm-theme-14.grayscale-hover  li:hover .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.jag-tm-theme-14 .image-anchor-wrap{
    background-color: rgb(0, 175, 209);
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 150px;
    margin: 0 auto 10px;
    overflow: hidden;
    height: 150px;
	background-color: #ffffff;
	display: block;
}
.jag-tm-theme-14.grayscale-default  li:hover .member-img-wrap img {
    filter: initial;
    -webkit-filter: grayscale(0);
}
.jag-tm-theme-14.grayscale-default  li .member-img-wrap img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
