body{
      font-family: 'Lato', sans-serif;
}
.itback{
    font-family: 'Lato', sans-serif;
}
div.logo{
    background: url('img/logo.png');
    width: 92px;
    height: 100px;
    margin: 17px !important;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    background-repeat: no-repeat;
    filter:hue-rotate(180deg);
}
.flex-container {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 49px;
    padding-bottom: 19px;
    background: #d7d7d7;
}

h2.how {
    font-size: 56px;
}

.flex-item {
    width: 15%;
    height: 114px !important;
    min-height: 0;
    padding-bottom: 31px;
    padding-top: 10px;
    eight: 182px;
    transition: 0.3s all cubic-bezier(0.67, -0.64, 0.14, 1.34);
    margin-bottom: 32px;
    /* border-radius: 100px; */
    background: #a8a8a8;
    border-radius: 5px;
    /* box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.45); */
    text-align:  center;
    display: table-cell;
    vertical-align:  middle;
}
span.date {
    font-size: 13px;
    float: right;
}

.flex-item img {
    /* max-width: 58%; */
    max-height: 89px;
    height: auto;
    cursor: pointer;
    width: auto;
}

h1 {
    text-align: left;
    font-weight: 100;
    /* background: #fff; */
    /* text-shadow: 1px 1px 5px red, 0 2px 1em #0c0c0c, 2px 0 0.1em #110037; */
    letter-spacing: 1px;
    color: #fff;
    font-size: 73px;
    padding-left: 124px;
    padding-bottom: 1px;
    position: a;
    font-weight: 600;
    margin: 6px 0 0 0px;
    padding-top: -2px;
}

.flex-item {
    background: none;
}
.flex-item i {
    font-size: 66px;
    color: #ffffff;
    background: #f28600;
    padding: 27px;
    border-radius: 9px;
}

.flex-item h2 {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 24px;
    height: 120px;
    width: 100%;
    font-family: 'Rubik', sans-serif;
}
.white .flex-item{
    width: 9%;
    /* background-color:#ffffff; */
    padding: 1% 0% 0%;
    /* border: 1px solid #b1b1b1; */
}

.main {
    background: url('img/logist.gif'); 
   /* background: url('img/back.jpg'); 
   /* background: url('img/back01.jfif'); */
    width: 100%;
    background-size: cover;
    padding-top: 63px;
    padding-bottom: 231px;
    background-color: #000;
    border-top: 3px solid #070707;
    border-bottom: 7px solid #2a0085;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 54% 79%;
}

