/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/


ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* particleground demo */

* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


#particles {
    /*width: 100%;
  height: 100%;
  overflow: hidden;*/
    position: relative;
    background: #192882;
}
.pg-canvas {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.intro {
    /*position: absolute;
    left: 0;
    top: 50%;
    padding: 0 20px;
    width: 100%;
    text-align: center;*/
    /* position: absolute; */
    left: 0;
    top: 50%;
    /* padding: 0 20px; */
    width: 100%;
    text-align: center;
    margin-top: 0 !important;
}


@media only screen and (max-width: 568px) {
  /*.intro {
    padding: 0 10px;
  }*/
    .akh .owl-nav.disabled {
       
        display: none !important;
       
    }
    .md-pb-20{

    }
    h1 {
        font-size: 27px;
    }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
}