    @font-face {
            font-family: "BicubikRegular";
            src: url("BicubikRegular.eot");
            src: url("BicubikRegular.eot?#iefix")format("embedded-opentype"),
            url("BicubikRegular.woff") format("woff"),
            url("BicubikRegular.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
    }
*{
	font-family: 'Arial';
    color: #fff;
}
li{
	list-style: none;
	margin: 0;padding: 0;
}
ul, li, h1,h2,h3,h4,h5,h6,p,span{
	margin: 0;padding: 0;line-height: 1.3;
}
body{
    background: #2e2e2e;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #3a3a3a;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #3a3a3a;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #3a3a3a;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #3a3a3a;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.error {
  border: 1px solid #ff0000 !important; color: #ff0000;
}
label.error{
  display: none !important;
}
a.btn, .btn{
  text-align: center;

  font-size: 16px;
  
  border: 0;
  color: #fff;
  background: #ff6613;
  border: 3px solid #ffcaad;
  border-radius: 15px;
  display: block;
  outline: none;
  text-decoration: none;
  
  transition: .3s;
  outline: none;
  width: 280px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  max-width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .3s;
  box-shadow: 0px 5px 20px 0px rgba(255, 102, 19, 0.6);
}
a.btn.dis, .btn.dis{
    
}
a.btn:hover, .btn:hover{
  background: #ff7200;
}
input[type=text],
input[type=tel]{
  
  font-weight: 400;
  font-size: 14px;
  font-family: 'Proxima Nova';
  border: 0;
  color: #222222;
  background: #fff;
  border: 1px solid rgb(242, 239, 236);
  border-radius: 10px;
  outline: none;
  text-decoration: none;
  text-indent: 20px;
  transition: .3s;
  outline: none;
  width: 280px;
  height: 54px;
  line-height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
}
.popup .scrolled{
    max-height: 500px;
    overflow-y: scroll;
}
.popup .check{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    display: inline-block;
}
.checkbox + label a{
    font-size: 14px;
    color: #000;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    
    border: 1px solid #f2efec;
}
.checkbox + label:after {

}
.checkbox:checked + label:before {
    background: url(../img/check.png) center center no-repeat;;
    
}

.wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    position: relative;
    height: 100vh;
    background: url(../img/bg_1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#particles-js{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    right: -70%;
    top: 70%;
    transform: rotate(45deg);
}
#particles-js1{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    left: -70%;
    top: -30%;
    transform: rotate(45deg);
}
.items{
    background: url(../img/planet.png) center center no-repeat;
    width: 500px;
    height: 500px;
    position: relative;
    z-index: 2;
}
.items > div{
    position: absolute;
}
.items > div img{
    z-index: 2;
    position: relative;
}
.items a:hover p{
    color: #f38245;
}
.items img{
    transition: .3s;
}
.items a:hover img{
    transform: scale(1.05) !important; 
}
.items div p{
    position: absolute;
    left: 110%;
    top: 40px;
    width: 200px;
    z-index: 2;
    color: #afa9d1;
}
.items .item1{
    top: -100px;
    left: 160px;
}
.items .item2{
    top: 20px;
    right: 5px;
}
.items .item3{
    top: 159px;
    right: -92px;
}
.items .item3 img{
  margin-top: -30px;
}
.items .item4{
    top: 430px;
    right: 44px;
}
.items .item5{
    bottom: -45px;
    left: 38px;
}
.items .item6{
    top: 285px;
    left: -106px;
}
.items .item6 img{
  margin-top: 20px;
}
.items .item7{
    top: 139px;
    left: -135px;
}
.items .item8{
    top: 20px;
    left: -39px;

}
.items .item8 img{
  max-width: 113px;
}
.items .item9{
    top: 300px;
    right: -112px;
}

