@charset "utf-8";
/* CSS Document */
body{
		font-family: 'Montserrat', sans-serif;
	}
a{
	font-size: 14px !important;
	text-decoration: none;
	color:inherit;
	background: transparent;
}
.text-uxcolor-default{
color: #3f3f3f;
}
.text-uxcolor-red{
color:#b0142c;
}
.text-shadow-default{
text-shadow: 2px 1px 2px rgba(255,255,255,0.6);
}
.carousel-item{
	height: 600px;
	width: 100%;
}
.carousel-item > img{
	height: 600px;
	width: 100%;
	object-fit: cover;
}
.nav-link {
	margin-right: 8px;
	padding: 8px;
	background: none;
	color: #3f3f3f;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.nav-link:visited{
	margin-right: 8px;
	padding: 8px;
	background: none;
	color: #3f3f3f;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.nav-link:hover {
	margin-right: 8px;
	padding: 8px;
	background: #b0142c;
	color:white;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.nav-link:active {
	margin-right: 8px;
	padding: 8px;
	background: #b0142c;
	color:white;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

#header_social>a{
	padding:4px;
	background: none;
	color: #8B8B8B;
	text-align: center;
	text-decoration:none;
}
#header_social>a:hover{
	padding:4px;
	color: #b0142c;
	text-align: center;
	text-decoration:none;	
}
.text-danger{
	color: #b0142c !important;
}
.btn-danger{
	background-color: #b0142c !important;
	color: #ffffff;
}
.bg-danger{
	background-color: #b0142c !important;
	color: #ffffff !important;
}
.btn-outline-white{
	border-color: #ffffff !important;
	color: #ffffff !important;
}
.btn-outline-white:hover{
	border-color: #ffffff !important;
	background-color: #ffffff !important;
	color: #3f3f3f !important;
}
.btn-outline-danger{
	border-color: #b0142c !important;
	color: #b0142c !important;
}
.btn-outline-danger:hover{
	border-color: #b0142c !important;
	background-color: #b0142c !important;
	color: #ffffff !important;
}
.btn-outline-danger-active{
	border-color: #b0142c !important;
	background-color: #b0142c !important;
	color: #ffffff !important;
}
.boxes{
	min-width: 165px;
	border: none;
	background-color: #b0142c;
	color: #ffffff;
	transition: 0.2s;
/*	line-height: 2.2;*/
}
.boxes:hover{
	border:none;
	background-color: #3f3f3f;
	color: #ffffff;
	cursor: pointer;
	-webkit-animation: slide-top 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-top 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;	
}
.bg-beige{
	background-color: #f1f1f1;
}
.bg-dark{
	background-color: #3f3f3f !important;
}
.border-light {

    border-color: #f1f1f1 !important;
}
.border-dark {
    border-color: #3f3f3f !important;
}
.border-danger{
	border-color: #b0142c !important;	
	}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
	  
  }

}
@keyframes pulse-white {
	0% {
		transform: scale(0.97);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
	}
	
	100% {
		transform: scale(0.97);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
/********** Jello vertical animation effect ********/

@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/***************************************************/
/********** Jello horizontal animation effect *****/
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/***************************************/
	
.boxestop {
/*	padding:2px 2px 0px 2px;*/
    border-radius: 36px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 4px solid #b0142c;
    border-bottom: none;
/*	min-height: 80px;*/
	height: 100%;
	width: 100%;
/*	position: absolute;*/
}
.boxesbottom {
/*	padding:0px 2px 2px 2px;*/
    border-radius: 36px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 4px solid #b0142c;
    border-top: none;
/*	min-height: 80px;*/
	height: 100%;
	width: 100%;
/*	position: absolute;*/
}
.boxesinnertop {
	position: relative;
	padding:4px;
    border-radius: 32px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom:none;
	height: 100% !important;
	width: 100%;
/*    min-height: 100px;*/

}
.boxesinnerbottom {
	
	position: relative;
	padding:4px;
    border-radius: 32px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
	height: 100% !important;
	width: 100%;
/*    min-height: 100px;*/

}
.boxbadge{
		z-index: 100;
		min-width: 65px;
		min-height: 65px;
		height: auto;
		width: auto;
		padding: 4px;
		background-color: #b0142c;
		color: #ffffff;
		font-weight: 700;
		font-size: 1.46em;
		border:4px solid #f1f1f1;
		border-radius: 50%;
		line-height: normal;
	}
.boxvline{
		width:4px; 
/*		min-height: 100px; */
		height: 100% !important;
		background-color: #b0142c;

/*		transform: translateX(-50%) translateY(-90%);*/
	}
.innerboxes{
		position: absolute; 
		z-index: 99; 
		height:100%; 
		padding: 10px 10px 0px 10px;
	}
.outerboxes{
		position: relative;
		z-index: 9; 
		height:100%; 
		width: 100%;
	}
.cardboxouter{
		margin-top: 40px;
		padding: 4px;
    	border-radius: 36px;
		border: 4px solid #b0142c;
		min-height: 300px;
		max-height: 300px;
		width: 230px;
		height: auto;
		transform: scale(1.0);
	}
.cardboxouter:hover{
		transform: scale(1.03);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
		transition: all .2s ease-in;
	}
.cardboxouter:hover .cardboxfooter{
		height: 100%!important;
		transition: all .2s ease-in;
	}
.cardboxouter:hover .cardboxheader i{
		-webkit-animation: jello-horizontal 0.9s both;
	    animation: jello-horizontal 0.9s both;
	}
.cardboxheader{
		padding: 4px;
		border-radius: 32px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-bottom:none;
		background-color: #f1f1f1;
		color:#b0142c;
		font-size: 1.7em;
	}
.cardboxfooter{
		padding: 8px;
		border-radius: 32px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-top: none;		
		background-color: #b0142c;
		color:#ffffff;
		transition: all .2s ease-in-out;
	}
.cardheadertext{
		font-size:2.4em;
		color: #b0142c;
	}
.pricecard ul li{
		padding: 4px;
		list-style: none;
		font-size: 16px;
		font-weight: 500;
	}
.pricecard ul li::before {
		
		content: "\25C9";  /* Add content: \2022 is the CSS Code/unicode for a bullet , \25A0 code for square */
		color: #b0142c; /* Change the color */
		font-weight: normal; /* If you want it to be bold */
		font-size: 16px;
		display: inline-block; /* Needed to add space between the bullet and the text */
		width: 1.2em; /* Also needed for space (tweak if needed) */
		margin-left: -1em; /* Also needed for space (tweak if needed) */
	}
.pricecard{
		min-width: 300px;
		max-width: 400px;
		margin: 6px;
		transform: scale(1.0);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
		transition: all .2s ease-in-out;

	}
.pricecard-active{
		
		transform: scale(1.1);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);		
	}
.pricecard:hover{
		transform: scale(1.1);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
		transition: all .2s ease-in;
	}
.pricecard:hover .card-header, .pricecard:hover .card-header > span{
		background-color: #b0142c;
		color:#ffffff !important;
		transition: all .2s ease-in;
	}
.pricecard:hover .card-header .pcardribbon span{

	   background: #3f3f3f;
       background: -webkit-linear-gradient(#5e5e5e 0%, #3f3f3f 100%);
       background: -o-linear-gradient(#5e5e5e 0%, #3f3f3f 100%);
       background: linear-gradient(#5e5e5e 0%, #3f3f3f 100%);
		
	}
.pricecard:hover .card-header .pcardribbon span::before {

	  border-left: 3px solid #3f3f3f;
  	  border-right: 3px solid transparent;
  	  border-bottom: 3px solid transparent;
  	  border-top: 3px solid #3f3f3f;
	}
.pricecard:hover .card-header .pcardribbon span::after {

	  border-left: 3px solid transparent;
  	  border-right: 3px solid #3f3f3f;
  	  border-bottom: 3px solid transparent;
  	  border-top: 3px solid #3f3f3f;
	}
		
.pricecard .card-header{
		background-color: #f1f1f1;
		transition: all .2s ease-in-out;
	}
/*
	.pcardribbon{
		position: absolute;
	   top: -10px;
	   right: -45px;
	   width: 0px;
	   height: 0px;
	   border-style: solid;
	   border-width: 0 70px 70px 70px;
	   border-color: transparent transparent #b0142c transparent;
	   transform: rotate(45deg);

	}
	.pcardtext{
		position: absolute;
		left: -40px;
    	top: 42px;
		color:#ffffff;
		font-size: 20px;
		font-weight: 500;

	}
*/
.pcardribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 105px; height: 105px;
  text-align: right;
}
.pcardribbon span {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 140px;
  display: block;
  background: #b0142c;
  background: linear-gradient(#b0142c 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 24px; 
  right: -31px;
}
.pcardribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.pcardribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
footer ul li::before{
		width: 0.2em;
	}
footer ul li{
		padding: 6px;
		list-style: none;
		font-size: 18px;
		font-weight: 500;
	}
footer ul li a{

		font-size: 18px;
		font-weight: 500;
		color: #ffffff !important;
		background-color: none !important;
		text-decoration: none;
	}
footer ul li a:hover{
		padding: 8px;
		color: #3f3f3f !important;
		background-color: #ffffff;
		border-radius: 6px;
		text-decoration: none;
	}
.btn_trial{
		color:#3f3f3f;
		font-size: 15px;
		font-weight: 500;
		background-color: transparent;
		border: none;
		text-decoration: none;
	}
.btn_trial:hover{
		color:#ffffff;
		font-size: 15px;
		font-weight: 500;
		background-color: #3f3f3f;
		text-decoration: none;
	}
.btn_demo{
		color:#b0142c;
		font-size: 15px;
	font-weight: 500;
		background-color: transparent;
		border: none;
		text-decoration: none;		
}
.btn_demo:hover{
	color:#ffffff;
	font-size: 15px;
	font-weight: 500;
	background-color: #b0142c;
	border: none;
	text-decoration: none;			
}
.header-flex{
	display: flex !important;
	transition: all .1s ease-in-out;
}
.header-none{
	display:none !important;
	transition: all .1s ease-in-out;
}
#header_container_wrapper{
	transition: all .4s ease-in-out;
}
.cardboxouter{
		
}
.btn_login{
	width:auto!important; 
	margin-right: 8px;
	padding: 8px;
	background-color: #3f3f3f;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	transition: all .1s ease-in-out;
}
.btn_login:hover{
	line-height: normal;
	background-color: #b0142c;
	transition: background-color .1s ease-in;
}
.link_separator{
	display: inline-block;
	width:2px; 
	min-height: 4px; 
	height: 100% !important; 
	font-size: 1em;
	color:#ffffff; 
	background-color:#3f3f3f; 
	padding-left:12px; 
	padding-right:12px;		
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;      
  right: 20px;
  margin-right:10px; 
  place-self: end;
  margin-top: calc(100vh + 50px);
  
  /* visual styling */
  text-decoration: none;
  padding: 10px;
  color: #fff;
  background: #b0142c;
	border: 2px solid #ffffff;
  border-radius: 100px;
  white-space: nowrap;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
}	
.roll-btn{
display: block;
-webkit-animation: roll-in-blurred-bottom 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	    animation: roll-in-blurred-bottom 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000);		
}	

.roll-btn-hide{
display: block;
-webkit-animation: roll-in-blurred-bottom 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) reverse;
	   animation: roll-in-blurred-bottom 0.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) reverse;
}
	
