h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif;
}

.ajax-button {
    border-radius: 6px;
      border: 0;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      height: 48px;
      letter-spacing: .3px;
      min-width: 232px;
      max-width: 100%;
      padding: 0 10px;
  }
  
  .ajax-button-primary {
    background: #009c70;
      color: #181818;
  }
  .ajax-button-primary:hover {
    background: #009c70;
  }
  
  .ajax-button-dark {
    background: #181818;
      color: #fff;
  }
  
  .ajax-button-disabled {
    background: transparent;
      border: 2px solid #d7d7d7;
      color: #d7d7d7;
      cursor: default;
  }
  
  .btn-default.ajax-button-default:hover {
    background: #009c70;
    color: #fff;
  }

  .ajax-background {
  background-image: url("../images/ajax/image6.jpg")!important;
  height: auto; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .ajax-solo-backg {
    min-height: 500px;
    background-image: url("../images/ajax/products_intro2@1x.png")!important;
    background-position: center;
    background-size: auto;
    background-color: #1d1d1d;
  }

  #feature {
    background: #dcdbdc;
  }
  #feature h2, #feature p {
      color: #fff;
  }
  #feature h3 {
      color: #009c70;
      text-transform: none;
  }
  .block-heading .h2-wthback:before {
    color: rgba(255, 255, 255, 0.08);
  }
  #feature i {
    color: #009c70;
  }
  .slide-holder {
      text-align: center;
  }
  .slide-holder p {
      font-size: 25px;
  }
  .price-col.version-iii {
      padding-bottom: 0px;
      height: auto!important;
  }
  #footer, .map-block .align-holder {
      min-height: auto;
  }

  #footer:before {
    background: #1d1d1d;
  }

 #footer {
      padding-bottom: 0;
 }

  button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    
    background-size: 95px;
  }
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
   
    background-size: 95px;
        background-position-x: right;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
  }
  .features-area .svg-img {
    max-width: 100px;
    width: auto;
    margin-right: 20px;
  }
  .features-area li {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
      top: 10%;
      bottom: 15%;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #dcdbdc;
                border-right: 0 solid #dcdbdc;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 10;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.hero-area:before {
    background: transparent;
}

.ajax-video {
  -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.ajax-video-container {
  position: relative;
  overflow: hidden;
}

#main {
  z-index: 0;
}

.ajax-video-block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.icons-text div {
  color: #222222;
  font-weight: normal;
}

.light-background {
  background-color: #dcdbdc!important;
}
.dark-background {
  background-color: #1d1d1d!important
}

@media (min-width: 768px)
{
  .features-area .iphone {
    
    left: 55%;
    
  }
  .phone-show {
    display: none;
  }
}

.subtitle {
    color: #8c97a1;
    text-transform: lowercase;
    font: 300 15px/18px 'Roboto', sans-serif;
    display: block;
}

@media(max-width: 768px){
  .phone-hide {
    display: none!important;
  }
}

@media (min-width: 1230px){
  .iphone {
      width: 500px;
      left: 50%!important;
  }
}

.ajax-color-black {
  color: #222222!important;
}

.ajax-color-white {
  color: #fff!important;
}

.block-heading .h2-wthback.ajax-color-black:before {
  color: rgba(0, 0, 0, 0.08);
}

.block-heading .ajax-color-white:before {
  color: rgba(255, 255, 255, 0.08);
}

.heading-wrap h2, .heading-wrap p{
  color: #fff;
}

.features-area.style1 {
  margin-bottom: 0;
}

.ajax-button-buy {
  background: #222222;
  border-color: #222222;
  border-radius: 6px;
}

.heading-wrap .ajax-button-buy:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.heading-wrap .ajax-button-buy:before {
    border: 1px solid #ffffff;
    border-radius: 6px;
}

.heading-wrap .ajax-button-buy:hover {
  background-color: #009c70;
}

.price-col.version-iii .title {
  background: #fff;
    color: #1d1d1d;
}

.map-block .align-holder .align {
  margin: 42px 0 42px;
}

.map-block {
  z-index: 0;
}
.align span {
  
}

.ajax-popup-youtube {
  display: inline-block;
    padding: 0 24px 0 40px;
    position: relative;
    width: auto;
    background: #181818;
    border: 2px solid #009c70;
    border-radius: 0;
    color: #009c70;
    font-family: "Roboto Medium", sans-serif;
    font-size: 14px;
    height: 56px;
    line-height: 54px;
    letter-spacing: 0.6px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition-duration: 0.5s;
}



