* {
	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;
}
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/videobg.png");
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.circle{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 798px;
	z-index: 3;
}
.circleVideo{
	width: 300px;
	overflow: hidden;
	height: 300px;
	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: 530px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 4;
}
.captionBoxTitle{
	margin-bottom: 35px;
}
.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{
	opacity: 0;
	
}
.ani1a a{
	opacity: 0;
	-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;
	background-image: url("../img/dot.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	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:hover{
	padding-right: 30px;
}
.linkText1{
	top: 100px;
    left: -105px;
}
.linkText2{
	top: 238px;
    left: -198px;
}
.linkText3{
	top: 400px;
    left: -226px;
}
.linkText7{
	top: 550px;
    left: -193px;
}
.linkText9{
	top: 680px;
    left: -98px;
}
.linkTextRight{
	position: absolute;
	background-image: url("../img/dot.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	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: 100px;
	right: -105px;
}
.linkText5{
	top: 238px;
    right: -198px;
}
.linkText6{
	top: 400px;
    right: -226px;
}
.linkText8{
	top: 550px;
    right: -193px;
}
.linkText10{
	top: 680px;
    right: -98px;
}
.linkText a:hover, .linkText a:focus, .linkTextRight a:hover, .linkTextRight a:focus, .linkTop a:hover, .linkTop a:focus{
	color: #fff;
}
.ani1{
	opacity: 0;
	
}
.ani1 a{
	opacity: 0;
	-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{
	opacity: 0;
	
}
.ani2 a{
	opacity: 0;
	-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{
	opacity: 0;
	
}
.ani3 a{
	opacity: 0;
	-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{
	opacity: 0;
	
}
.ani4 a{
	opacity: 0;
	-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{
	opacity: 0;
	
}
.ani5 a{
	opacity: 0;
	-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;
	
}

 @media (max-width: 1365px) {
}
 @media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
 @media (max-width: 767px) {
}
 @media (max-width: 575px) {
}
