.hk-pg-wrapper.hk-auth-wrapper {
    min-height: 770px !important;
    background: linear-gradient(to bottom right, rgba(253, 113, 20, 0.8), rgba(245, 45, 111, 0.9)), url(../img/header-background.webp) center center no-repeat;
    background-size: cover;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-top {
  animation: fade-top 1s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*NAVBAR*/

.ftt {
	background: #fff!important;
	box-shadow: unset!important;
	padding-bottom: 0px!important;
	/*border-bottom: 1px solid #f53324!important;*/
	box-shadow: 0px 0px 0px #f3f3f3!important;
}

.ftt>a.navbar-toggle-btn.nav-link-hover.navbar-toggler {
	color: #000!important;
}

.ftt>div>ul>li>.nav-link {
    color: #000 !important;
}

.ftt .nav-link {
	color: #000!important;
}

.ftt>ul>li>a>div>div>span>i.zmdi.zmdi-chevron-down {
	color: #000!important;
}

.ftt>a>.feather-icon {
	color: #000!important;
}

.ftt>ul.navbar-nav>li.nav-item>a.nav-link>div.media>div.media-img-wrap>div.avatar>i.fa {
	background: #f26259!important;
	border-color: #fff!important;
	color: #fff!important;
}

.ftt>ul>li>span>div>div>div>.fa-icon-lgn {
    border: 2px solid #f26259;
    padding: 8px 10px;
    border-radius: 100%;
    background: #f26259;
    color: #fff;
}


/*NAVBAR*/

.row>.form-100>label,
.form-group>label {
	text-shadow: 1px 1px 20px #e2e2e2;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 455px;
	background-color: rgb(0 0 0 / 26%);
	opacity: 0.2;
	background: url('../../dist/img/animate_bg.png');
	animation: wind 20s linear infinite;
}

@keyframes wind {
	0% {
		background-position: 0 200px, 0 300px, 100px 250px;
	}
	100% {
		background-position: 1000px 200px, 1200px 300px, 1100px 250px;
	}
}

.close-help {
	position: fixed;
	bottom: 16px;
	right: 16px;
	display: inline-flex;
}

.close-help-chat {
	position: fixed;
	bottom: 90px;
	right: 30px;
	display: inline-flex;
}

.help {
	position: fixed;
	bottom: 16px;
	right: 16px;
	display: inline-flex;
}

.help-chat {
	position: fixed;
	bottom: 90px;
	right: 30px;
	display: inline-flex;
}

.help-button {
	padding: 5px 13px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	display: inline-table;
	background: #f53324;
	cursor: pointer;
}

.close-button {
	padding: 5px 9px;
	border-radius: 100%;
	border: 2px solid #ff4537;
	display: inline-table;
	background: #F44336;
	cursor: pointer;
}

.hbda {
	margin-top: 5px;
	margin-right: 1px;
	background: #f53324;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 4px 8px;
	color: #fff;
	font-size: 0.9em;
	cursor: pointer;
}

.icon-help {
	margin: 0 auto;
	color: #ffffff;
	font-size: 2em;
}

.promo {
	text-shadow: 4px 4px 5px #9e9e9e;
	font-size: 30px;
	font-family: 'indieflower-regular';
}

.offerta {
	background: #bc686b;
	border-radius: 50px;
	padding: 13px 30px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #691e1e;
	box-shadow: 6px 6px 20px 20px #ffffff6e;
	margin: 0 auto;
	font-family: 'indieflower-regular';
	rotate: 2deg;
}

.animated-border-box, .animated-border-box-glow{
  max-height: 200px;
  max-width: 250px;
  overflow: hidden; 
  z-index: 0;
  /* Border Radius */
	border-radius: 10px;
}

.animated-border-box-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), #ffabad, rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear infinite;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background: #bf6064;
  /*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.offerta {
	box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	border-radius: 10px;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	text-decoration: none !important;
	color: #ffffff;
	transition: all 300ms ease-in-out;
}

.separator-text-inner {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	background: #fff;
	display: inline-block;
	margin: 0 15px;
}


/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

.tooltip-tab {
	position: absolute;
	margin-left: 410px;
	transform: rotate(-21deg);
}

.tooltip-text {
	position: absolute;
	margin-top: -22px;
	font-size: 25px;
	margin-left: 60px;
	color: #eceef0;
	transform: rotate(41deg);
	text-shadow: 1px 1px 1px #f53324;
	text-transform: uppercase;
	font-family: indieflower-regular;
}

.auth-form-wrap {
	padding: 0px!important;
	display: block!important;
}

.lnd-cnts {
	min-height: 500px;
}

@media (min-width: 1000px) {
	.auth-form-wrap {
		width: 400px;
	}
	.auth-cover-img {
		display: none;
	}
}

@media (max-width: 1000px) {
	.overlay, .overlay_two {
		display: none;
	}
	.form-language {
		margin: 0!important;
		margin-top: -25px!important;
	}
	.select-language {
		text-align: unset!important;
		padding-top: unset!important;
	}
}

@media only screen and (min-width:999px) and (max-width:1188px) {
	.pt-30.pr-100.pt-land {
		padding-right: 10px!important;
		padding-left: 0px!important;
	}
	h1.display-5.pt-30.line-1.anim-typewriter.text-white {
		font-size: 1.7em!important;
	}
	h1.display-6 {
		font-size: 1.4em!important;
	}
	.col-xl-6.pa-30.pt-100.pl-100.pt-land {
		padding-left: 80px!important;
	}
}

.main-text>h2 {
	color: #fff!important;
	text-align: center;
	text-shadow: -1px 0 rgba(255, 255, 255, .5), 0 1px rgba(255, 255, 255, .5), 1px 0 rgba(255, 255, 255, .5), 0 -1px rgba(255, 255, 255, .5);
	font-family: indieflower-regular;
}

.tab {
	overflow: hidden;
	width: 100.1%;
	background-color: #767676;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px -11px 17px #ffffff26, 11px 0px 17px #ffffff26, -11px 0px 17px #ffffff26;
	text-transform: uppercase;
}


/* Style the buttons inside the tab */

.tab div {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 1.3em 0.3em 1.3em 0.3em;
	transition: 0.3s;
	font-size: 1em;
	width: 33.33%;
	color: #fff;
	text-align: center;
}


/* Create an active/current tablink class */

.tab div.active {
	background-color: #e8e8e8;
	color: #f53324;
}


/* Style the tab content */

.tabcontent {
	display: none;
	padding: 20px;
	background: #e8e8e8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 11px 17px #ffffff26, 11px 0px 17px #ffffff26, -11px 0px 17px #ffffff26;
	margin-top: -1px;
}

@media (max-width: 1000px) {
	.ftt>div>ul>li>.nav-link {
		color: #000!important;
	}
	.tab div.active {
		background-color: #fff!important;
	}
	.tab {
		border-top-left-radius: 5px!important;
		border-top-right-radius: 5px!important;
		box-shadow: unset!important;
	}
	.tabcontent {
		background: #fff!important;
		box-shadow: unset!important;
	}
	.tracking-input-full {
		background: #fff!important;
		box-shadow: unset!important;
	}
}

@media (max-width: 1160px) {
	.tooltip-tab {
		display: none!important;
	}
}

.pt-land {
	height: 1px;
}

.btn-large {
	width: 100%;
	padding: 15px;
}

.button-form-space {
	padding-top: 1rem;
}

#language_a {
	appearance: auto;
}

