@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900");


html,
body {
  font-size: 16px;
  color: #8486a6;
  font-family: "Lato", sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x:hidden;
  background:#08091b;
}
/*-- Preloader css start --*/
#preloader {
	background-color: #1d2430;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.iti{
  width: 100%;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    left: 20px;
}

/*Responsive Media*/
/* ....................................
1.1 Reset CSS 
.......................................*/
a {
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #096b89;
}
a:active {
  outline: 0 none;
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input {
  box-shadow: none;
  border-radius: 0;
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
input:active {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}
textarea:active {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
button:active {
  outline: none;
  box-shadow: none;
  border: none;
}



::-moz-selection {
  background: #00c3ff;
  text-shadow: none;
}

::selection {
  background: #00c3ff;
  text-shadow: none;
}


/***Typography***/
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}


/*** Section ***/
.section {
  padding: 100px 0;
}

.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}
.iti--separate-dial-code .iti__selected-flag{
  outline: none;
}


/*....................................
2. Header area start here
....................................*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background:transparent;
  padding-top: 30px;
  padding-bottom: 14px;
}

/*....................................
3. Slider area start here
....................................*/
.slider-area {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 15px;
}
.slider-area .carousel {
  position: relative;
  z-index: 999;
  padding: 15vh 0 7vh;
}
.slider-area .slider-content {
  display: block;
  position: relative;
  padding: 35px 0;
}
@media only screen and (max-width: 992px) {
  .slider-area .slider-content {
    text-align: center;
  }
}
.slider-area .slider-content ul {
  display: block;
  margin: 0 0 50px;
}
.slider_social_icon1{
	animation-delay: 1.1s
}
.slider_social_icon2{
	animation-delay: 1.2s
}
.slider_social_icon3{
	animation-delay: 1.3s
}
.slider_social_icon4{
	animation-delay: 1.4s
}
.slider_social_icon5{
	animation-delay: 1.5s
}
@media only screen and (max-width: 768px) {
  .slider-area .slider-content ul {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-area li {
    padding: 0;
  }
}
.slider-area li:first-child {
  padding-left: 0;
}
.slider-area li:last-child {
  padding-right: 0;
}
.slider-area .icons_item {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border: 3px solid #3d3f69;
  text-align: center;
  color: #8486a6;
  font-size: 20px;
  border-radius: 100%;
  transition: all ease-out .5s;
}
.slider-area .icons_item:hover {
  color: #fff;
  background: rgba(57,100,208,1);
background: -moz-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,100,208,1)), color-stop(100%, rgba(45,193,201,1)));
background: -webkit-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
background: -o-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
background: -ms-linear-gradient(left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
background: linear-gradient(to right, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
  border: 3px solid rgba(58, 159, 165);
}
.slider-area .slider-content h2 {
  text-align: left;
  font-weight: 900;
  font-size: 35px;
  color: #fff;
  margin: 0 0 50px;
  text-shadow: 0 5px 30px rgba(255, 255, 255, 0.36);
  animation-delay: 1.8s
}

.slider-area .slider-content h2 span{
  font-size: 48px;
  font-weight: 800;
  color: #00abe6;
  text-shadow: 0 5px 30px rgba(0, 171, 230, 0.33);
}
.slider-area .slider-content h3{
  text-shadow: 0 5px 30px rgba(255, 255, 255, 0.36);
}
.slider-area .slider-content p{
  animation-delay: 2.4s;
}
@media only screen and (max-width: 768px) {
  .slider-area .slider-content h2 {
    margin: 0 0 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .slider-area .slider-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-area .slider-content h2 {
    font-size: 30px;
  }
}
.slider-area .slider-content .buttons a {
  margin: 0 10px;
}
@media only screen and (max-width: 320px) {
  .slider-area .slider-content .buttons a {
    margin: 0;
  }
}
.slider-area .slider-content .buttons a:first-child {
  margin-left: 0;
}
.slider-area .slider-content .buttons a:last-child {
  margin-right: 0;
  color: #fff;
}
@media only screen and (max-width: 320px) {
  .slider-area .slider-content .buttons a:last-child {
    display: none;
  }
}
.slider-area .slider-content .buttons a:last-child:hover {
background: rgba(45,193,201,1);
background: -moz-linear-gradient(left, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,193,201,1)), color-stop(100%, rgba(57,100,208,1)));
background: -webkit-linear-gradient(left, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
background: -o-linear-gradient(left, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
background: -ms-linear-gradient(left, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
background: linear-gradient(to right, rgba(45,193,201,1) 0%, rgba(57,100,208,1) 100%);
}
.slider-area .slider-img {
  text-align: center;
}
.slider-area .slider-img img {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .slider-area .slider-img img {
    width: 70%;
  }
}

.sect_form-timer h2,
.sect_form-timer h3{
  text-shadow: 0 5px 30px rgba(255, 255, 255, 0.36);
}


/*....................................
9. Contact area start here
....................................*/
/*....................................
10. Footer area start here
....................................*/
footer {
  position: relative;
}

/*....................................
8. Price list area start here
....................................*/
/*....................................
12. Faq area start here
....................................*/
.slider-area{
	position:relative;
} 
canvas{
	position:absolute;
	width:100% !important;
	left:0;
	top: 0;
	z-index:10;
}
@media (max-width: 767px){
	.token-details .cart-list .imgs{
		display:none;
	}
}
.back-button {
    padding-top: 10px;
    position: absolute;
    z-index: 9999999;
}
.home-button {
    width: 75px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 3px 10px;
    margin: 5px;
    border-radius: 6px;
    background-color: #ff0000;
}
.home-button:hover {
  background: #c90909;
  color:#ececec;
}



.section_footer{
  position: relative;
  z-index: 15;
}

.section_footer .wrapp_polic{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.slider-content p{
  text-align: left;
}

.modal{
  z-index: 9999 !important;
}

#form input{
  width: 90%;
  margin: 5px auto;
  border-radius: 6px;
  background: #ffffff1a;
  padding: 3px 5px;
  border-color: #00abe6;
  color: #fff;
}

#form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#form #checked{
  width: 20px;
  height: 20px;
  margin: 5px;
}

#form .wrapp_send{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#form .wrapp_send input{
  max-width: 320px;
  width: 100%;
}

/*________________________________*/

.slider-content{
  color: #fff;
}

.wrapp_send #myBtn{
  background: #00abe6;
  color: #fff;
  border: none !important;  
}

