/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */

/*
html, body {
	height: 100%;
}
*/

html {
	overflow-x: hidden;
}

html,
body,
header,
.jarallax {
  height: 100vh;
}

html,
body,
header,
.intro-2 {
  height: 700px;
}

.view {
	height: 75%;
}


/*
* 
* FONT HAS BEEN CHANGED TO OPEN SANS, AS REQUESTED IN THIS TASK: 503281
*
*/

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.vsmedia.com/font/open-sans/OpenSans-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.vsmedia.com/font/open-sans/OpenSans-LightItalic.ttf') format('ttf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.vsmedia.com/font/open-sans/OpenSans-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.vsmedia.com/font/open-sans/OpenSans-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
}

.open-sans-light {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.open-sans-italic {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
}

.open-sans-regular {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.open-sans-semi-bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.vs-green {
	color: #29be88;
}

.vs-green-bg {
	background-color: #29be88;
}

.vs-peach {
	color: #ff5e5b;
}

.vs-peach-bg {
	background-color: #ff5e5b;
}

.vs-blue {
	color: #1790fb;
}

.vs-blue-bg {
	background-color: #1790fb;
}

.vs-gold {
	color: #faa625;
}

.vs-gold-bg {
	background-color: #faa625;
}

.vs-dark-blue {
	color: #126180;
}

.vs-dark-blue-bg {
	background-color: #126180;
}

.carousel {
	height: 75%;
}

.carousel .carousel-inner {
	height: 100%;
}

.carousel .carousel-inner .carousel-item, .carousel .carousel-inner .active {
	height: 100%;
}

.navbar {
	background-color: rgba(47, 48, 53, 0.8);
}

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

.nav-link {
    color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
}

.nav-link:before {
	content: '';
	width: 75%;
	height: 2px;
	position: absolute;
	background-color: #1790fb;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2px;
	opacity: .5;
}

.nav-link:hover:before {
	opacity: 1;
}

.d-lg-none .nav-item:last-child .nav-link:before, .dotted-scrollspy .nav-link:before {
	height: 0;
}

.top-nav-collapse {
	background-color: rgba(47, 48, 53, 1);
}

.btn {
	font-family: 'Open Sans', sans-serif;
}

.long-btn {
	padding: 10px 40px !important;
}

.contact-btn {
	background-image: linear-gradient( 0deg, rgb(255,94,91) 0%, rgb(255,108,105) 50%, rgb(255,94,91) 100%);
	background-color: #ff5e5b;
}

.vs-border-top {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.vs-border span, .vs-border-top span {
	width: 20%;
	height: 5px;
}

.about-us-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fff;
	box-shadow: 0px 0px 20px 6px rgba(214, 214, 214, 0.4);
}

.single-box {
	background-color: rgba(42, 56, 73, 0.8);
	border: 2px solid;
	border-radius: 2px;
}

.single-box img {
	width: 50px;
}

.modern-box {
	border-color: #29be88;
}

.global-box {
	border-color: #ff5e5b;
}

.support-box {
	border-color: #1790fb;
}

.security-box {
	border-color: #faa625;
}

.to-top {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 15px 2px rgba(237, 237, 237, 0.25);
}

.wow {
   visibility: hidden;
 }

.dotted-scrollspy {
	z-index: 1;
}

.view video.video-intro {
	margin-left: -1px;
}

/* Timeline */

.events-content li h4 {
	padding-bottom: 5px;
	border-bottom: 1px solid;
	margin-bottom: 5px !important;
}

li {
	list-style: none;
}

.cd-horizontal-timeline {
	opacity: 0;
	transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 100%;
	margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
	/* these are used to create a shadow effect at the sides of the timeline */
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px;
}

.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	/* width will be set using JavaScript */
	background: linear-gradient(to right, rgba(255,255,255,0) 2%, rgb(255, 255, 255) 5%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);
	transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, rgba(231, 71, 45, 0) 0%, #e7472d 15%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	padding-bottom: 15px;
	/* fix bug on Safari - text flickering while timeline translates */
	transform: translateZ(0);
	font-family: 'Open sans';
	font-weight: 300;
	color: #fff;
}

@supports not (-ms-ime-align: auto) {
	.cd-horizontal-timeline .events a {
		left: auto !important;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#office .row {
		width: 100%;
	}
	
	#modern .img-fluid {
		max-width: none !important;
	}
}

.cd-horizontal-timeline .events ol {
	display: flex;
	justify-content: space-evenly;
}

.cd-horizontal-timeline .events a::after {
	/* this is used to create the event spot */
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	bottom: -8px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border: 4px solid #ffffff;
	background-color: #ff917e;
	transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #7b9d6f;
	border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
	background-color: #E7472D;
	border-color: #ffffff;
}

.cd-horizontal-timeline .events a.selected::before {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	top: 44px;
	height: 0px;
	width: 0px;
	border-right: 22px solid transparent;
	border-top: 22px solid transparent;
	border-left: 22px solid transparent;
	border-bottom: 22px solid #ffffff;
	background-color: transparent;
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: #ffffff;
}

@media only screen and (min-width: 1100px) {
	.cd-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E7472D;
	color: #fff;
	z-index: 1;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	transition: border-color 0.3s;
}

.cd-timeline-navigation a:hover {
	color: #fff;
}

.cd-timeline-navigation a.prev {
	left: 5px;
}

.cd-timeline-navigation a.next {
	right: 5px;
}

.no-touch .cd-timeline-navigation a:hover {
	border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	transition: height 0.4s;
}

.cd-horizontal-timeline .events-content ol {
	padding: 0;
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 95%;
	left: 0;
	top: 0;
	transform: translateX(-100%);
	padding: 15px;
	background-color: #e7472d;
	border: 3px solid #fff;
	margin: 0 auto;
	opacity: 0;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
	animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
	animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
	animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
	margin: 0 auto;
}

.cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
	content: '- ';
}

.g-recaptcha div {
	margin: 0 auto;
}

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

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@media screen and (max-width: 991px) {
	.intro-video h1, .intro-video h3 {
		font-size: 250%;
	}
	
	.intro-video {
		height: 100%;
	}
	
	.to-top {
		left: auto;
		right: 5px;
	}
	
	#about {
		background-size: 100% !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1440px !important;
	}
}

@media screen and (max-width: 330px) {
	#modalContactForm .modal-body {
		padding: 0;
		margin: 1px !important;
	}
}

.navbar .navbar-brand img {
	height: 55px;
}

.hero-background-image {
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.about-us-box i {
	color: #ffffff;
	font-size: 42px;
}