@media (max-width: 765px){
  .mrg-top {
    margin-bottom: 100px;
  }
}


.ajax-popup-youtube:hover {
  background: #009c70;
    border: 2px solid #181818;
    color: #181818;
}

.ajax-popup-youtube:hover:before {
  border-left-color: #181818;
}

.popup-youtube {
  display: inline-block;
    padding: 0 24px 0 40px;
    position: relative;
    width: auto;
    background: #181818;
    border: 2px solid #009c70;
    border-radius: 0;
    color: #009c70;
    font-family: "Roboto Medium", sans-serif;
    font-size: 14px;
    height: 56px;
    line-height: 54px;
    letter-spacing: 0.6px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition-duration: 0.5s;
}

.popup-youtube:before {
  content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #009c70;
    height: 8px;
    left: 24px;
    top: 22px;
    position: absolute;
    width: 4px;
    transition: all .3s ease-in-out;
}

.popup-youtube:hover {
  background: #009c70;
    border: 2px solid #181818;
    color: #181818;
}

.popup-youtube:hover:before {
  border-left-color: #181818;
}

.ajax-popup-price:hover {
  background: transparent;
}

#header .holder {
  display: flex;
}

.logo {
  width: 100%;
}

.ajax-bold {
  font-weight: bold;
}

.features-area li.ajax-starter {
  width: 45%;
}

.underline-link {
    border-bottom: 2px solid #009c70;
    display: initial;
    font-family: "Roboto Medium",sans-serif;
    font-size: 16px;
    position: relative;
}

.buy-starter {
  float: right;
  border-radius: 6px;
      color: #fff;
    font-weight: normal;
}


.scroll-block {
  text-align: center;
  position: relative;
}

.white-scroll img {
  transform: scale(1,-1);
}

.scroll-block .scroll-line {
  height: 71px;
  position: absolute;
  top: -45%;
}

.scroll-block.noScroll
 {
  height: 70px;
}

.ajax-version-iii {
  display: flex; 
  justify-content: flex-end; 
  align-items: center;
}

@media (max-width: 640px){
  .features li {
    margin: 0 auto;
  }

  .features.ajax-features li {
    margin: 0;
  }
}

.area-about {
  position: relative;
}

.mt-holder {
  padding-bottom: 10px!important;
}

div[style="text-align:center;font-size:11px;font-family:arial;background-color:black;color:white"],
div[style="text-align:center;font-size:11px"] {
  display: none;
}

.animated {
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 -o-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 -moz-animation-fill-mode: both;
 -o-animation-fill-mode: both;
 animation-fill-mode: both;
}

.animated.hinges {
 -webkit-animation-duration: 2s;
 -moz-animation-duration: 2s;
 -o-animation-duration: 2s;
 animation-duration: 2s;
}

.animated.slow {
 -webkit-animation-duration: 3s;
 -moz-animation-duration: 3s;
 -o-animation-duration: 3s;
 animation-duration: 3s;
}

.animated.snail {
 -webkit-animation-duration: 4s;
 -moz-animation-duration: 4s;
 -o-animation-duration: 4s;
 animation-duration: 4s;
}

