* {
	border: 0px;
	outline: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
body, html {
	overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: inherit;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #5c7b9b;
}
a:focus {
	outline: none;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
/* body, html {
  overflow: hidden;
} */
.bg {
  background-color: #2d2d2d;
  height: 100%;
}
.videoFold {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
	transition: all 3s ease-in-out 1s;
  transition-delay: 5s;
}
.videoFoldBox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* height: 100%; */
}
.videoBg {
  background-image: url(../img/Index-bg.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center;
}
.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 850px;
  height: 850px;
  z-index: 3;
  background-image: url(../img/spiral-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.centerLogo {
  width: 662px;
  height: 662px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.linkText{
  position: absolute;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  -webkit-transition: all 0.6s ease-in-out 0.0s;
  -moz-transition: all 0.6s ease-in-out 0.0s;
  -ms-transition: all 0.6s ease-in-out 0.0s;
  -o-transition: all 0.6s ease-in-out 0.0s;
  transition: all 0.6s ease-in-out 0.0s;
  
}
.linkText a{
  color: #fff;
  text-decoration: none;
}
.linkText a:hover, .linkText a:focus{
  color: #ffe85d !important;
}
.linkText:hover.linkText::after, .linkText:focus.linkText::after{
  background-color: #ffe85d !important;
}
.rightBullet::after{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #ffe85d;
  border-radius: 50%;
  right: 0px;
  top: calc(50% - 5px);
  transition: 0.3s;
}
.leftBullet::after{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #ffe85d;
  border-radius: 50%;
  left: 0px;
  top: calc(50% - 5px);
  transition: 0.3s;
}
.rightBullet {
  padding-right: 70px;
  text-align: right;
  width: 250px;
}
.rightBullet:hover{
  padding-right: 50px;
}
.leftBullet{
  padding-left: 70px;
  width: 220px;
}
.leftBullet:hover{
  padding-left: 50px;
}
.linkText0 {
  top: 20%;
  left: -167px;
}
.linkText1 {
  top: 40%;
  left: -238px;
}
.linkText2 {
  top: 60%;
  left: -234px;
}
.linkText3 {
  top: 80%;
  left: -151px;
}

.linkText4 {
  top: 20%;
  right: -137px;
}
.linkText5 {
  top: 40%;
  right: -208px;
}
.linkText6 {
  top: 60%;
  right: -204px;
}
.linkText7 {
  top: 80%;
  right: -121px;
}
.linkText8 {
  top: 58px;
  right: 18px;
}
.pitch-dest-index{
  position: relative;
}
.explore-btn{
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.explore-btn img{
  transition: all 0.3s ease-in-out 0.0s;
}
.explore-btn:hover img{
  transform: scale(1.1);
}
.explore-btn.cover-page{
  top: 62%;
}

/* ------------------------------------ */

.welcomePage{
	/* background-color: #fdfdff; */
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 9;
}
.welcomePage .container-fluid{
	max-width: 1600px;
	padding-left: 80px;
	padding-right: 80px;
}
.textBox1 h1{
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Alice', serif;
}
.textBox1 h5{
	font-family: 'Alice', serif;
	font-size: 18px;
	color: #bd4939;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}


.textBox1{
	position: absolute;
	left: 50%;
	bottom: 20%;
	-ms-transform: translateY(-50%) translateX(-50%) scale(0.9, 0.9);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.9, 0.9);
	transform: translateY(-50%) translateX(-50%) scale(0.9, 0.9);
	-moz-transform: translateY(-50%) translateX(-50%) scale(0.9, 0.9);
	-o-transform: translateY(-50%) translateX(-50%) scale(0.9, 0.9);
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s;
	text-align: left;
}
.textBox1.textBox1Add{
	-ms-transform: translateY(-50%) translateX(-50%) scale(1, 1);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1, 1);
	transform: translateY(-50%) translateX(-50%) scale(1, 1);
	-moz-transform: translateY(-50%) translateX(-50%) scale(1, 1);
	-o-transform: translateY(-50%) translateX(-50%) scale(1, 1);
	opacity: 1;
}
.textBox1.textBox1Add2{
	-ms-transform: translateY(-50%) translateX(-50%) scale(2.5, 2.5);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(2.5, 2.5);
	transform: translateY(-50%) translateX(-50%) scale(2.5, 2.5);
	-moz-transform: translateY(-50%) translateX(-50%) scale(2.5, 2.5);
	-o-transform: translateY(-50%) translateX(-50%) scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0.3s;
	-moz-transition: all .5s ease-in-out 0.3s;
	-ms-transition: all .5s ease-in-out 0.3s;
	-o-transition: all .5s ease-in-out 0.3s;
	transition: all .5s ease-in-out 0.3s;
}
.bg1{
	position: absolute;
	background-image: url(../img/cover-page-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 1;
}
.bg1.bg1Add{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s;
}
.cloud1{
	position: absolute;
	background-image: url("../img/cloud1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.6;
}
.cloud1.cloud1Add{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.cloud2{
	position: absolute;
	background-image: url("../img/cloud2.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.4;
}
.cloud2.cloud2Add{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.bg2{
	position: absolute;
	/* background-image: url("../img/bg2.jpg"); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-ms-transform:  scale(0.5, 0.5) rotate(-10deg);
	-webkit-transform:  scale(0.5, 0.5) rotate(-10deg);
	transform:  scale(0.5, 0.5) rotate(-10deg);
	-moz-transform:  scale(0.5, 0.5) rotate(-10deg);
	-o-transform:  scale(0.5, 0.5) rotate(-10deg);
}
.bg2.bg2Add{
	-ms-transform:  scale(1, 1) rotate(0deg);
	-webkit-transform:  scale(1, 1) rotate(0deg);
	transform:  scale(1, 1) rotate(0deg);
	-moz-transform:  scale(1, 1) rotate(0deg);
	-o-transform:  scale(1, 1) rotate(0deg);
	opacity: 1;
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
}
.bg2.bg2Add2{
	-ms-transform:  scale(1.5, 1.5) rotate(15deg);
	-webkit-transform:  scale(1.5, 1.5) rotate(15deg);
	transform:  scale(1.5, 1.5) rotate(15deg);
	-moz-transform:  scale(1.5, 1.5) rotate(15deg);
	-o-transform:  scale(1.5, 1.5) rotate(15deg);
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
	opacity: 0;
}
.place{
    position: absolute;
    background-image: url("../img/place.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -ms-transform: translateY(1%) translateX(-0%);
    -webkit-transform: translateY(1%) translateX(-0%);
    transform: translateY(1%) translateX(-0%);
    -moz-transform: translateY(1%) translateX(-0%);
    -o-transform: translateY(1%) translateX(-0%);
}
.place.placeAdd{
    opacity: 1;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    transition: all 1.5s ease-in-out 0s;
    -ms-transform: translateY(0%) translateX(-0%);
    -webkit-transform: translateY(0%) translateX(-0%);
    transform: translateY(0%) translateX(-0%);
    -moz-transform: translateY(0%) translateX(-0%);
    -o-transform: translateY(0%) translateX(-0%);
}
.place.placeAdd2{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.food{
	position: absolute;
	background-image: url("../img/food.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	
	
}
.food.foodAdd{
	opacity: 1;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.food.foodAdd2{
	-ms-transform:  scale(2.5, 2.5);
	-webkit-transform:  scale(2.5, 2.5);
	transform:  scale(2.5, 2.5);
	-moz-transform:  scale(2.5, 2.5);
	-o-transform:  scale(2.5, 2.5);
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
}
.textBox2{
	position: absolute;
	left: 0%;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	-moz-transform: translateY(-50%) translateX(-0%);
	-o-transform: translateY(-50%) translateX(-0%);
	opacity: 0;
	text-align: center;
}
.textBox2.textBox2Add{
	opacity: 1;
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
}
.textBox2.textBox2Add2{
	-webkit-transition: all 2.5s ease-in-out 0s;
	-moz-transition: all 2.5s ease-in-out 0s;
	-ms-transition: all 2.5s ease-in-out 0s;
	-o-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
	opacity: 0;
}
.logosHold{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fdfdff;
	opacity: 0;
	
}
.logosHoldAdd{
	opacity: 1;
}
.logos{
	position: absolute;
	right: 0;
	height: 100%;
	left: 0;
	text-align: center;
	top: 0;
	-ms-transform:  scale(0.5, 0.5) rotate(-10deg);
	-webkit-transform:  scale(0.5, 0.5) rotate(-10deg);
	transform:  scale(0.5, 0.5) rotate(-10deg);
	-moz-transform:  scale(0.5, 0.5) rotate(-10deg);
	-o-transform:  scale(0.5, 0.5) rotate(-10deg);
	opacity: 0;
}
.logos img{
	height: 100%;
}
.logos.logosAdd{
	-webkit-transition: all 5.5s ease-in-out 0s;
	-moz-transition: all 5.5s ease-in-out 0s;
	-ms-transition: all 5.5s ease-in-out 0s;
	-o-transition: all 5.5s ease-in-out 0s;
	transition: all 5.5s ease-in-out 0s;
	-ms-transform:  scale(1, 1) rotate(0deg);
	-webkit-transform:  scale(1, 1) rotate(0deg);
	transform:  scale(1, 1) rotate(0deg);
	-moz-transform:  scale(1, 1) rotate(0deg);
	-o-transform:  scale(1, 1) rotate(0deg);
	opacity: 1;
}
.logos.logosAdd2{
	-ms-transform:  scale(2.5, 2.5) rotate(15deg);
	-webkit-transform:  scale(2.5, 2.5) rotate(15deg);
	transform:  scale(2.5, 2.5) rotate(15deg);
	-moz-transform:  scale(2.5, 2.5) rotate(15deg);
	-o-transform:  scale(2.5, 2.5) rotate(15deg);
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s;
}


.andText{
	font-weight: 700;
	font-size: 30px;
	display: inline-block;
	margin-left: 20px;
	padding-right: 22px;
	color: rgb(199, 199, 199);
	font-style: italic;
}

.scrollContent {
	display: flex;
	height:100%;
}
.mCustomScrollBox{
	height:100%;
	}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0px;
	height:100%;
	
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	visibility:hidden;
	
}

.thumbButton2 {
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
	min-width: 210px;	
	text-decoration: none;	
	display: inline-block;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 15px 25px;
	letter-spacing: 2px;
}


/* .logo {
  position: absolute;
  z-index: 9;
  left: 60px;
  top: 44px;
  width: 112px;
}
.banner {
  background-color: #000;
}
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
    text-align: center;
}
video {
   width: 100%;
  height: 100vh;
  z-index: 1;
  margin: auto;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/cover.png");
  background-size: cover;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
} */

.menuBox {
  width: 465px;
  height: 465px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/menu-img.png");
  z-index: 3;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  margin: auto;
    background-size: 465px;
}
.menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  /*background-color: #ff000052;*/
  z-index: 4;
}
.menu.homepage {
  top: 44px !important;
  margin: 0 auto;
  left: -90px !important;
  width: 100px;
}
.menu.landingpage {
  top: 59px !important;
  margin: 0 auto;
  left: 163px !important;
  width: 128px;
  transform: rotate(36deg);
}
.menu.newsletter {
  top: 161px !important;
  margin: 0 auto;
  left: inherit !important;
  width: 110px;
  transform: rotate(77deg);
  right: 11px !important;
}
.menu.flipbook {
  top: inherit !important;
  margin: 0 auto;
  right: 28px !important;
  width: 90px;
  transform: rotate(115deg);
  left: inherit !important;
  bottom: 138px !important;
}
.menu.pitchdeck {
  top: inherit !important;
  margin: 0 auto;
  right: 100px !important;
  width: 95px;
  transform: rotate(151deg);
  left: inherit !important;
  bottom: 60px !important;
}
.menu.socialpost {
  top: inherit !important;
  margin: 0 auto;
  width: 114px;
  transform: rotate(186deg);
  left: 146px !important;
  bottom: 39px !important;
  right: inherit !important;
}

.menu.ui {
  top: inherit !important;
  margin: 0 auto;
  width: 43px;
  transform: rotate(186deg);
  left: 105px !important;
  bottom: 72px !important;
  right: inherit !important;
  height: 42px !important;
}

.menu.logo {
  top: inherit !important;
  margin: 0 auto;
  width: 60px;
  transform: rotate(255deg);
  left: 54px !important;
  bottom: 116px !important;
  right: inherit !important;
}

.menu.corporate {
  margin: 0 auto;
  width: 205px;
  transform: rotate(286deg);
  left: -23px !important;
  bottom: inherit !important;
  right: inherit !important;
  top: 154px !important;
}
.menuHolder {
  position: relative;
  width: 100%;
  height: 100%;
}
#pointer-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 161px;
  height: 161px;
}
#pointer {
  /*transform-origin: center 59%;*/
  display: block;
  margin: 0 auto;
  touch-action: none;
}

#v-pills-tab {
  width: 252px;
  background-color: #0a0b3b;
  height: 100%;
  position: absolute;
  padding-top: 180px;
}
#v-pills-tabContent {
  padding-left: 252px;
}
.deskLogo {
  width: 163px;
  margin: 0 auto;
  padding-top: 55px;
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 40px;
}
.nav-link {
  display: block;
  padding: 14px 20px 14px 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-left: 0px;
    margin-bottom: 1px;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.5px;
  font-weight: 700;
  /* background-image: url("../img/right1.png") !important;
  background-position: center left !important;
  background-repeat: no-repeat !important; */
}
.nav-link.sub-list{
  font-size: 10px;
  color: #a6a6a6;
  padding: 10px 20px 10px 20px;
}




.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
  color: #2070b9;
  background-color: #fff;
    /* background-image: url("../img/right.png") !important; */
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background-position: 50%;
  background-size: 25px;
  border-radius: 50%;
  font-size: 14px;
  background-color: #5a67fd;
  padding: 10px;
  background-repeat: no-repeat;
}
.carousel-control-prev, .carousel-control-next {
  width: 50px;
  height: 50px;
  margin: auto;
}
.carousel-control-next {
  right: 20px;
}
.carousel-control-prev {
  left: 20px;
}
#video-container{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.mainCoverImage{
  max-width: none;
}
.banner-middleBox {
  position: absolute;
  height: 100%;
  width: 666px;
  top: 0;
  margin: auto;
  left: 0px;
  right: 0px;
}
#video-container img{
  width: 100%;
  max-width: 100%;
}
@media (max-width: 2700px) {
  .bg1 {
    background-size: 2700px;
  }
}

@media (max-width: 2500px) {
  .bg1 {
    background-size: 2500px;
  }
}
@media (max-width: 2400px) {
  .bg1 {
    background-size: 2400px;
  }
}

@media (max-width: 1920px) {
  .bg1 {
    background-size: 1920px;
  }
  .banner-middleBox {
    position: absolute;
    height: 666px;
    top: calc(50% - 333px);
  }
  .textBox1{
    bottom: 60px;
  }
}

@media (max-width: 1600px) {
  .bg1 {
    background-size: 1700px;
  }
  .banner-middleBox {
    height: 566px;
    width: 566px;
    top: calc(50% - 283px);
  }
  .textBox1 {
    bottom: 35px;
  }
}

 @media (max-width: 1440px) {
  .bg1 {
    background-size: 1600px;
  }
  .banner-middleBox {
    height: 564px;
    width: 564px;
    top: calc(50% - 282px);
  }
  .textBox1 {
    bottom: 35px;
  }
  .circle {
    width: 650px;
    height: 650px;
}
.centerLogo {
  width: 400px;
  height: 400px;
}
.linkText0 {
  left: -187px;
}
.linkText1 {
  left: -239px;
}
.linkText2 {
  left: -236px;
}
.linkText3 {
  left: -171px;
}
.linkText4 {
  right: -157px;
}
.linkText5 {
  right: -210px;
}
.linkText6 {
  right: -205px;
}
.linkText7 {
  right: -140px;
}
.linkText8 {
  top: 30px;
  right: -5px;
}

}
 @media (max-width: 1100px) {
 video {
  height: 770px;
  width: 1024px;
}    
     
     
     
     
     
     
     
     
}
@media (max-width: 991px) {
	.p-10 {
		padding: 70px 0 !important;
	}
}
 @media (max-width: 767px) {
}
 @media (max-width: 575px) {
}