@-webkit-keyframes roll-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(800px) rotate(720deg);
            transform: translateY(800px) rotate(720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(800px) rotate(720deg);
            transform: translateY(800px) rotate(720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
	
@media (max-width: 767px) {
.scroll-to-top::before{
content:'⮝';
border-radius: 50%;
}

.docenter{
justify-content: center !important;
	text-align: center !important;
}
.hide-header {
	transform: translateY(-53%);
	transition: all .4s ease-in-out;
}
}
@media (min-width: 768px) {
.scroll-to-top::before{
content: 'Back to Top';
}
.hide-header {
	transform: translateY(-43%);
	transition: all .4s ease-in-out;
}
}
	
footer ul{
padding:0px;
	margin: 0px;
}
.card > h3 {
	font-size: 24px;
	font-weight: normal;
}
.fs-72{
font-size: 72px;	
}
.fs-60{
font-size: 60px;	
}
.fs-56{
font-size: 56px;	
}
.fs-52{
font-size: 52px;	
}
.fs-48{
font-size: 48px;	
}
.fs-44{
font-size: 44px;	
}
.fs-36{
font-size: 36px;	
}
.fs-32{
font-size: 32px;	
}
.fs-24{
	font-size: 24px;
}
.fs-20{
	font-size: 20px;
}
.fs-18{
	font-size: 18px;
}
.fs-16{
	font-size: 16px;
}
.fs-15{
	font-size: 15px;
}	
.fs-14{
	font-size: 14px;
}	
.fs-13{
	font-size: 13px;
}
.fs-12{
	font-size: 12px;
}
.fs-11{
	font-size: 11px;
}
.fs-10{
	font-size: 10px;
}
.fs-08vw{
	font-size: 0.8vw;
}
.fs-1vw{
	font-size: 1vw;
}
.fs-1vw1{
	font-size: 1.1vw;
}
.fs-1vw2{
	font-size: 1.2vw;
}
.fs-1vw3{
	font-size: 1.3vw;
}
.fs-1vw4{
	font-size: 1.4vw;
}
.fs-1vw5{
	font-size: 1.5vw;
}
.fs-1vw6{
	font-size: 1.6vw;
}
.fs-1vw7{
	font-size: 1.7vw;
}
.fs-1vw8{
	font-size: 1.8vw;
}
.fs-2vw{
	font-size: 2vw;
}
.fs-2vw1{
	font-size: 2.1vw;
}
.fs-2vw2{
	font-size: 2.2vw;
}
.banner-img{
z-index: 1010;
position: relative;
top: -80px;
}
.introduce{
min-width: 250px;
border-color: #dee2e6;
}
.center_overlay{
z-index: 99;
position: absolute;
display: flex;
/*width: 100%!important;*/
justify-content: center;
align-items: center;
align-content: center;
	top: 50%;
}