div#c_loading1>img,
div#c_loading2>img,
div#b_loading1>img,
div#b_loading2>img,
div#p_loading1>img,
div#p_loading2>img {
	width: 25px;
}

div#c_loading1,
div#c_loading2,
div#b_loading1,
div#b_loading2,
div#p_loading1,
div#p_loading2 {
	width: 25px;
	position: absolute;
	right: 24px;
	top: 32px;
	z-index: 99999999999999999;
}

@media (max-width: 1000px) {
	div#c_loading1,
	div#c_loading2,
	div#b_loading1,
	div#b_loading2,
	div#p_loading1,
	div#p_loading2 {
		position: fixed!important;
		right: unset!important;
		top: 14px!important;
		z-index: 99999999999999999!important;
		background: #fff!important;
		margin-left: calc(100% - 75px)!important;
	}
}

.text-info-fa {
	color: #51b4f3;
	font-weight: bold;
}

.line-1 {
	width: 24em;
	margin: 0 auto;
	border-right: 2px solid rgba(255, 255, 255, .75);
	white-space: nowrap;
	overflow: hidden;
	transform: translateY(-50%);
}


/* Animation */

.anim-typewriter {
	animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
	from {
		width: 0;
	}
	to {
		width: 17em;
	}
}

@keyframes blinkTextCursor {
	from {
		border-right-color: rgba(255, 255, 255, .75);
	}
	to {
		border-right-color: transparent;
	}
}

.image-src {
	height: 410px;
}

.risultato {
	text-align: right;
    width: 100%;
    margin-bottom: -30px;
    font-weight: 600;
    display: flex!important;
    flex-direction: row;
    justify-content: flex-end;
}

.div_totale_prezzo {
    font-size: 1em;
    color: #EF5350;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding-right: 0.5em;
    font-weight: 100;
}

.div_totale_prezzo_spedizioni {
    font-family: 'indieflower-regular';
    letter-spacing: 3px;
    color: #EF5350;
    font-size: 2em;
}

@media (min-width: 1000px) {
	#c_pulsante-continua,
	#b_pulsante-continua,
	#p_pulsante-continua {
		display: none!important;
	}
}

@media (max-width: 1000px) {
	#c_pulsante-continua-1,
	#b_pulsante-continua-1,
	#p_pulsante-continua-1 {
		display: none!important;
	}
	.dnlo {
		display: block!important;
		cursor: pointer;
	}
}

.custom-icons {
	font-size: 1.6em;
	position: absolute;
	font-weight: bold;
	margin-top: 0px;
}

.custom-icon-text {}

.btn-top {
	text-transform: none!important;
	margin-left: 5px;
}

.continua {
	color: #fff!important;
	font-size: 1rem!important;
	height: 56px!important;
}

.tracking {
	margin-right: -8px;
	max-width: 600px;
	margin: auto;
}

.tracking>form>h5 {
	font-size: 1em;
	color: #69a1d0;
}

