* {
	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: #0057da;
	background-image: url(../img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
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/mainbg.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: 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;
}
.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: 30px;
	bottom: 30px;
	color: #fff !important;
}

.headerLogo {
	display: flex;
	flex-direction: row;
	padding:80px 0px 40px 80px;
}
.thumBox {
	display: flex;
	flex-direction: row;
	margin:0px auto 100px auto;
	padding:0px;
	max-width:1200px;
}
.thumBox a {
	color:#fff;
}
.thumBox ul {
	margin:0px;
	padding:0px;
}
.thumBox ul li {
	margin:0px;
	padding:0px;
	float:left;
	width:25%;
	position:relative;
	transition:0.5s;
	overflow:hidden;
}
.thumBox ul li.black {
	position:relative;
}
.thumBox ul li.black::after {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(50, 50, 50, 0.9);
	z-index:1;
}
.thumBox ul li.blue {
	position:relative;
}
.thumBox ul li.blue::after {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0, 86, 217, 0.9);
	z-index:1;
}
.thumBox ul li img {
	margin:0px;
	display:block;
	transition:0.5s;
	transform: scale(1);
}
.thumBox ul li p {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	text-align:center;
	z-index:2;
	font-weight:600;
	font-size:20px;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1);
	transition:0.5s;
}
.thumBox ul li:hover p {
	transform: scale(1.5);
}
.thumBox ul li:hover img {
	transform: scale(1.5);
}
.thumBox ul li p a {
	color:#fff;
}
.copyright {
	display: flex;
	flex-direction: row;
	margin:0px;
	padding-right:80px;
}
.copyright p {
	text-align:right;
	width:100%;
	color:#7e7e7e;
	font-weight:600;
	font-size:14px;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:2px;
}


 @media (max-width: 1600px) {
.footerBox {
	left: 45px;
	right: 45px;
}
}
 @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: 1240px) {
.headerLogo {
	padding:30px 0px 40px 30px;
}
.thumBox {
	padding:30px;
	margin:0px auto 50px auto;
}
.thumBox ul li p {
  font-size: 16px;
}
.copyright {
  padding-right: 30px;
}
}
@media (max-width: 991px) {
}
 @media (max-width: 767px) {
}
 @media (max-width: 575px) {
}
