.div-report {
	width: 100%;
	background-color: #efefef;
}

.div-grey-bg {
	background-color: #efefef;
}

.div-report-in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.div-report-inin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-row-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.button-report {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	height: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ae3d3e;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 3px;
}

.text-report {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #4a4a4a;
	font-size: 24px;
	font-weight: 700;
}

.div-outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-report {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pad_div80 {
	padding: 80px 0;
}

.mar_div30 {
	margin: 30px 0;
}

.mar_div60 {
	margin: 60px 0;
}

.pady45_x20 {
	padding: 45px 20px;
}

.short_descript {
	font-style: italic;
	font-size: 18px;
}

.author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.author_name {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 600;
}

.author_date {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.author_image_div {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.author_image {
	border-radius: 50px;
}

.author_text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.socialimage {
	width: 30px;
	height: 30px;
	color: #ae3d3e;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.socialimage:hover {
	color: #BDBDBD;
}

.sifb {
	background-image: url(../documents/facebook_r.svg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.sifb:hover {
	background-image: url(../documents/facebook_g.svg);
	color: #BDBDBD;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.sitw {
	background-image: url(../documents/twitter_r.svg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.sitw:hover {
	background-image: url(../documents/twitter_g.svg);
	color: #BDBDBD;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.sili {
	background-image: url(../documents/linkedin_r.svg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.sili:hover {
	background-image: url(../documents/linkedin_g.svg);
	color: #BDBDBD;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.siem {
	background-image: url(../documents/email_r.svg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.siem:hover {
	background-image: url(../documents/email_g.svg);
	color: #BDBDBD;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

div.insights img.widget-posts-img {
	float: none;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.div-report-in {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.div-report-inin {
		padding-bottom: 10px;
		padding-left: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (max-width: 479px) {
	.div-report-inin {
		padding-bottom: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.video-frame {
		height: 240px;
	}
	.page-section, .small-section {
		padding: 30px 0;
	}
}

.page-section-article, .small-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 150px 0
}

@media only screen and (max-width: 1024px) {
	.page-section-article {
		padding: 120px 0
	}
	.page-section-article, .home-section, .small-section {
		background-attachment: scroll
	}
}

@media only screen and (max-width: 768px) {
	.page-section-article {
		padding: 80px 0
	}
}

@media only screen and (max-width: 480px) {
	.page-section-article {
		padding: 60px 0
	}
	.mobile .page-section-article, .mobile .home-section, .mobile .small-section
		{
		background-attachment: scroll
	}
}

@media screen and (max-width: 991px) {
	DIV.slide-item SECTION.page-section-article {
		height: 600px;
		padding-bottom: 0 !important
	}
}

@media screen and (max-width: 991px) {
	.page-section-article ::-webkit-scrollbar {
		width: 5px
	}
	.page-section-article ::-webkit-scrollbar-track {
		background: #f1f1f1
	}
	.page-section-article ::-webkit-scrollbar-thumb {
		background: #4A4A4A
	}
	.page-section-article ::-webkit-scrollbar-thumb:hover {
		background: #555
	}
	.success-story.page-section-article {
		padding: 0
	}
}

.page-section-article, .small-section {
	padding: 80px 0;
	border: none
}

.nav-logo-wrap .logo {
	max-width: 180px !important;
}

@media screen and (min-width: 450px) {
	.nav-logo-wrap .logo {
		max-width: 270px !important;
	}
}

.margin-bottom-10 { margin-bottom: 10px;}
.margin-bottom-15 { margin-bottom: 15px;}
.margin-bottom-20 { margin-bottom: 20px;}
.margin-bottom-25 { margin-bottom: 25px;}
.margin-bottom-30 { margin-bottom: 30px;}

.image-right-box{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}


.image-right-box img{
	width: 20rem;
	height:20rem;
}

@media screen and (min-width: 768px) {
	.image-right-box{
		justify-content: end;
		margin-top:0;
	}

	.image-right-box img{
		width: 30rem;
		height:30rem;
	}
}

.d-flex{
	display: flex;
}

.flex-column{
	flex-direction: column;
}

.justify-center{
	justify-content: center;
}

.justify-end{
	justify-content: end;
}

.align-center{
	align-items: center;
}

.main-footer .footer-bottom{
	display: flex;
	align-items: baseline;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.main-footer .footer-bottom{
		display: block;
	}
	
}

@media screen and (min-width: 1199px) {
	.main-footer .footer-bottom{
		flex-direction: row;
		align-items: center;
	}
	
}

.main-footer img.iso-footer-logo{
	-webkit-filter: none;
	filter: none;
	width: 160px;
    object-fit: contain;
    height: 70px;

}



/* booking manager v 14 presentation landing page */
@import url("https://p.typekit.net/p.css?s=1&k=ptb8ret&ht=tk&f=139.140.175.176.143.144.147.148.156.157.161.162.25140&a=84857970&app=typekit&e=css");

@font-face {
	font-family:"proxima-nova";
	src:url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}
@font-face {
	font-family:"proxima-nova";
	src:url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.row-stretch{
	display: flex;
    align-items: stretch;
	flex-wrap: wrap;
}

.right-image .row{
	flex-direction: row-reverse;
}

.ff-proxima{
	font-family:"proxima-nova";
}

.fw-bold{
	font-weight: 700;
}

.bg-grey{
	background-color: #F7F7F7;
}

.bg-white{
	background-color: #fff;
}

.bg-black{
	background: #28292E;
	box-shadow: 40px 0px 50px 10px rgba(0, 0, 0, 0.25);
}

.bg-black h2,
.bg-black p{
	color:#F7F7F7;
}

.text-center{
	text-align: center;
}


.text-red{
	color:#D90D2B;
}

.text-light-grey{
	color:#F7F7F7;
}

section.p-tb-100{
	padding: 60px 0;
}

@media screen and (max-width: 768px) {

	.order-m-2{
		order:2;
	}
}

@media screen and (min-width: 768px) {

	section.p-tb-100{
		padding: 100px 0;
	}
}

.btn-wrapper{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.animate-btn{
	display: inline-block;
	width: max-content;
	background-color: #D90D2B;
	border: 1px solid #D90D2B;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #F7F7F7;
	text-transform: uppercase;
	padding: 12px 50px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}

.animate-btn:hover{
	color: #D90D2B;
}

.animate-btn:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: #D90D2B;
	background-color: #fff;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}



.animate-btn:hover:before{
	width: 100%;
	z-index: -1;
}

.presentation-logo{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 250px;
}

.presentation-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	background: #282A2E;
	box-shadow: 7px 4px 14px 6px rgba(0, 0, 0, 0.25);
}

.presentation-header a{
	display: inline-flex;
	margin-right:15px;
	transition: all .3s ease-in-out;
}

.presentation-header a:hover{
	opacity: 0.8;
}

.presentation-h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 1.2;
	text-transform: capitalize;
	letter-spacing: normal;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media screen and (min-width: 768px) {
	.presentation-h1{
		font-size: 72px;
	}
}

@media screen and (min-width: 1200px) {
	.presentation-h1{
		flex-direction: row;
	}
}

.presentation-h2{
	font-weight: 700;
	font-size: 39px;
	text-transform: capitalize;
	letter-spacing: normal;
	color:#28292E;
	margin-top: 0;
}

.presentation-desc{
	font-weight: 400;
	font-size: 20px;
	letter-spacing: normal;
	color:#28292E;
}

.presentation-icon{
	width: 70px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.presentation-icon{
		width: 100px;
		margin-bottom: 50px;
	}
}

.section-hero-full{
	height: calc(100vh - 54px);
	display: flex;
	align-items: center;
}

.section-hero-full .container{
	margin-top: -20vh;
}

@media screen and (min-width: 768px) {
	.section-hero-full .container{
		margin-top: 0;
	}
}

.relative{
	position: relative;
}

.section-video-top img{
	margin-right: 5rem;
}

.section-video-bottom{
	margin-top: 60px;
	box-shadow: 15px 1px 50px 6px rgba(53, 55, 65, 0.2);
}

.presentation-desc-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.presentation-desc-wrapper{
		padding-left: 10%;
		padding-right: 0;
	}

	.right-image .presentation-desc-wrapper{
		padding-left: 0;
		padding-right: 10%;
	}
}

.presentation-video video{
	width: 100%;
}


/* effect on scroll */
.text-effect-wrapper h1{
	position: relative;
}


.heading-reveal-effect span{
	color:#D90D2B;
	position:absolute;
	display:inline-block;
	opacity:0;
	transform: translateY(-50px);
}

.animation-icon,
.animation-video-image,
.animation-heading,
.animation-text,
.animation-btn{
	opacity: 0;
	transform: translateY(100px);
}


.arrow-left-anim .animation-image-top{
	width: 150px;
	transform: translate(-200px ,0) rotate(-10deg);
	opacity: 0;
}

.animation-image-top{
	opacity: 0;
	transform: translateY(0px);
}

progress {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	border: none;
	background: transparent;
	z-index: 2;
  }
  progress::-webkit-progress-bar {
	background: transparent;
  }
  progress::-webkit-progress-value {
	background: linear-gradient(to right, #fc6666,#fb5a5a,#f9415f,#f8353e,#f82630,#ff1313);
	background-attachment: fixed;
  }
  progress::-moz-progress-bar {
	background: linear-gradient(to right, #fc6666,#fb5a5a,#f9415f,#f8353e,#f82630,#ff1313);
	background-attachment: fixed;
  }

  /* Fix header on mobile and tablet */
  @media screen and (max-width:575px){
	.home-hero video{
		display: none;
	}
  }
  @media screen and (min-width:575px) and (max-width: 991px){
	.home-hero.top-margin{
		margin-top: 75px;
	}
  }