.tracking-input-full {
	margin-bottom: 15px;
	background: #e8e8e8;
	padding: 30px 30px 30px 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.tracking-input {
	margin-bottom: 15px;
}

.tracking-input>.btn {
	width: 54px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	height: 48px;
}

.tracking-input>button>i {
    margin-top: -7px;
    position: absolute;
    margin-left: -7px;
}

.trk-text {
	background-color: #767676;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 1.3em 0.3em 1.3em 0.3em;
	box-shadow: 0px -11px 17px #ffffff26, 11px 0px 17px #ffffff26, -11px 0px 17px #ffffff26;
}

.srch-txt-trk {
	font-size: 1em;
	color: #fff;
	margin-left: 15px;
}

.srch-txt-trk>.fa {
	font-size: 1.3em;
	padding-right: 5px;
}

.street {
	display: block;
	width: 100%;
	height: 40px;
	background-image: url('../../dist/img/street.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

.feature-title {
	padding: 30px 0 70px 0px;
	text-align: center;
	text-transform: uppercase;
}

.ft-dark {
	background-color: #4e5c72;
	color: #c3c7ce;
	position: relative;
	padding: 10px 0 71px 0;
	overflow: hidden;
}

@media (max-width: 1000px) {
	.cc-full {
		padding-left: 2px;
		padding-right: 2px;
	}
	.row-land {
		display: unset!important;
		flex-wrap: unset!important;
	}
	.pt-land {
		padding-left: 0.5em!important;
		padding-right: 0.5em!important;
		padding-top: 2.18em!important;
		height: auto!important;
		width: 100%;
	}
	.tablinks>i {
		font-size: 12px;
	}
	.md-50 {
		width: 50%!important;
	}
	.main-text {
		display: none;
	}
	.separator-text {
		display: none;
	}
	.right-land {
		padding-left: 1em!important;
		padding-right: 1.5em!important;
		padding-top: 0px!important;
	}
	.trk-text {
		box-shadow: unset!important;
	}
	.trk-text {
		background: #767676!important;
	}
	.promo {
		display: none!important;
	}
	.tracking-input>button {
		height: 48px!important;
	}
	.tracking-input>button>i {
		margin-top: -7px!important;
		position: absolute!important;
		margin-left: -7px!important;
	}
	.overlay_two {
		top: 0px;
		height: 1120px!important;
		background-color: rgba(0, 0, 0, 0.1)!important;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.car {
		display: none!important;
	}
}


/*Feature Three -----*/

.feature-three {
	position: relative;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	z-index: 0;
}

.feature-three:after {
	content: "";
	width: 205px;
	height: 28px;
	display: block;
	position: absolute;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-image: url('../../dist/img/arrow-full.png');
	right: -101.5px;
	top: 45px;
	z-index: 2;
}

.feature-three:last-child:after {
	display: none;
}

.feature-three .img-feature {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 auto 16px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 13px;
	border: solid 5px #768397;
	text-align: center;
}

.feature-three .img-feature .count {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #768397;
	font-weight: bold;
	top: 0;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	padding: 0;
	line-height: 20px;
	color: #fff;
}

.feature-three .img-feature .count:after {
	content: "";
	margin-right: 1px;
	position: relative;
}

.feature-three h5 {
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #eaedf2;
}

.feature-three p {
	margin-bottom: 1px;
}

.img-desc img {
	border-radius: 10px;
	margin-top: 14px;
	margin-bottom: 17px;
}

@media (max-width: 990px) {
	.feature-three:after {
		width: 140px;
		height: 19px;
		right: -70px;
		top: 45px;
	}
	.img-desc img {
		padding-top: 0;
		margin-top: 9px;
	}
}

@media (max-width: 1024px) {
	.feature-three:after {
		width: 160px;
		height: 22px;
		right: -80px;
		top: 45px;
	}
}

.col-md-offset-1 {
	margin: 0 auto;
}

.icon-64 {
	background: url('../../dist/img/icon64.webp');
	width: 64px;
	height: 64px;
	position: absolute;
	display: block;
}

.icon-compila {
	background-position: -192px -832px;
}

.icon-monitor {
	background-position: -192px -640px;
}

.icon-pacco {
	background-position: -512px -832px;
}

.car {
	display: block;
	max-width: 100%;
	width: 100px;
	height: auto;
	position: absolute;
	left: 0;
	z-index: 0;
	margin-top: -46px;
}

.air {
	animation: drive 14s infinite ease-in-out, jump 0.1s 1.2s ease;
}

.van {
	animation-name: drive;
	animation-duration: 16s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}

.moto {
	animation-name: drive;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}

@keyframes drive {
	from {
		transform: translateX(-20vw)
	}
	to {
		transform: translateX(120vw)
	}
}

@keyframes wind {
	from {
		transform: translateX(-20vw)
	}
	to {
		transform: translateX(120vw)
	}
}

@keyframes jump {
	0%,
	100% {
		top: 0px
	}
	50% {
		top: -30px;
	}
}

.bounce-top {
	-webkit-animation: bounce-top 0.9s 1s both;
	animation: bounce-top 0.9s 1s both;
}

@-webkit-keyframes bounce-top {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

@keyframes bounce-top {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

.bounce-in-right {
	-webkit-animation: bounce-in-right 2.1s 1.2s both;
	animation: bounce-in-right 2.1s 1.2s both;
}

@-webkit-keyframes bounce-in-right {
	0% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateX(68px);
		transform: translateX(68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateX(32px);
		transform: translateX(32px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes bounce-in-right {
	0% {
		-webkit-transform: translateX(600px);
		transform: translateX(600px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	38% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
	55% {
		-webkit-transform: translateX(68px);
		transform: translateX(68px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	72% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	81% {
		-webkit-transform: translateX(32px);
		transform: translateX(32px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	90% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	95% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.roll-in-top-pointer {
	-webkit-animation: roll-in-top 0.3s ease-out 1.3s both;
	animation: roll-in-top 0.3s ease-out 1.3s both;
}

.roll-in-top-null {
	-webkit-animation: roll-in-top 0.6s ease-out 0s both;
	animation: roll-in-top 0.6s ease-out 0s both;
}

.roll-in-top {
	-webkit-animation: roll-in-top 0.6s ease-out 2s both;
	animation: roll-in-top 0.6s ease-out 2s both;
}

@-webkit-keyframes roll-in-top {
	0% {
		-webkit-transform: translateY(-800px) rotate(-540deg);
		transform: translateY(-800px) rotate(-540deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
}

@keyframes roll-in-top {
	0% {
		-webkit-transform: translateY(-800px) rotate(-540deg);
		transform: translateY(-800px) rotate(-540deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}


/*
Section
=========================== */

.title-section {
	text-align: center;
	margin-bottom: 22px;
}

.title-section .title {
	margin-bottom: 18px;
}

.title-section .title span {
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.title-section .line {
	display: table;
	width: 362px;
	margin: auto;
	position: relative;
	background-image: url('../../dist/img/line.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.title-section .icon {
	display: table;
	margin: auto;
}

.services-column {
	background: url('../../dist/img/dashed-line.png') no-repeat bottom center;
	padding-bottom: 190px;
	margin-bottom: 20px;
}

.container-features {
	padding: 0 10px;
}

#features {
	background: #fff;
	padding: 71px 0;
}

.title-section .title span {
	color: #f53324;
}

.title-section .line {
	display: table;
	width: 362px;
	margin: auto;
	position: relative;
	background-image: url('../../dist/img/line.png');
	background-position: center center;
	background-repeat: no-repeat;
}


/*
Features
=========================== */


/*Feature One -----*/

.wrap-feature-one {
	display: block;
	position: relative;
}

.feature-one {
	text-align: center;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.feature-one>.icon {
	width: 64px;
	height: 64px;
	margin-top: 9px;
	margin-bottom: 15px;
}

.feature-one>.title {
	margin-bottom: 8px;
}

.feature-one>p {
	margin-bottom: 1px;
}


/*Feature Two -----*/

.wrap-feature-two {
	position: relative;
}

ul.feature-two {
	padding: 0;
	margin: 11px 0 0 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

ul.feature-two li {
	list-style: none;
	display: block;
	position: relative;
	padding: 0;
	margin-bottom: 60px;
}

ul.feature-two li h5 {
	margin-bottom: 7px;
}

ul.feature-two li .icon {
	width: 64px;
	height: 64px;
	position: absolute;
}

ul.feature-two .line {
	position: absolute;
	width: 2px;
	background-image: url('../../dist/img/v-line.png');
	top: 30px;
	height: 78.5%;
}

ul.feature-two.left:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -15px;
	right: -29px;
	width: 25px;
	height: 10px;
	background-image: url('../../dist/img/middle-left.png');
}

ul.feature-two.left li {
	padding-right: 153px;
	text-align: right;
}

ul.feature-two.left li:after {
	content: "";
	position: absolute;
	right: 6px;
	top: 27px;
	width: 41px;
	height: 11px;
	background-image: url('../../dist/img/arrow-left.png');
}

ul.feature-two.left li .icon {
	top: 0;
	right: 69px;
}

ul.feature-two.left .line {
	right: 0;
}

ul.feature-two.right:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -15px;
	left: -29px;
	width: 25px;
	height: 10px;
	background-image: url('../../dist/img/middle-right.png');
}

ul.feature-two.right li {
	padding-left: 153px;
	text-align: left;
}

ul.feature-two.right li:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 27px;
	width: 41px;
	height: 11px;
	background-image: url('../../dist/img/arrow-right.png');
}

ul.feature-two.right li .icon {
	top: 0;
	left: 69px;
}

ul.feature-two.right .line {
	left: 0;
}


/*Feature Three -----*/

.feature-three {
	position: relative;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	z-index: 0;
}

.feature-three:after {
	content: "";
	width: 205px;
	height: 28px;
	display: block;
	position: absolute;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-image: url('../../dist/img/arrow-full.png');
	right: -101.5px;
	top: 45px;
	z-index: 2;
}

.feature-three:last-child:after {
	display: none;
}

.feature-three .img-feature {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 auto 16px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 13px;
	border: solid 5px #768397;
	text-align: center;
}

.feature-three .img-feature .count {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #768397;
	font-weight: bold;
	top: 0;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	padding: 0;
	line-height: 20px;
}

.feature-three .img-feature .count:after {
	content: "";
	margin-right: 1px;
	position: relative;
}

.feature-three h5 {
	text-transform: uppercase;
	margin-bottom: 4px;
}

.feature-three p {
	margin-bottom: 1px;
}

.icon-24 {
	background-image: url('../../dist/img/icon24.webp');
	width: 24px;
	height: 24px;
}

@media (max-width:990px) {
	.home-container {
		background-size: cover;
		padding-top: 100px;
		padding-bottom: 230px;
	}
	.inner-head.bg-animate {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.inner-head.bg-animate .fixed-page {
		height: 170px;
	}
	.mainmenu ul.nav.navbar-nav>li>a {
		padding: 24px 8px;
		-webkit-transition: all 0s ease-in-out;
		-moz-transition: all 0s ease-in-out;
		-o-transition: all 0s ease-in-out;
		-ms-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out;
	}
	nav.navbar.nav-fixed .mainmenu ul.nav.navbar-nav>li>a {
		padding: 18px 8px;
	}
	.feature-one {
		margin-bottom: 20px;
		position: relative;
		display: block;
	}
	.wrap-feature-one {
		display: table;
		margin: auto;
		margin-bottom: -20px;
	}
	.img-desc img {
		padding-top: 0;
		margin-top: 9px;
	}
	.content-desc {
		padding-top: 0px;
		margin-bottom: 9px;
	}
	.wrap-testimonial {
		padding: 0 85px;
	}
	.wrap-feature-two {
		display: table;
		margin: 12px auto -20px;
	}
	.img-feature-two {
		display: table;
		margin: 60px auto;
	}
	ul.feature-two {
		padding: 0;
		margin: 0;
		display: table;
		margin: auto;
	}
	ul.feature-two li {
		float: left;
		padding: 0;
		width: 33.333333%;
		margin-bottom: 0px;
	}
	ul.feature-two .line {
		position: absolute;
		height: 2px !important;
		width: 100%;
		background-image: url('../../dist/img/h-line.png');
	}
	ul.feature-two li .icon {
		display: table;
		position: relative;
		margin-bottom: 8px;
		left: 50% !important;
		margin-left: -32px !important;
	}
	ul.feature-two.left .line {
		top: 100%;
	}
	ul.feature-two.left li {
		padding-right: 0px;
		padding: 0 10px 35px;
		text-align: center;
	}
	ul.feature-two.left:before {
		top: 100%;
		margin-top: 8px;
		right: 50%;
		margin-right: -5px;
		width: 10px;
		height: 25px;
		background-image: url('../../dist/img/middle-down.png');
	}
	ul.feature-two.left li:after {
		content: "";
		position: absolute;
		right: 50%;
		margin-right: -5px;
		top: 100%;
		margin-top: -46px;
		width: 11px;
		height: 41px;
		background-image: url('../../dist/img/arrow-top.png');
	}
	ul.feature-two.right .line {
		top: 0;
	}
	ul.feature-two.right li {
		padding-left: 0px;
		padding: 58px 10px 0;
		text-align: center;
	}
	ul.feature-two.right:before {
		top: 0;
		margin-top: -31px;
		left: 50%;
		margin-left: -5px;
		width: 10px;
		height: 25px;
		background-image: url('../../dist/img/middle-top.png');
	}
	ul.feature-two.right li:after {
		content: "";
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 0;
		margin-top: 8px;
		width: 11px;
		height: 41px;
		background-image: url('../../dist/img/arrow-down.png');
	}
	.feature-three:after {
		width: 140px;
		height: 19px;
		right: -70px;
		top: 45px;
	}
	.wrap-post {
		display: table;
		margin: auto;
		width: 587px;
	}
	ul.list-author {
		width: 500px;
		padding: 0 42px;
	}
	.wrap-price {
		display: table;
		margin: auto;
		width: 600px;
	}
	.wrap-price .table-price:last-child {
		margin-bottom: 9px;
	}
	footer .main-footer .footer-item {
		margin-bottom: 50px;
	}
	footer .main-footer .footer-item:last-child {
		margin-bottom: 0px;
	}
	.aside-navbar {
		margin-bottom: 60px;
	}
	.blog-post {
		float: left;
		width: 100%;
		margin-top: 40px;
	}
	.blog-post .col-md-6.col-sm-6 {
		margin-top: 30px;
	}
	.meta-column {
		width: 100px;
		margin-bottom: 30px;
	}
	.grid-padding {
		padding-bottom: 90px;
	}
	.player {
		margin-bottom: 40px;
	}
	.mmb20 {
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {
	.home-container {
		background-size: cover;
		padding-top: 100px;
		padding-bottom: 230px;
	}
	.title-section .line {
		width: 280px;
		height: 1px;
	}
	.wrap-testimonial {
		padding: 0 20px;
	}
	ul.list-author {
		width: 300px;
		padding: 0 0;
	}
	ul.feature-two .line,
	ul.feature-two.left li:after,
	ul.feature-two.right li:after,
	ul.feature-two.left:before,
	ul.feature-two.right:before {
		display: none;
	}
	.wrap-feature-two {
		display: block !important;
		padding: 0 !important;
		width: 300px;
		margin: 11px auto 0;
	}
	ul.feature-two {
		display: block;
	}
	ul.feature-two li {
		float: none;
		display: block;
		width: 100%;
		padding: 0 20px !important;
		margin-bottom: 0;
	}
	.img-feature-two {
		position: relative;
		display: block;
		margin-top: 43px;
		margin-bottom: 32px;
	}
	.wrap-price {
		width: 310px;
	}
}

.container-services {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-services>.row {
	padding: 71px 0;
}

@media (min-width: 1200px) {
	.container-services {
		width: 1170px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

.content-desc>p {
	margin-bottom: 10px;
}

ul.list-checked {
	padding: 0;
	margin: 0px 0 15px 0;
	display: inline-block;
}

ul.list-checked li {
	display: block;
	list-style: none;
	padding-bottom: 5px;
}

ul.list-checked li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: 8px;
	font-size: 16px;
}

ul.list-checked li:before {
	color: #f53324;
}

.col-md-5.col-md-pull-7.content-desc>h4 {
	color: #48494b;
	font-family: 'Poppins';
	font-weight: 700;
	margin: 0 0 15px 0;
	letter-spacing: 0.9px;
}

.col-md-5.col-md-pull-7.content-desc>p {
	line-height: 26px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.cta-area {
	padding: 71px 0;
	background: #f53324;
	background-image: url('../../dist/img/pattern.png');
}

.ct-action {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 10px;
}

h4.title-one {
	color: #f6f7f9;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
	font-family: 'nunito-black';
}

h4.title-two {
	color: #f6f7f9;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Poppins';
}

.ttuppr {
	text-transform: uppercase;
}

.icon-s-s {
	background-position: 168px 120px;
}

.icon-s-a {
	background-position: 0px 960px;
}

.icon-s-b {
	background-position: 0px 704px;
}

.icon-s-c {
	background-position: 640px 640px;
}

.icon-s-d {
	background-position: 512px 1216px;
}

.icon-s-e {
	background-position: 192px 512px;
}

.icon-s-f {
	background-position: 1152px 768px;
}

.main-footer {
	position: relative;
	padding: 20px 0 0;
	background-color: #4e5c72;
	color: #c3c7ce;
}

.container-footer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer-item {
	margin-bottom: 25px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 9px;
}

img.logo-footer {
	display: block;
	width: 12em;
	margin: 0 0 0 0;
	margin-left: 24px;
}

.img-dashed {
/*	border: 10px dashed #f59999; */
}

.text-footer {
    margin-left: 24px;
    font-size: 11px;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 5px;
}

ul.social-network {
	padding: 0;
	margin: 25px 0px -10px 20px;
	display: inline-block;
}

ul.social-network li {
	display: block;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

ul.social-network li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 18px;
	padding: 6px 0 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: solid 2px #cfcfcf;
	color: #cfcfcf;
}

ul.social-network li a:hover {
	background-color: #c75b5b;
	border-color: #c75b5b;
}

@media (max-width: 990px) {
	.main-footer .footer-item {
		margin-bottom: 50px;
	}
}

.footer-item {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 9px;
}

.footer-item ul.footer-link {
	padding: 0;
	margin: 0;
	display: block;
}

a,
a:active,
a:focus,
a:hover {
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-item ul.footer-link li {
	list-style: none;
	margin-bottom: 5px;
	padding: 2px 0;
}

.footer-item ul.footer-link li a {
	color: #c3c7ce;
}

@media (max-width: 1000px) {
	.language-li {
		margin-top: 3em;
	}
}

.footer-item .title-footer {
	color: #efefef;
	margin-bottom: 9px;
	margin-top: -4px;
	text-transform: uppercase;
}

.sub-footer {
	text-align: center;
	position: relative;
	padding: 12px 0 12px;
	color: #c3c7ce;
	background: #3a4557;
}

.rotate-in-center {
	-webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes rotate-in-center {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotate-in-center {
	0% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.scale-in-right {
	-webkit-animation: scale-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
	animation: scale-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
}

@-webkit-keyframes scale-in-right {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
}

@keyframes scale-in-right {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
}

.scale-out-right {
	-webkit-animation: scale-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: scale-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.scale-out-right {
	-webkit-animation: scale-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
	animation: scale-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s both;
}

@-webkit-keyframes scale-out-right {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
}

@keyframes scale-out-right {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 1;
	}
}

.suggest {
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.s-step-one-top {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100%;
	height: 130px;
	z-index: 9990;
}

.s-step-one-left {
	position: absolute;
	top: 130px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100px;
	height: 100%;
}

.s-step-one-right {
	position: absolute;
	top: 130px;
	left: 500px;
	background: rgba(0, 0, 0, 0.76);
	height: 57px;
	width: 100%;
}

.s-step-one-bottom {
	position: absolute;
	top: 187px;
	left: 100px;
	background: rgba(0, 0, 0, 0.76);
	width: calc(100% - 32px);
	height: 100%;
}

.tooltip-one {
	position: absolute;
	top: 240px;
	width: 100%;
	text-align: left;
	left: 511px;
	z-index: 1;
}

.tooltip-text-one {
	font-size: 30px;
	font-family: 'indieflower-regular';
	color: #fff;
	padding-left: 10px;
}

.tooltip-one>img {
	transform: rotate(90deg);
	width: 61px;
	position: absolute;
	top: -40px;
	left: -50px;
}

.s-step-two-top {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100%;
	height: 196px;
	z-index: 9990;
}

.s-step-two-left {
	position: absolute;
	top: 196px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100px;
	height: 100%;
}

.s-step-two-right {
	position: absolute;
	top: 196px;
	left: 500px;
	background: rgba(0, 0, 0, 0.76);
	height: 89.1px;
	width: 100%;
}

.s-step-two-bottom {
	position: absolute;
	top: 285px;
	left: 100px;
	background: rgba(0, 0, 0, 0.76);
	width: calc(100% - 32px);
	height: 100%;
}

.tooltip-two {
	position: absolute;
	top: 339px;
	width: 100%;
	text-align: left;
	left: 511px;
	z-index: 1;
}

.tooltip-text-two {
	font-size: 30px;
	font-family: 'indieflower-regular';
	color: #fff;
	padding-left: 10px;
}

.tooltip-two>img {
	transform: rotate(90deg);
	width: 61px;
	position: absolute;
	top: -40px;
	left: -50px;
}

.s-step-three-top {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100%;
	height: 281px;
	z-index: 9990;
}

.s-step-three-left {
	position: absolute;
	top: 281px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100px;
	height: 100%;
}

.s-step-three-right {
	position: absolute;
	top: 281px;
	left: 300px;
	background: rgba(0, 0, 0, 0.76);
	height: 84.1px;
	width: 100%;
}

.s-step-three-bottom {
	position: absolute;
	top: 365px;
	left: 100px;
	background: rgba(0, 0, 0, 0.76);
	width: calc(100% - 32px);
	height: 100%;
}

.tooltip-three {
	position: absolute;
	top: 418px;
	width: 100%;
	text-align: left;
	left: 319px;
	z-index: 1;
}

.tooltip-text-three {
	font-size: 30px;
	font-family: 'indieflower-regular';
	color: #fff;
	padding-left: 10px;
}

.tooltip-three>img {
	transform: rotate(90deg);
	width: 61px;
	position: absolute;
	top: -40px;
	left: -50px;
}

.s-step-four-top {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100%;
	height: 281px;
	z-index: 9990;
}

.s-step-four-left {
	position: absolute;
	top: 281px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 300px;
	height: 100%;
}

.s-step-four-right {
	position: absolute;
	top: 281px;
	left: 500px;
	background: rgba(0, 0, 0, 0.76);
	height: 84.1px;
	width: 100%;
}

.s-step-four-bottom {
	position: absolute;
	top: 365px;
	left: 300px;
	background: rgba(0, 0, 0, 0.76);
	width: calc(100% - 32px);
	height: 100%;
}

.tooltip-four {
	position: absolute;
	top: 418px;
	width: 100%;
	text-align: left;
	left: 511px;
	z-index: 1;
}

.tooltip-text-four {
	font-size: 30px;
	font-family: 'indieflower-regular';
	color: #fff;
	padding-left: 10px;
}

.tooltip-four>img {
	transform: rotate(90deg);
	width: 61px;
	position: absolute;
	top: -40px;
	left: -50px;
}

.s-step-five-top {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100%;
	height: 357px;
}

.s-step-five-left {
	position: absolute;
	top: 357px;
	left: 0px;
	background: rgba(0, 0, 0, 0.76);
	width: 100px;
	height: 100%;
}

.s-step-five-right {
	position: absolute;
	top: 357px;
	left: 500px;
	background: rgba(0, 0, 0, 0.76);
	height: 293px;
	width: 100%;
}

.s-step-five-bottom {
	position: absolute;
	top: 650px;
	left: 100px;
	background: rgba(0, 0, 0, 0.76);
	width: calc(100% - 32px);
	height: 100%;
}

.tooltip-five {
	position: absolute;
	top: 273px;
	width: 100%;
	text-align: left;
	left: 511px;
	z-index: 1;
}

.tooltip-text-five {
	font-size: 30px;
	font-family: 'indieflower-regular';
	color: #fff;
	padding-left: 10px;
}

.tooltip-five>img {
	transform: scaleY(-1) rotate(90deg);
	width: 61px;
	position: absolute;
	top: 25px;
	left: -50px;
}

.select2-container--open .select2-dropdown--above{
	z-index: 9999;
}

@media only screen and (max-width: 1188px) and (min-width: 999px) {
	.tooltip-one {
		left: 500px;
	}
	.s-step-one-left {
		width: 80px;
	}
	.s-step-one-right {
		left: 480px;
	}
	.s-step-one-bottom {
		left: 80px;
	}
	.tooltip-two {
		left: 500px;
	}
	.s-step-two-left {
		width: 80px;
	}
	.s-step-two-right {
		left: 480px;
		height: 89.1px;
	}
	.s-step-two-bottom {
		left: 80px;
	}
	.tooltip-three {
		left: 304px;
	}
	.s-step-three-left {
		width: 80px;
	}
	.s-step-three-right {
		left: 283px;
		height: 84.1px;
	}
	.s-step-three-bottom {
		left: 80px;
	}
	.tooltip-four {
		left: 498px;
	}
	.s-step-four-left {
		width: 278px;
	}
	.s-step-four-right {
		left: 478px;
		height: 84.1px;
	}
	.s-step-four-bottom {
		left: 278px;
	}
	.tooltip-five {
		left: 495px;
	}
	.s-step-five-left {
		width: 80px;
	}
	.s-step-five-right {
		left: 480px;
	}
	.s-step-five-bottom {
		left: 80px;
	}
}

@media (max-width: 1000px) {
	@-moz-document url-prefix() {
		.s-step-one-top {
			top: 21px!important;
		}
		.s-step-one-bottom {
			top: 177px!important;
		}
		.tooltip-one {
			top: 250px!important;
		}
		.s-step-two-top {
			height: 184px!important;
		}
		.s-step-two-bottom {
			top: 338px!important;
		}
		.tooltip-two {
			top: 409px!important;
		}
		.s-step-three-top {
			height: 333px!important;
		}
		.s-step-three-bottom {
			top: 413px!important;
		}
		.tooltip-three {
			top: 480px!important;
		}
		.s-step-four-top {
			height: 405px!important;
		}
		.s-step-four-bottom {
			top: 486px!important;
		}
		.tooltip-four {
			top: 551px!important;
		}
		.s-step-five-top {
			height: 473px!important;
		}
		.s-step-five-bottom {
			top: 752px!important;
		}
		.tooltip-five {
			top: 377px!important;
		}
		.tooltip-five>img {
			top: 36px!important;
		}
	}
	.suggest {
		display: none;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	}
	.s-step-one-top {
		position: absolute;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 100%;
		height: 99px;
	}
	.s-step-one-left {
		position: absolute;
		top: 99px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
	}
	.s-step-one-right {
		position: absolute;
		top: 99px;
		right: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
		left: unset!important;
	}
	.s-step-one-bottom {
		position: absolute;
		top: 154px;
		left: 16px;
		background: rgba(0, 0, 0, 0.76);
		width: calc(100% - 32px);
		height: 100%;
	}
	.tooltip-one {
		position: absolute;
		top: 230px;
		width: 100%;
		text-align: center;
		left: unset!important;
		z-index: 1;
	}
	.tooltip-text-one {
		font-size: 18px;
		font-family: 'indieflower-regular';
		color: #fff;
	}
	.tooltip-one>img {
		transform: rotate(90deg);
		width: 61px;
		position: absolute;
		top: -57px;
		left: 199px;
	}
	.s-step-two-top {
		position: absolute;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 100%;
		height: 165px;
	}
	.s-step-two-left {
		position: absolute;
		top: 99px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
	}
	.s-step-two-right {
		position: absolute;
		top: 99px;
		right: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
		left: unset!important;
	}
	.s-step-two-bottom {
		position: absolute;
		top: 326px;
		left: 16px;
		background: rgba(0, 0, 0, 0.76);
		width: calc(100% - 32px);
		height: 100%;
	}
	.tooltip-two {
		position: absolute;
		top: 395px;
		width: 100%;
		text-align: center;
		left: unset!important;
		z-index: 1;
	}
	.tooltip-text-two {
		font-size: 18px;
		font-family: 'indieflower-regular';
		color: #fff;
	}
	.tooltip-two>img {
		transform: rotate(90deg);
		width: 61px;
		position: absolute;
		top: -54px;
		left: 128px;
	}
	.s-step-three-top {
		position: absolute;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 100%;
		height: 326px;
	}
	.s-step-three-left {
		position: absolute;
		top: 99px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
	}
	.s-step-three-right {
		position: absolute;
		top: 99px;
		right: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
		left: unset!important;
	}
	.s-step-three-bottom {
		position: absolute;
		top: 405px;
		left: 16px;
		background: rgba(0, 0, 0, 0.76);
		width: calc(100% - 32px);
		height: 100%;
	}
	.tooltip-three {
		position: absolute;
		top: 475px;
		width: 100%;
		text-align: center;
		left: unset!important;
		z-index: 1;
	}
	.tooltip-text-three {
		font-size: 18px;
		font-family: 'indieflower-regular';
		color: #fff;
	}
	.tooltip-three>img {
		transform: rotate(90deg);
		width: 61px;
		position: absolute;
		top: -53px;
		left: 160px;
	}
	.s-step-four-top {
		position: absolute;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 100%;
		height: 404px;
	}
	.s-step-four-left {
		position: absolute;
		top: 99px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
	}
	.s-step-four-right {
		position: absolute;
		top: 99px;
		right: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
		left: unset!important;
	}
	.s-step-four-bottom {
		position: absolute;
		top: 481px;
		left: 16px;
		background: rgba(0, 0, 0, 0.76);
		width: calc(100% - 32px);
		height: 100%;
	}
	.tooltip-four {
		position: absolute;
		top: 547px;
		width: 100%;
		text-align: center;
		left: unset!important;
		z-index: 1;
	}
	.tooltip-text-four {
		font-size: 18px;
		font-family: 'indieflower-regular';
		color: #fff;
	}
	.tooltip-four>img {
		transform: rotate(90deg);
		width: 61px;
		position: absolute;
		top: -50px;
		left: 108px;
	}
	.s-step-five-top {
		position: absolute;
		top: 0px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 100%;
		height: 478px;
		z-index: 9999;
	}
	.s-step-five-left {
		position: absolute;
		top: 99px;
		left: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
	}
	.s-step-five-right {
		position: absolute;
		top: 99px;
		right: 0px;
		background: rgba(0, 0, 0, 0.76);
		width: 16px;
		height: 100%;
		left: unset!important;
	}
	.s-step-five-bottom {
		position: absolute;
		top: 750px;
		left: 16px;
		background: rgba(0, 0, 0, 0.76);
		width: calc(100% - 32px);
		height: 100%;
	}
	.tooltip-five {
		position: absolute;
		top: 352px;
		width: 100%;
		text-align: center;
		left: unset!important;
		z-index: 1;
	}
	.tooltip-text-five {
		font-size: 18px;
		font-family: 'indieflower-regular';
		color: #fff;
	}
	.tooltip-five>img {
		transform: scaleY(-1) rotate(90deg);
		width: 61px;
		position: absolute;
		top: 61px;
		left: 44px;
	}
	.logo-footer {
		margin-left: 0px!important;
	}
	.text-footer {
		margin-left: 0px!important;
	}
	ul.social-network {
		margin-left: 0px!important;
	}
}
.cbp-loader {
    margin-top: 0px;
    margin-bottom: -6px;
}

.form-floating {
	position: relative;
	display: flex;
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none
	}
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none
}

.form-select:disabled {
	background-color: #e9ecef
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}

.form-control:focus {
  border-color: #e0e3e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1.1rem .45rem;
	color: #525252!important;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none
	}
}

.form-floating>.form-control {
	padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent
}

.form-floating>.form-control::placeholder {
	color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
@media (min-width: 1001px){
	.col-md-2a {
		-ms-flex: 0 0 18.666667%;
		flex: 0 0 18.666667%;
		max-width: 18.666667%;
	}
	.col-md-2a {
		position: relative;
		width: 100%;
		padding-right: 4px;
		padding-left: 4px;
	}
}

@media (max-width: 1000px){
	.col-md-2a {
		position: relative;
		width: 100%;
		padding-right: 4px;
		padding-left: 15px;
	}
	.col-md-2b {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 4px;
	}
}

.nbrl {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.nbrr {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.has-error>label {
    color: #dc3545;
}

.has-error>div>input, .has-error>div>span>span>span {
    border: 1px solid #dc3545;
    background: #ffdfe2;
}

.has-error>div>input::placeholder {
    color: #dc3545;
}

.notice_alert {
    color: #dc3545;
    font-size: 0.86em;
}

.newsletter-notice {
	position: absolute;
    width: 100%;
    margin-top: 3.5em;
}

@media (max-width: 480px){
	.newsletter-notice {
		margin-top: 5em;
	}
}

.newsletter-notice-inner {
	padding: 4px 10px;
    border-radius: 10px;
}


.select2-container .select2-selection--single {
	height: 40px;
}

.select2-container--default .select2-selection--single {
	padding-top: 0.33rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}

.partners {
	display: flex;
	flex-direction: row;
	align-content: space-between;
	justify-content: center;
	align-items: center;
}

@media(max-width: 1000px){
	.partners {
		flex-direction: column!important;
	}
}

.partners > img {
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 3em;
}

.img-desc img {
	width: 100%;
}

.btn-loading-image {
	width: 24px;
}

.select-language {
    background: #fff!important;
    border: transparent!important;
    margin-top: 10px!important;
}

.select-language:focus {
    background: #fff!important;
    border: transparent!important;
    border-color: transparent!important;
    box-shadow: unset!important;
    outline: none!important;
}

.img-responsive.img-dashed {
	width: 100%;
}

.img-services {
	width: 369px;
}

.img-courier-logo {
    width: auto;
    height: auto;
}