/*---------------------------------
    Progress Bar Style
-----------------------------------*/

.poss_relative {
	position: relative;
}

/* ------------------------
    Text specialized
---------------------------*/
.text-italic {
	font-style: italic;
}

/*--------------------------
// Heading Defult
------------------------------*/
.heading-1 {
	color: #18012c;
	font-size: 48px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.heading-1 {
		font-size: 42px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading-1 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-1 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 575px) {
	.heading-1 {
		font-size: 23px;
	}
}

.heading-style-7 {
	padding-left: 25px;
}

.heading-style-7 {
	padding-left: 25px;
}

.heading-style-7.heading-border-right {
	padding-left: 0;
	padding-right: 25px;
}

.heading-2 {
	color: #18012c;
	font-size: 36px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
}

.heading-style-4 .heading-2, .heading-style-5 .heading-2 {
	margin-top: 5px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.heading-2 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading-2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 575px) {
	.heading-2 {
		font-size: 23px;
	}
}

.heading-3 {
	color: #18012c;
	font-size: 36px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.heading-3 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading-3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 575px) {
	.heading-3 {
		font-size: 23px;
	}
}

/*--------------------------
// Subtitle Defult
------------------------------*/
.subtitle {
	font-size: 16px;
	color: #494849;
	font-family: "Poppins", sans-serif;
	margin: 5px 0;
	line-height: 30px;
}

@media only screen and (max-width: 767px) {
	.subtitle {
		font-size: 14px;
		line-height: 25px;
	}
}

.subtitle-2 {
	color: #322242;
	font-weight: 500;
}

.subtitle-3 {
	color: #494849;
	font-weight: 500;
	margin-bottom: 5px;
}

/*--------------------------
// Heading  Css
------------------------------*/
.htmegavc-heading {
	z-index: 1;
}

.htmegavc-heading.center-icon img, .htmegavc-heading.center-icon i {
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.htmegavc-heading.left-icon img, .htmegavc-heading.left-icon i {
	position: absolute;
	top: 47%;
	left: 0%;
	transform: translateX(-0%) translateY(-50%);
	z-index: -1;
}

.htmegavc-heading.right-icon img, .htmegavc-heading.right-icon i {
	position: absolute;
	top: 47%;
	left: auto;
	right: 0%;
	transform: translateX(-0%) translateY(-50%);
	z-index: -1;
}

.htmegavc-heading .heading-bg-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	color: #f1f1f1;
	font-size: 80px;
	font-weight: 800;
	line-height: 28px;
	margin: 0;
	width: 100%;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.htmegavc-heading.text-left .heading-bg-text {
	text-align: left;
}

.htmegavc-heading.text-right .heading-bg-text {
	text-align: right;
}

.htmegavc-heading .heading-bg-text.heading-bg--textleft {
	text-align: left;
}

.htmegavc-heading .heading-bg-text.heading-bg--textright {
	text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.htmegavc-heading .heading-bg-text {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.htmegavc-heading .heading-bg-text {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.htmegavc-heading .heading-bg-text {
		font-size: 40px;
	}
}

.htmegavc-heading .middle-align-border {
	position: relative;
	display: inline-block;
	padding: 0 10.5%;
	margin-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.htmegavc-heading .middle-align-border {
		padding: 0 14.5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.htmegavc-heading .middle-align-border {
		padding: 0 17.5%;
	}
}

@media only screen and (max-width: 767px) {
	.htmegavc-heading .middle-align-border {
		padding: 0 12.5%;
	}
}

@media only screen and (max-width: 575px) {
	.htmegavc-heading .middle-align-border {
		padding: 0;
	}
}

.htmegavc-heading .middle-align-border::before {
	position: absolute;
	content: "";
	left: 0;
	width: 100px;
	height: 3px;
	background: #412e51;
	top: 50%;
}

@media only screen and (max-width: 767px) {
	.htmegavc-heading .middle-align-border::before {
		width: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.htmegavc-heading .middle-align-border::before {
		display: none;
	}
}

.htmegavc-heading .middle-align-border::after {
	position: absolute;
	content: "";
	right: 0;
	width: 100px;
	height: 3px;
	background: #412e51;
	top: 50%;
}

@media only screen and (max-width: 767px) {
	.htmegavc-heading .middle-align-border::after {
		width: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.htmegavc-heading .middle-align-border::after {
		display: none;
	}
}

.htmegavc-heading .heading-bg-img {
	margin-top: 0;
	line-height: 57px;
	margin-bottom: 3px;
	background-image: url("https://cdn-ildhfdl.nitrocdn.com/GJwFWBbgJVcKPRZVRArKujIdzkEhUXjN/assets/images/optimized/rev-3a7e2c6/trainthatbody.se/wp-content/plugins/ht-mega-for-wpbakery/addons/section-title/images/heading-bg.jpg");
	background-repeat: repeat-y;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: heading-animation-1 80s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

.htmegavc-heading .heading-bg-img.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 767px) {
	.htmegavc-heading .heading-bg-img {
		line-height: 1.2;
	}
}

.htmegavc-heading p.heading-border-bottom {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 0;
}

.heading-style-7.heading-border-none p.heading-border-bottom {
	margin-bottom: 8px;
}

.htmegavc-heading .heading-border-none {
	margin-bottom: 0;
}

.htmegavc-heading p.heading-border-bottom::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 70px;
	height: 2px;
	background: #18012c;
	left: 50%;
	transform: translateX(-50%);
}

.htmegavc-heading.text-left p.heading-border-bottom::before {
	left: 0%;
	transform: translateX(-0%);
}

.htmegavc-heading.text-right p.heading-border-bottom::before {
	right: 0%;
	left: auto;
	transform: translateX(-0%);
}

.htmegavc-heading.heading-border-left {
	position: relative;
}

.htmegavc-heading.heading-border-center::before {
	display: none;
}

.htmegavc-heading.heading-border-left::before {
	position: absolute;
	content: "";
	left: 0;
	height: 100%;
	width: 5px;
	background: #18012c;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
	.htmegavc-heading.heading-border-left::before {
		height: 50px;
	}
}

.htmegavc-heading.heading-border-right {
	position: relative;
}

.htmegavc-heading.heading-border-right::before {
	position: absolute;
	content: "";
	right: 0;
	height: 100%;
	width: 5px;
	background: #18012c;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
	.htmegavc-heading.heading-border-right::before {
		height: 50px;
	}
}

.htmegavc-heading.heading-style-5 p.subtitle {
	font-weight: 500;
}

/*----------------------------
    Animate Background Image
----------------------------*/
@-webkit-keyframes heading-animation-1 {
	0% {
		background-position: 0% 50%;
	}
	
	100% {
		background-position: 100% 50%;
	}
}

@keyframes heading-animation-1 {
	0% {
		background-position: 0% 50%;
	}
	
	100% {
		background-position: 100% 50%;
	}
}
