* {
	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;

	
}
.bg{
	background-color: #2d2d2d;
}
body{
	font-family: 'Poppins', sans-serif;
}

.family-poppins{font-family: 'Poppins', 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%;
}
.blankSpace {
	flex: 1 1 auto;
}
.m-1, .m-2, .m-3, .m-4, .m-5 {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.m-1 {
	margin-bottom: 10px !important;
}
.mb-2 {
	margin-bottom: 20px !important;
}
.mb-3 {
	margin-bottom: 30px !important;
}
.mb-4 {
	margin-bottom: 40px !important;
}
.mb-5 {
	margin-bottom: 50px !important;
}
.p-3 {
	padding: 30px 0 !important;
}
.p-4 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.p-5 {
	padding: 80px 0 !important;
}
hr {
	margin-top: 20px;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
}
.btn {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn.btn-sm {
	font-size: 13px;
	min-width: inherit;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	line-height: normal;
}
.btn-primary {
	color: #fff;
	background-color: #5c7b9b;
	border-color: #5c7b9b;
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #738FAC;
	border-color: #738FAC;
}
.btn-link {
}
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
}
.text-primary {
	color: #5c7b9b !important;
}
a.text-primary:hover, a.text-primary:focus {
	color: #5c7b9b !important;
	text-decoration: underline;
}

.text-none {
	text-transform: none;
}
.form-control {
	font-size: 14px;
	padding-top: 7.5px;
	padding-right: 13px;
	padding-bottom: 7.5px;
	padding-left: 13px;
	border: 1px solid #dddddd;
	height: auto;
	border-radius: 0;
	line-height: normal;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.videoFold {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.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/bg.jpg");
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  }


.main-content{position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	left: 65%;}


.main-content ul li a{
	font-size: 24px;
	font-weight: 700;
	color: #8b75c4;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

.main-content ul li a.active{
	color: white;
}

.main-content ul li a::before{
	content: '';
	width: 2px;
	background-color: white;
	position: absolute;
	height:0;
	left: -22px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all ease;
	/* height: calc(100% - 13px); */
}

.main-content ul li a:hover::before{
	opacity: 1;
	visibility: visible;
	height: calc(100% - 13px);
}

.main-content ul li a:hover{
	color: white;
}

.presented.rightimage{  left: auto!important;
	right: 45px!important;}





.circle{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 670px;
	height: 670px;
	z-index: 3;
}
.circle::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}
.circle::after{
	content: '';
	position: absolute;
	left: 65px;
	right: 65px;
	top: 65px;
	bottom: 65px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}
.circleVideo{
	width: 425px;
	overflow: hidden;
	height: 425px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	background-color: #000;
}
.video2 {
    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%;
}
.captionBox {
	/* max-width: 426px; */
	text-align: center;
	width: 100%;
	position: absolute;
	/* top: calc(50% - 213px); */
	z-index: 4;
	/* height: 426px; */
	/* left: 0px; */
	right: 0px;
	margin: auto;
	max-width: fit-content;
height: fit-content;
top: 60px;
left: 60px;
margin-left: inherit;
margin-top: auto;
  }
  .captionBoxTitle {
	margin-bottom: 30px;
	/* padding-top: 90px; */
  }
.captionBox p{
	color: #c9c7c7;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 300;
	margin-bottom: 25px;
}
.homeBtn{
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;

	text-transform: uppercase;
	letter-spacing: 0.09em;
	line-height: 40px;
	font-weight: 700;
	font-size: 12px;
	display: inline-block;
	height: 40px;
	width: 117px;
	text-align: center;
	color: #282828;
	background-color: #fff;

}
.homeBtn:hover, .homeBtn:focus{
	color: #282828;
	background-color: #fff;
}
.homeBtn.homeBtnAdd{
	cursor: none;
	opacity: 0.4;
}
.pulse {
	--color: #ffffff;
	--hover: #ffffff;
  }
.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.linkTop{
	position: absolute;
	background-image: url("../img/dot.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 15px;
	width: 230px;
	text-align: center;
	-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;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	-moz-transform: translate(-50%, -0%);
	-ms-transform: translate(-50%, -0%);
	-o-transform: translate(-50%, -0%);
	left: 50%;
	top: -36px;
	height: 40px;
	padding-right: 0px;
	
}
.linkTop:hover{
	padding-right: 4px;
	

}
.ani1a{
	
}
.ani1a a{
	-webkit-transition: all 0.6s ease-in-out 1.3s;
	-moz-transition: all 0.6s ease-in-out 1.3s;
	-ms-transition: all 0.6s ease-in-out 1.3s;
	-o-transition: all 0.6s ease-in-out 1.3s;
	transition: all 0.6s ease-in-out 1.3s;
}
.ani1a.ani1aAdd{
	opacity: 1;
	
}
.ani1a.ani1aAdd a{
	opacity: 1;
}

.linkText{
	position: absolute;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding-right: 35px;
	width: 230px;
	text-align: right;
	-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::after, .linkTextRight::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	border: 3px solid rgba(255,255,255,0.8);
	background: rgb(232,92,26);
	background: linear-gradient(132deg, rgba(232,92,26,1) 0%, rgba(245,171,18,1) 100%); 
	border-radius: 50%;
	right: 0px;
	top: calc(50% - 10px);
	transition: 0.3s;
  }
  .linkText:hover::after, .linkTextRight:hover::after {
	animation: rotates 1s infinite linear;
	transform: rotate(0deg);
  }
  @keyframes rotates {
	0%{
	transform: rotate(0deg);
	}
	100%{
	transform: rotate(360deg);
	}
  }
  .linkTextRight::after{
	  right: auto;
	  left: 0px;
  }
.linkText:hover{
	padding-right: 30px;
}
.linkText1 {
	top: 150px;
	left: -170px;
  }
  .linkText2 {
	top: 325px;
	left: -220px;
  }
  .linkText3 {
	top: 500px;
	left: -170px;
  }
  .linkText7 {
	top: 618px;
	left: -45px;
  }
.linkText9{
	top: 680px;
    left: -98px;
}
.linkTextRight{
	position: absolute;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding-left: 35px;
	width: 230px;
	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;
}
.linkTextRight:hover{
	padding-left: 30px;
}
.linkText4 {
	top: 150px;
	right: -170px;
  }
  .linkText5 {
	top: 325px;
	right: -220px;
  }
  .linkText6 {
	top: 500px;
	right: -170px;
  }
  .linkText8 {
	top: 618px;
	right: -45px;
  }
  .linkText10 {
	top: 659px;
	padding-left: 0px !important;
	padding-top: 45px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  }
  .linkText10::after {
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
  }
.linkText a:hover, .linkText a:focus, .linkTextRight a:hover, .linkTextRight a:focus, .linkTop a:hover, .linkTop a:focus{
	color: #fff;
}
.ani1{
	
}
.ani1 a{
	-webkit-transition: all 0.6s ease-in-out 1.3s;
	-moz-transition: all 0.6s ease-in-out 1.3s;
	-ms-transition: all 0.6s ease-in-out 1.3s;
	-o-transition: all 0.6s ease-in-out 1.3s;
	transition: all 0.6s ease-in-out 1.3s;
}
.ani1.ani1Add{
	opacity: 1;
	
}
.ani1.ani1Add a{
	opacity: 1;
	
}

.ani2{
	
}
.ani2 a{
	
	-webkit-transition: all 0.6s ease-in-out 1.6s;
	-moz-transition: all 0.6s ease-in-out 1.6s;
	-ms-transition: all 0.6s ease-in-out 1.6s;
	-o-transition: all 0.6s ease-in-out 1.6s;
	transition: all 0.6s ease-in-out 1.6s;
}
.ani2.ani2Add{
	opacity: 1;
	
}
.ani2.ani2Add a{
	opacity: 1;
	
}


.ani3{
	
	
}
.ani3 a{
	
	-webkit-transition: all 0.6s ease-in-out 1.9s;
	-moz-transition: all 0.6s ease-in-out 1.9s;
	-ms-transition: all 0.6s ease-in-out 1.9s;
	-o-transition: all 0.6s ease-in-out 1.9s;
	transition: all 0.6s ease-in-out 1.9s;
}
.ani3.ani3Add{
	opacity: 1;
	
}
.ani3.ani3Add a{
	opacity: 1;
	
}

.ani4{
	
	
}
.ani4 a{
	
	-webkit-transition: all 0.6s ease-in-out 2.2s;
	-moz-transition: all 0.6s ease-in-out 2.2s;
	-ms-transition: all 0.6s ease-in-out 2.2s;
	-o-transition: all 0.6s ease-in-out 2.2s;
	transition: all 0.6s ease-in-out 2.2s;
}
.ani4.ani4Add{
	opacity: 1;
	
}
.ani4.ani4Add a{
	opacity: 1;
	
}

.ani5{
	
	
}
.ani5 a{
	
	-webkit-transition: all 0.6s ease-in-out 2.2s;
	-moz-transition: all 0.6s ease-in-out 2.2s;
	-ms-transition: all 0.6s ease-in-out 2.2s;
	-o-transition: all 0.6s ease-in-out 2.2s;
	transition: all 0.6s ease-in-out 2.2s;
}
.ani5.ani5Add{
	opacity: 1;
	
}
.ani5.ani5Add a{
	opacity: 1;
	
}
#bb-nav-next{
	position: absolute;
	right: 49px;
	left: auto !important;
	bottom: -20px;
}
.presented{
	position: fixed;
	z-index: 9;
	left: 60px;
	bottom: 30px;
	color: #fff !important;
}
 @media (max-width: 1600px) {
	.footerBox {
		left: 45px;
		right: 45px;
	}

	.captionBoxTitle{max-width: 152px;}

	.main-content ul li a {
		font-size: 21px;}


}
 @media (max-width: 1440px) {
	.circle {
		width: 600px;
		height: 600px;
	  }
	  .circle::after {
		left: 50px;
		right: 50px;
		top: 50px;
		bottom: 50px;
	  }
	  .linkText1 {
		top: 80px;
		left: -135px;
	  }
	  .linkText2 {
		top: 225px;
		left: -213px;
	  }
	  .linkText3 {
		top: 375px;
		left: -208px;
	  }
	  .linkText4 {
		top: 80px;
		right: -135px;
	  }
	  .linkText7 {
		top: 510px;
		left: -122px;
	  }
	  .linkText5 {
		top: 225px;
		right: -213px;
	  }
	  .linkText6 {
		top: 375px;
		right: -208px;
	  }
	  .linkText8 {
		top: 510px;
		right: -122px;
	  }
	  .linkText10 {
		top: 589px;
		padding-top: 30px;
	  }
}
 @media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
 @media (max-width: 767px) {
}
 @media (max-width: 575px) {
}
