/* - Reset - */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600,600italic,400italic,300italic,300&subset=latin,cyrillic-ext);
/* Mixins */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
td img {
  vertical-align: top; }

input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%;
  border: 0;
  outline: none; }

input[type="text"],
input[type="password"],
textarea {
  padding: 0; }

input[type="checkbox"] {
  vertical-align: bottom; }

input[type="radio"] {
  vertical-align: text-bottom; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

html {
  font-size: 10px; }

.mynewstyles {
  /* start my settings */ }
  .mynewstyles * {
    line-height: 1.2; }
  .mynewstyles .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .mynewstyles * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mynewstyles .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .mynewstyles .clear {
    clear: both; }
  .mynewstyles .dib {
    zoom: 1;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    _display: inline;
    *display: inline;
    vertical-align: top; }
  .mynewstyles .translate5050 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .mynewstyles .transitionall * {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out; }
  .mynewstyles .transitionmy {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out; }
  .mynewstyles .nm {
    margin: 0 !important; }
  .mynewstyles .np {
    padding: 0 !important; }
  .mynewstyles .text-center {
    text-align: center; }
  .mynewstyles .text-left {
    text-align: left; }
  .mynewstyles .text-right {
    text-align: right; }
  .mynewstyles .pull-left {
    float: left; }
  .mynewstyles .pull-right {
    float: right; }
  .mynewstyles .upper {
    text-transform: uppercase; }
  .mynewstyles .posrel {
    position: relative; }
  .mynewstyles .fs0 {
    font-size: 0;
    display: table;
    width: 100%; }
  .mynewstyles .dtable {
    display: table;
    width: 100%; }
  .mynewstyles .dtr {
    display: table-row; }
  .mynewstyles .dtr.th {
    color: #b2b2b2; }
  .mynewstyles .dtc {
    display: table-cell;
    vertical-align: middle; }
  .mynewstyles .dtc.top {
    vertical-align: top; }
  .mynewstyles .dtc.bottom {
    vertical-align: bottom; }
  .mynewstyles .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .mynewstyles .hide {
    display: none !important; }
  .mynewstyles .show {
    display: block !important; }
  .mynewstyles .invisible {
    visibility: hidden; }
  .mynewstyles .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .mynewstyles .hidden {
    display: none !important; }
  .mynewstyles .affix {
    position: fixed; }
  .mynewstyles .inp.placeholder {
    color: #b2b2b2 !important;
    font-size: 18px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif; }
  .mynewstyles .inp:-moz-placeholder {
    color: #b2b2b2 !important;
    font-size: 18px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif; }
  .mynewstyles .inp::-webkit-input-placeholder {
    color: #b2b2b2 !important;
    font-style: italic;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; }
  .mynewstyles .inp.inptextarea::-moz-placeholder {
    color: #b2b2b2 !important;
    font-style: italic;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; }
  .mynewstyles textarea.inp::-webkit-input-placeholder {
    color: #b2b2b2 !important;
    font-style: italic;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; }
  .mynewstyles .inp:-ms-input-placeholder {
    color: #b2b2b2 !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic; }
  .mynewstyles .italic {
    font-style: italic; }
  .mynewstyles .wrapper {
    position: relative;
    max-width: 1920px;
    font-family: 'Roboto Slab', serif;
    margin: 0 auto; }
  .mynewstyles .page-wrapper__inner {
    max-width: 1024px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative; }
  .mynewstyles .slide1 {
    background: url("../img/slide1bg.jpg") 50% 0 no-repeat;
    background-size: cover;
    padding: 30px 0; }
    @media only screen and (max-width: 520px) {
      .mynewstyles .slide1 .dtc {
        display: block;
        text-align: center;
        padding-bottom: 5px; } }
  .mynewstyles img {
    max-width: 100%; }
  .mynewstyles .toplogos {
    margin-bottom: 25px; }
    @media only screen and (max-width: 700px) {
      .mynewstyles .toplogos .dtc {
        display: block;
        max-width: 320px;
        margin: 5px auto; } }
  .mynewstyles .robslab {
    font-family: 'Roboto Slab', serif; }
  .mynewstyles .s1header {
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding-bottom: 40px; }
    @media only screen and (max-width: 520px) {
      .mynewstyles .s1header {
        font-size: 30px;
        padding-bottom: 20px; } }
    .mynewstyles .s1header b {
      font-size: 60px; }
      @media only screen and (max-width: 520px) {
        .mynewstyles .s1header b {
          font-size: 40px; } }
  .mynewstyles .awards {
    width: auto;
    margin: 0 auto 45px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center; }
    .mynewstyles .awards .dtc {
      padding: 0 10px; }
  .mynewstyles .greenbtn {
    background: #06bf60;
    border: 3px solid #fff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    max-width: 550px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-decoration: none !important;
      overflow: hidden;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px; }
    .mynewstyles .greenbtn span{
      border-bottom: 4px solid  #06b45a;
      display: inline-block;
      padding: 15px 25px;
    }
    @media only screen and (max-width: 700px) {
      .mynewstyles .greenbtn {
        font-size: 20px; } }
    .mynewstyles .greenbtn:hover span {
      border-color: transparent;
     
       }
      .mynewstyles .greenbtn:hover{
        top: 4px;
         position: relative;
      }
  .mynewstyles .slide2 {
    padding: 50px 0; }
    .mynewstyles .slide2 .s2header {
      font-size: 20px;
      text-align: center;
      padding-bottom: 55px; }
      @media only screen and (max-width: 700px) {
        .mynewstyles .slide2 .s2header {
          padding-bottom: 35px; } }
      .mynewstyles .slide2 .s2header b {
        font-size: 40px; }
        @media only screen and (max-width: 700px) {
          .mynewstyles .slide2 .s2header b {
            font-size: 30px; } }
    .mynewstyles .slide2 .s2wr {
      text-align: center; }
      .mynewstyles .slide2 .s2wr__item {
        position: relative;
        width: 250px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; }
        .mynewstyles .slide2 .s2wr__item img {
          padding-bottom: 20px; }
        .mynewstyles .slide2 .s2wr__item b {
          font-size: 25px;
          padding: 0 3px 20px; }
          @media only screen and (max-width: 700px) {
            .mynewstyles .slide2 .s2wr__item b {
              font-size: 20px;
              padding-bottom: 10px;
              display: block; } }
        .mynewstyles .slide2 .s2wr__item:before {
          background: url("../img/arrr2.png") 0 50%;
          content: '';
          width: 25px;
          height: 43px;
          top: 50%;
          left: -20px;
          margin-top: -33px;
          position: absolute; }
          @media only screen and (max-width: 825px) {
            .mynewstyles .slide2 .s2wr__item:before {
              display: none; } }
        .mynewstyles .slide2 .s2wr__item:first-child:before {
          display: none; }
  .mynewstyles .slide3 {
    background: #73c1b3;
    color: #fff;
    padding: 50px 0 25px; }
    .mynewstyles .slide3 .s3header {
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      padding-bottom: 25px; }
      @media only screen and (max-width: 700px) {
        .mynewstyles .slide3 .s3header {
          font-size: 30px; } }
    .mynewstyles .slide3 .s3wr {
      text-align: justify;
      line-height: 0; }
      @media only screen and (max-width: 533px) {
        .mynewstyles .slide3 .s3wr {
          text-align: center; } }
      .mynewstyles .slide3 .s3wr:after {
        width: 100%;
        visibility: hidden;
        height: 0;
        content: '';
        display: inline-block;
        vertical-align: top; }
      .mynewstyles .slide3 .s3wr .s3item {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        width: 235px;
        position: relative;
        text-align: center; }
        @media only screen and (max-width: 1024px) {
          .mynewstyles .slide3 .s3wr .s3item {
            width: 45%; } }
        @media only screen and (max-width: 690px) {
          .mynewstyles .slide3 .s3wr .s3item {
            width: 100%;
            max-width: 235px; } }
        .mynewstyles .slide3 .s3wr .s3item div:first-child {
          position: relative;
          padding: 13px 0; }
          .mynewstyles .slide3 .s3wr .s3item div:first-child:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: url("../img/s3left.png") 0 0 no-repeat;
            width: 59px;
            height: 50px; }
          .mynewstyles .slide3 .s3wr .s3item div:first-child:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            background: url("../img/s3bot.png") 0 0 no-repeat;
            width: 39px;
            height: 74px; }
        .mynewstyles .slide3 .s3wr .s3item__text {
          color: #fff;
          font-size: 30px;
          font-weight: 700;
          padding: 20px 0; }
  .mynewstyles .headerTT {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px; }
    @media only screen and (max-width: 700px) {
      .mynewstyles .headerTT {
        font-size: 30px;
        padding-bottom: 20px; } }
    .mynewstyles .headerTT.dark {
      color: #000; }
  .mynewstyles .slide4 {
    padding: 50px 0; }
  .mynewstyles .mapline {
    position: absolute;
    text-align: right;
    padding-right: 55px;
    padding-top: 10px;
    background: url("../img/mappin.png") 100% 0 no-repeat;
    color: #000;
    font-size: 35px;
    font-weight: 700; }
    @media only screen and (max-width: 800px) {
      .mynewstyles .mapline {
        font-size: 20px;
        padding-right: 20px;
        min-height: 55px;
        background-size: 20px auto;
        text-shadow: 1px 1px 1px #fff; } }
    @media only screen and (max-width: 400px) {
      .mynewstyles .mapline {
        font-size: 11px; } }
    .mynewstyles .mapline.line1 {
      top: 24%;
      right: 21%; }
    .mynewstyles .mapline.line2 {
      top: 20%;
      right: 42.5%; }
    .mynewstyles .mapline.line3 {
      right: 70%;
      top: 57%; }
  @media only screen and (max-width: 800px) {
    .mynewstyles .hide700 {
      display: none; } }
  .mynewstyles .slide5 {
    background: #3e5690;
    padding: 50px 0;
    color: #fff;
    text-align: center; }
    .mynewstyles .slide5 .dtc {
      padding: 0 10px 35px;
      width: 33%;
      position: relative; }
      @media only screen and (max-width: 500px) {
        .mynewstyles .slide5 .dtc {
          width: 100%;
          display: block;
          text-align: center; } }
      .mynewstyles .slide5 .dtc:before {
        background: url("../img/s5ar.png") 0 50%;
        content: '';
        width: 26px;
        height: 43px;
        top: 50%;
        left: -43px;
        margin-top: -33px;
        position: absolute; }
        @media only screen and (max-width: 800px) {
          .mynewstyles .slide5 .dtc:before {
            display: none; } }
      .mynewstyles .slide5 .dtc:first-child:before {
        display: none; }
      .mynewstyles .slide5 .dtc.last:before {
        left: 20px; }
  .mynewstyles .slide6 {
    padding: 100px 0 50px; }
    @media only screen and (max-width: 800px) {
      .mynewstyles .slide6 {
        padding: 40px 0 40px; } }
    .mynewstyles .slide6 .page-wrapper__inner {
      max-width: 870px; }
    .mynewstyles .slide6 .dtc {
      width: 45%; }
    .mynewstyles .slide6 .table6c {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media only screen and (max-width: 900px) {
        .mynewstyles .slide6 .table6c {
          font-size: 25px; } }
      @media only screen and (max-width: 560px) {
        .mynewstyles .slide6 .table6c {
          font-size: 18px; } }
      .mynewstyles .slide6 .table6c span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        padding: 5px;
        background: #06bf60;
        color: #fff; }
      .mynewstyles .slide6 .table6c b {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        padding: 5px;
        background: #ec6565;
        color: #fff; }
    .mynewstyles .slide6 .pricemarkers {
      margin-top: 40px;
      font-size: 30px;
      font-weight: 700; }
      .mynewstyles .slide6 .pricemarkers span {
        padding-left: 45px;
        margin-left: 30px;
        background: url("../img/point1.png") 0 50% no-repeat; }
        @media only screen and (max-width: 800px) {
          .mynewstyles .slide6 .pricemarkers span {
            font-size: 20px;
            display: inline-block;
            line-height: 35px; } }
        .mynewstyles .slide6 .pricemarkers span:first-child {
          background: url("../img/point0.png") 0 50% no-repeat;
          margin-left: 0; }
  .mynewstyles .slide8 {
    color: #000;
    padding: 50px 0; }
    .mynewstyles .slide8 .awards {
      margin: 20px auto;
      color: #000; }
    @media only screen and (max-width: 650px) {
      .mynewstyles .slide8 .dtc {
        display: block;
        max-width: 300px;
        margin: 10px auto; } }
  .mynewstyles .slide7 {
    background: #73c1b3;
    padding: 50px 0; }
    .mynewstyles .slide7 .dtable {
      position: relative; }
      .mynewstyles .slide7 .dtable:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url("../img/s3left1.png") 0 0 no-repeat;
        width: 59px;
        height: 50px; }
        @media only screen and (max-width: 600px) {
          .mynewstyles .slide7 .dtable:before {
            display: none; } }
      .mynewstyles .slide7 .dtable:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background: url("../img/s3bot1.png") 0 0 no-repeat;
        width: 39px;
        height: 74px; }
        @media only screen and (max-width: 600px) {
          .mynewstyles .slide7 .dtable:after {
            display: none; } }
      .mynewstyles .slide7 .dtable .dtc {
        padding: 20px 10px;
        font-size: 60px;
        color: #000; }
        @media only screen and (max-width: 600px) {
          .mynewstyles .slide7 .dtable .dtc {
            display: block;
            max-width: 400px;
            margin: 0 auto;
            text-align: center;
            padding: 10px 0; } }
        .mynewstyles .slide7 .dtable .dtc b {
          background: #000;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          *display: inline;
          color: #fff;
          padding: 5px; }
  .mynewstyles .slide9 {
    background: url("../img/footbg.png") 50% 0 no-repeat;
    background-size: cover;
    padding: 100px 0; }

.slide10{
  background: #000;
  color:#fff;
  font-size: 18px;
  padding: 10px 0;
}


.slide10 a:hover{
  text-decoration: none;
}