* {
	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;
	height: 100%;
}
body{
	font-family: 'Poppins', sans-serif;
	/* font-family: 'Didact Gothic', sans-serif; */
	/* font-family: 'Exo', sans-serif; */
	/* font-family: 'Mandali', 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;
}
.m-2 {
	margin-bottom: 20px !important;
}
.m-3 {
	margin-bottom: 30px !important;
}
.m-4 {
	margin-bottom: 50px !important;
}
.m-5 {
	margin-bottom: 70px !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;
}
.bg{
	background-color: #0099ff;
	position: relative;
}
.globeBox{
	
	/* position: relative; */
	
}
/* .globeBox canvas{
	margin: 0 auto;
	display: block;
	
} */

footer{
	padding: 30px 30px 20px 30px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.textBox{
	position: absolute;
	font-size: 15px;
	color: #ffff00;
	width: 20%;
	line-height: 1.5em;
  
}
.plusBox{
	position: absolute;
	right: 0;
	top: 0;
}
.textBox.textBoxLeft1{
	left: 3%;
	top: 15%;
	padding-right: 36px;
}
.textBox.textBoxLeft2{
	left: 3%;
	bottom: 25%;
	padding-right: 36px;
}
.textBox.textBoxRight1{
	right: 3%;
	top: 20%;
	padding-left: 36px;
}
.textBox.textBoxRight2{
	right: 3%;
	bottom: 20%;
	padding-left: 36px;
}
.textBox.textBoxRight1 .plusBox, .textBox.textBoxRight2 .plusBox{
	left: 0;
	right: inherit;
}
.heading1{
    font-weight: 700;
	font-size: 55px;
	color: #ffff00;
	text-align: center;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	top: 50%;
	left: 50%;
	line-height: 1em;
	width: 100%;
	max-width: 560px;
}
.world {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;

  }
  
  .world-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
  }
  
  .world-globe {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
  }
  
  .world-globe-pole {
	position: absolute;
	width: 530px;
	height: 530px;
	left: -265px;
	top: -265px;
	border-radius: 50% 50%;
	background-color: #fff;
  }
  
  .world-globe-doms-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
  }
  
  .world-globe-halo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 730px;
	height: 715px;
	margin-left: -368px;
	margin-top: -350px;
  }
  #stats{
	  display: none;
  }
  .dg.ac{
	  display: none;
  }
  .vignette {
	-moz-box-shadow: inset 0px 0px 88px rgba(0,0,0,1.0);
	-webkit-box-shadow: inset 0px 0px 88px rgba(0,0,0,1.0);
	box-shadow: inset 0px 0px 88px rgba(0,0,0,1.0);
	}
	.dot {
		-webkit-animation: blink 2s infinite;
		-moz-animation: blink 2s infinite;
		-o-animation: blink 2s infinite;
		animation: blink 2s infinite;
		display: inline-block;
	  }
	@-webkit-keyframes blink {
		0%, 100% { opacity: 0; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); }
		50% { opacity: 1; transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); }
	  }
	  @-moz-keyframes blink {
		0%, 100% { opacity: 0; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); }
		50% { opacity: 1; transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); }
	  }
	  @-o-keyframes blink {
		0%, 100% { opacity: 0; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); }
		50% { opacity: 1; transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); }
	  }
	  @keyframes blink {
		0%, 100% { opacity: 0; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); }
		50% { opacity: 1; transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); }
	  }
	  
	  /* DEMO-SPECIFIC STYLES */
	  h1 {
	  }
	  
	  span {
		border-right: .05em solid;
		animation: caret 1s steps(1) infinite;
	  }
	  
	  @keyframes caret {
		50% {
		  border-color: transparent;
		}
	  }
 @media (max-width: 1500px) {
	.textBox {
		font-size: 16px;
	}
}
 @media (max-width: 1199px) {
	
	.textBox {
		font-size: 13px;
	}
	.heading1 {
		font-size: 50px;
	}
	.world {
		transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
}
}
@media (max-width: 991px) {

	.textBox {
		font-size: 12px;
	}
	.heading1 {
		font-size: 45px;
		max-width: 450px;
	}
	/* .globeBox canvas {
		transform: scale(0.5, 0.5);
		-webkit-transform: scale(0.5, 0.5);
		-moz-transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		-o-transform: scale(0.5, 0.5);
	} */
	
}
 @media (max-width: 767px) {
	/* .globeBox {
		height: 220px;
		max-width: 200px;
		position: static;
		margin: 30px auto 30px auto;
	transform: translateY(-0%) translateX(-0%);
	-webkit-transform: translateY(-0%) translateX(-0%);
	-moz-transform: translateY(-0%) translateX(-0%);
	-ms-transform: translateY(-0%) translateX(-0%);
	-o-transform: translateY(-0%) translateX(-0%);
	} */
	.textBox {
		font-size: 12px;
		position: relative;
		max-width: 250px;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		
	}
	.textBox.textBoxLeft1 {
		padding-right: 15px;
		left: inherit;
		top: inherit;
	}
	.textBox.textBoxLeft2 {
		padding-right: 15px;
		left: inherit;
		bottom: inherit;
	}
	.textBox.textBoxRight1 {
		padding-left: 15px;
		right: inherit;
		top: inherit;
	}
	.textBox.textBoxRight2 {
		padding-left: 15px;
		right: inherit;
		bottom: inherit;
	}
	footer{
		position: static;
		padding-top: 30px;
	}
	.heading1 {
		font-size: 18px;
		max-width: 160px;
	}
	.world {
		transform: scale(0.4, 0.4);
		-webkit-transform: scale(0.4, 0.4);
		-moz-transform: scale(0.4, 0.4);
		-ms-transform: scale(0.4, 0.4);
		-o-transform: scale(0.4, 0.4);
}
/* .globeBox canvas{
	max-width: 300px;
} */
}
 @media (max-width: 575px) {
}
