/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  color: #333;
  background: #fff;
  font: 14px/1.6428 "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.gm-style img {
  max-width: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}
h1, .h1 {
  font-size: 30px;
}
h2, .h2 {
  font-size: 27px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 21px;
}
h5, .h5 {
  font-size: 17px;
}
h6, .h6 {
  font-size: 15px;
}
p {
  margin: 0 0 1em;
}
a {
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}
form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: .4em .7em;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #333;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
  color: #999;
}
select {
  -webkit-border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
.wrapper {
  overflow: hidden;
  position: relative;
}
h2 {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 1px;
}
h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
.button {
  display: inline-block;
  background: #2969ff;
  color: #fff;
  border-radius: 24px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 18px 23px;
  line-height: 1;
  letter-spacing: .75px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  border:none;
}
.button:hover {
  opacity: .5;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 15px 0;
  z-index: 5;
}
.logo {
  display: block;
  width: 191px;
  height: 35px;
}
.logo img {
  width: 100%;
}
.container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 15px;
}
.top-section {
  min-height: calc(100vh - 25px);
  color: #fff;
  text-align: center;
  padding: 156px 0 244px 0;
  box-shadow: inset 0 2px 6px 4px rgba(0, 0, 0, .27);
  background-image: -webkit-linear-gradient(top, #061661 0%, #450381 45%, #8831ff 100%);
  background-image: linear-gradient(180deg, #061661 0%, #450381 45%, #8831ff 100%);
  position: relative;
}
.top-section .container {
  position: relative;
  z-index: 4;
}
.top-section h1 {
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: -1px;
}
.top-section h1 span {
  display: block;
  margin: 0 0 -4px;
}
.top-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4794px 0 0 9999px;
  border-color: transparent transparent transparent #5f6ec7;
  z-index: 4;
}
.top-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5084px 9999px;
  border-color: transparent transparent #5f6ec7 transparent;
  z-index: 4;
}
.top-section .shadow-triangle-right {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5084px 9999px;
  border-color: transparent transparent rgba(0, 0, 0, .27) transparent;
  z-index: 3;
  opacity: .75;
}
.top-section .shadow-triangle-left {
  position: absolute;
  bottom: 3px;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4794px 0 0 9999px;
  border-color: transparent transparent transparent rgba(0, 0, 0, .27);
  z-index: 3;
  opacity: .75;
}
.top-section .main-image-holder {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
  max-width: 810px;
  width: 100%;
  margin: 0 0 -9px -6px;
}
.top-section .arrow-bottom {
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
}
.top-section .main-line {
  position: absolute;
}
.top-section .left-line-01 {
  bottom: 228px;
  right: calc(50% + 87px);
}
.top-section .left-line-02 {
  bottom: 188px;
  right: calc(50% + 100px);
}
.top-section .left-line-03 {
  bottom: 142px;
  right: calc(50% + 100px);
}
.top-section .right-line-01 {
  bottom: 241px;
  left: calc(50% + 87px);
}
.msie .top-section .right-line-01 {
  display: none;
}
.top-section .right-line-02 {
  bottom: 195px;
  left: calc(50% + 87px);
}
.msie .top-section .right-line-02 {
  display: none;
}
.top-section .left-shine-main {
  position: absolute;
  bottom: -151px;
  right: calc(50% - 180px);
  z-index: 5;
  min-width: 538px;
}
.top-section .right-shine-main {
  position: absolute;
  bottom: 139px;
  left: calc(50% + 420px);
  z-index: 5;
  min-width: 530px;
}
.animation-box-holder {
  opacity: 0;
}
.loaded .animation-box-holder {
  opacity: 1;
  position: absolute;
  z-index: 4;
  top: calc(100vh - 270px);
  right: calc(50% + 32px);
  width: 40px;
}
.loaded .animation-box-holder:after {
  content: "";
  position: absolute;
  bottom: 99px;
  top: -9999px;
  left: 42px;
  width: 2px;
  background-color: #36a0ff;
}
.loaded .animation-box-holder:before {
  content: "";
  position: absolute;
  bottom: 99px;
  height: calc(100vh - 400px);
  left: 18px;
  width: 4px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .65) 60%, rgba(0, 0, 0, .2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .65) 60%, rgba(0, 0, 0, .2) 100%);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -1;
}
.middle-section {
  background-color: #5f6ec7;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 0 160px;
  z-index: 4;
}
.middle-section .container {
  position: relative;
  z-index: 5;
}
.middle-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5674px 0 0 9999px;
  border-color: transparent transparent transparent #818cd7;
  z-index: 2;
}
.middle-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5604px 9999px;
  border-color: transparent transparent #818cd7 transparent;
  z-index: 2;
}
.middle-section .shadow-triangle-right {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5604px 9999px;
  border-color: transparent transparent rgba(0, 0, 0, .27) transparent;
  z-index: 1;
  opacity: .75;
}
.middle-section .shadow-triangle-left {
  position: absolute;
  bottom: 3px;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5674px 0 0 9999px;
  border-color: transparent transparent transparent rgba(0, 0, 0, .27);
  z-index: 1;
  opacity: .75;
}
.middle-section .left-svg-box {
  width: 100%;
}
.middle-section .left-svg-box .left-svg-box-image {
  width: 100%;
  height: auto;
}
.middle-section .text-box {
  padding: 40px 0 20px;
  margin: 0 0 0 auto;
}
.middle-section h2 {
  margin-bottom: 26px;
}
.middle-section h3 {
  margin-bottom: 10px;
}
.middle-section .middle-right-line {
  position: absolute;
  bottom: 231px;
  left: calc(50% + 91px);
  z-index: 5;
}
.msie .middle-section .middle-right-line {
  display: none;
}
.middle-section .middle-right-line-white {
  position: absolute;
  bottom: 2px;
  left: calc(50% + 1px);
  z-index: 5;
}
.msie .middle-section .middle-right-line-white {
  display: none;
}
.middle-section .rectangle {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 4;
  margin: 0 0 0 -79px;
}
.middle-section .light-rectangle {
  position: absolute;
  top: 108px;
  left: 234px;
  z-index: -1;
}
.middle-section .left-sub-line {
  position: absolute;
  top: 131px;
  left: 40px;
}
.middle-section .right-sub-line {
  bottom: 3px;
  right: -69px;
  position: absolute;
}
.msie .middle-section .right-sub-line {
  display: none;
}
.middle-section .violet-arrow {
  position: absolute;
  bottom: 43px;
  left: 50%;
  z-index: 5;
  margin: 0 0 0 -12px;
}
.middle-section .left-shine-middle {
  position: absolute;
  bottom: -45px;
  right: calc(50% - 35px);
  z-index: 4;
  min-width: 231px;
}
.middle-section .right-shine-middle {
  position: absolute;
  bottom: 24px;
  left: calc(50% + 113px);
  z-index: 4;
  min-width: 378px;
}
.middle-section .right-shine-middle-02 {
  position: absolute;
  bottom: 307px;
  left: calc(50% + 591px);
  z-index: 4;
  min-width: 231px;
}
.bottom-section {
  background-color: #818cd7;
  color: #fff;
  text-align: center;
  padding: 0 0 90px;
  position: relative;
}
.bottom-section .container {
  position: relative;
  z-index: 5;
}
.bottom-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5674px 0 0 9999px;
  border-color: transparent transparent transparent #bcc4f5;
  z-index: 2;
}
.bottom-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5604px 9999px;
  border-color: transparent transparent #bcc4f5 transparent;
  z-index: 2;
}
.bottom-section .only-mobile {
  margin: 0 auto 15px;
  display: block;
}
.bottom-section .text-box {
  padding: 37px 0 20px 0;
}
.bottom-section .text-box .only-desktop {
  display: block;
  margin: 20px auto 0;
}
.bottom-section .text-box svg {
  position: absolute;
  top: 98px;
  left: -130px;
}
.bottom-section .text-box .circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #7b1eab;
  position: absolute;
  top: 92px;
  left: -136px;
}
.bottom-section h2 {
  margin-bottom: 26px;
}
.bottom-section h3 {
  margin-bottom: 10px;
}
.bottom-section .shadow-bottom {
  position: absolute;
  left: 50%;
  top: -291px;
  width: 526px;
  z-index: 2;
}
.bottom-section .left-shine-bottom {
  position: absolute;
  bottom: -41px;
  right: calc(50% - 56px);
  z-index: 4;
  min-width: 229px;
}
.bottom-section .right-shine-bottom {
  position: absolute;
  bottom: 41px;
  left: calc(50% + 124px);
  z-index: 4;
  min-width: 254px;
}
.bottom-section .right-svg-box {
  width: 100%;
  opacity: .65;
}
.bottom-section .right-svg-box .right-svg-box-image {
  -webkit-transform: scaleX(-1) rotate(-.5deg);
  -ms-transform: scaleX(-1) rotate(-.5deg);
  transform: scaleX(-1) rotate(-.5deg);
  width: 100%;
  height: auto;
}
.bottom-section .oval {
  position: absolute;
  bottom: 50%;
  right: 60%;
  z-index: 5;
}
.bottom-section .bottom-left-line {
  position: absolute;
  bottom: 0;
  right: calc(50%);
  z-index: 2;
}
.footer {
  background-color: #bcc4f5;
  text-align: center;
  padding: 70px 0 43px 0;
  position: relative;
}
.footer span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
  margin: 0 0 20px;
}
.footer .footer-logo {
  display: block;
  width: 60px;
  height: 37px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.footer .footer-logo img {
  width: 100%;
}
.footer .shadow-footer {
  position: absolute;
  top: -823px;
  right: 50%;
  z-index: 2;
  min-width: 1444px;
}
.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}
.viewport-section {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-transition: opacity .75s linear, -webkit-transform .75s linear;
  transition: opacity .75s linear, -webkit-transform .75s linear;
  transition: transform .75s linear, opacity .75s linear;
  transition: transform .75s linear, opacity .75s linear, -webkit-transform .75s linear;
}
.viewport-section.in-viewport {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.svg {
  position: relative;
}
.svg .group {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.ventures-logo{display:none;}
@media (min-width: 380px) {
  .loaded .animation-box-holder {
    top: calc(100vh - 320px);
  }
}
@media (min-width: 460px) {
  .loaded .animation-box-holder {
    top: calc(100vh - 350px);
  }
}
@media (min-width: 480px) {
  .top-section .main-image-holder {
    margin: 0 0 -8px -10px;
  }
}
@media (min-width: 530px) {
  .loaded .animation-box-holder {
    top: calc(100vh - 380px);
  }
}
@media (min-width: 600px) {
  .top-section .main-image-holder {
    margin: 0 0 -7px -13px;
  }
  .loaded .animation-box-holder {
    top: calc(100vh - 420px);
  }
}
@media (min-width: 670px) {
  .loaded .animation-box-holder {
    top: calc(100vh - 460px);
  }
}
@media (min-width: 768px) {
  .header {
    padding: 43px 63px 0;
  }
  .top-section {
    padding: 156px 0 544px 0;
  }
  .top-section .main-image-holder {
    margin: 0 0 -23px -16px;
  }
  .loaded .animation-box-holder {
    right: calc(50% + 72px);
    -webkit-animation: animationBox linear 1.5s;
    animation: animationBox linear 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 87px;
  }
  .msie .loaded .animation-box-holder {
    top: calc(100vh - 560px);
  }
  .middle-section {
    text-align: left;
    padding: 0 0 270px;
  }
  .middle-section .left-svg-box .left-svg-box-image {
    width: 708px;
    height: 640px;
  }
  .middle-section .left-svg-box {
    width: auto;
    position: absolute;
    bottom: 112px;
    right: calc(50% + 64px);
    z-index: 4;
    min-width: 708px;
  }
  .middle-section .text-box {
    width: 50%;
    padding: 40px 0 0 0;
  }
  .bottom-section {
    text-align: left;
    padding: 0 0 321px;
  }
  .bottom-section .only-mobile {
    margin: 0 0 15px 0;
  }
  .bottom-section .text-box {
    width: 50%;
    padding: 37px 0 0 0;
    position: relative;
  }
  .bottom-section .text-box .only-desktop {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .bottom-section .right-svg-box .right-svg-box-image {
    width: 708px;
    height: 640px;
  }
  .bottom-section .right-svg-box {
    width: auto;
    position: absolute;
    bottom: 108px;
    left: calc(50% - 57px);
    z-index: 4;
  }
  .footer {
    padding: 114px 0 43px 0;
  }
}
@media (min-width: 1024px) {
  .ventures-holider {
    width: 455px;
    float: left;
  }
  .ventures-logo {
    width: 135px;
    float: left;
    height: 100px;
    padding-right: 20px;
	  display: block;
	  margin-top: 40px;
  }
	.bottom-section h2 {
    margin-left: 136px;
}
  .ventures-content {
    width: 317px;
    float: right;
  }
  .bottom-section .only-mobile {
    display: none;
  }
  .bx-wrapper {
    width: 500px !important;
    max-width: 500px !important;
  }
  .bottom-section .text-box {
    position: static;
    margin-left: -104px;
  }
  .bottom-section .text-box .only-desktop {
    position: absolute;
    top: 168px;
    left: -130px;
    width: 100px;
  }
  .bottom-section .right-svg-box {
    bottom: 220px;
    left: calc(50% + 143px);
  }
}
@media (min-width: 1200px) {
  .bottom-section .text-box .only-desktop {
    width: 152px;
    left: -160px;
  }
}
@media (max-width: 1023px) {
  .bottom-section .only-desktop {
    display: none !important;
  }
  .bottom-section .text-box svg {
    display: none;
  }
  .bottom-section .text-box .circle {
    display: none;
  }
}
@media (max-width: 767px) {
  .logo {
    margin: 0 0 0 auto;
  }
  .top-section .main-line {
    display: none;
  }
  .loaded .animation-box-holder:after {
    bottom: 61px;
    width: 2px;
    left: 19px;
  }
  .loaded .animation-box-holder:before {
    height: calc(100vh - 200px);
    bottom: 57px;
    left: 9px;
    width: 3px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  .middle-section .light-rectangle {
    display: none;
  }
  .middle-section .left-sub-line {
    display: none;
  }
  .middle-section .right-sub-line {
    display: none;
  }
  .bottom-section .oval {
    display: none;
  }
  .svg .group {
    width: 100% !important;
    height: 100% !important;
  }
  .svg .group svg {
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .top-section {
    min-height: 700px;
    padding: 120px 0 244px 0;
  }
  .loaded .animation-box-holder {
    right: calc(50% + 81px);
  }
}
@media screen and (max-height: 830px) {
  .loaded .animation-box-holder {
    -webkit-animation: animationSmBox linear 1.5s;
    animation: animationSmBox linear 1.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .loaded .animation-box-holder:before {
    height: 490px !important;
  }
}
@-webkit-keyframes animationBox {
  0% {
    top: -140px;
  }
  100% {
    top: calc(100vh - 568px);
  }
}
@keyframes animationBox {
  0% {
    top: -140px;
  }
  100% {
    top: calc(100vh - 568px);
  }
}
@-webkit-keyframes animationSmBox {
  0% {
    top: -140px;
  }
  100% {
    top: 290px;
  }
}
@keyframes animationSmBox {
  0% {
    top: -140px;
  }
  100% {
    top: 290px;
  }
}
/* slider
----------------------*/
.slide-wrap {
  margin: 0;
  width: 100%;
  position: absolute;
}
.slide-mask {
  position: relative;
  overflow: hidden;
  height: 293px;
}
.slide-group {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slide {
  height: 500px;
  padding: 0;
  margin: 0;
}
.slide-nav {
  text-align: center;
}
.slide-nav ul {
  margin: 0;
  padding: 0;
}
.slide-nav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b3baed;
  cursor: pointer;
  margin-left: .5em;
  border-radius: 5px;
}
.slide-nav li.current {
  background: #fff;
}

/*cookies, Alert and announcement*/
.cookiealerts {
    position: fixed;
    top: 5.6rem;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    /*transform: translateY(100%);
    transition: all 500ms ease-out;*/
    color: #ecf0f1;
    /*background: #22393a;*/
    background: #19a1a1;
    text-align: center;
}

    .cookiealerts .close {
        float: right;
        background: none;
        border: 0;
        font-size: 2.5rem;
        font-weight: bold;
        padding-top: 0;
        margin-top: -1rem;
    }

    .cookiealerts p {
        padding: 0 10%;
    }

    .cookiealerts.show {
        opacity: 0.7;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .cookiealerts a {
        text-decoration: underline
    }

    .cookiealerts .acceptcookies {
        margin-left: 10px;
        vertical-align: baseline;
        text-decoration: none;
    }

    .cookiealerts button:focus-within {
        outline: 0;
    }

    .cookiealerts button:focus {
        outline: 0;
    }
/*cookies, Alert and announcement*/
/*Cooki css Start*/
.text-center {
    text-align: center;
}

.cookiealerts {
    margin-bottom: 0;
}

.cookiealerts-container {
    color: #fff;
    font-size: 1rem;
}

.acceptcookies {
    Margin-left: 1rem;
}

    .acceptcookies:after {
        display: none;
    }

.paddistext {
    padding-bottom: 4rem;
}
.btn.btn-primary,
.search-form input[type="submit"] {
    border: 1px solid #19a1a1;
    background-color: #19a1a1;
    color: #fff;
}
.btn.btn-sm,
.search-form input.btn-sm[type="submit"] {
    min-width: 140px;
    padding: 8px 15px;
}
@media (min-width: 1024px) {
    .btn.btn-sm, .search-form input.btn-sm[type="submit"] {
        min-width: 0;
    }
}
.btn,
.search-form input[type="submit"] {
    -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 20px;
    font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    background-color: transparent;
    border: none;
}
.alert {
    padding: .75rem;
    margin-bottom: 0;
    font-size: 1.1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    background: #2969ff !important;
    border: 1px solid #2969ff !important;
}

    .cookiealert .acceptcookies:hover {
        background: #114fe0 !important;
        border: 1px solid #2969ff !important;
    }
/*Cooki css End*/
@media (min-width: 768px){
.footer {
padding: 121px 0 116px 0;
}
}
.bx-pager-item:first-of-type:last-of-type {
    display: none
}
@media (min-width: 1024px){
.bottom-section h2 {
   line-height: 1;
}
}