/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR GIMPO         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common styles
* 2. header styles
* 3. banner styles
* 4. blog styles
* 5. sidebar styles
* 6. footer styles
* 7. inner-banner styles
* 8. cta styles
* 9. video styles
* 10. brand styles
* 11. pricing styles
* 12. service styles
* 13. fact styles
* 14. testimonials styles
* 15. app-shot styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common styles
*/
body {
  font-family: "Rubik", sans-serif;
  color: #7b7b8c;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500; }

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none; }

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden; }

.thm-base-bg {
  background-color: #e95420; }

.thm-base-bg-2 {
  background-color: #f4a460; }

.thm-gray-bg {
  background-color: #f7f8fa; }

.botcorpapp, .sendapi{
    display:none;
} 
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
.block-title {
  margin-bottom: 100px; }
  .block-title__tag-line {
    margin: 0;
    color: #f4a460;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
  .block-title__title {
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    color: #333333;
    line-height: 1em;
    margin-bottom: 15px; }

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  padding: 10.5px 40px;
  border-radius: 27.5px;
  transition: all .4s ease; }
  .thm-btn:hover {
    background-color: #e95420;
    color: #1a1a1a; }

.post-pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .post-pagination a {
    border-radius: 50%;
    background-color: #f7f8fa;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px 19px;
    color: #1a1a1a;
    transition: all .4s ease; }
    .post-pagination a:hover, .post-pagination a.active {
      background-color: #1a1a1a;
      color: #fff; }
    .post-pagination a + a {
      margin-left: 15px; }

.preloader {
  position: fixed;
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991; }

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #e95420;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  transition: all .4s ease;
  display: none;
  border-radius: 50%; }
  .scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px; }
  .scroll-to-top:hover {
    background-color: #1a1a1a; }
    .scroll-to-top:hover i {
      color: #fff; }

/*
* 2. header styles
*/
.header-navigation {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px #0000004d; }
  .header-navigation .container {
    background: transparent;
    position: relative;
    display: block; }
    .header-navigation .container .navbar-brand {
      height: auto;
      margin: 0 20px 0 0px;
      padding: 15px 0;
      line-height: 1; }
      .header-navigation .container .navbar-brand img {
        width: 200px; }
    .header-navigation .container .menu-toggler {
      display: none; }
  .header-navigation .main-navigation .main-navigation__wrp {
    float: none;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header-navigation .main-navigation .main-navigation__wrp .right-side-box {
      margin-left: 20px; }
  .header-navigation .flex_bl {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .header-navigation .thm-btn {
    font-weight: 400;
    padding: 9px 27px; }

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none; }
  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none; }
  .header-navigation ul.navigation-box > li {
    position: relative;
    padding: 22px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */ }
    .header-navigation ul.navigation-box > li + li {
      margin-left: 20px; }
    .header-navigation ul.navigation-box > li:first-child {
      padding-left: 0; }
    .header-navigation ul.navigation-box > li:last-child {
      padding-right: 0; }
    .header-navigation ul.navigation-box > li > a {
      padding: 0;
      transition: all .4s ease;
      font-size: 16px;
      font-weight: 500;
      color: #252525;
      position: relative; }
    .header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
      text-shadow: 1px 0 0 rgba(255, 255, 255, 0.8); }
    .header-navigation ul.navigation-box > li > .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 911;
      float: left;
      min-width: 220px;
      padding: 0px 0px;
      text-align: left;
      list-style: none;
      background-color: #1a1a1a;
      background-clip: padding-box;
      opacity: 0;
      border-radius: 0px;
      visibility: hidden;
      transition: opacity .4s ease, visibility .4s ease;
      box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); }
      @media (min-width: 1200px) {
        .header-navigation ul.navigation-box > li > .sub-menu {
          display: block !important; } }
      .header-navigation ul.navigation-box > li > .sub-menu.right-align {
        left: auto;
        right: 0; }
      .header-navigation ul.navigation-box > li > .sub-menu.center-align {
        left: 50%;
        transform: translateX(-50%); }
      .header-navigation ul.navigation-box > li > .sub-menu > li {
        display: block;
        position: relative;
        transition: all .4s ease; }
        .header-navigation ul.navigation-box > li > .sub-menu > li + li {
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
        .header-navigation ul.navigation-box > li > .sub-menu > li > a {
          font-size: 15px;
          color: #fff;
          font-weight: 500;
          padding: 12px 30px;
          display: block;
          line-height: 26px;
          white-space: nowrap;
          position: relative;
          transition: all .4s ease; }
        .header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
          color: #fff;
          background: #f4a460; }
    .header-navigation ul.navigation-box > li:hover:before {
      transform: scale(1, 1);
      transform-origin: left bottom; }
    .header-navigation ul.navigation-box > li:hover > .sub-menu {
      opacity: 1;
      visibility: visible; }
    .header-navigation ul.navigation-box > li > ul > li {
      /* no more nested showen */ }
      .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
        position: absolute;
        top: 0%;
        left: 100%;
        z-index: 911;
        float: left;
        min-width: 220px;
        padding: 0px 0px;
        text-align: left;
        list-style: none;
        background-color: #1a1a1a;
        background-clip: padding-box;
        opacity: 0;
        border-radius: 0px;
        visibility: hidden;
        transition: opacity .4s ease, visibility .4s ease;
        box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); }
        @media (min-width: 1200px) {
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
            display: block !important; } }
        .header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
          left: auto;
          right: 100%; }
        .header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
          left: 50%;
          transform: translateX(-50%); }
        .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
          display: block;
          position: relative;
          transition: all .4s ease; }
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
            border-top: 1px solid rgba(255, 255, 255, 0.1); }
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
            font-size: 15px;
            color: #fff;
            font-weight: 500;
            padding: 12px 30px;
            display: block;
            line-height: 26px;
            white-space: nowrap;
            position: relative;
            transition: all .4s ease; }
          .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
            color: #fff;
            background: #f4a460; }
      .header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible; }
      .header-navigation ul.navigation-box > li > ul > li ul {
        display: none; }

.page-template-default {
  padding-top: 110px; }
  .page-template-default .container {
    max-width: 100%; }

.navbar .dropdown-menu {
  top: 38px;
  left: auto;
  right: 0; }
.navbar .container {
  max-width: none; }
.navbar .auth_block {
  padding: 0;
  /*display: flex;
  flex-wrap: nowrap;*/ }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: none !important;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.stricked-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  /* opacity: 0;
   transform: translateY(-110%);*/ }
  .stricked-menu ul.navigation-box > li {
    padding-top: 18px;
    padding-bottom: 18px; }
  .stricked-menu.stricky-fixed {
    /*  opacity: 1;
       transform: translateY(0%);*/ }

.site-header {
  position: relative; }