@-webkit-keyframes shake {
 0%, 100% {-webkit-transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
 20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
 0%, 100% {-moz-transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
 20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
 0%, 100% {-o-transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
 20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
 0%, 100% {transform: translateX(0);}
 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
 20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
 -webkit-animation-name: shake;
 -moz-animation-name: shake;
 -o-animation-name: shake;
 animation-name: shake;
}

.login .modal-dialog{
 width: 350px;
}
.login .modal-footer{
 border-top: 0;
 margin-top: 0px;
 padding: 10px 20px 20px;
}
.login .modal-header {
 border: 0 none;
 padding: 15px 15px 15px;
/* padding: 11px 15px; */
}
.login .modal-body{
/* background-color: #eeeeee; */
}
.login .division {
 float: none;
 margin: 0 auto 18px;
 overflow: hidden;
 position: relative;
 text-align: center;
 width: 100%;
}
.login .division .line {
 border-top: 1px solid #DFDFDF;
 position: absolute;
 top: 10px;
 width: 34%;
}
.login .division .line.l {
 left: 0;
}
.login .division .line.r {
 right: 0;
}
.login .division span {
 color: #424242;
 font-size: 17px;
}
.login .box .social {
 float: none;
 margin: 0 auto 30px;
 text-align: center;
}

.login .social .circle{
 background-color: #EEEEEE;
 color: #FFFFFF;
 border-radius: 100px;
 display: inline-block;
 margin: 0 17px;
 padding: 15px;
}
.login .social .circle .fa{
 font-size: 16px;
}
.login .social .facebook{
 background-color: #455CA8;
 color: #FFFFFF;
}
.login .social .google{
 background-color: #F74933;
}
.login .social .github{
 background-color: #403A3A;
}
.login .facebook:hover{
 background-color: #6E83CD;
}
.login .google:hover{
 background-color: #FF7566;
}
.login .github:hover{
 background-color: #4D4D4d;;
}
.login .forgot {
 color: #797979;
 margin-left: 0;
 overflow: hidden;
 text-align: center;
 width: 100%;
}
.login .btn-login, .registerBox .btn-register{
  border-radius: 6px;
 background-color: #1d1d1d;
    border-color: #009c70;
    border-width: 1px;
 color: #FFFFFF;
 display: block;
 margin: 0 auto;
 padding: 15px 50px;
 text-transform: uppercase;
 width: 100%;
}
.login .btn-login:hover, .registerBox .btn-register:hover{
 background-color: #009c70;
 color: #FFFFFF;
}
.login .form-control{
 border-radius: 3px;
 background-color: rgba(0, 0, 0, 0.09);
 box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
 color: #FFFFFF;
}
.login .form-control:hover{
 background-color: rgba(0,0,0,.16);
}
.login .form-control:focus{
 box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
 background-color: rgba(0,0,0,0.23);
 color: #FFFFFF;
}
.login .box .form input[type="text"], .login .box .form input[type="password"] {
 border-radius: 3px;
 border: none;
 color: #fff;
 font-size: 16px;
 height: 46px;
 margin-bottom: 5px;
 padding: 13px 12px;
 width: 100%;
}


@media (max-width:400px){
 .login .modal-dialog{
 width: 100%;
 }
}

.ajax-send-teleg {
  background: #000000a3;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajax-send-teleg-box {
  border-radius: 6px;
    position: absolute;
    height: max-content;
  background: #1d1d1d;
    padding: 20px;
    padding-top: 40px;
    top: 25%
}

.message-form .form-row {
  width: 80%;
}

.message-form .btn {
  width: 20%;
}

.ajax-slider-btn {
  width: 20%;
    left: 40%;
    bottom: 20%;
    position: absolute;
}

.ajax-slider-play {
  position: absolute;
    top: 100px;
    width: 70px;
    right: 30px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}

.ajax-slider-play:before {
  content: none;
}

@media(max-width: 1000px) {
  .ajax-slider-btn {
    width: 30%;
    left: 35%;
  }
}
@media(max-width: 700px) {
  .ajax-slider-btn {
    width: 90%;
    left: 5%;
  }
  #sendMsg {
    width: 80%;
  }
}
@media(min-width: 768px) and (max-width: 992px) {
  .ajax-slider-play {
    top: 140px;
  }
}

#back-site.active, .back-site-mob.active {
    opacity: 1;
    visibility: visible;
}
#back-site {
    border: 2px solid #fff;
    position: fixed;
    left: 20px;
    top: 10px;
    font: inherit;
    line-height: 20px;
    color: #191919;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 85px;
    height: 50px;
    padding: 14px 0;
    z-index: 99999;
    border-radius: 5px;
    background: #fff;
    transition: all 0.6s ease 0s;
}

#back-site:hover {
  border: 2px solid #009c70;
}

.back-site-mob {
  border: 2px solid #009c70;
    position: fixed;
    left: 0px;
    top: 73px;
    font: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 75px;
    height: 50px;
    padding: 14px 0;
    z-index: 1;
    background: #191919;
    transition: all 0.6s ease 0s;
}

#back-site-mob:hover {
  background: #009c70;
}

.back-site-mob {
    display: none;
  }

@media(max-width: 768px){
  .message-form form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media(max-width: 1150px){
  .back-site-mob {
    display: block;
  }
  #back-site {
    display: none;
  }
}

.header-youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 1000px){
  .phone-no-container {
    width: 100%!important;
  }
  .navbar-default.version-iii .navbar-nav {
    letter-spacing: 0px;
    font-size: 10px;
  }
}

#header .holder {
  padding-top: 10px;
}

.mobile-phone {
  margin: 0 auto;
}

.cstm-modal-header {
  position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

@media (min-width: 1230px){
  .ajax-header-container {
      width: 1000px;
  }
}