.items .item1 p{top: 60px; left: 120%;}
.items .item2 p{top: 30px; left: 120%;}
.items .item3 p{top: 20px; left: 120%;}
.items .item4 p{}
.items .item5 p{text-align: right; left: -220px; top: 30px;}
.items .item6 p{text-align: right; left: -220px; top: 50px;}
.items .item7 p{text-align: right; left: -220px; top: 20px;}
.items .item8 p{text-align: right; left: -220px;}
.center{
  position: absolute;
  left: 50%;
  text-align: center;
  margin-left: -143px;
  top: 50%;
  margin-top: -181px;
  z-index: 3;
}
.center .txt1{
    font-family: "BicubikRegular";
    font-size: 24px;
    color: rgb(250, 246, 237);

    background: linear-gradient(45deg, #73bdcd 33%, #fff 100%) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.center .txt2{
    font-family: "BicubikRegular";
    font-size: 30px;
    color: rgb(250, 246, 237);;
    text-shadow: 0px 2px 0px rgba(38, 5, 123, 0.75);
    margin: 5px 0;
}
.dot{
    width: 10px;
    height: 10px;
    
    border-radius: 50%;
    background: #4c39ae;
    box-shadow: 0px 7px 16px 0px rgba(42, 0, 255, 0.98);
    position: absolute;
    z-index: 3;
    
}
.dot:before{
    width: 20px;
    height: 20px;
    border: 5px solid rgba(76, 57, 174, .55);
    position: absolute;
    top: -5px;
    left: -5px;
    content: '';
    border-radius: 50%;
    background: transparent;

}
.items .item a:hover .dot{
    background: #ff6613;
    /*border: 5px solid rgba(255, 102, 19, .85);*/
    box-shadow: 0px 5px 20px 0px rgba(255, 102, 19, 0.6);
}
.items .item a:hover .dot:before{
    border: 5px solid rgba(255, 102, 19, .35);
}
.items .item1 .dot{
    top: 103px;
    left: 87px;
}
.items .item2 .dot{
    top: 43px;
    left: -35px;
}
.items .item3 .dot{
    top: 28px;
    left: -33px;
}
.items .item4 .dot{
    top: 31px;
        left: -15px;
}
.items .item5 .dot{
  top: 45px;
  left: 96px;
}
.items .item6 .dot{
    top: 45px;
    left: 120px;
}
.items .item7 .dot{
    top: 48px;
    left: 145px;
}
.items .item8 .dot{
    top: 43px;
    left: 125px;
}
.items .item9 .dot{
    top: 30px;
    left: -20px;
}
.items .item:before{
    position: absolute;
    content: '';
    background: url(../img/shadow1.png) center center no-repeat;
    width: 246px;
    height: 246px;
    top: 50%;
    margin-top: -123px;
    left: 50%;
    margin-left: -123px;
    z-index: 1;
}
.popup{
    padding: 40px;
    background: #fff;
    width: 900px;
    border-radius: 10px;
}
.popup.tnx{
    background: url(../img/bg_1.png) center center no-repeat;
    width: 400px;
    padding-bottom: 40px;

}
.popup .scrolled p{
  padding: 20px 0;
  margin-top: 0;
}
.popup.tnx span{
    font-size: 24px;
}
.popup.tnx h2{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.fancybox-close-small {
  background: url(../img/close.svg) center center no-repeat;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 20px;
}
.fancybox-close-small svg{
  display: none;
}
.popup h2{
    font-size: 36px;
    font-weight: bold;
    color: #000;
}
.popup p{
    font-size: 14px;
    margin-top: 15px;
    color: #000;
}
.popup .inputs{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}
.popup .inputs .item_out{
    -webkit-flex: 0 0 calc(33% - 30px);
    -moz-flex: 0 0 calc(33% - 30px);
    -ms-flex: 0 0 calc(33% - 30px);
    -o-flex: 0 0 calc(33% - 30px);
    flex: 0 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}
.popup .inputs .item_out input{
    max-width: 100%;
}
.items .item.item2:before,
.items .item.item3:before,
.items .item.item4:before,
.items .item.item5:before{
    background: url(../img/shadow2.png) center center no-repeat;
}
.items .item.item1:before{top: 100%; left: 45%;}
.items .item.item2:before{top: 65%; }
.items .item.item3:before{top: 40%; left: 50%;}
.items .item.item4:before{top: 75%; left: 60%;}
.items .item.item5:before{top: 35%; left: 20%;}
.items .item.item6:before{top: 85%; left: 40%;}
.items .item.item7:before{top: 85%; left: 40%;}
.items .item.item8:before{top: 85%; left: 40%;}
.dev_logo{
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
.pulse{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border: 1px solid rgba(82,32,167,0.3);
    animation: pulse_play 5s infinite;
    border-radius: 50%;
}
.pusle_play2{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(82,32,167,0.3);
    animation: pulse_play_t 5s infinite;
    border-radius: 50%;
}
.content{
  position: relative;
  z-index: 3;
}
.wrapper.in_page{
  height: auto;
  display: block;
  min-height: 100vh;
}
.wrapper.in_page .logo img{
  width: 100px;
}
.wrapper.in_page .header{
  padding: 40px 0;
  z-index: 4;
  position: relative;
}
.content .container .row .left a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.content .container .row .left a span{
  display: inline-block;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  -o-flex: 0 0 40px;
  flex: 0 0 40px;
}
.content .container .row .left a span img{
  max-width: 60%;
  max-height: 60%;
}
.wrapper.in_page{
  position: relative;
}
.wrapper.in_page .header .row{
  align-items: center;
  justify-content: space-between;
}
.wrapper.in_page .header .left2{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wrapper.in_page .header .left2 p{
  
  background: linear-gradient(45deg, #73bdcd 33%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "BicubikRegular";
  font-size: 24px;
  text-transform: uppercase;
}
.wrapper.in_page .right2 p{
  font-family: "BicubikRegular";
  font-size: 30px;
  color: rgb(250, 246, 237);
  text-shadow: 0px 2px 0px rgba(38, 5, 123, 0.75);
}
.wrapper.in_page .left2 img{
  margin-right: 10px;
}
.wrapper.in_page .left2,
.wrapper.in_page .right2,
.wrapper.in_page .center2{

}
.wrapper.in_page #particles-js1{
  width: 60%;
      height: 40%;
      bottom: 0;
      /* right: 140px; */
      position: absolute;
      z-index: 1;
      left: 0;
      top: -90px;
      transform: rotate(45deg);
}
.wrapper.in_page .content{
  padding-bottom: 60px;
}
.wrapper.in_page .content .container .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.wrapper.in_page .content .container .row .left{
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -o-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 30px;
}
.wrapper.in_page .content .container .row .left li{
  margin-top: 30px;
}
.wrapper.in_page .content .container .row .left a{
  font-size: 14px;
  color: #fff;
}
.wrapper.in_page .content .container .row .right *{
  color: #000;
}
.wrapper.in_page .content .container .row .right h2{
  padding-bottom: 30px;
}
.wrapper.in_page .content .container .row .right p{
  padding: 15px 0;
}
.wrapper.in_page .content .container .row .right{
  -webkit-flex: 0 0 75%;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -o-flex: 0 0 75%;
  flex: 0 0 75%;
  margin-top: 30px;
  padding: 30px;
  background: rgba(255,255,255,.7);
  border-radius: 15px;
}
.dev_logo_wrap{
  padding-top: 30px;
}
.menu_mob_l{
  display: none;
}
.menu_mob_l{
    display: none;
}
.menu_mob_l {
  width: 33px;
  height: 20px;
  z-index: 10001;
  position: absolute;
  cursor: pointer;
  right: 15px;
  display: none;
  top: 15px;

}

.menu_mob_l span {
  display: block;
  position: absolute;
  height: 3px;
  width: 33px;
  background: #fff;
  
  opacity: 1;
  z-index: 100;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.menu_mob_l span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.menu_mob_l span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.menu_mob_l span:nth-child(3) {
  top: 100%;
  margin-top: -2px;
}

.open header {
}


.open .menu_mob_l span:nth-child(1) {
  transform: rotate(45deg) translate(-2px, -1px);
  top: -1px;
  width: 32px;
}

.open .menu_mob_l span:nth-child(2) {
  opacity: 0
}

.open .menu_mob_l span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -1px);
  top: calc(100% - -2px);
  width: 32px;

}
.open .content .left ul{
  height: auto;
}

@media (max-width: 992px){
  .wrapper.in_page .content .container .row .right,
  .wrapper.in_page .content .container .row .left{
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .content .container .row .left ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    
    margin-right: -15px;
    margin-left: -15px;
  }
  .content .container .row .left ul li{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.333% - 30px);
  }
  .content .container .row .left a{
    font-size: 12px;
  }
}

@media (max-width: 767px){
  .wrapper.in_page .logo img{
    width: 60px;
  }
  .wrapper.in_page .header .left2 p{
    font-size: 16px;
  }
  .wrapper.in_page .right2 p{
    font-size: 18px;
  }
  .wrapper.in_page .header,
  .wrapper.in_page .content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .content .container .row .left ul{
    height: 0;
    overflow: hidden;
  }
  .open .content .container .row .left ul{
    height: auto;
  }
  .menu_mob_l{
    display: block;
  }
  .wrapper.in_page .content .container .row{
    padding-top: 40px;
  }
  .content .container .row .left ul li{
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px){
  .wrapper.in_page .header .row{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.in_page .header .left2,
  .wrapper.in_page .header .right2{
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wrapper.in_page .logo{
    display: inline-block;
    margin: 0 auto;
    
  }
  .wrapper.in_page .header{
    text-align: center;
  }
  .wrapper.in_page .logo img{
    width: 60px;
  }
  .wrapper.in_page .header .left2{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.in_page .header .left2 p{
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    width: 100%;
  }
  .wrapper.in_page .right2 p{
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    width: 100%;
  }
  .content .container .row .left ul li{
    width: 100%;
    margin-top: 10px;
  }
  .wrapper.in_page .content .container .row .right{
    padding: 15px;
    -webkit-flex: 0 0 calc(100% + 30px);
    -moz-flex: 0 0 calc(100% + 30px);
    -ms-flex: 0 0 calc(100% + 30px);
    -o-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    margin-left: -15px;
    max-width: calc(100% + 30px);
    border-radius: 0;
  }
  .content .container .row .right h2,
  .content .container .row .right h1{
    font-size: 22px;
    padding-bottom: 15px;
  }
  .content .container .row .right h3{
    font-size: 20px;
  }
  .content .container .row .right p{
    font-size: 14px;
  }
}
@-webkit-keyframes pulse_play {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse_play {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse_play_t {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse_play_t {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #ff6613; }
::-webkit-scrollbar-track {  background-color: #ff6613;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #ff6613; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #ff6613;}}
::-webkit-resizer { background-color: #ff6613;}