html, body
{
	padding:0px;
	margin:0px;
	line-height:30px;
	overflow-x:hidden;
	background:#fff;
	text-align:justify;
	font-family: 'Alata', sans-serif;
	
}
.navbar-inverse .navbar-toggle {
    /* border-color: #00aefe; */
    background: #25bafe !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #25bafe !important;
}
.navbar-toggle
{
	background:#25bafe !important;
	border:none;
}
.logoimg
{
	width:100%;
}
.logoimg1
{
	width:100% !important;
}
.navbar-nav li a:hover{
	color:#00efc7 !important;
}
.navbar-inverse .navbar-nav>li>a
{
	color:#000;
	font-size:16px;
	font-weight:600;
	padding-top: 30px;
	letter-spacing:1px;
}
.navbar-nav >li >a:hover
{
	background:red;
	color:#fff;
}
.navbar-inverse
{
	color: #fff;
    z-index: 9999;
    font-size: 17px;
    position: absolute;
    top: 0;
    width: 100%;
	background:#fff;
	border:none;
}
.full {
 /* position: absolute;*/
  width: 100%;
  height: 750px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  
  background-size:center center;
 }

.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
.bannerbg
{
	background:#000;
}
.banner-inner{
	top: 0%;
	z-index: 1;
	width: 100%;
	text-align: center;
	height:850px;
}
.banner-inner h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: normal;
    padding: 0% 0px;
	text-align:center;
	top:300px;
	position:absolute;
	width: 65%;
    margin: 0 auto;
	    text-shadow: 0 10px 10px rgb(0, 0, 0);
}
.maintitle
{
	font-size:35px;
	text-align:center;
	font-weight:600;
	text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    color: #00aeff;
	padding-bottom: 30px;
}
.bg
{
	background: #f4f4f4;
    padding: 50px 0px;
    border-bottom: 2px dotted #00aeff;
    border-top: 2px dashed #01c1a5
}
.footerlogo
{
	font-size: 50px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 3px 4px rgb(0, 0, 0);
    color: #00aeff;
    padding-bottom: 30px;
	margin-left: -70px;
}
/*index page circle style*/
.holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative; }
.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; background: #00aeff; color: #7d4ac7; border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #00aeff; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #00aeff; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted #00aeff; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s; background: #7d4ac7; /* Old browsers */ background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #053348 0%, rgb(0, 255, 206) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle { width: 300px; height: 300px; margin: 110px auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
  .title-box .title { font-weight: normal; letter-spacing: 1px; position: relative; z-index: -1; font-size:20px; }
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #00aeff; }
        .title-box p {font-size: 15px; line-height:26px; }
.iconwidth
{
	width:50px;
	margin:10px auto;
}
/*End index page circle style*/
/*button style*/
h1 { margin-top:150px;}
.confetti-button {
  
  display: inline-block;
  font-size: 1em;
  padding: 5px 2em;
  margin-top: 10px;
  margin-bottom: 60px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #a733bb;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.5);
}
.confetti-button:focus { outline: 0; }
.confetti-button:before, .confetti-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.confetti-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, transparent 20%, #a733bb 20%, transparent 30%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, transparent 10%, #a733bb 15%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.confetti-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, transparent 10%, #a733bb 15%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%), radial-gradient(circle, #a733bb 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.confetti-button:active {
  transform: scale(0.9);
  background-color: #e60074;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.confetti-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.confetti-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}
 @keyframes
topBubbles {  0% {
 background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
}
 50% {
 background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
}
 100% {
 background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}
@keyframes
bottomBubbles {  0% {
 background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
 50% {
 background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
}
 100% {
 background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}
/*End Button style*/
.ftitle
{
	font-size:25px;
	font-weight:600;
	color:#00aeff;
}
.pagetitle
{
	font-size:20px;
	font-weight:600;
	color:#00aeff;
	text-align:center;
	margin-left:-35%;
	text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
}
span.line
{
	font-size:13px;
	text-align:center;
}
.subbg
{
	background:#00aefe;
	color:#fff;
	padding: 50px;
	margin-bottom:2%;
}
.subbg .ftitle
{
	font-size:25px;
	font-weight:600;
	color:#fff;
}
.form-control_news
{
	 width: 80%;
    float: left;
    padding: 4px 5px;
    margin-right: -20%;
    border-radius: 10px;
    border: 3px solid #00bcfb;
	color: #000;
}
.copy
{
	text-align: center;
    font-size: 13px;
    margin-top: 1%;
    padding-top: 0px;
    background: #00aefe;
    color: #fff;
}
footer a
{
	color:#000;
	font-size:15px;
}
footer a:hover
{
	text-decoration:none;
}
form
{
	color:#fff;
}
.subbgcolor
{
	background: #01dcb7;
    padding: 40px 5px;
    margin: 0;
    width: 100%;
    height: 207px;
    color: #fff;
    font-size: 35px;
	text-align:center;
	border-radius:15px;
}
.imgwidth
{
	width:100%;
}
p,ul li
{
	font-size: 16.5px;
    line-height: 35px;
	font-family: 'Alegreya', serif;
}
.box
{
    background: #00bcfb;
    padding: 40px 20px;
    /* width: 500px; */
    height: auto;
    border: solid 0px #ffffff;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
    border-radius: 46%/75px 75px 0 0;
    margin-top: -20%;

}
.form-control
{
   margin: 5% auto;
}
.captchaborder
{
	font-size:18px;
	text-align:center;
	letter-spacing: 5px;
	color:#333;
}
.fa
{
	font-size: 20px !important;
    padding: 0px 10px;
    color: #00bcfb;
}
@media only screen and (min-width:320px) and (max-width:480px) 
{
	.logoimg {
    width: 88%;
    margin-top: -25%;
}
.full
{
	    height: 340px;
}
.banner-inner h3
{
	top:180px;
	margin-left:15%;
	font-size:30px;
}
.banner-inner
{
	height:400px;
}
.logoimg1
{
	 width: 88%;
    margin-top: 0%;
}
}
@media only screen and (min-width:481px) and (max-width:640px) 
{
	.logoimg {
    width: 88%;
    margin-top: -25%;
}
.full
{
	    height: 340px;
}
.banner-inner h3
{
	top:180px;
	margin-left:15%;
}
.logoimg1
{
	 width: 88%;
    margin-top: 0%;
}
}