.sect_form-timer .wrapp_timer{

}

.sect_form-timer span.color{
  color: #00abe6;
  text-shadow: 0 5px 30px rgba(0, 171, 230, 0.33);

}
.modal__content p{
  margin-bottom: 5px; 
}

.modal__close {
  position: absolute;
  right: 12px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}   

.wrapp_docs .open-media-article:after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 7px;
  background: #fff;
  margin: 0 0 0 3px;
}

.wrapp_docs .open-media-article:last-child:after{
  content: "";
  display: none;
}

@media (max-width: 767px){
  .logo-area{
    text-align: center !important;
  }
  .gc_main_menu_wrapper .logo-area{
    width: 100% !important;
  }
}
@media (max-width: 460px){
    .wrapp_timer #timer-number-value-a69efaab3c89858f6a0c763bc76f90df-days,
    .wrapp_timer #timer-number-a69efaab3c89858f6a0c763bc76f90df-hours,
    .wrapp_timer #timer-number-a69efaab3c89858f6a0c763bc76f90df-minutes{
        font-size: 50px !important;
    }
    .wrapp_timer .timer-separator{
        padding: 0 10px !important;
    }
    .wrapp_timer #timera69efaab3c89858f6a0c763bc76f90df{
        min-width: 320px !important;
    }
}