* {
	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%;
}
.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: #2070b9;
  height: 100%;
  position: absolute;
  padding-top: 35px;
}
#v-pills-tabContent {
  padding-left: 252px;
}
.deskLogo {
  width: 163px;
  margin: 0 auto;
  padding-top: 55px;
  position: absolute;
  z-index: 9;
  bottom: 40px;
  left: 45px;
}
.nav-link {
  display: block;
  padding: 13px 12px 13px 40px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  margin-left: 12px;
    margin-bottom: 1px;
  border-radius: 20px 0 0 20px !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  background-image: url("../img/right1.png") !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
}
.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;
}





 @media (max-width: 1365px) {
}
 @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) {
}
