/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*Common Style*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
		box-sizing: border-box;
}
.front-wrapper{
	position: relative;
	max-width: 300px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	padding: 50px 15px 25px 15px;
	text-align: center;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #030303;
}
.elementor-card img{
	max-width: 100%;
}
.sub-title-show{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4054B2;
}
.front-wrapper h3{
	margin-bottom: 0px;
}
.para-below-info{
	margin-bottom: 25px;
}
.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.card-style-1 a, .card-style-2 a, .card-style-3 a, .card-style-4 a {
	text-decoration: none !important;
}

/*Card Style 1*/
.card-style-1 .front__bkg-photo img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all linear 0.25s;
	position: relative;
	box-shadow: 0 0 0 10px rgb(255,255,255);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.card-style-1 .front-wrapper:hover .front__bkg-photo img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: none;
	margin-top: 0px;
}
.card-style-1 .profile-bg {
	content: "";
	position: absolute;
	top: -60px;
	right: 0px;
	left: 0px;
	height: 180px;
	background-color: #4054B2;
	-webkit-transform: skewY(20deg);
	-moz-transform: skewY(20deg);
	-ms-transform: skewY(20deg);
	-o-transform: skewY(20deg);
	transform: skewY(20deg);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.card-style-1 .front-wrapper:hover .profile-bg{
	height: 170px;
}
.card-style-1 .front__text-para i{
	background-color: #4054B2;
}
.card-style-1 .elementor-icon.elementor-social-icon{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	font-size: 20px;
	padding: 0em;
	margin-right: 10px !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: var(--icon-size,20px);
	width: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	border: 2px solid #4054B2;
}
.card-style-1 .elementor-icon.elementor-social-icon i {
  position: relative;
  color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  z-index: 3;
}
.card-style-1 .elementor-icon.elementor-social-icon:hover i {
  color: #fff;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.card-style-1 .elementor-icon.elementor-social-icon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #f00;*/
  -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  z-index: 2;
}
.card-style-1 .elementor-icon.elementor-social-icon:hover:before {
  top: 0;
  background: #55acee;
}
.card-style-1 .elementor-icon.elementor-social-icon:hover{
	border-color: #55acee;
}
.card-style-1 .elementor-icon.elementor-social-icon{
	background: #4054B2;
}
.card-style-1 .profile-icons {
	margin-top: 30px;
	background: #fbfbfb;
	margin-bottom: -25px;
	padding: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
.card-style-1 .front__text-para a{
	text-decoration: none;
	color: #030303;
}
.card-style-1 .front__text-para a:hover{
	color: #4054B2;
}
.card-style-1 .front__text-para {
	text-align: left;
	position: relative;
}
.card-style-1 .front__text-para i {
	position: absolute;
	left: -15px;
	top: -3px;
	font-size: 18px;
	background: #4054B2;
	padding: 7px 12px 7px 8px;
	-webkit-border-radius: 0 45px 45px 0px;
	-moz-border-radius: 0 45px 45px 0px;
	-ms-border-radius: 0 45px 45px 0px;
	-o-border-radius: 0 45px 45px 0px;
	border-radius: 0 45px 45px 0px;
	min-width: 38px;
	text-align: center;
	color: #fff;
}
.card-style-1 .front__text-para.info-para {
	text-align: left;
	position: relative;
	padding-left: 30px;
}

/*Card Style 2*/
.card-style-2 .profile-bg {
	content: "";
	position: absolute;
	top: -60px;
	right: 0px;
	left: 0px;
	height: 300px;
	background-color: #c10a28;
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	-o-transform: skewY(0deg);
	transform: skewY(0deg);
}
.card-style-2 .front__bkg-photo img {
	max-width: 200px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}
.card-style-2 .name-design{
	position: relative;
	z-index: 2;
	text-align: center;
	margin-bottom: 15px;
}
.card-style-2 .name-design .front__text-header{
	color: #ffffff;
	margin-top: 0px;
}
.card-style-2 .name-design .sub-title-show{
	color: #ffffff;
	opacity: 0.5;
}
.card-style-2 .front__text-para i{
	background-color: #c10a28;
}
.card-style-2 .elementor-icon.elementor-social-icon{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	padding: 0em;
	margin-right: 10px !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: var(--icon-size,20px);
	width: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	background-color: #c10a28;
	border: 2px solid #c10a28;
}
.card-style-2 .elementor-icon.elementor-social-icon:hover{
	background: transparent;
}
.card-style-2 .elementor-icon.elementor-social-icon:hover i{
	color: #c10a28;
}
.card-style-2 .elementor-icon.elementor-social-icon i {
  position: relative;
  color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  z-index: 3;
}
.card-style-2 .profile-icons{
	margin-top: 30px;
}
.card-style-2 .front-wrapper .front__bkg-photo img{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border: 2px solid transparent;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.card-style-2 .front-wrapper:hover .front__bkg-photo img{
	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-ms-transform: scale(0.90);
	-o-transform: scale(0.90);
	transform: scale(0.90);
	box-shadow: none;
	margin-top: 0px;
	border-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.card-style-2 .front__text-para a{
	text-decoration: none;
	color: #030303;
}
.card-style-2 .front__text-para a:hover{
	color: #c10a28;
}
.card-style-2 .front__text-para {
	text-align: left;
	position: relative;
}
.card-style-2 .front__text-para i {
	position: absolute;
	left: -15px;
	top: -3px;
	font-size: 18px;
	background: #c10a28;
	padding: 7px 0px;
	-webkit-border-radius: 0 3px 3px 0px;
	-moz-border-radius: 0 3px 3px 0px;
	-ms-border-radius: 0 3px 3px 0px;
	-o-border-radius: 0 3px 3px 0px;
	border-radius: 0 3px 3px 0px;
	min-width: 34px;
	text-align: center;
	color: #fff;
}
.card-style-2 .front__text-para.info-para {
	text-align: left;
	position: relative;
	padding-left: 30px;
}

/*Card Style 3*/
.card-style-3 .front-wrapper{
	background: #8706b7;
}
.card-style-3 .front__bkg-photo {
	width: 200px;
	height: 200px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	border: 5px solid #fff;
}
.card-style-3 .front-wrapper .front__bkg-photo img{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.card-style-3 .front-wrapper:hover .front__bkg-photo img{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);	
}
.card-style-3 .bottom-bkg-info{
	color: #ffffff;
}
.card-style-3 .elementor-icon.elementor-social-icon{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	font-size: 20px;
	padding: 0em;
	margin-right: 10px !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: var(--icon-size,20px);
	width: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
}
.card-style-3 .elementor-icon.elementor-social-icon i {
  position: relative;
  color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  z-index: 3;
}
.card-style-3 .elementor-icon.elementor-social-icon:hover i {
  color: #8706b7;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.card-style-3 .elementor-icon.elementor-social-icon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #f00;*/
  -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  z-index: 2;
}
.card-style-3 .elementor-icon.elementor-social-icon:hover:before {
  top: 0;
  background: #ffffff;
}
.card-style-3 .elementor-icon.elementor-social-icon:hover{
	border-color: #ffffff;
}
.card-style-3 .elementor-icon.elementor-social-icon{
	background: transparent;
	color: #fff;
}
.card-style-3 .sub-title-show{
	color: #fff;
}
.card-style-3 .front__text-para a{
	color: #ffffff;
	text-decoration: none;
}
.card-style-3 .front-wrapper{
	padding: 30px 15px;
}
.card-style-3 .front__text-para i {
	position: absolute;
	left: -15px;
	top: -3px;
	font-size: 18px;
	background: #fff;
	padding: 7px 0px;
	-webkit-border-radius: 0 3px 3px 0px;
	-moz-border-radius: 0 3px 3px 0px;
	-ms-border-radius: 0 3px 3px 0px;
	-o-border-radius: 0 3px 3px 0px;
	border-radius: 0 3px 3px 0px;
	min-width: 34px;
	text-align: center;
	color: #8706b7;
}
.card-style-3 .front__text-para.info-para {
	text-align: left;
	position: relative;
	padding-left: 30px;
}

/*Card Style 4*/
.card-style-4 .front-wrapper{
	padding: 0px;
}
.card-style-4 .bottom-bkg-info {
	position: relative;
	padding: 20px;
}
.card-style-4 .front__text-header{
	margin-top: 0px;
}
.card-style-4 .profile-info-address {
	position: absolute;
	right: -83%;
	bottom: 0px;
	text-align: left;
	background: #0c3662;
	color: #ffffff;
	padding: 15px 3%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.card-style-4 .front__bkg-photo{
	position: relative;
}
.card-style-4 .front-wrapper:hover .profile-info-address{
	right: 0px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.card-style-4 .profile-info-address a{
	color: #ffffff;
	text-decoration: none;	
}
.card-style-4 .profile-info-address p{
	margin: 0 0 15px 0;
}
.card-style-4 .profile-info-address p:last-child{
	margin-bottom: 0px;
}
.card-style-4 .profile-info-address i {
	margin-right: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
}
.card-style-4 .elementor-icon.elementor-social-icon{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	font-size: 20px;
	padding: 0em;
	margin-right: 10px !important;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: var(--icon-size,20px);
	width: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	height: calc(var(--icon-size, 20px) + (2 * var(--icon-padding, .5em)));
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	border: 2px solid #0c3662;
}
.card-style-4 .elementor-icon.elementor-social-icon i {
  position: relative;
  color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  z-index: 3;
}
.card-style-4 .elementor-icon.elementor-social-icon:hover i {
  color: #fff;
}
.card-style-4 .elementor-icon.elementor-social-icon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #f00;*/
  -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
  z-index: 2;
}
.card-style-4 .elementor-icon.elementor-social-icon:hover:before {
  top: 0;
  background: #06213c;
}
.card-style-4 .elementor-icon.elementor-social-icon:hover{
	border-color: #06213c;
}
.card-style-4 .elementor-icon.elementor-social-icon{
	background: #0c3662;
}
.card-style-4 .sub-title-show{
	color: #0c3662;
}