.main h1 {
    background: rgba(11, 58, 88, 0.9);
    padding: 17px;
    margin: -11px auto;
    display: table;
    color: #fff;
    font-weight: 100;
    border-radius: 6px;
    mix-blend-mode: unset;
    font-size: 3vw;
    letter-spacing: 4px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.white{
    background-color: #e8e8e8;
    margin-top: 22px;
    height: auto;
    height: 380px;
}

input {
    width: calc(100% - 18px);
    font-size: 18px;
    margin-bottom: 30px;
    padding: 10px;
    mix-blend-mode: overlay;
    background: #000;
    text-align: left;
    color: #fff;
    border: 1px solid #7ba0b3;
    /* margin-left: 12px; */
}

label{
    width: 49%;
    float: left;
    display: block;
    text-align: right;
}

textarea{
    width: calc(100% - 19px);
    margin-bottom: 22px;
    height: 203px;
    font-size: 24px;
    text-align: left;
    padding: 20px;
    background: #000;
    color: #fff;
    mix-blend-mode: overlay;
}

input[type=submit]{
    width: calc(100% - 16px);
    /* margin-left: auto; */
    /* display: block; */
    background: #454746;
    /* padding: 14px; */
    cursor: pointer;
    color: #fff;
    border: 1px solid #7bc0f5;
    border-radius: 5px;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    /* border: none; */
    transition: 0.5s ease;
}

input[type=submit]:hover{
   background: #010012;
   color: #ffbb00;
}
form {
    width: 50%;
    position: absolute;
    margin: 0 auto;
    background: #7c9aa4;
    left: calc(50% - 25%);
    margin-top: 190px;
    border-radius: 7px;
    border: 1px solid #ccc;
    filter: blur();
    mix-blend-mode: hard-light;
    padding: 35px 38px 17px 47px;
}

.row {
    margin-bottom: 18px;
}

header {
    /* height: 123px; */
    background: #f06f00;
    display: table;
    padding-bottom: 12px;
    width: 100%;
}

.main i.far.fa-arrow-alt-circle-down {
    color: #ffffff;
    font-size: 60px;
    margin: 0 auto;
    display: table;
    border: 9px solid #000;
    background: #f08500;
    padding: 10px;
    border-radius: 2000px;
    margin-top: 15vw;
    /* width: 105px; */
    cursor: pointer;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.col2 {
    width: 46%;
    float: left;
    padding: 2% 0.5% 2.5% 1.5%;
    margin: 1% 0.5% 1% 2.5%;
    height: 408px;
    /* color: blueviolet; */
    margin-bottom: -12px;
}
.part{
    width: 100%;
    display: table;
}
.num li::before {
  background: #2a0085;
  padding: 3px 19px;
  content: '1';
  display: table;
  border-radius: 50px;
  margin-left: auto;
  margin-bottom: 24px;
  margin-right: auto;
  color: #fff;
  font-size: 45px;
}

.num li:nth-child(2)::before {
  content: '2';
}

.num li:nth-child(3)::before {
  content: '3';
}

.num li:nth-child(4)::before {
  content: '4';
}

.num li:nth-child(5)::before {
  content: '5';
}
.num li:nth-child(6)::before {
  content: '6';
}
.num li:nth-child(7)::before {
  content: '7';
}
.num li:nth-child(8)::before {
  content: '8';
}
.num li:nth-child(9)::before {
  content: '9';
}
.num li:nth-child(10)::before {
  content: '10';
}
.num li:nth-child(11)::before {
  content: '11';
}

.num {
    width: 100%;
    padding-right: 2%;
    float: left;
    font-size: 21px;
    padding-bottom: 24px;
    font-weight: 400;
    padding-left: 52px;
    text-align: left;
    background: #fff;
    list-style-type: none;
    letter-spacing: 1;
}
.col2 strong{
    text-align: center;
    width: 100%;
    display: block;
    background: #fff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 27px;
}

p {
    font-size: 21px;
    line-height: 29px;
    text-align: justify;
}

.itman {
    width: 511px;
    height: 511px;
    background: url(img/itman.png);
    background-size: contain;
    opacity: 0.9;
    /* background-blend-mode: color-burn; */
    background-position-y:  100%;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
}

.itback {
    width: 100%;
    height: 514px;
    background: url(img/itback.jpg);
    background-attachment: fixed;
    border-top: 7px solid #4d07e5;
    border-bottom: 7px solid #4d07e5;
}

.itback h1 {
    margin-top: -267px;
    background: rgb(0, 124, 58);
    padding: 16px 31px;
    display: table;
    color: #fff;
    border-radius: 4px;
    font-size: 39px;
    margin: 0 auto;
    margin-top: -317px;
}

.device {
    /* background: url(img/itback.jpg); */
    width: calc(100%  - 8px);
    /* height: 610px; */
    background-attachment:  fixed;
    padding-left: 12px;
    /* background: #dddddd; */
    text-align: center;
    padding-top: 6px;
    padding-bottom: 50px;
}

.smart {
    background: url('img/smart1.png');
    width: 205px;
    background-size: cover;
    height: 397px;
    margin-top: 12px;
    margin-bottom: 118px;
    /* float:left; */
    display: inline-block;
}


.tablet {
    background: url('img/pad.png');
    width: 306px;
    background-size: cover;
    height: 451px;
    /* float:left; */
    margin-left: 161px;
    margin-bottom: 55px;
    background-repeat:  no-repeat;
    display: inline-block;
    padding-top: 17px;
}

.laptop {
    background: url('img/laptop.png') top left no-repeat;
    width: 868px;
    background-size: cover;
    height: 534px;
    padding-bottom: 5px;
    display: inline-block;
    margin-left: 0px;
    /* float: left; */
}

.device h1 {
    /* background:  rgb(0, 124, 58); */
    display: table;
    color: #000;
    padding: 19px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: -6px;
}

footer {
    width: 100%;
    height: auto;
    margin-top: -1px;
    margin-bottom: 40px;
    background: #454746;
    /* margin-top: 15px; */
} 

.wa {
    display: table;
    margin: 0 auto;
    /* background: #d3d3d3; */
    color: #fff;
    padding: 11px 14px 11px 14px;
    font-size: 25px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.wa a{
  color: #fff;
  padding-left: 3px;
  position: absolute;
  padding-left: 25px;
  text-align: left;
}
@media only screen and (max-width: 1280px){
   .white .flex-item {
    width: 22%;
}

}
@media only screen and (max-width: 1024px){
    .main h1 {
    font-size: 5vw;
}
ul.lang li{
  font-size: 17px;
}
header .logo{
  width: 60px;
  
}
.flex-container{
  padding-top: 10px;
  padding-bottom: 10px;
  height: 549px;
}
header h1{
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: -20px;
}
.flex-container .flex-item {
  margin-bottom: 0px
}
.phone{
  width: 179px !IMPORTANT;
  margin-top: -20px  !IMPORTANT;
  font-size: 21px !IMPORTANT;
}
form {
    width: 100%;
    /* margin: 0 auto; */
    /* background: #d3d3d3; */
    border-radius: 7px;
    padding: 35px 46px 20px 46px;
}


header h1 {
    /* font-size: 12px; */
    margin-bottom: -10px;
}
.gradDynamic h1{
  font-size: 5.5vw !important;
  margin-top: 86px !important;
}
.itman {
    width: 30%;
    height: 363px;
}

.flex-item {
    width: 26%;
}

.white .flex-item {
    width: 30%;
}

.laptop {
    margin-left: -49px;
}

.smart {
    margin-left: -45px;
}

.col2 {
    height: 521px;
    display: table;
}

.num {
    width: 100%;
}

form {
    width: calc(100% - 238px);
    left: calc(50% - 25%);
}

.main {
    background-position: 54% 52%;
    height: 56vw;
    background-size: 1151px;
}

.itback {
    height: 363px;
}

}

@media only screen and (max-width: 768px){
.main {
    background-position: 56% -5vw;
}
.flex-item h2{
  font-size: 20px;
}
h2.anno {
  margin-top: 20px !important;
  margin-bottom: -60px !important;
}
  .gradDynamic{
    height: 200px !important;
  }
  .gradDynamic h1{
    margin-top: 65px !important;
  }
.flex-container{
  padding-top: 58px;
  padding-bottom:0;
}
header{
  height: 80px;
}
ul.lang li{
  font-size: 17px !important;
  margin-top: 20px;
}

ul.lang{
  margin-top: 5px;
  padding-left: 1px !IMPORTANT;
  margin-right: 1px;
}
div.logo{
  width: 90px;
  margin-top: 10px;
  background-size:
  contain;
  margin: 9px !important;
  height:70px;
  background-repeat:
  no-repeat;
}
.flex-item i{
  font-size: 30px;
}
form {
    width: calc(100%);
    left: -2px;
    margin-top: 109px;
    width: 100% !important;
}


.laptop {
    width: 91vw;
    margin-left: -49px;
    background-size: contain;
    height: 419px;
}

.tablet {
    margin-left: 40px;
    /* margin-right: 87px; */
}
.main i.far.fa-arrow-alt-circle-down {
    font-size: 60px;
    margin-top: 111px;
}

.col2 {
    height: 529px;
    width: 47%;
    margin: 0px;
}

.white .flex-item {
    width: 33%;
}

.itman {
    width: 48%;
}

.itback h1 {
    position:  absolute;
    right: 27px;
    font-size: 35px;
}
}
@media only screen and (max-width: 600px) and (min-width: 480px){
    .vuejs img {
        width: 38%;
        margin-top: -4px;
    }
}


@media only screen and (max-width: 480px){
.itman {
    width: 83%;
    height: 406px;
}
.wa a{
  font-size: 18px;
  width: 50%;
}
.phone {
    font-size: 23px;
    width: 100%;
    float: unset;
    margin-top: 0px;
    font-size: 21px;
}

.phone {
    width: 100%;
    font-size: 22px;
    margin-top: 7px !important;
}
body a.fab.fa-whatsapp-square{
  bottom: 40px !IMPORTANT;
  font-size: 35px;
  padding:5px
}
num li {
    width: 100%;
}

.white .flex-item {
    width: 50% !important;
}

.phone {
    font-size: 26px;
    margin-top: 0px !important;
    width: 100% !important;
    font-size: 27px !IMPORTANT;
    text-align: center;
}

header h1 {
    margin-top: -7px !important;
    font-size: 20px !important;
    margin-bottom: -12px;
}

.phone {
    font-size: 19px !important;
    width: 459px;
    margin-top: 14px !important;
}

ul.lang {margin-right: -20px;margin-top: 54px !important;}

header h1 {
    padding-top: 17px !important;
    text-align: center;
}

body h2.anno {
  margin-top: 110px !important;
  margin-bottom: -60px !important;
  font-size: 29px !important;
  width: auto !important;
  margin: 0 auto;
}
.gradDynamic{
  height: 141px !important;
}
.num{
  font-size: 20px;
  padding-left: 0px;
  background: #fff;
}
.num li{
  width: 100% !important;
}
.num::before{
  padding: 2px 8px;
  font-size:15px;
}
.flex-container{
  padding-top:10px;
  margin-bottom: 20px;
}
ul.lang{
  margin-top:5px;
  margin-left: -5px;
  right: 15px !important;
  width: 100%;
  text-align: center;
}
.lang li{
  font-size: 14px;
  line-height: 28px;
  padding: 1px 3px 1px 0px;
}

header {
    height: 106px;
}
.earthnight{
  height: 700px !important;
  background-size:300% !important;
}
nav{
  /* right: -3px !important; */
  /* top: -22px !important; */
  /* transform: scale(0.8); */
}

form{
  width: 101%;
  padding: 41px 6px;
}

.gradDynamic h1 {
    font-size: 8.5vw !important;
    margin-top: 27px !important;
}


.white{
    padding-top: 0px;
    height: auto;
}

.itback h1 {
    font-size: 23px;
    /* position: absolute; */
    padding: 9px;
    /* right: 31px; */
    margin-top: -382px;
}
.wa {
    width: 100%;
    text-align: center;
    font-size: 13px !important;
    padding: 0px;
    margin-top: 62px;
}
.wa span{
  width: 44% !important;
  font-size: 22px;
  text-align: left;
}
.col2 {display: table !important;height: auto;}

.main {
    background-position: 54% 8vh;
    background-size: 926px;
    height: 515px;
    border-bottom: none;
    background-color: #fff;
}

.flex-item h2 {
    font-size: 21px;
}

.laptop {
    width: 97vw !important;
    background-size: contain;
    height: 244px;
    margin-left: 5px;
    background-repeat:  no-repeat;
}

.device {
    padding-left: 0;
    width: calc(100%  - 8px);
    padding-bottom: 25px;
}

.main i.far.fas fa-caret-square-down {
    margin-top: 32vw;
    font-size: 56px;
}

.flex-item {
    width: 45%;
    margin-bottom: 0px;
    padding-top: 16px;
    transform: scale(0.9);
}
.flex-item.nm img{
  height: auto;
  margin-top: 8px;
  padding-bottom: 0px;
}
.main h1 {
    font-size: 36px;
    padding: 9px !important;
}

div.logo {
    width: 94px !important;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: -25px;
    height: 40px;
}

.col2 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 22px;
}

.itback {
    height: 406px;
}

.white .flex-item {
    width: 43%;
    height: 200px !important;
}

.tablet {
    margin-left: 28px;
    width: 217px;
    background-size: contain;
    height: 300px;
    margin-bottom: 20px;
}

.smart {
    margin-left: 37px;
    width: 186px;
    background-size:  contain;
    margin-right: 35px;
    height: 347px;
    margin-bottom: 23px;
}

h1 {
    font-size: 25px;
    padding: 0px !important;
}
h1.cnt{
  font-size: 30px !important;
  margin-top: -117px !important;
}
form {
    /* width: calc(100% - 86px); */
    height: 784px !important;
}
}

a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
    color: #007c3a;
}
.flex-item:hover {
    transform: scale3d(1.05, 1.1, 1.1);
}

p.desing {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.5px;
}

nav ul {
    list-style-type:  none;
    padding: 0;
    margin: 0px;
    text-align: center;
}

nav ul li {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 49px;
    float: unset !important;
    display: inline-block;
    border-radius: 3px !important;
    margin: 9px;
    mix-blend-mode: difference;
    cursor: pointer;
    border: 1px solid #2d2c2c;
    transition: 0.3s all cubic-bezier(0.79, -0.23, 0.25, 1);
}
nav ul li:hover{
  background: #6465ff;
  transform: scale(1.2);
}
nav {
    right: 0px;
    position: fixed;
    /* right: -4px !IMPORTANT; */
    padding-right: 1px;
    bottom: 0px;
    text-align: center !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
}


.itback {
  position: relative;
  overflow: hidden;
  /*  background: #111111 url(https://semantic-ui.com/images/bg-sky.jpg);*/
  background-size: cover;
  text-align: center;
  padding: 0em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
  border-bottom: none;
  background-color: #00B5AD;

}

.text {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  height: auto;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  text-transform: none;
  width: auto;
  z-index: 10000;
}

.text a {
  color: aqua;
  font-weight: bold;
}

.itback .grid {
  margin: 0em;
  padding: 15rem 0em;
}


@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src:url('../fonts/codropsicons/codropsicons.eot');
    src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
        url('../fonts/codropsicons/codropsicons.woff') format('woff'),
        url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
        url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
    background: #fff;
    color: #383a3c;
    font-weight: 400;
    width: 100%;
    font-size: 1em;
    line-height: 1.25;
    font-family: 'Raleway', Calibri, Arial, sans-serif;
    margin:0px;
}