.site-header__header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .site-header__header-one .header-navigation .main-navigation {
    padding-right: 0;
    text-align: center; }
  .site-header__header-one .stricked-menu {
    background-color: #ffffff; }

.site-header__header-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91; }
  .site-header__header-two .header-navigation ul.navigation-box > li > a {
    color: #7b7b8c; }
  .site-header__header-two .header-navigation ul.navigation-box > li.current > a,
  .site-header__header-two .header-navigation ul.navigation-box > li:hover > a {
    color: #f4a460; }
  .site-header__header-two .header-navigation .main-navigation {
    padding-right: 0;
    text-align: center; }
  .site-header__header-two .header__cta-btn {
    background-color: #e95420;
    color: #1a1a1a; }
    .site-header__header-two .header__cta-btn:hover {
      color: #fff;
      background-color: #fff; }
  .site-header__header-two .stricked-menu {
    background-color: #fff; }

.dataTables_wrapper.form-inline {
  display: block;
  width: 100%; }

.dataTables_wrapper .dataTables_length label {
  display: block; }

/*
* 3. banner styles
*/
.banner-one {
  /* background-image: url(../images/banner-bg-1-1.png);*/
  background-repeat: no-repeat;
  background-position: top center;
  background-color: background-fon;
  padding-top: 230px;
  padding-bottom: 80px; }
  .banner-one .container {
    position: relative; }
  .banner-one__moc {
    position: absolute;
    top: -80px;
    left: -265px;
    z-index: 0; }
    @media (max-width: 1199px) {
      .banner-one__moc {
        left: -44%; } }
    .banner-one__moc img.moc-image {
      position: relative;
      z-index: 10;
      animation-name: banner3Shake;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
  .banner-one__content {
    position: relative; }
    .banner-one__content ul {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 0; }
    .banner-one__content li {
      font-size: 18px;
      color: #1a1a1a;
      margin-bottom: 5px;
      list-style-type: none;
      font-weight: 400; }
      .banner-one__content li img {
        width: 25px;
        margin-right: 10px; }
      .banner-one__content li a {
        text-decoration: underline;
        font-size: 12px;
        vertical-align: super;
        color: #252525; }
  .banner-one__line {
    position: absolute;
    top: -50px;
    right: 30%;
    transform-origin: center bottom;
    animation-fill-mode: both;
    animation-name: banner3Shake;
    animation-timing-function: ease-out;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: infinite; }
  .banner-one__title {
    font-size: 66px;
    line-height: normal;
    letter-spacing: -.02em;
    margin: 0;
    color: #333333;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 0; }
    .banner-one__title span {
      font-size: 20px;
      display: block;
      font-weight: 400;
      margin: 0;
      color: #222222;
      height: auto;
      padding: 0; }
  .banner-one__text {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 34px;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 40px;
    opacity: 0.8; }
  .banner-one__btn {
    font-size: 18px;
    padding: 18px 58px;
    border-radius: 35px;
    background-color: #e95420;
    color: #ffffff; }
    .banner-one__btn:hover {
      background-color: #1a1a1a;
      color: #fff; }
  .banner-one__btn2 {
    font-size: 18px;
    padding: 18px 58px;
    border-radius: 35px;
    background-color: #FD405E;
    color: #ffffff; }
    .banner-one__btn2:hover {
      background-color: #1a1a1a;
      color: #fff; }

.banner-two {
  background-image: url(../images/banner-bg-2-3.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 250px;
  padding-bottom: 125px;
  position: relative; }
  .banner-two .container {
    position: relative; }
  .banner-two__moc {
    position: absolute;
    bottom: -100px;
    right: -210px;
    min-height: 710px;
    background-image: url(../images/banner-bg-2-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    background-size: 32%;
    z-index: -1; }
    .banner-two__moc img {
      position: relative;
      top: 70px;
      left: 0px;
      animation-name: banner3Shake;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
  .banner-two__content {
    position: relative; }
  .banner-two__line {
    position: absolute;
    top: -40px;
    left: -80px;
    transform-origin: center bottom;
    animation-fill-mode: both;
    animation-name: banner3Shake;
    animation-timing-function: ease-out;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: infinite; }
  .banner-two__title {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -.02em;
    margin: 0;
    color: #1a1a1a;
    font-weight: 800;
    position: relative; }
  .banner-two__text {
    font-size: 18px;
    color: #7b7b8c;
    line-height: 34px;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 40px; }
  .banner-two__btn {
    font-size: 18px;
    padding: 18px 58px;
    border-radius: 35px;
    background-color: #e95420;
    color: #1a1a1a; }
    .banner-two__btn:hover {
      background-color: #1a1a1a;
      color: #fff; }

@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg); }
  30% {
    transform: rotate3d(0, 0, 1, 5deg); }
  60% {
    transform: rotate3d(1, 0, 0, 0deg); }
  80% {
    transform: rotate3d(0, 0, 1, 5deg); }
  100% {
    transform: rotate3d(0, 1, 0, 0deg); } }
/*
* 4. blog styles
*/
.blog-one {
  padding: 120px 0; }
  .blog-one__single {
    position: relative;
    margin-bottom: 30px; }
    .blog-one__single:hover .blog-one__more-link {
      color: #fff;
      opacity: 1; }
    .blog-one__single:hover .blog-one__image > img {
      opacity: 0.7; }
    .blog-one__single:hover .blog-one__content {
      box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03); }
  .blog-one__image {
    position: relative;
    background-color: #1a1a1a; }
    .blog-one__image > img {
      width: 100%;
      transition: all .4s ease; }
  .blog-one__content {
    border-style: solid;
    border-width: 2px;
    border-color: #eff0f9;
    background-color: white;
    border-top: 0;
    transition: all .4s ease;
    padding: 0 50px;
    padding-top: 45px;
    padding-bottom: 40px; }
  .blog-one__meta {
    margin: 0;
    display: flex;
    align-items: center; }
    .blog-one__meta li {
      display: flex;
      align-items: center;
      line-height: 1em; }
      .blog-one__meta li + li:before {
        content: '.';
        color: #f4a460;
        font-size: 16px;
        font-weight: 500;
        margin-left: 10px;
        margin-right: 10px; }
      .blog-one__meta li a {
        color: #f4a460;
        font-size: 16px;
        font-weight: 500;
        transition: all .4s ease; }
        .blog-one__meta li a:hover {
          color: #e95420; }
  .blog-one__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #1a1a1a;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 15px; }
    .blog-one__title a {
      color: inherit;
      transition: all .4s ease; }
      .blog-one__title a:hover {
        color: #e95420; }
  .blog-one__link {
    color: #e95420;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    transition: all .4s ease; }
    .blog-one__link:hover {
      color: #1a1a1a; }
  .blog-one__more-link {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: color .4s ease, opacity .4s ease; }
  .blog-one .post-pagination {
    margin-top: 40px; }

.blog-details {
  padding: 120px 0; }
  .blog-details .blog-one__single {
    margin-bottom: 0; }
  .blog-details .blog-one__title {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 28px; }
  .blog-details .blog-one__content {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: none !important; }
  .blog-details .blog-one__text {
    margin-bottom: 0; }
  .blog-details .blog-one__text + .blog-one__text {
    margin-top: 30px; }
  .blog-details__content-title {
    margin: 0;
    color: #1a1a1a;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 40px; }
  .blog-details .share-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 2px solid #eff0f9; }
    .blog-details .share-block .left-block p {
      margin: 0;
      color: #1a1a1a;
      font-size: 20px;
      font-weight: 600; }
      .blog-details .share-block .left-block p a {
        color: #7b7b8c;
        font-size: 16px;
        font-weight: 500;
        transition: all .4s ease;
        margin-left: 5px;
        letter-spacing: 0; }
        .blog-details .share-block .left-block p a:hover {
          color: #1a1a1a; }
    .blog-details .share-block .social-block {
      display: flex; }
      .blog-details .share-block .social-block a {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        width: 44px;
        height: 44px;
        font-size: 16px;
        line-height: 44px;
        border-radius: 50%;
        transition: all .4s ease; }
        .blog-details .share-block .social-block a + a {
          margin-left: 10px; }
        .blog-details .share-block .social-block a.fa-facebook-square {
          background-color: #3472c7; }
        .blog-details .share-block .social-block a.fa-twitter {
          background-color: #1bc9f4; }
        .blog-details .share-block .social-block a.fa-instagram {
          background-color: #901bf4; }
        .blog-details .share-block .social-block a.fa-pinterest-p {
          background-color: #f13f69; }
        .blog-details .share-block .social-block a:hover {
          color: #e95420;
          background-color: #1a1a1a; }
  .blog-details__author {
    border: 2px solid #eff0f9;
    padding: 60px 60px;
    margin-top: 50px;
    margin-bottom: 60px; }
    .blog-details__author-image, .blog-details__author-content {
      display: table-cell;
      vertical-align: top; }
    .blog-details__author-image {
      width: 169px; }
      .blog-details__author-image > img {
        width: 100%; }
    .blog-details__author-content {
      padding-left: 40px; }
      .blog-details__author-content h3,
      .blog-details__author-content p {
        margin: 0; }
      .blog-details__author-content h3 {
        color: #1a1a1a;
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 600; }
      .blog-details__author-content p {
        font-size: 16px;
        line-height: 30px;
        color: #7b7b8c;
        margin-bottom: 0px; }
      .blog-details__author-content a {
        font-size: 16px;
        font-weight: 500;
        color: #e95420;
        transition: all .4s ease; }
        .blog-details__author-content a:hover {
          color: #1a1a1a; }

.comment-one {
  margin-bottom: 60px; }
  .comment-one__single {
    border-bottom: 2px solid #eff0f9;
    padding-bottom: 50px; }
  .comment-one__single + .comment-one__single {
    margin-top: 60px; }
  .comment-one__image, .comment-one__content {
    display: table-cell;
    vertical-align: top; }
  .comment-one__image {
    width: 170px; }
    .comment-one__image .inner-block {
      width: 100%;
      border-radius: 50%;
      overflow: hidden; }
      .comment-one__image .inner-block > img {
        width: 100%; }
  .comment-one__content {
    padding-left: 40px; }
  .comment-one__author {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a; }
  .comment-one__date {
    color: #f4a460;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 25px; }
  .comment-one__date-sep {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px; }
  .comment-one__text {
    color: #7b7b8c;
    font-size: 16px;
    line-height: 30px;
    margin: 0; }
  .comment-one__reply {
    font-size: 12px;
    padding: 0px 31px;
    background-color: #e95420;
    color: #1a1a1a;
    line-height: 44px;
    border-radius: 22px;
    transition: all .4s ease; }
    .comment-one__reply:hover {
      background-color: #1a1a1a;
      color: #fff; }
  .comment-one__top-left, .comment-one__top-right {
    display: table-cell;
    vertical-align: top; }

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  height: 70px;
  color: #7b7b8c;
  font-size: 16px;
  padding-left: 30px;
  background-color: #eff0f9;
  margin-bottom: 30px;
  border-radius: 35px; }
  .reply-form input::-webkit-input-placeholder,
  .reply-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7b7b8c; }
  .reply-form input::-moz-placeholder,
  .reply-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7b7b8c; }
  .reply-form input:-ms-input-placeholder,
  .reply-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7b7b8c; }
  .reply-form input:-moz-placeholder,
  .reply-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7b7b8c; }
.reply-form textarea {
  height: 232px;
  padding-top: 20px; }
.reply-form__btn {
  font-size: 18px;
  padding: 18px 58px;
  border-radius: 35px;
  background-color: #e95420;
  color: #1a1a1a; }
  .reply-form__btn:hover {
    background-color: #1a1a1a;
    color: #fff; }

.blog-one__home {
  padding-bottom: 90px; }

/*
* 5. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px; } }
.sidebar__title {
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px; }
.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #eff0f9; }
.sidebar__single + .sidebar__single {
  margin-top: 30px; }
.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px; }
.sidebar__post-image, .sidebar__post-content {
  display: table-cell;
  vertical-align: middle; }
.sidebar__post-image {
  width: 60px; }
  .sidebar__post-image .inner-block {
    width: 100%; }
    .sidebar__post-image .inner-block > img {
      width: 100%;
      border-radius: 50%; }
.sidebar__post-content {
  padding-left: 20px; }
.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #7b7b8c; }
  .sidebar__post-title a {
    color: inherit;
    transition: all .4s ease; }
    .sidebar__post-title a:hover {
      color: #1a1a1a; }
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar__category-list-item {
    line-height: 1em; }
    .sidebar__category-list-item a {
      color: #7b7b8c;
      font-size: 16px;
      font-weight: 500;
      display: block;
      position: relative;
      transition: all .4s ease; }
      .sidebar__category-list-item a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        color: #7b7b8c;
        font-weight: 900;
        font-size: 14px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transition: all .4s ease; }
      .sidebar__category-list-item a:hover {
        color: #1a1a1a; }
  .sidebar__category-list-item + .sidebar__category-list-item {
    margin-top: 27px; }
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px; }
  .sidebar__tags-list-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em; }
    .sidebar__tags-list-item a {
      display: block;
      color: #7b7b8c;
      font-size: 16px;
      font-weight: 500;
      line-height: 1em;
      transition: all .4s ease; }
      .sidebar__tags-list-item a:hover {
        color: #f4a460; }
.sidebar__search-form {
  width: 100%;
  height: 83px;
  background-color: #f4a460;
  position: relative; }
  .sidebar__search-form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px; }
    .sidebar__search-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .sidebar__search-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .sidebar__search-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .sidebar__search-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
  .sidebar__search-form button[type=submit] {
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    transition: all .4s ease; }
    .sidebar__search-form button[type=submit] i {
      font-size: 16px;
      color: #fff;
      transition: all .4s ease; }

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }

.swiper-slide {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  position: relative; }
  .swiper-slide__title {
    font-size: 24px;
    color: #252525;
    text-align: center;
    font-weight: 500; }
  .swiper-slide__text {
    font-size: 16px;
    color: #252525;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px; }
  .swiper-slide__img {
    height: 450px;
    display: block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin: 0px auto; }
    @media (max-width: 1054px) {
      .swiper-slide__img {
        height: auto;
        max-width: 96%; } }
  .swiper-slide .banner-one__line {
    top: 80px;
    right: 31px; }
  @media (max-width: 768px) {
    .swiper-slide {
      box-shadow: none; } }

.slider {
  margin: 100px auto; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  transition: all ease-in-out .3s;
  /* opacity: .2;*/
  transform: scale(0.7);
  filter: blur(2px); }
  @media (max-width: 1366px) {
    .slick-slide {
      transform: scale(0.9); } }
  @media (max-width: 768px) {
    .slick-slide {
      transform: none; } }

.slick-active {
  opacity: .5; }

.slick-current {
  opacity: 1;
  transform: scale(1.1);
  filter: blur(0px); }
  @media (max-width: 768px) {
    .slick-current {
      transform: none; } }

.slick-track {
  padding: 70px 0; }
  @media (max-width: 768px) {
    .slick-track {
      padding: 0; } }

.slick-prev:before, .slick-next:before {
  font-size: 25px;
  color: #252525 !important; }

.img__addsett {
  -webkit-box-shadow: 0px 30px 50px rgba(232, 80, 91, 0.102);
  box-shadow: 0px 30px 50px #47c3f730;
  border: 1px solid #f1f1f1;
  border-radius: 20px; }

.img__addsett1 {
  -webkit-box-shadow: 0px 30px 50px rgba(232, 80, 91, 0.102);
  box-shadow: 0px 30px 50px #47c3f730; }

.img__addsett3 {
  -webkit-box-shadow: 0px 30px 50px rgba(232, 80, 91, 0.102);
  box-shadow: 0px 30px 50px #47c3f730; }

.slick-next {
  right: 0 !important;
  z-index: 1; }

.slick-prev {
  left: 0 !important;
  z-index: 1; }

/*
* 6. footer styles
*/
.site-footer {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #252525;
  overflow: hidden; }
  .site-footer__upper {
    padding-top: 100px;
    padding-bottom: 100px; }

.site-footer__line {
  background-image: url(../images/footer-line-1-1.png);
  position: absolute;
  top: -20%;
  left: 20%;
  width: 295px;
  height: 291px;
  transform-origin: center bottom;
  animation-fill-mode: both;
  animation-name: flip;
  animation-timing-function: ease-out;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite; }

.site-footer__bubble-1 {
  background-image: url(../images/footer-circle-1-1.png);
  position: absolute;
  top: 10%;
  left: 10%;
  width: 324px;
  height: 325px;
  transform-origin: center bottom;
  animation-fill-mode: both;
  animation-name: bounce;
  animation-timing-function: ease-out;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite; }

.site-footer__bubble-2 {
  background-image: url(../images/footer-circle-1-2.png);
  position: absolute;
  top: -2%;
  right: -2%;
  width: 430px;
  height: 443px;
  transform-origin: center bottom;
  animation-fill-mode: both;
  animation-name: bounce;
  animation-timing-function: ease-out;
  animation-duration: 5s;
  animation-iteration-count: infinite; }

.site-footer__bottom .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 39.5px;
  padding-bottom: 39.5px; }

.site-footer__copy {
  font-size: 12px;
  font-weight: 400;
  color: #8e8e8e;
  margin: 0; }
  .site-footer__copy a {
    color: #e95420;
    transition: all .4s ease; }
    .site-footer__copy a:hover {
      color: #fff; }

.site-footer__social {
  display: flex;
  align-items: center; }
  .site-footer__social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #e95420;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    transition: all .4s ease; }
    .site-footer__social a + a {
      margin-left: 10px; }
    .site-footer__social a.fa-facebook-square {
      background-color: #3472c7; }
      .site-footer__social a.fa-facebook-square:hover {
        background-color: #fff;
        color: #3472c7; }
    .site-footer__social a.fa-twitter {
      background-color: #1bc9f4; }
      .site-footer__social a.fa-twitter:hover {
        background-color: #fff;
        color: #1bc9f4; }
    .site-footer__social a.fa-instagram {
      background-color: #901bf4; }
      .site-footer__social a.fa-instagram:hover {
        background-color: #fff;
        color: #901bf4; }
    .site-footer__social a.fa-whatsapp {
      background-color: #2cb742; }
      .site-footer__social a.fa-whatsapp:hover {
        background-color: #fff;
        color: #2cb742; }
    .site-footer__social a.fa-vk {
      background-color: #4b8ce0; }
      .site-footer__social a.fa-vk:hover {
        background-color: #fff;
        color: #4b8ce0; }
    .site-footer__social a.fa-telegram {
      background-color: #039be5; }
      .site-footer__social a.fa-telegram:hover {
        background-color: #fff;
        color: #039be5; }

.footer-widget__links-wrap {
  padding-left: 60px; }
  @media (max-width: 991px) {
    .footer-widget__links-wrap.d-flex .footer-widget {
      /*  width:50%*/ } }
  @media (max-width: 991px) {
    .footer-widget__links-wrap.d-flex {
      flex-wrap: wrap; } }

.footer-widget__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1em;
  margin-bottom: 40px; }

.footer-widget__links {
  margin-top: -5px; }
  .footer-widget__links li {
    line-height: 1em; }
    .footer-widget__links li + li {
      margin-top: 20px; }
    .footer-widget__links li a {
      font-size: 16px;
      font-weight: 500;
      color: #aaabc6;
      transition: all .4s ease; }
      .footer-widget__links li a:hover {
        color: #fff; }
  @media (max-width: 991px) {
    .footer-widget__links.list-app li {
      margin-top: 0;
      display: block; } }
  .footer-widget__links.list-app li a {
    background: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: row; }
    .footer-widget__links.list-app li a span {
      font-size: 12px;
      display: block;
      font-weight: 400 !important;
      color: #ffffff;
      text-align: left;
      line-height: 17px; }
    .footer-widget__links.list-app li a b {
      font-weight: 400 !important;
      font-size: 16px;
      display: block; }
    .footer-widget__links.list-app li a img {
      width: 25px;
      max-width: none;
      margin-right: 10px; }
    .footer-widget__links.list-app li a i {
      font-size: 32px;
      margin-right: 10px; }
    .footer-widget__links.list-app li a:hover {
      background: #ffffff;
      color: #000000; }
      .footer-widget__links.list-app li a:hover span, .footer-widget__links.list-app li a:hover b {
        color: #000000; }
  @media (max-width: 991px) {
    .footer-widget__links.list-app {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }

.footer-widget__contact {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1em; }
  .footer-widget__contact a {
    color: inherit;
    transition: all .4s ease; }
    .footer-widget__contact a:hover {
      color: #e95420; }

.footer-widget__contact + .footer-widget__contact {
  margin-top: 15px; }

.footer-widget__mailchimp {
  padding-left: 70px; }

.footer-widget__logo {
  margin-bottom: 40px; }

.footer-widget__mc-form {
  position: relative; }
  .footer-widget__mc-form input {
    border: none;
    outline: none;
    width: 100%;
    height: 63px;
    background-color: #fff;
    border-radius: 31.5px;
    color: #7b7b8c;
    font-weight: 500;
    padding-left: 30px; }
    .footer-widget__mc-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #7b7b8c; }
    .footer-widget__mc-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #7b7b8c; }
    .footer-widget__mc-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #7b7b8c; }
    .footer-widget__mc-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #7b7b8c; }
  .footer-widget__mc-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #f4a460;
    font-size: 18px; }
  .footer-widget__mc-form.errored input {
    background-color: red;
    color: #fff; }
    .footer-widget__mc-form.errored input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .footer-widget__mc-form.errored input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .footer-widget__mc-form.errored input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .footer-widget__mc-form.errored input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }

.mc-form__response p {
  background-color: #e95420;
  font-size: 11px;
  margin: 0;
  color: #1a1a1a;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

.mc-form__response.successed p {
  background-color: #f4a460; }

@media (max-width: 991px) {
  .footer-app {
    width: 100%;
    margin-top: 20px; } }

/*
* 7. inner-banner styles
*/
.inner-banner {
  background-color: #fff;
  background-image: url(../images/inner-banner-bg-1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 190px;
  padding-bottom: 224px; }
  .inner-banner__title {
    text-align: center;
    line-height: 1em;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin: 0; }

.thm-breadcrumb {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .thm-breadcrumb li {
    font-size: 16px;
    font-weight: 500; }
    .thm-breadcrumb li a {
      color: #ffffff;
      transition: all .4s ease; }
      .thm-breadcrumb li a:hover {
        color: #f4a460; }
    .thm-breadcrumb li + li::before {
      content: '.';
      color: #fff;
      margin-left: 15px;
      margin-right: 15px; }

/*
* 8. cta styles
*/
.cta-one {
  padding: 120px 0; }
  .cta-one__text {
    margin: 0;
    font-size: 24px;
    margin-bottom: 60px;
    margin-top: 35px; }
  .cta-one .block-title__title {
    margin: 0;
    margin-top: -10px;
    margin-bottom: -10px; }
  .cta-one__btn {
    font-size: 18px;
    padding: 18px 58px;
    border-radius: 35px;
    background-color: #e95420;
    color: #1a1a1a; }
    .cta-one__btn:hover {
      background-color: #1a1a1a;
      color: #fff; }

.cta-two {
  padding: 120px 0; }
  .cta-two .container {
    position: relative; }
  .cta-two__image {
    position: absolute;
    bottom: -40px;
    left: -20px;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate; }
    @media (max-width: 1199px) {
      .cta-two__image {
        left: -23%; } }
  .cta-two__line {
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: -2; }
  .cta-two__content {
    padding-left: 0px;
    margin-top: 0px; }
  .cta-two__tagline {
    font-size: 20px;
    line-height: normal;
    color: #252525;
    margin: 0;
    font-weight: 400; }
  .cta-two__list {
    margin-top: 45px; }
    .cta-two__list li {
      position: relative;
      padding-left: 65px; }
      .cta-two__list li + li {
        margin-top: 35px; }
      .cta-two__list li p {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 34px;
        color: #7b7b8c; }
    .cta-two__list-icon {
      position: absolute;
      top: 10px;
      left: 0;
      background-image: linear-gradient(57deg, #454df0 0%, #1bc9f4 100%);
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-align: center;
      line-height: 45px;
      color: #fff;
      font-size: 14px; }
  .cta-two__btn {
    font-size: 18px;
    padding: 18px 58px;
    border-radius: 35px;
    background-color: #e95420;
    color: #1a1a1a;
    margin-top: 35px; }
    .cta-two__btn:hover {
      background-color: #1a1a1a;
      color: #fff; }

@keyframes featureImgBounce {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-30px); } }
.cta-three {
  background-image: url(../images/cta-2-bg-1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  /*padding-top: 444px;*/
  padding-bottom: 120px; }
  .cta-three .container {
    position: relative; }
  .cta-three__image {
    position: absolute;
    bottom: 0;
    right: -30px;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate; }
    @media (max-width: 1199px) {
      .cta-three__image {
        right: -23%; } }
  .cta-three__line {
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: -2; }
  .cta-three__text {
    margin: 0;
    color: #7b7b8c;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-top: -15px; }
  .cta-three__btn {
    font-size: 18px;
    padding: 18px 58px;
    border-radius: 35px;
    background-color: #e95420;
    color: #fff;
    margin-top: 55px; }
    .cta-three__btn:hover {
      background-color: #1a1a1a;
      color: #fff; }

.icons_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center; }
  .icons_block img {
    width: 50px;
    margin-bottom: 20px;
    margin-right: 20px; }

@media (max-width: 991px) {
  .service-one .cta-two__tagline {
    text-align: center; } }

/*
* 9. video styles
*/
.video-one {
  padding: 120px 0;
  padding-top: 90px; }
  .video-one__box {
    position: relative; }
    .video-one__box > img {
      width: 100%; }
    .video-one__box:hover .video-one__content {
      background-color: rgba(26, 26, 26, 0.5); }
  .video-one__content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .4s ease; }
  .video-one__btn {
    width: 80px;
    height: 80px;
    background-color: #e95420;
    text-align: center;
    border-radius: 50%;
    transition: all .4s ease; }
    .video-one__btn i {
      font-size: 18px;
      color: #fff;
      line-height: 80px; }
    .video-one__btn:hover {
      background-color: #1a1a1a; }
      .video-one__btn:hover i {
        color: #fff; }
  .video-one__title {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    margin: 40px 0 0 0; }
    @media (max-width: 991px) {
      .video-one__title {
        font-size: 40px; } }

/*
* 10. brand styles
*/
.brand-one__carousel {
  padding-left: 48px;
  padding-right: 48px;
  border-bottom: 2px solid #eff0f9;
  padding-top: 119px;
  padding-bottom: 119px; }
  .brand-one__carousel img {
    opacity: 0.3;
    transition: opacity .4s ease; }
    .brand-one__carousel img:hover {
      opacity: 1; }

/*
* 11. pricing styles
*/
h2.pricing-one__amount {
  font-size: 20px; }

.pricing-one__single {
  margin-bottom: 30px;
  text-align: center;
  /* border: 2px solid #eff0f9;*/
  background: #fff;
  padding-bottom: 40px;
  border-radius: 4px;
  transition: all .4s ease;
  box-shadow: 0 0 5px #e8e8e8; }
  .pricing-one__single:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04); }
.pricing-one__top {
  padding-top: 54.5px;
  padding-bottom: 54.5px;
  border-bottom: 2px solid #eff0f9;
  position: relative; }
  .pricing-one__top:before {
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #e95420;
    opacity: 0.1;
    position: absolute;
    top: calc(50% - 33.5px);
    left: calc(50% - 33.5px);
    transform-origin: center bottom;
    animation-fill-mode: both;
    animation-name: bounce;
    animation-timing-function: ease-out;
    animation-duration: 5s;
    animation-iteration-count: infinite; }
.pricing-one__waba {
  padding-top: 37px;
  padding-bottom: 31px; }
.pricing-one__amount {
  margin: 0;
  line-height: 1em;
  font-size: 46px;
  font-weight: 500;
  color: #FD405E; }
.pricing-one__name {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1em;
  margin-top: 25px; }
  .pricing-one__name span {
    font-weight: 400;
    font-size: 17px;
    display: block;
    color: #fd405e;
    margin-top: 5px; }
.pricing-one__list {
  margin: 0;
  padding: 30px 10px;
  min-height: 325px; }
  .pricing-one__list li {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: normal; }
    .pricing-one__list li + li {
      margin-top: 10px; }
    .pricing-one__list li b {
      font-weight: 500; }
    .pricing-one__list li:before {
      content: "\f00c";
      font-family: 'FontAwesome';
      font-size: 14px;
      color: #f4a460;
      padding: 0 8px; }
    .pricing-one__list li.not_l:before {
      content: "\f00d";
      font-family: 'FontAwesome';
      font-size: 14px;
      color: #FD405E;
      padding: 0 8px; }
.pricing-one__btn {
  background-color: #e95420;
  color: #ffffff; }
  .pricing-one__btn:hover {
    background-color: #1a1a1a;
    color: #fff; }
.pricing-one__btn1 {
  border: 1px solid #e95420;
  color: #e95420; }
  .pricing-one__btn1:hover {
    background-color: #e95420;
    color: #fff; }
.pricing-one .color-1 .pricing-one__top::before {
  animation-delay: 0s;
  background-color: #FD405E; }
.pricing-one .color-1 .pricing-one__amount {
  color: #FD405E; }
.pricing-one .color-2 .pricing-one__top::before {
  animation-delay: 1s;
  background-color: #f4a460; }
.pricing-one .color-2 .pricing-one__amount {
  color: #f4a460; }
.pricing-one .color-3 .pricing-one__top::before {
  animation-delay: 2s;
  background-color: #ffc516; }
.pricing-one .color-3 .pricing-one__amount {
  color: #ffc516; }
.pricing-one .color-4 .pricing-one__top::before {
  animation-delay: 3s;
  background-color: #5645ed; }
.pricing-one .color-4 .pricing-one__amount {
  color: #5645ed; }

.grp_buttons {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  align-items: center;
  justify-content: flex-start; }
  .grp_buttons a:first-child {
    margin-right: 15px; }
  @media (max-width: 991px) {
    .grp_buttons {
      justify-content: center; } }

/*
* 12. service styles
*/
.service-one {
  padding-top: 100px;
  padding-bottom: 100px; }
  .service-one__content-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    align-items: stretch;
    margin-right: -15px; }
  .service-one__single {
    flex: 1 1 20%;
    padding-left: 15px;
    padding-right: 15px; }
    .service-one__single:nth-child(1) i {
      color: #47c3f7; }
    .service-one__single:nth-child(1) .service-one__inner:before {
      background-color: #47c3f7;
      animation-delay: 0s; }
    .service-one__single:nth-child(1) .service-one__title a:hover {
      color: #47c3f7; }
    .service-one__single:nth-child(2) i {
      color: #FD405E; }
    .service-one__single:nth-child(2) .service-one__inner:before {
      background-color: #FD405E;
      animation-delay: 1s; }
    .service-one__single:nth-child(2) .service-one__title a:hover {
      color: #FD405E; }
    .service-one__single:nth-child(3) i {
      color: #ffc516; }
    .service-one__single:nth-child(3) .service-one__inner:before {
      background-color: #ffc516;
      animation-delay: 2s; }
    .service-one__single:nth-child(3) .service-one__title a:hover {
      color: #ffc516; }
    .service-one__single:nth-child(4) i {
      color: #5645ed; }
    .service-one__single:nth-child(4) .service-one__inner:before {
      background-color: #5645ed;
      animation-delay: 3s; }
    .service-one__single:nth-child(4) .service-one__title a:hover {
      color: #5645ed; }
    .service-one__single:nth-child(5) i {
      color: #996ef0; }
    .service-one__single:nth-child(5) .service-one__inner:before {
      background-color: #996ef0;
      animation-delay: 4s; }
    .service-one__single:nth-child(5) .service-one__title a:hover {
      color: #996ef0; }
  .service-one__inner {
    border: 1px solid #eff0f9;
    text-align: center;
    position: relative;
    background: white;
    height: 100%;
    border-radius: 5px;
    padding: 46.5px 10px;
    border-bottom: 2px solid #f4a460;
    transition: all .4s ease; }
    .service-one__inner img {
      height: 64px; }
    .service-one__inner:hover {
      box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04); }
    .service-one__inner:before {
      content: '';
      width: 95px;
      height: 95px;
      border-radius: 50%;
      background-color: #e95420;
      opacity: 0.1;
      position: absolute;
      top: calc(50% - 47.5px);
      left: calc(50% - 47.5px);
      transform-origin: center bottom;
      animation-fill-mode: both;
      animation-name: bounce;
      animation-timing-function: ease-out;
      animation-duration: 5s;
      animation-iteration-count: infinite; }
    .service-one__inner p {
      color: #252525;
      line-height: normal;
      text-align: center;
      font-size: 16px;
      margin-top: 20px;
      font-weight: 300; }
  .service-one i {
    color: #e95420;
    font-size: 64px; }
  .service-one__title {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 20px; }
    .service-one__title a {
      color: inherit;
      transition: all .4s ease; }
      .service-one__title a:hover {
        color: #e95420; }
  .service-one.color_fon {
    background: #f7f8fa; }

.integration_bl .service-one__single {
  margin-bottom: 30px; }
.integration_bl .service-one__inner {
  border-bottom: 0; }
  .integration_bl .service-one__inner:before {
    content: none; }

/*
* 13. fact styles
*/
.fact-one .inner-container {
  padding: 115px 0; }
.fact-one__single {
  position: relative;
  text-align: center; }
.fact-one__title {
  margin: 0;
  line-height: 1em;
  font-size: 60px;
  font-weight: 300;
  color: #1a1a1a; }
.fact-one__text {
  margin: 0;
  line-height: 1em;
  color: #7b7b8c;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px; }

/*
* 14. testimonials styles
*/
.testimonials-one {
  position: relative;
  background-color: #1bc9f4;
  background-blend-mode: multiply;
  background-image: url(../images/testi-bg-1-1.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0; }
  .testimonials-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1bc9f4;
    opacity: 0.85; }
  .testimonials-one .container {
    position: relative; }
  .testimonials-one .inner-container {
    overflow: hidden;
    position: relative; }
    @media (max-width: 1440px) {
      .testimonials-one .inner-container {
        padding-left: 50px; } }
  .testimonials-one__content {
    padding-left: 30px; }
  .testimonials-one__text {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-top: -20px;
    margin-bottom: 55px; }
    @media (max-width: 1199px) {
      .testimonials-one__text {
        font-size: 35px;
        line-height: 1.2em;
        margin-top: 0;
        margin-bottom: 30px; } }
  .testimonials-one__name {
    margin: 0;
    line-height: 1em;
    font-weight: 600;
    font-size: 24px;
    color: #fff; }
  @media (max-width: 1199px) {
    .testimonials-one__thumb img {
      max-width: 100%; } }

.testimonials-one__carousel {
  width: 100%; }

.testimonials-one__thumb-carousel {
  width: 100%;
  max-width: 110px;
  max-height: 240px;
  position: absolute;
  top: 0;
  right: calc(100% + 5px);
  overflow: hidden; }
  @media (max-width: 1440px) {
    .testimonials-one__thumb-carousel {
      right: calc(100% - 50px); } }
  .testimonials-one__thumb-carousel img {
    cursor: pointer;
    width: 110px; }

/*
* 15. app-shot styles
*/
.app-shot-one {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px; }
  .app-shot-one .container-fluid {
    max-width: 1595px;
    width: 100%; }
  .app-shot-one .app-shot-one__carousel {
    padding-top: 100.5px;
    padding-bottom: 100.5px;
    margin-top: -20px; }
    .app-shot-one .app-shot-one__carousel:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -49%) scaleY(1);
      background-image: url(../images/app-screen-moc.png);
      background-position: center center;
      background-repeat: no-repeat;
      width: 423px;
      height: 739px; }
      @media (max-width: 1440px) {
        .app-shot-one .app-shot-one__carousel:before {
          transform: translate(-50%, -49%) scaleY(0.95); } }
      @media (max-width: 1280px) {
        .app-shot-one .app-shot-one__carousel:before {
          transform: translate(-50%, -49%) scale(0.8); } }
    .app-shot-one .app-shot-one__carousel .owl-dots {
      position: absolute;
      bottom: -80px;
      left: 0;
      text-align: center;
      z-index: 10;
      width: 100%; }
      .app-shot-one .app-shot-one__carousel .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        background-color: #1c1d3f;
        transform: scale(1);
        opacity: 0.2;
        margin: 0 3px;
        transition: transform .4s ease, opacity .4s ease, background .4s ease; }
      .app-shot-one .app-shot-one__carousel .owl-dots .owl-dot:hover span, .app-shot-one .app-shot-one__carousel .owl-dots .owl-dot.active span {
        opacity: 1;
        background-color: #1bc9f4;
        transform: scale(1.285); }
  .app-shot-one .owl-item img {
    transition: transform .4s ease; }

/*
* expandable menu started
*/
@media (max-width: 1199px) {
  .header-navigation {
    margin-bottom: 0; }

  .logo-box {
    width: 100%;
    float: none;
    margin: 0 !important; }

  .navigation-box {
    margin: 0; }

  .navbar-expand-lg .menu-toggler {
    display: block;
    border-color: #fff;
    background-color: transparent !important;
    margin: 23px 0;
    color: #000;
    border: none;
    font-size: 28px;
    float: right;
    outline: none;
    cursor: pointer; }

  .menu-toggler:hover {
    border-color: #e95420; }

  .menu-toggler .icon-bar {
    background: #fff; }

  .menu-toggler:hover .icon-bar {
    background: #e95420; }

  .navbar-expand-lg .navbar-collapse {
    padding-bottom: 0;
    overflow: auto !important;
    width: 100%; }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    background: transparent;
    padding: 0px 0px !important;
    margin: 0;
    transition: all .5s ease;
    height: 0; }

  .navbar-expand-lg .navbar-collapse.showen {
    display: block !important;
    height: auto;
    max-height: 70vh; }

  .navbar-collapse.show {
    overflow-y: auto; }

  .header-navigation .main-navigation {
    float: none !important;
    text-align: left !important; }

  .header-navigation .nav {
    width: 100%;
    text-align: left; }

  .header-navigation .nav > li {
    display: block;
    padding: 0 !important;
    width: 100%;
    float: none; }

  .header-navigation .nav > li + li {
    margin-left: 0 !important; }

  .header-navigation .nav > li > a {
    padding: 8px 0; }

  .header-navigation .right-box.nav {
    width: 100%;
    margin: 0; }

  .header-navigation .right-box.nav > li > a {
    border: none !important;
    padding: 8px 0;
    color: #fff; }

  .header-navigation .nav > li > a:after {
    display: none; }

  .header-navigation .nav.navigation-box + .nav {
    border-top: 1px dashed #1a1a1a; }

  .header-navigation .navigation-box > li > .sub-menu,
  .header-navigation .navigation-box > li > .sub-menu > li > .sub-menu {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transition: none !important;
    display: none;
    float: none !important;
    margin: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  .header-navigation .navigation-box > li > .sub-menu > li > a::after {
    display: none; }

  .header-navigation ul.navigation-box > li + li {
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    float: none;
    margin: 0 !important; }

  .header-navigation .nav > li.show-mobile {
    display: none; }

  .header-navigation ul.navigation-box > li > a,
  .header-navigation .right-box.nav > li > a {
    padding: 0;
    display: block;
    color: #fff;
    padding: 16px 0 16px 20px !important;
    transition: background 0.4s ease 0s; }

  .header-navigation ul.navigation-box li a .sub-nav-toggler {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 9px 9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    /*margin-top: 8px;*/
    margin-right: 0px;
    display: block;
    cursor: pointer;
    outline: none; }

  .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 1px;
    width: 20px; }

  .header-navigation .navigation-box .sub-nav-toggler .icon-bar + .icon-bar {
    margin-top: 4px; }

  .header-navigation .container .right-side-box {
    top: 20px;
    padding: 0;
    right: 55px;
    position: absolute; }

  .header-navigation .container {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    position: relative; }

  .header-navigation .container .logo-box {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    float: none;
    padding-right: 145px; }

  .header-navigation .container .logo-box .navbar-brand {
    float: left;
    padding: 15px 0; }

  .header-navigation .container .logo-box .navbar-toggler {
    float: left; }

  .header-navigation ul.navigation-box {
    display: block;
    margin: 0 !important;
    width: 100%; }

  .header-navigation ul.navigation-box > li {
    padding: 0;
    display: block; }

  .header-navigation ul.navigation-box > li > a {
    display: block;
    padding: 13px 30px; }

  .header-navigation ul.navigation-box > li > a:after {
    display: none; }

  .header-navigation ul.navigation-box > li + li {
    margin: 0; }

  .header-navigation .main-navigation {
    float: none;
    display: none;
    text-align: left;
    position: fixed;
    top: 77px;
    width: 100% !important;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    overflow: hidden;
    right: -100%;
    -webkit-transition: right .5s;
    /* For Safari 3.1 to 6.0 */
    transition: right .5s;
    min-height: 100%; }
    .header-navigation .main-navigation .main-navigation__wrp {
      width: 50%;
      right: 0;
      position: absolute;
      background: #e95420;
      height: 100%;
      display: block;
      text-align: left; }
    .header-navigation .main-navigation .dropdown-menu {
      top: 36px; }

  .showen.main-navigation {
    right: 0;
    -webkit-transition: right .5s;
    transition: right .5s; }
  .showen .right-side-box a {
    display: table;
    margin-bottom: 15px;
    text-align: center; }

  .header-navigation .container .menu-toggler {
    display: block; }

  .header-navigation.stricky-fixed ul.navigation-box > li {
    padding: 0; }

  .header-navigation .container .logo-box .navbar-brand {
    background-color: transparent; }

  .header-navigation .container .menu-toggler {
    right: 0px;
    margin: 0;
    top: 20px;
    padding: 0;
    color: #252525;
    position: absolute; }

  .header-navigation .container .logo-box {
    padding-right: 15px !important; }

  .header-navigation {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .header-navigation .container .logo-box {
    left: 0 !important; }

  .header-navigation .container .logo-box {
    padding-left: 0px; }

  .header-navigation .main-navigation {
    padding-right: 0; }

  .site-header__header-two .header-navigation .container .menu-toggler {
    color: #1a1a1a; }

  .site-header__header-two .header-navigation ul.navigation-box > li > a {
    color: #fff; } }
@media (max-width: 1199px) {
  .blog-one__content {
    padding-left: 37px;
    padding-right: 37px; }

  .blog-one__title {
    font-size: 21px;
    line-height: 1.2em; } }
@media (max-width: 991px) {
  img {
    max-width: 100%; }

  .banner-one__moc {
    left: auto;
    right: -30%;
    bottom: 5%;
    width: 600px; }

  .service-one__single {
    flex: 1 1 50%;
    margin-bottom: 30px; }

  .cta-three__image,
  .cta-two__image {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto; }

  .cta-two__content {
    padding-left: 0; }

  .fact-one__single {
    margin-bottom: 20px; }

  .app-shot-one .app-shot-one__carousel::before {
    display: none; }

  .app-shot-one .app-shot-one__carousel {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px; }

  .testimonials-one__content {
    padding-left: 0;
    padding-top: 40px; }

  .footer-widget__about {
    text-align: center; }

  .footer-widget {
    margin-bottom: 30px;
    padding: 0; }

  .footer-widget__links-wrap {
    padding-left: 15px; }

  .site-footer__upper {
    padding-bottom: 10px; }

  .banner-two__moc {
    width: 500px;
    right: -20%;
    bottom: -10%;
    min-height: auto;
    background-image: none; } }
@media (max-width: 767px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    overflow: visible !important; }

  .banner-two__moc,
  .banner-one__moc {
    /* display: none;*/
    top: 0;
    right: -49%;
    z-index: 0; }

  .testimonials-one .inner-container {
    padding-left: 0; }

  .testimonials-one__thumb-carousel {
    display: none; }

  .service-one__single {
    flex: 1 1 100%; }

  .video-one__title {
    font-size: 2.0rem; }

  .cta-one .block-title__title br {
    display: none; }

  .main-navigation .main-navigation__wrp {
    width: 80% !important; }
    .main-navigation .main-navigation__wrp .right-side-box a {
      display: block; }
    .main-navigation .main-navigation__wrp .navbar-header {
      display: none; }

  .header-navigation .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (max-width: 575px) {
  .footer-widget__links-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }

  .footer-widget__about {
    text-align: left; } }
@media (max-width: 480px) {
  h3.banner-one__title span {
    line-height: normal;
    padding-top: 10px; }

  .banner-one__title,
  .banner-two__title {
    font-size: 50px;
    line-height: 1.1em; }
    .banner-one__title br,
    .banner-two__title br {
      display: none; }

  .block-title__title br,
  .banner-one__text br,
  .banner-two__text br {
    display: none; }

  .block-title__title {
    font-size: 40px;
    line-height: 1.1em; }

  .banner-two {
    padding-top: 150px;
    padding-bottom: 0px; }

  .banner-one {
    padding-top: 150px;
    padding-bottom: 200px; }

  .comment-one__top-left,
  .comment-one__top-right,
  .comment-one__image,
  .comment-one__content,
  .blog-details__author-image,
  .blog-details__author-content {
    display: block;
    padding: 0; }

  .comment-one__content,
  .comment-one__top-right,
  .blog-details__author-content {
    margin-top: 20px; } }
@media (max-width: 425px) {
  .header-navigation .container .right-side-box {
    /*display: none !important;*/ }

  .header-navigation .container .menu-toggler {
    float: right !important; }

  .header-navigation .container .logo-box {
    display: flex;
    /* justify-content: space-between;*/ }
    .header-navigation .container .logo-box:after {
      display: none; }
    .header-navigation .container .logo-box a img {
      width: 150px; }

  .right-side-box {
    display: none; }

  .header-navigation .container .menu-toggler {
    top: 14px; }

  .header-navigation .main-navigation {
    top: 66px; }
    .header-navigation .main-navigation .main-navigation__wrp .navbar-header {
      display: block; }
      .header-navigation .main-navigation .main-navigation__wrp .navbar-header .navbar-toggle {
        display: none; }
      .header-navigation .main-navigation .main-navigation__wrp .navbar-header .pull-right {
        width: 100%;
        margin: 0; }
        .header-navigation .main-navigation .main-navigation__wrp .navbar-header .pull-right .btn-group {
          width: 100%; }
          .header-navigation .main-navigation .main-navigation__wrp .navbar-header .pull-right .btn-group button {
            width: 100%; }

  .footer-widget__links.list-app {
    flex-direction: column;
    justify-content: center; }
  .footer-widget__links li {
    margin-bottom: 5px; }
    .footer-widget__links li img {
      height: auto; } }
@media (max-width: 375px) {
  .banner-two__moc,
  .banner-one__moc {
    display: none; }

  .service-one__single {
    flex: 1 1 100%; }

  .video-one__title {
    font-size: 20px;
    margin-top: 15px; }

  .video-one__btn {
    width: 40px;
    height: 40px; }
    .video-one__btn i {
      line-height: 40px;
      font-size: 14px; }

  .block-title__title {
    font-size: 36px; }

  .site-footer__bottom .inner-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }

  .site-footer__social {
    margin-top: 15px; } }
.mobile_menu {
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */
