/*------------- #MODULES --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #HEADING --------------*/
 
  .heading .heading-title {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px; }
    .heading .heading-title.no-margin {
      margin: 0; }
  .heading .heading-line {
    margin-bottom: 20px;
    position: relative; }
    .heading .heading-line .short-line {
      display: inline-block;
      width: 30px;
      height: 3px;
      background-color: #ff7f3a;
      border-radius: 10px;
      position: relative;
      margin-right: 10px;
      transition: all .4s linear; }
      .heading .heading-line .short-line.bg-yellow-color {
        background-color: #fcd846; }
    .heading .heading-line .long-line {
      display: inline-block;
      width: 100px;
      height: 3px;
      background-color: #0065cc;
      border-radius: 10px;
      position: relative;
      transition: all .4s linear; }
      .heading .heading-line .long-line.bg-yellow-color {
        background-color: #fcd846; }
  .heading .heading-subtitle {
    margin-bottom: 15px; }
  .heading p {
    margin-bottom: 30px; }
  .heading .heading-text {
    font-size: 24px;
    line-height: 30px; }
    @media (max-width: 980px) {
      .heading .heading-text {
        font-size: 20px; } }
    @media (max-width: 570px) {
      .heading .heading-text {
        font-size: 16px; } }
  .heading .read-more {
    font-size: 18px;
    color: #ccc;
    padding: 5px 0 0 30px;
    border-left: 1px solid #f0f2f2;
    margin: 15px 0 0 30px;
    display: block;
    float: left; }
    .heading .read-more i {
      margin-left: 10px;
      font-size: 12px; }
    .heading .read-more:hover {
      color: #4cc2c0; }
  .heading:hover .heading-line .short-line {
    width: 0;
    -webkit-animation: move-short 1.5s infinite linear;
    animation: move-short 1.5s infinite linear; }

@-webkit-keyframes move-short {
  100% {
    width: 140px;
    margin-right: 0; } }

@keyframes move-short {
  100% {
    width: 140px;
    margin-right: 0; } }
  .heading:hover .heading-line .long-line {
    width: 130px;
    -webkit-animation: move 1.5s infinite linear;
    animation: move 1.5s infinite linear; }

@-webkit-keyframes move {
  100% {
    width: 0; } }

@keyframes move {
  100% {
    width: 0; } }

/*------------- #HEADER --------------*/
.header {
  padding: 5px 0;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 20;
  left: 0;
  top: 0;
  transition: all .3s ease; }
  @media (max-width: 768px) {
    .header {
      position: relative;
      padding: 15px 0; } }
  .header .logo {
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

    @media (max-width: 560px) {
      .header .logo {
        /* width: 100%; */
        text-align: center;
        /* margin: 0 auto 20px; */
		} }
  .header.header-absolute {
    position: absolute;
    top: 30px;
    left: 0; }
  .header.absolute {
    position: absolute; }
  .header nav {
    padding: 10px 0; }
    .header nav .menu {
      display: inline-block; }
      .header nav .menu .menu-item {
        display: inline-block;
        padding: 0 13px;
        position: relative; }
        .header nav .menu .menu-item:first-child {
          padding-left: 0; }
        .header nav .menu .menu-item.mega-menu-item {
          position: static; }
        .header nav .menu .menu-item:hover > a {
          color: #4cc2c0; }
          .header nav .menu .menu-item:hover > a:after, .header nav .menu .menu-item:hover > a:before {
            opacity: 1; }
          .header nav .menu .menu-item:hover > a + i {
            color: #4cc2c0; }
        .header nav .menu .menu-item > a {
          position: relative;
          font-size: 17px;
          text-transform: capitalize;
          font-weight: 500;
          transition: all .3s ease;
          margin-right: 3px; }
          .header nav .menu .menu-item > a:after {
            content: '';
            display: block;
            position: absolute;
            width: 15%;
            height: 2px;
            background-color: #4cc2c0;
            left: 0;
            bottom: -10px;
            opacity: 0;
            transition: all .3s ease; }
          .header nav .menu .menu-item > a:before {
            content: '';
            display: block;
            width: 80%;
            height: 2px;
            background-color: #4cc2c0;
            position: absolute;
            right: 0;
            bottom: -10px;
            opacity: 0;
            transition: all .3s ease; }
        .header nav .menu .menu-item i {
          font-size: 10px;
          color: #e1e1e1;
          transition: all .3s ease; }
    @media (max-width: 768px) {
      .header nav.not-nav-add {
        padding-right: 100px; } }
    @media (max-width: 480px) {
      .header nav.not-nav-add {
        padding-right: 0; } }
  .header .header-content-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 560px) {
      .header .header-content-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .header.headroom--not-top {
    padding-top: 10px;
    transition: all .3s ease;
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2); }
    .header.headroom--not-top .primary-menu-menu > li {
      padding: 0 13px 15px; }
    .header.headroom--not-top .user-menu {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      transition: all .3s ease; }

.header--spacer {
  position: relative;
  width: 100%;
  z-index: 2; }
  @media (max-width: 768px) {
    .header--spacer {
      display: none; } }

.nav-add {
  padding: 10px 0;
  margin: 0; }
  .nav-add li {
    display: inline-block; }
    .nav-add li.cart {
      position: relative; }
      .nav-add li.cart .cart-count {
        display: block;
        position: absolute;
        left: -6px;
        top: 4px;
        width: 16px;
        height: 16px;
        line-height: 14px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 50%;
        background-color: #4cc2c0; }
      .nav-add li.cart i {
        font-size: 28px;
        color: #2f2c2c; }
    .nav-add li.search {
      position: relative; }
      .nav-add li.search i {
        margin-left: 10px;
        transition: all .3s ease;
        font-size: 26px;
        color: #e1e1e1;
        position: relative; }
        .nav-add li.search i:hover {
          color: #4cc2c0; }
      .nav-add li.search .popup-search .search-btn i:hover {
        color: #f15b26; }

.logo {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .logo {
      float: none;
      margin-right: 0;
      overflow: hidden;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
.logo img {
  width: 170px;
}


.user-menu {
  position: absolute;
  right: 85px;
  top: calc(100% - 10px);
  width: 70px;
  height: 70px;
  border: 3px solid #2f2c2c;
  border-radius: 50%;
  transition: all .3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  @media (max-width: 768px) {
    .user-menu {
      width: 50px;
      height: 50px; } }
  @media (max-width: 570px) {
    .user-menu {
      display: none; } }
  .user-menu .user-menu-content {
    display: table-cell;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    background-color: #f15b26;
    border: 4px solid #fff;
    border-radius: 50%;
    position: relative; }
    @media (max-width: 768px) {
      .user-menu .user-menu-content {
        width: 44px;
        height: 44px;
        border-width: 2px; } }
    .user-menu .user-menu-content span {
      display: block;
      height: 3px;
      background: #fff;
      transition: all .3s ease;
      border-radius: 10px;
      margin: 3px auto; }
      .user-menu .user-menu-content span:first-of-type {
        width: 25%; }
      .user-menu .user-menu-content span:nth-child(2) {
        width: 50%; }
      .user-menu .user-menu-content span:last-of-type {
        width: 40%; }
    .user-menu .user-menu-content:hover span {
      width: 70%; }

/*================= Animation for primary menu =========*/
.primary-menu-menu > li:hover > a:after {
  width: 15%;
  -webkit-animation: primary-short .5s linear;
  animation: primary-short .5s linear; }

@-webkit-keyframes primary-short {
  0% {
    width: 0; }
  50% {
    width: 40%; }
  100% {
    width: 15%; } }

@keyframes primary-short {
  0% {
    width: 0; }
  50% {
    width: 40%; }
  100% {
    width: 15%; } }

.primary-menu-menu > li:hover > a:before {
  width: 80%;
  -webkit-animation: primary-long .5s linear;
  animation: primary-long .5s linear; }

@-webkit-keyframes primary-long {
  0% {
    width: 100%; }
  50% {
    width: 55%; }
  100% {
    width: 80%; } }

@keyframes primary-long {
  0% {
    width: 100%; }
  50% {
    width: 55%; }
  100% {
    width: 80%; } }

/*================= Styles for sticky-Header =========*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity; }
  @media (max-width: 480px) {
    .animated {
      -webkit-animation-fill-mode: none;
      animation-fill-mode: none;
      will-change: unset; } }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -ie-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }
  @media (max-width: 480px) {
    .animated.swingInX {
      -webkit-animation-name: none;
      animation-name: none;
      -webkit-transform-origin: unset;
      -ms-transform-origin: unset;
      transform-origin: unset; } }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }
  @media (max-width: 480px) {
    .animated.swingOutX {
      -webkit-animation-name: none;
      animation-name: none;
      -webkit-transform-origin: unset;
      -ms-transform-origin: unset;
      transform-origin: unset; } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }
  @media (max-width: 480px) {
    .animated.slideDown {
      -webkit-animation-name: none;
      animation-name: none; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }
  @media (max-width: 480px) {
    .animated.slideUp {
      -webkit-animation-name: none;
      animation-name: none; } }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }
  @media (max-width: 480px) {
    .animated.flipInX {
      -webkit-animation-name: none;
      animation-name: none; } }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }
  @media (max-width: 480px) {
    .animated.flipOutX {
      -webkit-animation-name: none;
      animation-name: none; } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }
  @media (max-width: 480px) {
    .animated.bounceInDown {
      -webkit-animation-name: none;
      animation-name: none; } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }
  @media (max-width: 480px) {
    .animated.bounceOutUp {
      -webkit-animation-name: none;
      animation-name: none;
      -webkit-transform-origin: unset;
      -ms-transform-origin: unset;
      transform-origin: unset; } }

.top-bar-link {
  display: none;
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0 0 10px 10px;
  background-color: #4cc2c0;
  text-align: center;
  padding: 0 16px;
  z-index: 50;
  box-shadow: 10px 0 30px 0 rgba(74, 189, 187, 0.4);
  border: 1px solid #f7f9f9; }
  .top-bar-link .seosight-icon {
    height: 15px;
    width: 15px;
    color: #fff;
    transition: all .3s ease; }
  .top-bar-link:hover .seosight-icon {
    margin-top: 2px; }
  @media (max-width: 1024px) {
    .top-bar-link {
      display: block;
      visibility: visible; } }

/*------------- #SLIDERS --------------*/
.main-slider {
  position: relative;
  cursor: pointer;
 /* padding-bottom: 130px; */ }
  .main-slider .swiper-slide {
    /* Center slide text vertically */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto; }
  .main-slider .main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff; }
  .main-slider .main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff;
    opacity: 1; }
  .main-slider .container {
    padding: 20px 0; }
  .main-slider .slider-content-fullwidth {
    width: 100%; }
  @media (max-width: 640px) {
    .main-slider .table-cell {
      float: none; } }
  .main-slider .slider-content-half-width {
    width: 50%; }
    @media (max-width: 980px) {
      .main-slider .slider-content-half-width {
        float: left; } }
    @media (max-width: 360px) {
      .main-slider .slider-content-half-width {
        width: 100%;
        float: none; } }
    @media (max-width: 980px) {
      .main-slider .slider-content-half-width.table-cell {
        display: block; } }
  .main-slider .slider-content {
    max-width: 940px;
    margin: 0 auto;
    padding: 20px 15px; }
    @media (max-width: 980px) {
      .main-slider .slider-content {
        padding: 20px 5px; } }
    .main-slider .slider-content .slider-content-title {
      margin-bottom: 20px;
      line-height: 1.3; }
    .main-slider .slider-content .slider-content-text {
      margin-bottom: 40px;
      line-height: 1.3;
      opacity: 0.7; }
  .main-slider .slider-thumb {
    overflow: hidden;
    padding: 20px 15px; }
    @media (max-width: 768px) {
      .main-slider .slider-thumb {
        height: auto;
        overflow: visible; } }
  .main-slider .btn-prev {
    top: 50%;
    left: 60px; }
    @media (max-width: 1280px) {
      .main-slider .btn-prev {
        display: none; } }
  .main-slider .btn-next {
    top: 50%;
    right: 60px; }
    @media (max-width: 1280px) {
      .main-slider .btn-next {
        display: none; } }
  .main-slider .main-slider-btn-wrap .btn + .btn {
    margin-left: 30px; }
    @media (max-width: 980px) {
      .main-slider .main-slider-btn-wrap .btn + .btn {
        margin-left: 0;
        margin-top: 20px; } }
    @media (max-width: 320px) {
      .main-slider .main-slider-btn-wrap .btn + .btn {
        margin-top: 20px; } }
  .main-slider .main-slider-btn-wrap .btn i {
    transition: all .3s ease;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); }
    @media (max-width: 768px) {
      .main-slider .main-slider-btn-wrap .btn i {
        right: 8px; } }
  .main-slider .main-slider-btn-wrap .btn:hover i {
    right: 12px; }
    @media (max-width: 768px) {
      .main-slider .main-slider-btn-wrap .btn:hover i {
        right: 6px; } }
  .main-slider .main-slider-btn-wrap .btn-border:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .main-slider.main-slider-bg-dark .slider-content .slider-content-title {
    color: #fff; }
  .main-slider.main-slider-bg-dark .slider-content .slider-content-text {
    color: #fff;
    opacity: 1; }
  .main-slider.thumb-left {
    direction: rtl; }
    .main-slider.thumb-left .slider-content {
      direction: ltr; }
  .main-slider.thumb-right {
    direction: ltr; }
  @media (max-width: 768px) {
    .main-slider .table {
      width: 100%; } }
  @media (max-width: 768px) {
    .main-slider .container > .row.table-cell {
      display: block; } }
  @media (max-width: 570px) {
    .main-slider .container > .row.table-cell {
      float: none; } }
  .main-slider.main-slider-bg-photo-wrap {
    height: 100vh; }
  .main-slider > .container > .table {
    margin: 0 -15px 0 -15px;
    height: 100%; }
    @media (max-width: 980px) {
      .main-slider > .container > .table {
        padding-top: 40px; } }
    @media (max-width: 640px) {
      .main-slider > .container > .table {
        margin: 0 auto; } }
  .main-slider.no-labels {
    padding-bottom: 0; }

.slider-shadow {
  box-shadow: 25px 62px 62px rgba(0, 0, 0, 0.42); }

.btn-next {
  position: absolute;
  cursor: pointer;
  width: 64px;
  height: 64px;
  display: block;
  z-index: 10;
  transition: all .2s ease-in;
  fill: #e1e1e1;
  stroke: inherit; }
  .btn-next:hover {
    fill: #4cc2c0;
    margin-right: -2px; }
  .btn-next.btn-next-gray {
    fill: #4a4240; }
    .btn-next.btn-next-gray:hover {
      fill: #4cc2c0; }
  .btn-next.btn-next-black:hover {
    fill: #2f2c2c; }
  .btn-next.btn-next-white {
    fill: #fff; }
  @media (max-width: 460px) {
    .btn-next {
      width: 30px;
      height: 30px; } }

.btn-prev {
  position: absolute;
  cursor: pointer;
  width: 64px;
  height: 64px;
  display: block;
  z-index: 10;
  transition: all .2s ease-in;
  fill: #e1e1e1;
  stroke: inherit; }
  .btn-prev:hover {
    fill: #4cc2c0;
    margin-left: -2px; }
  .btn-prev.btn-prev-gray {
    fill: #4a4240; }
    .btn-prev.btn-prev-gray:hover {
      fill: #4cc2c0; }
  .btn-prev.btn-prev-black:hover {
    fill: #2f2c2c; }
  .btn-prev.btn-prev-white {
    fill: #fff; }
  @media (max-width: 460px) {
    .btn-prev {
      width: 30px;
      height: 30px; } }

.slider-slides {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%; }
  .slider-slides .slides-item {
    display: table-cell;
    padding: 13px 46px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .slider-slides .slides-item {
        padding: 10px; } }
    @media (max-width: 360px) {
      .slider-slides .slides-item {
        padding: 5px; } }
    .slider-slides .slides-item .content {
      position: relative;
      overflow: hidden; }
      .slider-slides .slides-item .content .text-wrap {
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%); }
        .slider-slides .slides-item .content .text-wrap .slides-title {
          font-size: 26px;
          line-height: 30px;
          color: #fff;
          text-transform: capitalize; }
          @media (max-width: 800px) {
            .slider-slides .slides-item .content .text-wrap .slides-title {
              font-size: 20px; } }
          @media (max-width: 640px) {
            .slider-slides .slides-item .content .text-wrap .slides-title {
              font-size: 14px;
              line-height: 1; } }
          @media (max-width: 480px) {
            .slider-slides .slides-item .content .text-wrap .slides-title {
              display: none; } }
        .slider-slides .slides-item .content .text-wrap .slides-sub-title {
          color: #fff;
          font-size: 14px;
          margin-bottom: 5px; }
          @media (max-width: 640px) {
            .slider-slides .slides-item .content .text-wrap .slides-sub-title {
              display: none; } }
      .slider-slides .slides-item .content .slides-number {
        font-size: 104px;
        color: rgba(255, 255, 255, 0.1);
        position: relative;
        float: right;
        line-height: 1; }
        @media (max-width: 800px) {
          .slider-slides .slides-item .content .slides-number {
            font-size: 90px; } }
        @media (max-width: 640px) {
          .slider-slides .slides-item .content .slides-number {
            font-size: 70px; } }
        @media (max-width: 570px) {
          .slider-slides .slides-item .content .slides-number {
            font-size: 50px; } }
        @media (max-width: 375px) {
          .slider-slides .slides-item .content .slides-number {
            font-size: 30px; } }
    .slider-slides .slides-item.slide-active .triangle-slides {
      opacity: 1;
      top: -34px; }
    .slider-slides .slides-item.main-slider-bg-light .content .text-wrap .slides-title {
      color: #2f2c2c; }
    .slider-slides .slides-item.main-slider-bg-light .content .text-wrap .slides-sub-title {
      color: #2f2c2c; }
    .slider-slides .slides-item.main-slider-bg-light .content .slides-number {
      color: rgba(137, 137, 137, 0.1); }
  .slider-slides .triangle-slides {
    border: 20px solid transparent;
    display: block;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    transition: all .4s ease; }
    .slider-slides .triangle-slides.dark {
      border-bottom-color: #30302d; }
    .slider-slides .triangle-slides.primary {
      border-bottom-color: #4cc2c0; }
    .slider-slides .triangle-slides.secondary {
      border-bottom-color: #f15b26; }
    .slider-slides .triangle-slides.orange {
      border-bottom-color: #fcb03b; }
    .slider-slides .triangle-slides.green {
      border-bottom-color: #3cb878; }

/*------------- Main-Slider-bg-photo --------------*/
.main-slider-bg-photo-wrap {
  min-height: 680px; }
  .main-slider-bg-photo-wrap .slider-slides {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .main-slider-bg-photo-wrap .main-slider-bg-photo {
    background-size: cover; }
    .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content {
      position: relative;
      padding: 170px 0;
      max-width: 870px; }
      @media (max-width: 768px) {
        .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content {
          max-width: 100%; } }
      @media (max-width: 640px) {
        .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content {
          padding: 300px 0; } }
      .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.left {
        margin: 0;
        max-width: 670px;
        float: left; }
        @media (max-width: 768px) {
          .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.left {
            max-width: 100%; } }
      .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.right {
        margin: 0;
        max-width: 570px;
        float: right; }
        @media (max-width: 768px) {
          .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content.right {
            max-width: 100%; } }
      .main-slider-bg-photo-wrap .main-slider-bg-photo .slider-content .slider-content-text {
        margin-bottom: 40px; }
    .main-slider-bg-photo-wrap .main-slider-bg-photo .btn-prev {
      top: 50%;
      left: 60px; }
    .main-slider-bg-photo-wrap .main-slider-bg-photo .btn-next {
      top: 50%;
      right: 60px; }
    @media (max-width: 768px) {
      .main-slider-bg-photo-wrap .main-slider-bg-photo .table-cell {
        display: table-cell; } }
    @media (max-width: 570px) {
      .main-slider-bg-photo-wrap .main-slider-bg-photo .table-cell {
        float: none; } }
    @media (max-width: 320px) {
      .main-slider-bg-photo-wrap .main-slider-bg-photo .btn + .btn {
        margin-left: 0;
        margin-top: 20px; } }

/*------------- Testimonial-SLIDER --------------*/
.testimonial-slider {
  background-color: #fcb03b;
  padding: 120px 0 80px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .testimonial-slider .testimonial-item {
      margin-top: 40px; } }
  .testimonial-slider .testimonial-item .quote {
    position: absolute;
    right: 70px;
    bottom: 20px; }
    .testimonial-slider .testimonial-item .quote i {
      font-size: 140px;
      color: #3b3432; }
    @media (max-width: 360px) {
      .testimonial-slider .testimonial-item .quote {
        right: 0; } }
  .testimonial-slider .testimonial-item .pagination, .testimonial-slider .testimonial-item .swiper-pagination {
    right: 100px;
    bottom: -80px; }
    @media (max-width: 640px) {
      .testimonial-slider .testimonial-item .pagination, .testimonial-slider .testimonial-item .swiper-pagination {
        right: 0; } }
    .testimonial-slider .testimonial-item .pagination .pagination-item, .testimonial-slider .testimonial-item .pagination .swiper-pagination-bullet, .testimonial-slider .testimonial-item .swiper-pagination .pagination-item, .testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet {
      background-color: #2f2c2c; }
      .testimonial-slider .testimonial-item .pagination .pagination-item.active, .testimonial-slider .testimonial-item .pagination .pagination-item.swiper-pagination-bullet-active, .testimonial-slider .testimonial-item .pagination .swiper-pagination-bullet.active, .testimonial-slider .testimonial-item .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .testimonial-slider .testimonial-item .swiper-pagination .pagination-item.active, .testimonial-slider .testimonial-item .swiper-pagination .pagination-item.swiper-pagination-bullet-active, .testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet.active, .testimonial-slider .testimonial-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: transparent;
        border: 2px solid #fff; }
    @media (max-width: 768px) {
      .testimonial-slider .testimonial-item .pagination, .testimonial-slider .testimonial-item .swiper-pagination {
        bottom: -50px; } }
  .testimonial-slider .testimonial-item .testimonial__thumb-img {
    position: absolute;
    top: 0;
    right: 90px; }
    @media (max-width: 360px) {
      .testimonial-slider .testimonial-item .testimonial__thumb-img {
        display: none; } }
  .testimonial-slider .testimonial-slider-item {
    position: relative; }
    @media (max-width: 768px) {
      .testimonial-slider .testimonial-slider-item {
        margin-top: 40px;
        z-index: 50; } }
    @media (max-width: 360px) {
      .testimonial-slider .testimonial-slider-item .avatar {
        left: 40px; } }
    .testimonial-slider .testimonial-slider-item .avatar img {
      width: auto;
      display: inline-block; }
  .testimonial-slider .testimonial-img {
    position: absolute;
    bottom: -200px;
    left: 40%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }
    @media (max-width: 360px) {
      .testimonial-slider .testimonial-img {
        display: none; } }

/*------------- Testimonial-SLIDER-standard --------------*/
.testimonial-slider-standard {
  position: relative;
  z-index: 2; }
  @media (max-width: 600px) {
    .testimonial-slider-standard {
      margin-top: 35px; } }
  @media (max-width: 360px) {
    .testimonial-slider-standard {
      margin-top: 70px; } }
  .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .testimonial-text {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.3; }
    @media (max-width: 640px) {
      .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .testimonial-text {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .testimonial-text {
        font-size: 18px; } }
  .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap {
    position: relative; }
    .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .testimonial-img-author {
      border-radius: 100%;
      overflow: hidden;
      margin-bottom: 15px;
      margin-right: 0; }
      .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .testimonial-img-author img {
        border-radius: 50%; }
    .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .author-info .author-name {
      font-size: 18px;
      color: #4cc2c0;
      margin-bottom: 5px; }
    .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap .author-info .author-company {
      font-size: 14px;
      color: #797676; }
    .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .author-info-wrap.display-flex .testimonial-img-author {
      margin-right: 30px; }
  @media (max-width: 360px) {
    .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .avatar {
      top: -75%; } }
  @media (max-width: 320px) {
    .testimonial-slider-standard .testimonial-slider-standard-item .testimonial-item .avatar {
      top: -155px; } }
  .testimonial-slider-standard .btn-next {
    right: 95px;
    bottom: 0; }
    @media (max-width: 980px) {
      .testimonial-slider-standard .btn-next {
        right: 5px; } }
  .testimonial-slider-standard .btn-prev {
    bottom: 0;
    left: 95px; }
    @media (max-width: 980px) {
      .testimonial-slider-standard .btn-prev {
        left: 5px; } }
  .testimonial-slider-standard .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }
  .testimonial-slider-standard .pagination-bottom {
    padding-bottom: 150px;
    margin-bottom: -100px; }
    .testimonial-slider-standard .pagination-bottom .swiper-pagination {
      bottom: 80px; }
      .testimonial-slider-standard .pagination-bottom .swiper-pagination .swiper-pagination-bullet {
        background-color: #d7d7d7; }
        .testimonial-slider-standard .pagination-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: transparent;
          border: 2px solid #4cc2c0; }
    .testimonial-slider-standard .pagination-bottom .btn-next, .testimonial-slider-standard .pagination-bottom .btn-prev {
      bottom: 150px; }
      @media (max-width: 360px) {
        .testimonial-slider-standard .pagination-bottom .btn-next, .testimonial-slider-standard .pagination-bottom .btn-prev {
          display: none; } }
  .testimonial-slider-standard.avatar-top .swiper-container {
    padding-top: 155px;
    margin-top: -155px; }
  .testimonial-slider-standard.avatar-top .avatar {
    top: -100%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%); }
    @media (max-width: 800px) {
      .testimonial-slider-standard.avatar-top .avatar {
        top: -110px;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0); } }
    @media (max-width: 360px) {
      .testimonial-slider-standard.avatar-top .avatar {
        top: -110px;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0); } }

/*------------- Recent-post-slider --------------*/
.recent-post-slider {
  position: relative; }
  .recent-post-slider .heading {
    margin-bottom: 40px;
    display: inline-block; }
    .recent-post-slider .heading .heading-title {
      float: left; }
    .recent-post-slider .heading .heading-line {
      clear: both; }
  .recent-post-slider .read-more {
    font-size: 18px;
    color: #ccc;
    padding: 5px 0 0 30px;
    border-left: 1px solid #f0f2f2;
    margin: 15px 0 0 30px;
    display: block;
    float: left; }
    @media (max-width: 980px) {
      .recent-post-slider .read-more {
        padding-left: 0;
        margin-left: 0;
        float: none;
        border-left: none; } }
  .recent-post-slider .pagination, .recent-post-slider .swiper-pagination {
    right: 0;
    top: -120px;
    z-index: 50; }
    @media (max-width: 980px) {
      .recent-post-slider .pagination, .recent-post-slider .swiper-pagination {
        top: 80px; } }
    @media (max-width: 320px) {
      .recent-post-slider .pagination, .recent-post-slider .swiper-pagination {
        top: 40px; } }
  .recent-post-slider .top-pagination {
    padding-top: 125px;
    top: -125px;
    margin-bottom: -100px; }
    .recent-post-slider .top-pagination .swiper-pagination {
      top: 0; }
      @media (max-width: 640px) {
        .recent-post-slider .top-pagination .swiper-pagination {
          top: 30px; } }
      @media (max-width: 360px) {
        .recent-post-slider .top-pagination .swiper-pagination {
          top: 80px;
          right: auto; } }

/*------------- Client-carousel --------------*/
.client-carousel {
  background-color: #f7f9f9;
  position: relative; }
  .client-carousel .btn-prev {
    bottom: 0;
    left: 42%; }
    @media (max-width: 980px) {
      .client-carousel .btn-prev {
        left: 30%; } }
    @media (max-width: 480px) {
      .client-carousel .btn-prev {
        left: 20%; } }
  .client-carousel .btn-next {
    bottom: 0;
    right: 42%; }
    @media (max-width: 980px) {
      .client-carousel .btn-next {
        right: 30%; } }
    @media (max-width: 480px) {
      .client-carousel .btn-next {
        right: 20%; } }
  .client-carousel .clients-item-wrap {
    position: relative;
    padding: 13px 0 104px 0;
    text-align: center; }
  .client-carousel .pagination-bottom {
    padding-bottom: 120px;
    top: 40px; }
    @media (max-width: 570px) {
      .client-carousel .pagination-bottom {
        padding-bottom: 40px; } }

.clients-item-wrap {
  text-align: center; }

/*------------- Recent Case Slider --------------*/
.recent-case-slider {
  position: relative; }
  .recent-case-slider .heading {
    margin-bottom: 48px;
    display: inline-block; }
    .recent-case-slider .heading .heading-title {
      float: left; }
      @media (max-width: 640px) {
        .recent-case-slider .heading .heading-title {
          float: none; } }
    .recent-case-slider .heading .heading-line {
      clear: both; }
  .recent-case-slider .pagination, .recent-case-slider .swiper-pagination {
    right: 0;
    top: 0;
    z-index: 5; }
    @media (max-width: 980px) {
      .recent-case-slider .pagination, .recent-case-slider .swiper-pagination {
        top: 30px; } }
  @media (max-width: 640px) {
    .recent-case-slider .read-more {
      margin-left: 0;
      padding-left: 0;
      border-left: none; } }
  .recent-case-slider .top-pagination {
    padding-top: 125px;
    top: -125px;
    margin-bottom: -100px; }
  .recent-case-slider .pagination-bottom {
    padding-bottom: 80px; }
    .recent-case-slider .pagination-bottom .pagination, .recent-case-slider .pagination-bottom .swiper-pagination {
      left: 0;
      bottom: 0;
      right: auto;
      top: auto; }

/*------------- Testimonial-arrow-slider --------------*/
.testimonial-arrow-slider {
  position: relative; }
  .testimonial-arrow-slider .heading {
    margin-bottom: 60px;
    display: inline-block; }
    .testimonial-arrow-slider .heading .heading-title {
      float: left; }
    .testimonial-arrow-slider .heading .heading-line {
      clear: both; }
    @media (max-width: 980px) {
      .testimonial-arrow-slider .heading .read-more {
        margin-left: 10px;
        padding-left: 10px;
        border-left: none; } }
    @media (max-width: 570px) {
      .testimonial-arrow-slider .heading .read-more {
        margin-left: 0;
        padding-left: 0;
        float: none; } }
  .testimonial-arrow-slider .pagination, .testimonial-arrow-slider .swiper-pagination {
    left: 0;
    bottom: 0;
    z-index: 5; }
    @media (max-width: 1024px) {
      .testimonial-arrow-slider .pagination, .testimonial-arrow-slider .swiper-pagination {
        bottom: 20px; } }
    .testimonial-arrow-slider .pagination .swiper-pagination-bullet, .testimonial-arrow-slider .swiper-pagination .swiper-pagination-bullet {
      background-color: #d7d7d7; }
      .testimonial-arrow-slider .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .testimonial-arrow-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: transparent;
        border: 2px solid #4cc2c0; }
    .testimonial-arrow-slider .pagination.top-right, .testimonial-arrow-slider .swiper-pagination.top-right {
      left: auto;
      bottom: auto;
      right: 0;
      top: 150px; }
  .testimonial-arrow-slider .pagination-bottom {
    padding-bottom: 80px;
    top: 0; }

/*------------- Slider-profit --------------*/
.slider-profit-wrap {
  position: relative; }
  .slider-profit-wrap .pagination-vertical {
    padding-left: 100px;
    margin-left: -100px; }
  .slider-profit-wrap .slider-profit {
    position: relative; }
    .slider-profit-wrap .slider-profit .slider-profit-thumb {
      position: relative; }
      @media (max-width: 480px) {
        .slider-profit-wrap .slider-profit .slider-profit-thumb {
          margin-top: 40px; } }
    .slider-profit-wrap .slider-profit .btn {
      margin-bottom: 30px; }
.slider-profit-wrap .pagination, .slider-profit-wrap .swiper-pagination {
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #00316c;
	padding: 20px;
}
    @media (max-width: 1280px) {
      .slider-profit-wrap .pagination, .slider-profit-wrap .swiper-pagination {
        left: 70px; } }
    @media (max-width: 640px) {
      .slider-profit-wrap .pagination, .slider-profit-wrap .swiper-pagination {
        left: 50%;
        top: auto;
        bottom: -20px; } }
    .slider-profit-wrap .pagination .swiper-pagination-bullet, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet {
      display: block;
      margin: 9px 5px;
      background-color: #ff7636; }
      @media (max-width: 640px) {
        .slider-profit-wrap .pagination .swiper-pagination-bullet, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet {
          display: inline-block; } }
      .slider-profit-wrap .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-profit-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-color: #fff;
        background-color: transparent; }

.swiper-slide > .main-slider {
  height: 100%;
  padding-bottom: 0;
  padding-top: 0; }
  @media (max-width: 1280px) {
    .swiper-slide > .main-slider {
      height: auto; } }
  @media (max-width: 360px) {
    .swiper-slide > .main-slider {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }


/*------------- #PRICING-TABLES --------------*/
.pricing-tables .pricing-tables-wrap {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 14px 32px 10px rgba(0, 0, 0, 0.2);
  margin: 0 15px;
  border-radius: 10px; }
  .pricing-tables .pricing-tables-wrap :nth-child(3) .pricing-tables-item .dots {
    display: none; }

.pricing-tables-item {
  text-align: center;
  padding: 60px;
  position: relative; }
  @media (max-width: 1024px) {
    .pricing-tables-item {
      padding: 15px; } }
  @media (max-width: 570px) {
    .pricing-tables-item {
      margin-bottom: 30px; } }
  .pricing-tables-item:hover .btn {
    background-color: #4cc2c0; }
  .pricing-tables-item:hover .pricing-title {
    color: #4cc2c0; }
  .pricing-tables-item .pricing-tables-icon {
    width: 130px;
    height: 130px;
    border: 15px solid #f7f9f9;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px; }
    .pricing-tables-item .pricing-tables-icon img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .pricing-tables-item .pricing-title {
    font-size: 34px;
    margin-bottom: 11px;
    display: block; }
    @media (max-width: 980px) {
      .pricing-tables-item .pricing-title {
        font-size: 26px; } }
  .pricing-tables-item .pricing-tables-position {
    font-size: 16px;
    margin: 0 0 21px 0;
    padding: 0;
    list-style: none; }
    .pricing-tables-item .pricing-tables-position .position-item {
      margin-bottom: 5px; }
      .pricing-tables-item .pricing-tables-position .position-item.include {
        color: #fcb03b; }
      .pricing-tables-item .pricing-tables-position .position-item .count {
        color: #2f2c2c;
        font-weight: 600; }
  .pricing-tables-item .rate {
    font-size: 24px;
    color: #4cc2c0;
    margin-bottom: 31px; }
  .pricing-tables-item .dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); }
    @media (max-width: 570px) {
      .pricing-tables-item .dots {
        display: none; } }

.pricing-tables-head .pricing-tables-item {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 8px 0 87px rgba(0, 0, 0, 0.15);
  transition: all .3s ease; }
  .pricing-tables-head .pricing-tables-item .pricing-head {
    position: relative;
    min-height: 125px; }
  .pricing-tables-head .pricing-tables-item .pricing-content-wrap {
    margin-top: -60px;
    background-color: #fff;
    padding: 0 60px 60px; }
    .pricing-tables-head .pricing-tables-item .pricing-content-wrap .pricing-tables-icon {
      background-color: #fff; }
  .pricing-tables-head .pricing-tables-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 5; }
    .pricing-tables-head .pricing-tables-item:hover .btn {
      background-color: #f15b26; }

.pricing-tables-classic .pricing-tables-item {
  background-color: #fff;
  box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.pricing-tables-colored .pricing-tables-item {
  box-shadow: 15px 0 80px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
  .pricing-tables-colored .pricing-tables-item .pricing-tables-icon {
    border: none; }
  .pricing-tables-colored .pricing-tables-item .pricing-title:hover {
    color: #2f2c2c; }
  .pricing-tables-colored .pricing-tables-item .pricing-tables-position .position-item {
    color: #fff; }
    .pricing-tables-colored .pricing-tables-item .pricing-tables-position .position-item .count {
      color: #fff; }
  .pricing-tables-colored .pricing-tables-item .rate {
    color: #2f2c2c; }
  .pricing-tables-colored .pricing-tables-item:hover .btn {
    border-color: transparent;
    background-color: #2f2c2c; }
  .pricing-tables-colored .pricing-tables-item:hover .pricing-title {
    color: #2f2c2c; }

/*------------- #RECENT-POST --------------*/
/*------------- #CLIENTS --------------*/
.client-item {
  display: inline-block;
  position: relative;
  padding: 0 39px; }
  @media (max-width: 768px) {
    .client-item {
      padding: 0 20px; } }
  @media (max-width: 570px) {
    .client-item {
      margin-bottom: 30px; } }
  .client-item .client-image {
    position: relative;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center; }
    .client-item .client-image img {
      position: relative;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .client-item:hover .client-image {
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.client-item-style2 {
  padding: 60px 40px;
  text-align: center;
  transition: all .3s ease;
  float: left; }
  .client-item-style2 .client-image {
    position: relative;
    margin-bottom: 60px;
    text-align: center; }
    .client-item-style2 .client-image img {
      position: relative;
      transition: all .3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .client-item-style2 .client-image img.hover {
        opacity: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0); }
  .client-item-style2 .clients-item-title {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .client-item-style2 .clients-item-text {
    margin-bottom: 30px; }
  .client-item-style2:hover {
    background-color: #4cc2c0; }
    .client-item-style2:hover .client-image .hover {
      opacity: 1; }
    .client-item-style2:hover .clients-item-text {
      color: #fff; }
    .client-item-style2:hover .btn {
      color: #fff;
      background-color: #2f2c2c;
      border-color: #2f2c2c; }
      .client-item-style2:hover .btn .semicircle::after {
        border-color: #fff; }

.load-more {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  transition: all .3s ease;
  display: block;
  max-width: 120px; }
  .load-more .load-more-img-wrap {
    margin-bottom: 20px;
    position: relative;
    display: block;
    background-image: url("../img/load-more-arrow.html");
    background-position: 54% 50%;
    background-repeat: no-repeat; }
    .load-more .load-more-img-wrap img {
      position: relative; }
  .load-more .load-more-text {
    color: #d7d7d7;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s ease; }
  .load-more:hover .load-more-text {
    color: #4cc2c0; }
  .load-more:hover .load-more-img-wrap {
    -webkit-animation: rotate-img 1.5s infinite linear;
    animation: rotate-img 1.5s infinite linear; }
    .load-more:hover .load-more-img-wrap img {
      -webkit-animation: rotate-img 2s infinite linear;
      animation: rotate-img 2s infinite linear; }

@-webkit-keyframes rotate-img {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-img {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .load-more.last-page:hover .load-more-img-wrap {
    -webkit-animation: none;
    animation: none; }
    .load-more.last-page:hover .load-more-img-wrap img {
      -webkit-animation: none;
      animation: none; }
.choose-select {
  position: relative;
  display: block; }
  .choose-select:after {
    content: '\e908';
    display: block;
    width: 60px;
    height: 64px;
    background-color: #f1f3f3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #e3e9e9;
    border-radius: 0 50px 50px 0;
    font-family: seosight;
    line-height: 64px;
    text-align: center;
    cursor: pointer; }
  .choose-select .checked {
    color: #cfcfcf;
    right: 15px;
    margin-top: 0; }