a, button {
    outline: none;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

section {
    /* padding: 1em; */
    text-align: center;
    width: calc(100%);
}

p.ref {
    text-align: center;
    padding: 2em 1em;
}

/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    max-width: 900px;
}

.codrops-header h1 {
    margin: 0;
    font-size: 4.5em;
    line-height: 1;
    font-weight: 200;
}

.codrops-header h1 span {
    display: block;
    padding: 1em 0 1.5em;
    font-size: 36%;
    color: #95a5a6;
    line-height: 1.4;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.69em;
    text-align: center;
    padding: 3em 0;
}

.codrops-top a {
    display: inline-block;
    padding: 1.5em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
    padding-top: 1em;
    font-size: 0.8em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0.35em 0.1em;
    padding: 0.5em 1.2em;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 2px;
    font-size: 110%;
    border: 2px solid transparent;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
    border-color: #383a3c;
}

.codrops-demos h3 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    font-size: 0.9em;
    float: left;
    min-width: 90px;
    clear: left;
}

.codrops-demos div:not(:first-child) h3 {
    padding-top: 2em;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
    color: inherit;
    border-color: initial;
}

/* Related demos */
.related {
    padding: 10em 0;
}

.related p {
    font-size: 1.5em;
}

.related > a {
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    vertical-align: middle;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
    border-radius: 10px;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    min-height: 63px;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: center;
    font-weight: 400;
    font-size: 1em;
}
@media screen and (max-width: 1000px) {
 .gradDynamic{
   height: 250px !important;
 }
}

@media screen and (max-width: 700px) {
 body h2.anno {
   margin-top: 40px !important;
   margin-bottom: -60px !important;
 }

  .gradDynamic{
   height: 180px !important;
 }
}

@media screen and (max-width: 1200px) {
 h2.anno {
   margin-top: 29px !important;
   margin-bottom: -88px !important;
   font-size: 35px !important;
 }
}
@media screen and (min-width: 800px) {
    body #cdawrap {
        width: 180px;
        right: 25px;
        top: 100%;
        position: absolute;
        margin-top: 25px;
    }

}

@media screen and (max-width: 40em) {

    .codrops-header h1 {
        font-size: 2.5em;
    }
}


/* Header */
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.demo-1 .large-header {
    background-image: url('https://source.unsplash.com/Ki0dpxd3LGc');
}

.demo-2 .large-header {
    background-image: url('../img/demo-2-bg.jpg');
    background-position: center bottom;
}

.demo-3 .large-header {
    background: #7f8c8d;
}

.demo-4 .large-header {
    background: #f9f1e9;
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title, 
.demo-3 .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.demo-2 .main-title {
    font-family: 'Clicker Script', cursive;
    font-weight: normal;
    font-size: 8em;
    padding-left: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.demo-2 .main-title::before {
    content: '';
    width: 20vw;
    height: 20vw;
    min-width: 3.5em;
    min-height: 3.5em;
    background: url(../img/deco.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.demo-3 .main-title {
    padding: 10px 40px;
    border: 10px double #f9f1e9;
    text-transform: uppercase;
    font-family: Londrina Outline, sans-serif;
}

.demo-4 .main-title {
    font-size: 6em;
    font-weight: 300;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #222;
}

.main-title .thin {
    font-weight: 200;
}

@media only screen and (max-width : 768px) {
    .demo-1 .main-title, 
    .demo-3 .main-title,
    .demo-4 .main-title {
        font-size: 3em;
    }

    .part .num li {
      width: 40%;
      height: 177px;
    }

    canvas#projector {
       left: 0 !important;
    }
    .demo-2 .main-title {
        font-size: 4em;
    }
}

.tablet{
  /* margin-left: -40px !important; */
  margin-right: 20px;
}
 
  .gradDynamic:after, .gradDynamic:before{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content:"";
    z-index:-1;
  }
  
  .gradDynamic:after{
    background:radial-gradient(#2c3ca6,#007c3a,transparent);
    background-size:400%;
    animation:colorSpin 30s linear infinite;
  }
  
  .gradDynamic:before{
    background-color:#4d07e5;
  }
  
  @keyframes colorSpin{
    25%{background-position:0 100%}
    50%{background-position:100% 100%}
    75%{background-position:100% 0}
    100%{filter:hue-rotate(360deg)}
  }

  .gradDynamic {
    display: table;
    position: relative;
    width: 100%;
    height: 400px;
    border-top: 3px solid #a73f82;
    border-bottom: 4px solid #a73f82;
}

div#particles-js {
    background: none;
}

.gradDynamic h1 {
    color: #fff;
    font-size: 86px;
    background: none;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    margin-top: 135px;
    mix-blend-mode: overlay;
} 

ul.lang {
    position: absolute;
    list-style-type: none;
    font-size: 24px;
    padding-top: 6px;
    top: 3px;
    right: 4px;
    padding-left: 8px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 0px;
    padding-right: 7px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 200;
    line-height: 28px;
    /* background: rgba(255,255,255,0.1); */
}
.lang li{
  transition: 0.1s all ease;
  display: inline-block;
  padding: 3px;
  color: #000;
}
.lang li:hover{
  color: #000;
  transform: scale(1.1);
}
h1.cnt {
    color: #fff;
    position: absolute;
    left: calc(50% - 2em);
    margin-top: -126px;
    background: none;
    font-weight: 600;
    font-size: 45px;
    mix-blend-mode: overlay;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.earthnight{
    background: url('img/earthnight.jpg');
    width: 100%;
    border-top: 5px solid #00549e;
    height: 828px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

input#send {
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

input#send:hover{
   box-shadow: 1px 0px 18px 0px rgb(119, 144, 172);
   color: #000009;
   background:#d5f3ff;
}

form h2 {
    color: #fff;
    padding-bottom: 33px;
}

.php img {
    margin-top: 30px;
    max-width: 55%;
}

.jquery img {
    margin-top: 16px;
}

.js img{
    width: 67%;
    max-height: unset !important;
    max-width: 54%;
    margin-top: -13px;
}
.html img{
    width: 30%;
    margin-top: 4px;
}

.sql img{
    width: 50%;
    margin-top: 2px;
}

.css img{
    width: 31%;
    margin-top: -1px;
    height: auto !important;
}

.bootstrap img {
    margin-top: 4px;
}

.ec img {
    max-width: 89%;
    margin-top:-20px;
    width: 100px;
}

.op img, .pr img{
    max-width: 45%;
    margin-top: -13px
}

.wo img{
    margin-top: -16px;
}
.td img{
    margin-top: -4px;
}

.wa span {
    display: inline-table;
    width: 185px;
}
.wa span i{
  color: #fff !important;
  position: absolute;
}
h2.anno {
    color: #fff;
    margin-top: 144px;
    margin-bottom: -96px;
    margin-left: calc(50vw - 278px);
    font-size: 49px;
    border: 3px solid #000;
    width: 528px !important;
    display: table;
    padding: 10px;
    border-radius: 10px;
    width: auto;
    background: #000929d6;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.active li {
    text-align: right;
    padding-right: 20px;
    float: right;
}

.active li:before{
    float: right;
    margin-left: 20px
}

.active textarea {
    text-align: right;
}

.active input{
    text-align: right;
}

.flex-container.white.types {
    /* background: #f7fafb; */
    /* padding-top: 20px; */
    /* margin-top: -29px; */
} 

.num li {
    padding: 10px 45px;
    width: 20%;
    float: left;
    font-size: 25px;
    text-align: center;
} 

strong.opportunities {
    font-size: 52px;
}

.phone {
    font-size: 30px;
    color: #000;
    width: 234px;
    float: right;
    margin-top: -62px;
    letter-spacing: 1px;
    font-weight: 800;
}

.block3 img {
    margin: 20px;
    max-width: 367px;
    border-radius: 10px;
    max-width: 90vw;
}

#app2{
  width: 49%;
  height:100%;
  padding:0px;
  padding-top: 190px;
  margin:0px;
  background: #191d1e; /* Old browsers */
  background: -moz-linear-gradient(0deg,  #191d1e 50%, #283139 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#191d1e), color-stop(100%,#283139)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* IE10+ */
  background: linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191d1e', endColorstr='#283139',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  background-attachment: fixed;
}

#projector {
  position: absolute;
  top: 0px;
  left: -25vw;
  background: #2c2c2c;
  width: 100vw;
  height:100%;
} 

.center-div {
  width:580px;
    height:374px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -290px;
    margin-top:  -187px;
}

#preloaderDiv
{
  position:absolute;
  left:50%;
    top:50%;
    margin-left: -27px;
    margin-top:  -27px;
}

#logo{
  opacity:0;
    filter: alpha(opacity=0);
}

#date2014
{
  position:absolute;
  padding-left: 210px;
  padding-top:15px;
  opacity:0;
  top:303px;
  left:0;
    filter: alpha(opacity=0);
}


a.fab.fa-whatsapp-square {
    font-size: 45px;
    margin: 27px -5px;
    padding: 10px;
    background: #333;
    position: fixed;
    right: 20px;
    border-radius: 10px;
    bottom: 20px;
    border: 20px;
    z-index: 2000;
    color: #fff;
    text-decoration: none !important; 
}
footer a:hover {
  color: #f28600 !important;
}

.active .num li:before {
    float: unset;
    margin: 12px auto;
}

.active .num li {
    float: right;
} 

@media only screen and (max-width: 410px){
  header h1 {
      font-size: 15px !important;
      padding-bottom: 1px !important;
      padding-top: 14px !important;
  }

  .phone {
      font-size: 17px !important;
  }

  ul.lang li {
      font-size: 16px !important;
  }

  header {
      height: 50px !important;
      padding-bottom: 7px;
  }

  h2.anno {
      font-size: 20px !important;
      display: table !important;
      width: 90vw !important;
      margin-left:  auto;
      margin-right: auto;
  }

  .main i.far.fa-arrow-alt-circle-down {
      font-size: 40px;
      margin-top: 125px;
  }
} 

header h1{
   font-family: 'Rubik', sans-serif;
}
ul.lang li {
    width: 40px !important;
    margin-top: -7px;
    font-size: 0px !important;
}
ul.lang li:first-child {
    background: url('img/en.png') no-repeat;
}

ul.lang li:nth-child(2) {
    background: url('img/he.png') no-repeat;
}

ul.lang li:nth-child(3) {
    background: url('img/ru.png') no-repeat;
}

ul.lang li:nth-child(4) {
    background: url('img/ar.png') no-repeat;
}