@charset "UTF-8";
/* ------------------------------------------------------
@File: Default Styles
@Author: Template_mr.
@Developed By: Emran Khan
@Developer Email: fed.emran@gmail.com
@Developer URL: http://emran-khan.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: Momo Html Template 
@Author: Template_mr. 
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix
03/ Header
04/ Banner
05/ Service
06/ Agency
07/ counter
08/ solutions
09/ pricing
10/ testimonials
11/ blog
12/ software
13/ team
14/ portfolio
15/ shop 
16/ Footer 
17/ Responsive    
===================================================== */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/* Theme_btn */
@import url(bootstrap-style.min.css);
@import url(all.css);
@import url(font-awesome.min.css);
@import url(vendor/flaticon.css);
@import url(vendor/animate.css);
@import url(vendor/magnific-popup.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/nice-select.css);
@import url(vendor/jquery-ui/jquery-ui.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");

/*@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");*/
/*@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900");*/
.theme_btn {
  font: 500 18px/60px "Poppins", sans-serif;
  color: #fff;
  background: #ff846f;
  border-radius: 10px;
  padding: 0 20px;
  display: inline-block;
  min-width: 218px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.theme_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #515de8;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.theme_btn:hover, .theme_btn:focus {
  color: #fff !important;
}
.theme_btn:hover:before, .theme_btn:focus:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  font-family: "Poppins", sans-serif;
  /*Section Fix*/
  /*Ancore*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
body p {
  color: #000;
  margin: 0;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

#parallax {
  overflow: hidden;
  display: block;
}

/* post_select */
.post_select {
  position: relative;
  background: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  font: 400 16px/40px "Poppins", sans-serif;
  padding: 0 30px;
  height: auto;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6);
  min-width: 150px;
  background-color: transparent;
}
.post_select:after {
  display: none;
}
.post_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 18px/40px FontAwesome;
  color: #6b6b6b;
}
.post_select .list {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}
.post_select .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #39436f;
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #515de8;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../imgs/preloader.svg");
}

/*----------------------------------------------------*/
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    left: 230px;
    bottom: 85px;
  }

  25% {
    left: 100px;
    bottom: 85px;
  }

  50% {
    left: 100px;
    bottom: 100px;
  }

  75% {
    left: 230px;
    bottom: 200px;
  }

  100% {
    left: 220px;
    bottom: 100px;
  }
}
/* Move frame*/
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
/* DoublePulse */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*----------------------------------------------------*/
/* Main Header Area */

.main_header_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 5px 200px 0;
}
.main_header_area .navbar {
  padding: 0;
   
  width: 100%;
  display: inline-block;
}
.main_header_area .navbar .navbar-brand {
  line-height: 55px;
  padding: 0;
}
.main_header_area .navbar .mail_nav {
  font: 500 18px "Poppins", sans-serif;
  color: #d7daff;
  padding-left: 40px;
}
.main_header_area .navbar .mail_nav img {
  padding-right: 15px;
}
.main_header_area .navbar .mail_nav:hover {
  color: #fff;
}
/*.main_header_area .navbar .navbar_supported {
  float: right;
}
.main_header_area .navbar .navbar_supported .navbar-nav {
  width: 100%;
}
.main_header_area .navbar .navbar_supported .navbar-nav li {
  display: inline-block;
}
.main_header_area .navbar .navbar_supported .navbar-nav li a {
  font: 400 20px/55px "Poppins", sans-serif;
  color: #fff;
  padding: 0;
  margin: 0 25px;
  display: block;
}
.main_header_area .navbar .navbar_supported .navbar-nav li a:hover, .main_header_area .navbar .navbar_supported .navbar-nav li a:focus {
  color: #ff846f;
}
.main_header_area .navbar .navbar_supported .navbar-nav li a:after {
  border: 0;
}
.main_header_area .navbar .navbar_supported .navbar-nav li a.dropdown-toggle {
  margin-right: 35px;
}
.main_header_area .navbar .navbar_supported .navbar-nav li a.dropdown-toggle:after {
  content: "\f0d7";
  font: normal normal normal 20px/55px FontAwesome;
  border: 0;
  position: absolute;
  margin-left: 10px;
}
.main_header_area .navbar .navbar_supported .navbar-nav li .theme_btn {
  line-height: 55px;
  min-width: 150px;
  margin: 0;
  margin-left: 30px;
}
.main_header_area .navbar .navbar_supported .navbar-nav li .theme_btn:before {
  background: #fff;
}
.main_header_area .navbar .navbar_supported .navbar-nav li .theme_btn:hover, .main_header_area .navbar .navbar_supported .navbar-nav li .theme_btn:focus {
  color: #515de8 !important;
}
.main_header_area .navbar .navbar_supported .navbar-nav li .tb_2 {
  background: #ff4c4c;
}
.main_header_area .navbar .navbar_supported .navbar-nav li .mail_nav {
  font-size: 18px;
  margin: 0;
  padding-left: 40px;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown {
  position: relative;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu {
  margin: 0;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(181, 181, 181, 0.35);
 
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 25px;
  color: #fff;
} */
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 240px;
    background-color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu li {
  display: block;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a {
  background-color: transparent;
  font: 400 16px/40px "Poppins", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  margin: 0;
  display: block;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a:after {
  display: none;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  border: 0;
  width: 5px;
  height: 5px;
  background: #ff846f;
  border-radius: 50%;
  opacity: 0;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a:hover, .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a:focus, .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a.active {
  color: #ff846f;
  padding-left: 30px;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a:hover:before, .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a:focus:before, .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu a.active:before {
  opacity: 1;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown {
  position: relative;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown a:after {
  border: 0;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown:after {
  content: "\f105";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 15px/48px FontAwesome;
  color: rgba(57, 67, 111, 0.702);
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
  display: block;
}
.main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown .dropdown-menu:before {
  content: "\f0d9";
  font: normal normal normal 30px/1 FontAwesome;
  color: rgba(0, 0, 0, 0.05);
  top: 7px;
  left: -10px;
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    transform: translateZ(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0px;
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
    transform: scale(1, 1);
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported .navbar-nav li.dropdown:focus .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
.main_header_area .navbar .right_nav {
  float: right;
  padding-left: 10px;
}
.main_header_area .navbar .right_nav li {
  display: inline-block;
}
.main_header_area .navbar .right_nav li a {
  color: #fff;
  line-height: 55px;
  padding: 0;
  margin: 0 18px;
}
.main_header_area .navbar .right_nav li a i:before {
  font-size: 35px;
  line-height: 1;
}
.main_header_area .navbar .right_nav li .cart {
  position: relative;
}
.main_header_area .navbar .right_nav li .cart:after {
  content: "";
  border: 0;
  width: 1px;
  height: 23px;
  background: #d1b6fc;
  position: absolute;
  right: -23px;
  top: 15px;
}
.main_header_area .navbar .right_nav li .cart:before {
  content: "0";
  position: absolute;
  top: 0;
  right: -10px;
  border-radius: 50%;
  width: 21px;
  color: #fff;
  background: #ff846f;
  display: block;
  font: 400 12px/21px "Poppins", sans-serif;
  text-align: center;
  z-index: 1;
}
.main_header_area .navbar .right_nav li .cart i:before {
  position: relative;
  top: 6px;
}
.main_header_area .navbar .right_nav li.dropdown {
  position: relative;
}
.main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
  margin: 0;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(181, 181, 181, 0.35);
}
.main_header_area .navbar .right_nav li.dropdown .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 25px;
  color: #fff;
}
@media (min-width: 991px) {
  .main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 240px;
    background-color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}
.main_header_area .navbar .right_nav li.dropdown .dropdown-menu li {
  display: block;
}
.main_header_area .navbar .right_nav li.dropdown .cart_dopdown {
  text-align: center;
  padding: 20px;
}
@media (min-width: 991px) {
  .main_header_area .navbar .right_nav li.dropdown:hover .dropdown-menu, .main_header_area .navbar .right_nav li.dropdown:focus .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
.main_header_area .navbar .right_nav li .theme_btn {
  line-height: 55px;
  min-width: 150px;
  margin: 0;
  margin-left: 10px;
  overflow: visible;
}
.main_header_area .navbar .right_nav li .theme_btn:before {
  background: #fff;
  border-radius: 10px;
}
.main_header_area .navbar .right_nav li .theme_btn:hover, .main_header_area .navbar .right_nav li .theme_btn:focus {
  color: #515de8 !important;
}
.main_header_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99999;
  /*padding: 25px 200px;*/
  /*background: #515de8;*/
  /*box-shadow: 0px 0px 35px 0px rgba(78, 71, 234, 0.55);*/
  transform: translateY(70px);
  transition: transform 500ms ease, background 200ms ease;
}

/* End Main Header End */
/* Search bar */
.search_dropbown {
  padding: 0;
}
.search_dropbown a:after, .search_dropbown a:before {
  display: none;
}
.search_dropbown a:hover, .search_dropbown a:focus {
  color: #515de8;
}
.search_dropbown a i:before {
  font-size: 25px !important;
  position: relative;
  top: 2px;
}
.search_dropbown .dropdown-menu {
  margin: 0;
  padding: 10px !important;
  border: 0;
  border-radius: 0;
  background: #fff;
  min-width: 280px !important;
  margin-left: -218px !important;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
  z-index: 99999;
  top: 100% !important;
}
.search_dropbown .dropdown-menu:before {
  left: auto !important;
  right: 20px;
}
.search_dropbown .dropdown-menu li {
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
}
.search_dropbown .dropdown-menu li input {
  font: 400 16px/42px "Poppins", sans-serif;
  background: #fff;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 15px;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.search_dropbown .dropdown-menu li input.placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.search_dropbown .dropdown-menu li input:-moz-placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.search_dropbown .dropdown-menu li input::-moz-placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.search_dropbown .dropdown-menu li input::-webkit-input-placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.search_dropbown .dropdown-menu li input:focus.placeholder {
  color: #fff;
}
.search_dropbown .dropdown-menu li input:focus:-moz-placeholder {
  color: #fff;
}
.search_dropbown .dropdown-menu li input:focus::-moz-placeholder {
  color: #fff;
}
.search_dropbown .dropdown-menu li input:focus::-webkit-input-placeholder {
  color: #fff;
}
.search_dropbown .dropdown-menu li span {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  line-height: 42px;
  width: 40px;
  background: #ff846f;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #fff;
}
.search_dropbown .dropdown-menu li:hover input, .search_dropbown .dropdown-menu li:focus input {
  border-color: #515de8;
}
.search_dropbown .dropdown-menu li:hover span, .search_dropbown .dropdown-menu li:focus span {
  background: #515de8;
  color: #fff;
}

/* Search bar */
/*----------------------------------------------------*/
/* Banner Area */
.banner_area {
  display: block;
  overflow: hidden;
  background-image: linear-gradient(to left, #4e5ae5, #4855e1, #5661eb, #5965ee, #5d69f1);
  padding: 320px 0 540px;
  position: relative;
  z-index: 1;
}
.banner_area:before {
  content: "";
  position: absolute;
  top: -170px;
  right: -280px;
  background: #5460ea;
  height: 908px;
  width: 1015px;
  border-radius: 10px;
  transform: rotate(26deg);
  z-index: -1;
}
.banner_area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../imgs/banner-bg-1.png") no-repeat left bottom;
  width: 100%;
  height: 659px;
}
.banner_area .banner_bg {
  position: absolute !important;
  left: 0 !important;
  right: 0;
  top: 140px !important;
  z-index: -1;
  animation: moveShap 25s linear 2s infinite alternate;
}
.banner_area h2 {
  font: 700 70px/79px "Poppins", sans-serif;
  color: #fff;
  max-width: 635px;
}
.banner_area p {
  font: 500 21px/36px "Poppins", sans-serif;
  max-width: 730px;
  color: #fff;
  padding: 50px 0 90px;
}
.banner_area .banner_img {
  right: 0 !important;
  position: absolute;
  top: 205px !important;
  z-index: -1;
}

.banner_a2 {
  background: #5460ea url("../imgs/banner-bottom.png") no-repeat left bottom;
  padding-bottom: 390px;
}
.banner_a2:after, .banner_a2:before {
  display: none;
}
.banner_a2 .banner_bg {
  left: 160px !important;
  animation: none;
}
.banner_a2 h2 {
  max-width: 725px;
}
.banner_a2 .theme_btn {
  padding: 0 40px;
}

.banner_a3 {
  background: url("../imgs/banner-bg-2.png") no-repeat left top;
  padding-bottom: 60px;
}
.banner_a3:after, .banner_a3:before {
  display: none;
}
.banner_a3 .banner_img_2 {
  float: right;
  margin-top: -70px;
}
.banner_a3 h2 {
  max-width: 725px;
  padding-bottom: 115px;
}
.banner_a3 .theme_btn {
  min-width: 242px;
}
.vegas-slide-inner{
      background-position:  left top !important;

}

.banner_a4 {
  /*background: url("http://localhost/pronomix/public/assets/imgs/banner_pronomix_3.jpg") no-repeat left top;*/
  background-size: cover;
  padding-bottom: 538px;
  overflow: visible;
  margin-bottom: 70px;
}
.banner_a4:after, .banner_a4:before {
  display: none;
}
.banner_a4 .banner_bg {
  animation: moveShap2 25s linear 2s infinite alternate;
  top: auto !important;
  bottom: 100px;
  right: auto;
}
.banner_a4 .banner_img_2 {
  position: absolute;
  right: 0;
  top: 190px;
  z-index: -1;
}
.banner_a4 h2 {
  max-width: 865px;
  padding-bottom: 100px;
  line-height: 88px;
}
.banner_a4 .theme_btn {
  min-width: 242px;
  background: #ff4c4c;
}

/* Banner Area End */
.pages_banner {
  display: block;
  overflow: hidden;
  background: url("../imgs/pages-banner.png") no-repeat;
  padding: 360px 0 300px;
}
.pages_banner h2 {
  color: #fff;
  font: 700 59px/79px "Poppins", sans-serif;
  max-width: 800px;
}
.pages_banner h2 span {
  color: #ff846f;
}

.pb_2 {
  padding-bottom: 490px;
  background: url("../imgs/pages-banner.png") no-repeat, url("../imgs/pages-banner-2.png") no-repeat right bottom;
  position: relative;
  z-index: 1;
}
.pb_2:after {
  content: "";
  position: absolute;
  right: 120px;
  bottom: 130px;
  background: url("../imgs/get-shap-3.png") no-repeat;
  height: 31px;
  width: 31px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}

.pb_3 {
  padding-bottom: 430px;
  background: url("../imgs/pages-banner.png") no-repeat, url("../imgs/banner-bg-3.png") no-repeat right bottom;
}

.coming_soon_area {
  display: block;
  overflow: hidden;
  background: url("../imgs/coming-soon.png") no-repeat top center;
  padding: 80px 15px 280px;
  text-align: center;
}
.coming_soon_area h2 {
  display: block;
  font: 700 59px "Poppins", sans-serif;
  padding-top: 160px;
  background-image: linear-gradient(to right, white, #ece0ff, #e3bdff, #e197ff, #e568fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 430px;
  margin: 0 auto;
}
.coming_soon_area p {
  font: 400 24px/35px "Poppins", sans-serif;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 90px;
}
.coming_soon_area .countdown {
  padding-top: 27px;
  position: relative;
}
.coming_soon_area .countdown:before {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 1px;
  max-width: 436px;
  background: #ff7bb9;
}
.coming_soon_area .countdown .ds-element {
  display: inline-block;
  width: 140px;
  background: #fff;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 20px;
  padding: 20px 0 15px;
  position: relative;
}
.coming_soon_area .countdown .ds-element:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -26px;
  height: 20px;
  width: 1px;
  background: #ff7bb9;
}
.coming_soon_area .countdown .ds-element:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -6px;
  height: 13px;
  width: 13px;
  border-radius: 50px;
  background: #ec8ef8;
}
.coming_soon_area .countdown .ds-element .ds-element-title {
  font: 400 16px/1 "Poppins", sans-serif;
  color: #ff846f;
  text-transform: uppercase;
}
.coming_soon_area .countdown .ds-element .ds-element-value {
  font: 500 48px/1 "Poppins", sans-serif;
  color: #515de8;
  padding-top: 17px;
}
.coming_soon_area .input-group {
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 90px;
}
.coming_soon_area .input-group .form-control {
  color: #c8c4c4;
  font: 400 16px/72px "Poppins", sans-serif;
  height: auto;
  padding: 0 40px;
  border: 0;
  outline: none;
  box-shadow: none;
}
.coming_soon_area .input-group .form-control.placeholder {
  color: #c8c4c4;
}
.coming_soon_area .input-group .form-control:-moz-placeholder {
  color: #c8c4c4;
}
.coming_soon_area .input-group .form-control::-moz-placeholder {
  color: #c8c4c4;
}
.coming_soon_area .input-group .form-control::-webkit-input-placeholder {
  color: #c8c4c4;
}
.coming_soon_area .input-group .form-control:focus.placeholder {
  color: transparent;
}
.coming_soon_area .input-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.coming_soon_area .input-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.coming_soon_area .input-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.coming_soon_area .input-group .input-group-text {
  background: #ff846f;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  line-height: 63px;
  height: 63px;
  display: block;
  padding: 0;
  margin: 5px;
  cursor: pointer;
  width: 63px;
  text-align: center;
  transition: all 300ms linear 0s;
  border: 0;
}
.coming_soon_area .input-group .input-group-text:hover, .coming_soon_area .input-group .input-group-text:focus {
  background: #515de8;
}

/*----------------------------------------------------*/
.service_icon_area {
  background: url("../imgs/servises-bg.png") no-repeat top center;
  background-size: contain;
  margin-top: -110px;
  position: relative;
  /*padding-bottom: 70px;*/
  z-index: 1;
}
.service_icon_area .single_box {
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(181, 181, 181, 0.35);
  border-radius: 10px;
  padding: 45px;
  padding-right: 35px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.service_icon_area .single_box .tick:before {
  line-height: 50px;
  width: 52px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #515de8;
  font-size: 25px;
  display: block;
}
.service_icon_area .single_box .t_2:before {
  background: #ff846f;
}
.service_icon_area .single_box .t_3:before {
  background: #9ea5e8;
}
.service_icon_area .single_box .heding {
  color: #39436f;
  padding: 32px 0 25px;
  font: 500 24px/1 "Poppins", sans-serif;
  display: block;
}
.service_icon_area .single_box .heding:hover, .service_icon_area .single_box .heding:focus {
  color: #515de8;
}
.service_icon_area .single_box p {
  padding-bottom: 32px;
  font-size: 15px;
}
.service_icon_area .single_box .read_btn {
  color: #ff846f;
  display: block;
  font: 400 16px/1 "Poppins", sans-serif;
}
.service_icon_area .single_box .read_btn i:before {
  font-size: 43px;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 12px;
  padding-left: 10px;
  transition: all 300ms linear 0s;
}
.service_icon_area .single_box .read_btn:hover, .service_icon_area .single_box .read_btn:focus {
  color: #515de8;
}
.service_icon_area .single_box .read_btn:hover i:before, .service_icon_area .single_box .read_btn:focus i:before {
  padding-left: 20px;
}

.sia_2 {
  margin: 0;
  background: url("../imgs/solition-bg.png") no-repeat top right;
  padding-top: 255px;
  padding-bottom: 220px;
  position: relative;
  z-index: 1;
}
.sia_2 .bg_style {
  position: absolute;
  right: 0;
  bottom: 200px;
  z-index: -1;
}
.sia_2 h2 {
  font: 600 42px/55px "Poppins", sans-serif;
  color: #39436f;
  float: right;
  max-width: 580px;
  padding-bottom: 90px;
}
.sia_2 .tittle {
  display: block;
  overflow: hidden;
}
.sia_2 .nav_control {
  float: left;
  padding-top: 25px;
}
.sia_2 .nav_control a {
  border-radius: 50%;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  color: #ff846f;
  display: inline-block;
}
.sia_2 .nav_control a i:before {
  font-size: 43px;
}
.sia_2 .nav_control a:hover, .sia_2 .nav_control a:focus, .sia_2 .nav_control a.next {
  color: #fff;
  background-color: #c8ccf7;
  box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
}
.sia_2 .single_box .tick {
  z-index: 1;
  position: relative;
}
.sia_2 .single_box .tick:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -20px;
  background: url("../imgs/t-bg-1.png") no-repeat;
  width: 87px;
  height: 73px;
  z-index: -1;
}
.sia_2 .single_box .tick:before {
  background: #9a6ffe;
}
.sia_2 .single_box .t_2:after {
  background: url("../imgs/t-bg-2.png") no-repeat;
}
.sia_2 .single_box .t_2:before {
  background: #ff846f;
}
.sia_2 .single_box .t_3:before {
  background: #88fa88;
}
.sia_2 .single_box .t_3:after {
  background: url("../imgs/t-bg-3.png") no-repeat;
}
.sia_2 .single_box .t_4:before {
  background: #6f9bfe;
}
.sia_2 .single_box .t_4:after {
  background: url("../imgs/t-bg-4.png") no-repeat;
}
.sia_2 .single_box .t_5:before {
  background: #d095fa;
}
.sia_2 .single_box .t_5:after {
  background: url("../imgs/t-bg-5.png") no-repeat;
}
.sia_2 .single_box .t_6:before {
  background: #61f6d5;
}
.sia_2 .single_box .t_6:after {
  background: url("../imgs/t-bg-6.png") no-repeat;
}

.sia_3 {
  background: url(../imgs/solition-bg-2.png) no-repeat center bottom;
  padding-bottom: 320px;
  padding-top: 155px;
}
.sia_3 h2 {
  float: left;
  display: block;
  max-width: 760px;
}
.sia_3 .next_p {
  display: block;
  overflow: hidden;
}
.sia_3 .nav_control {
  float: right;
  padding: 190px 15px 70px;
  display: block;
  overflow: hidden;
}

.sia_4 {
  background: url("../imgs/services-shap.png") no-repeat right top;
  margin: 0;
  /*padding-top: 110px;*/
  position: relative;
  z-index: 1;
}
.sia_4:before {
  content: "";
  position: absolute;
  left: 80px;
  top: 100px;
  background: url(../imgs/services-shap-2.png) no-repeat;
  height: 88px;
  width: 59px;
  display: inline-block;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.sia_4:after {
  content: "";
  position: absolute;
  right: 80px;
  top: 240px;
  background: url(../imgs/services-shap-3.png) no-repeat;
  height: 78px;
  width: 67px;
  display: inline-block;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.sia_4 .tittle {
  padding-bottom: 80px;
}
.sia_4 .tittle h4 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #ff4c4c;
  padding-bottom: 20px;
}
.sia_4 .tittle h2 {
  font: 600 45px/50px "Poppins", sans-serif;
  color: #242425;
  max-width: 950px;
}
.sia_4 .single_box {
  box-shadow: none;
  transition: all 300ms linear 0s;
}
.sia_4 .single_box:hover, .sia_4 .single_box:focus, .sia_4 .single_box.active {
  box-shadow: 0px 0px 30px 0px rgba(181, 181, 181, 0.35);
}
.sia_4 .single_box .tick:before {
  background-image: -moz-linear-gradient(81deg, #fe9797 0%, #bf43ff 84%);
  background-image: -webkit-linear-gradient(81deg, #fe9797 0%, #bf43ff 84%);
  background-image: -ms-linear-gradient(81deg, #fe9797 0%, #bf43ff 84%);
}
.sia_4 .single_box .t_2:before {
  background-image: -moz-linear-gradient(81deg, #bcf3c0 0%, #47e12e 84%);
  background-image: -webkit-linear-gradient(81deg, #bcf3c0 0%, #47e12e 84%);
  background-image: -ms-linear-gradient(81deg, #bcf3c0 0%, #47e12e 84%);
}
.sia_4 .single_box .t_3:before {
  background-image: -moz-linear-gradient(81deg, #fea2cb 0%, #ff527f 84%);
  background-image: -webkit-linear-gradient(81deg, #fea2cb 0%, #ff527f 84%);
  background-image: -ms-linear-gradient(81deg, #fea2cb 0%, #ff527f 84%);
}

.analytics_area {
  display: block;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.analytics_area .bg_style {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  left: auto !important;
  z-index: -1;
}
.analytics_area .analytics {
  border-radius: 10px;
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
  text-align: center;
  padding: 65px 25px 55px;
  background: url("../imgs/analytics-1.png") no-repeat right top;
  margin-top: 208px;
}
.analytics_area .analytics .icons {
  margin: 0 auto;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  display: block;
  background: #ff846f;
}
.analytics_area .analytics a {
  font: 500 24px/1 "Poppins", sans-serif;
  color: #39436f;
  display: block;
  padding-top: 40px;
}
.analytics_area .analytics a:hover, .analytics_area .analytics a:focus {
  color: #ff846f;
}
.analytics_area .analytics p {
  color: rgba(57, 67, 111, 0.8);
  padding-top: 20px;
}
.analytics_area .analytics_2 {
  background: url("../imgs/analytics-2.png") no-repeat right top;
  margin-top: 90px;
}
.analytics_area .analytics_2 .icons {
  background: #88fa88;
}
.analytics_area .analytics_3 {
  background: url("../imgs/analytics-3.png") no-repeat right top;
  margin-top: 0;
}
.analytics_area .analytics_3 .icons {
  background: #9a6ffe;
}

.aa_2 {
  padding-top: 100px;
}
.aa_2 h2 {
  font: 600 42px/55px "Poppins", sans-serif;
  color: #39436f;
  float: right;
  max-width: 580px;
  padding-bottom: 90px;
}
.aa_2 .analytics {
  margin-top: 0;
}
.aa_2 .analytics_2 {
  margin-top: 100px;
}

/*----------------------------------------------------*/
.digital_agency {
  padding-top: 140px;
  display: block;
  position: relative;
  z-index: 1;
  /*padding-bottom: 110px;*/
}
.digital_agency:after {
  content: "";
  position: absolute;
  top: -130px;
  right: 0;
  background: url("../imgs/agency-shap.png") no-repeat;
  width: 699px;
  height: 985px;
  z-index: -1;
}
.digital_agency .agency_bg {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 190px !important;
}
.digital_agency .agency_left_text h2 {
  font: 600 42px/55px "Poppins", sans-serif;
  color: #39436f;
  max-width: 455px;
  padding-bottom: 60px;
}
.digital_agency .agency_left_text p {
  font: 500 18px/31px "Poppins", sans-serif;
  color: #39436f;
  max-width: 595px;
  padding-bottom: 40px;
}
.digital_agency .agency_left_text .style_text {
  font: 400 16px/28px "Poppins", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  max-width: 615px;
  padding-bottom: 70px;
}
.digital_agency .agency_left_text .theme_btn {
  background-color: #5b67f0;
  border-radius: 10px;
  width: 218px;
  height: 60px;
}
.digital_agency .agency_left_text .theme_btn::before {
  background: #ff846f;
}
.digital_agency .agency_img {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  left: auto !important;
  right: 516px !important;
  top: 52px !important;
  z-index: -1;
}

.da_2 {
  padding-top: 10px;
}
.da_2:after {
  display: none;
}
.da_2 .agency_left_text {
  padding-top: 100px;
}
.da_2 .digital_agency_img {
  padding-left: 105px;
}

.da_3:after {
  background: url("../imgs/services-shap-5.png");
  height: 81px;
  width: 62px;
  top: 50%;
  z-index: 1;
  right: 130px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.da_3 .agency-right_img img {
  margin-left: -100px;
}
.da_3 .agency_left_text h4 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #ff4c4c;
  padding-bottom: 10px;
}
.da_3 .agency_left_text h2 {
  max-width: 615px;
}
.da_3 .agency_left_text .theme_btn {
  background: #ff4c4c;
}

.agency_task {
  padding: 160px 0;
}
.agency_task .agency_task_img {
  position: relative;
}
.agency_task .agency_task_img img {
  max-width: 100%;
}
.agency_task .agency_task_img .task_btn {
  position: absolute;
  bottom: 0;
  right: -48px;
  background: #FFF;
  font: 500 20px/130px "Poppins", sans-serif;
  color: #39436f;
  box-shadow: 0px 38px 64px 0px rgba(121, 132, 255, 0.35);
  width: 266px;
  padding: 0 35px;
}
.agency_task .agency_task_img .task_btn:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 60px;
  border-bottom: 8px dotted #515de8;
  width: 10px;
  z-index: 1;
}
.agency_task .agency_task_img .task_btn:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 60px;
  border-bottom: 8px dotted #ffd0c8;
  width: 35px;
}
.agency_task .agency_task_img .task_btn:hover, .agency_task .agency_task_img .task_btn:focus {
  background: #515de8;
  color: #fff;
}
.agency_task .agency_task_img .task_btn:hover:before, .agency_task .agency_task_img .task_btn:hover:after, .agency_task .agency_task_img .task_btn:focus:before, .agency_task .agency_task_img .task_btn:focus:after {
  border-color: #fff;
}
.agency_task .agency_contant {
  max-width: 610px;
  margin-left: -40px;
}
.agency_task .agency_contant h5 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-top: 170px;
}
.agency_task .agency_contant h2 {
  font: 600 42px/57px "Poppins", sans-serif;
  color: #39436f;
  padding: 40px 0;
}
.agency_task .agency_contant .media {
  padding-left: 145px;
  padding-top: 60px;
}
.agency_task .agency_contant .media .media-body {
  padding-left: 45px;
}
.agency_task .agency_contant .media .media-body h1 {
  font: 400 32px/1 "Poppins", sans-serif;
  color: #5b67ef;
}
.agency_task .agency_contant .media .media-body h1 span {
  font: 500 136px/1 "Poppins", sans-serif;
  color: #ff846e;
}
.agency_task .agency_contant .media .media-body h6 {
  font: 400 24px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-top: 20px;
}

.at_2 {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.at_2 .focus_bg {
  position: absolute !important;
  left: 0 !important;
  top: auto !important;
  bottom: 0;
  z-index: -1;
}
.at_2 .agency_contant {
  margin: 0;
  float: right;
  margin-right: 130px;
}
.at_2 .agency_contant .media {
  padding-left: 0;
  float: left;
}
.at_2 .agency_contant .task_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
  font: 500 20px/130px "Poppins", sans-serif;
  color: #39436f;
  box-shadow: 0px 38px 64px 0px rgba(121, 132, 255, 0.35);
  width: 266px;
  padding: 0 35px;
}
.at_2 .agency_contant .task_btn:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 60px;
  border-bottom: 8px dotted #515de8;
  width: 10px;
  z-index: 1;
}
.at_2 .agency_contant .task_btn:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 60px;
  border-bottom: 8px dotted #ffd0c8;
  width: 35px;
}
.at_2 .agency_contant .task_btn:hover, .at_2 .agency_contant .task_btn:focus {
  background: #515de8;
  color: #fff;
}
.at_2 .agency_contant .task_btn:hover:before, .at_2 .agency_contant .task_btn:hover:after, .at_2 .agency_contant .task_btn:focus:before, .at_2 .agency_contant .task_btn:focus:after {
  border-color: #fff;
}
.at_2 .agency_task_img {
  text-align: right;
  padding-top: 110px;
}

.seo_insights {
  display: block;
  overflow: hidden;
  padding-bottom: 0px;
}
.seo_insights .recovered_img {
  position: relative;
}
.seo_insights .recovered_img .benefits_btn {
  position: absolute;
  bottom: 0;
  right: 100px;
  background: #FFF;
  font: 500 16px/50px "Poppins", sans-serif;
  color: #39436f;
  box-shadow: 0px 8px 20px 0px rgba(121, 132, 255, 0.35);
  width: 250px;
  padding: 0 35px;
	border-radius: 6px
}
.seo_insights .recovered_img .benefits_btn:before {
  content: "";
  position: absolute;
  right: 60px;
  top: 60px;
  /*border-bottom: 8px dotted #515de8;*/
  width: 10px;
  z-index: 1;
}
.seo_insights .recovered_img .benefits_btn:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 60px;
  /*border-bottom: 8px dotted #ffd0c8;*/
  width: 35px;
}
.seo_insights .recovered_img .benefits_btn:hover, .seo_insights .recovered_img .benefits_btn:focus {
  background: #515de8;
  color: #fff;
}
.seo_insights .recovered_img .benefits_btn:hover:before, .seo_insights .recovered_img .benefits_btn:hover:after, .seo_insights .recovered_img .benefits_btn:focus:before, .seo_insights .recovered_img .benefits_btn:focus:after {
  border-color: #fff;
}
.seo_insights .insights_contant {
  max-width: 610px;
  margin-left: 125px;
  padding-top: 330px;
}
.seo_insights .insights_contant h2 {
  font: 600 42px/55px "Poppins", sans-serif;
  color: #39436f;
  max-width: 500px;
  padding-bottom: 40px;
}
.seo_insights .insights_contant .bold_p {
  font: 500 18px/31px "Poppins", sans-serif;
  color: #39436f;
  max-width: 595px;
  padding-bottom: 30px;
}
.seo_insights .insights_contant .list_line {
  display: block;
  padding: 35px 0;
  overflow: hidden;
}
.seo_insights .insights_contant .list_line .icons {
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  background: #ff846f;
  float: left;
  text-align: center;
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
}
.seo_insights .insights_contant .list_line .icons_2 {
  background: #88fa88;
}
.seo_insights .insights_contant .list_line .icons_3 {
  background: #b4c9ec;
}
.seo_insights .insights_contant .list_line h4 {
  display: inline-block;
  font: 500 21px "Poppins", sans-serif;
  color: #39436f;
  padding-left: 30px;
  padding-top: 10px;
}

.si_2 {
  padding-top: 100px;
}
.si_2 .insights_contant {
  padding-top: 120px;
}

.si_3 {
  padding-top: 100px;
}
.si_3 .insights_contant {
  padding-top: 12px;
}
.si_3 .insights_contant p {
  padding-bottom: 25px;
}
.si_3 .insights_contant .list_line .icons {
  position: relative;
}
.si_3 .insights_contant .list_line .icons:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eef8f9;
  z-index: -1;
}

.si_4 {
  position: relative;
}
.si_4:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 320px;
  background: url(../imgs/get-shap.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.si_4 .recovered_img .benefits_btn {
  right: 160px;
  bottom: 40px;
}
.si_4 .insights_contant {
  padding-top: 170px;
}
.si_4 .insights_contant h2 {
  max-width: 580px;
}
.si_4 .insights_contant .list_line .icons {
  background-image: -moz-linear-gradient(140deg, #24df47 0%, #dbfeef 100%);
  background-image: -webkit-linear-gradient(140deg, #24df47 0%, #dbfeef 100%);
  background-image: -ms-linear-gradient(140deg, #24df47 0%, #dbfeef 100%);
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
}
.si_4 .insights_contant .list_line .icons_3 {
  background-image: -moz-linear-gradient(140deg, #ff23fc 0%, #d2b7ea 100%);
  background-image: -webkit-linear-gradient(140deg, #ff23fc 0%, #d2b7ea 100%);
  background-image: -ms-linear-gradient(140deg, #ff23fc 0%, #d2b7ea 100%);
}

.si_5 {
  background: url("../imgs/seo-recovered-bg.png") no-repeat right bottom;
  padding-bottom: 0;
}
.si_5:after {
  display: none;
}
.si_5 .insights_contant {
  padding-top: 60px;
}
.si_5 .insights_contant h4 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #ff4c4c;
  padding-bottom: 20px;
}
.si_5 .insights_contant .list_line .icons {
  background-image: -moz-linear-gradient(140deg, #c619ff 0%, #e5cffd 100%);
  background-image: -webkit-linear-gradient(140deg, #c619ff 0%, #e5cffd 100%);
  background-image: -ms-linear-gradient(140deg, #c619ff 0%, #e5cffd 100%);
  position: relative;
}
.si_5 .insights_contant .list_line .icons:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f8e8ff;
  z-index: -1;
}
.si_5 .insights_contant .list_line .icons_3 {
  background-image: -moz-linear-gradient(140deg, #fe4c4c 0%, #fa78ce 100%);
  background-image: -webkit-linear-gradient(140deg, #fe4c4c 0%, #fa78ce 100%);
  background-image: -ms-linear-gradient(140deg, #fe4c4c 0%, #fa78ce 100%);
  position: relative;
}
.si_5 .insights_contant .list_line .icons_3:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffe1ed;
  z-index: -1;
}
.si_5 .insights_contant .li_2 {
  margin-top: 40px;
}

.performance_optimized {
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 100px;
}
.performance_optimized .po_img {
  padding: 0;
}
.performance_optimized .list_optimized {
  padding-top: 100px;
}
.performance_optimized .list_line {
  display: block;
  padding: 35px 0;
  padding-top: 55px;
  overflow: hidden;
}
.performance_optimized .list_line .icons {
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  background: #ff846f;
  float: left;
  text-align: center;
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
  position: relative;
}
.performance_optimized .list_line .icons:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eef8f9;
  z-index: -1;
}
.performance_optimized .list_line .icons_2 {
  background: #d6b2ff;
}
.performance_optimized .list_line h4 {
  display: inline-block;
  font: 500 21px "Poppins", sans-serif;
  color: #39436f;
  padding-left: 30px;
  padding-top: 10px;
}
.performance_optimized p {
  max-width: 600px;
}

/*----------------------------------------------------*/
.countarup_area {
  display: block;
  overflow: hidden;
  padding: 95px 0 30px;
  background: url(../imgs/counter-bg.png) no-repeat left top;
  position: relative;
  z-index: 1;
}
.countarup_area:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 90px;
  background: url("../imgs/counter-bg-2.png") no-repeat;
  width: 558px;
  height: 415px;
  z-index: -1;
}
.countarup_area .years_fild {
  position: relative;
}
.countarup_area .years_fild h4 {
  font: 500 40px/1 "Poppins", sans-serif;
  color: #537097;
  position: absolute;
  left: -140px;
  top: 0;
}
.countarup_area .years_fild h1 {
  background: #ff846f;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  text-align: center;
  display: block;
  color: #fff;
  font: 600 118px/200px "Poppins", sans-serif;
  border: 26px solid #fff3f1;
  position: relative;
  top: 65px;
}
.countarup_area .customer {
  box-shadow: 0px 22px 30px 0px rgba(202, 202, 203, 0.35);
  background: #fff;
  text-align: center;
  padding: 35px 35px 25px;
  margin-bottom: 30px;
  margin-top: 120px;
}
.countarup_area .customer h4 {
  font: 500 20px/1 "Poppins", sans-serif;
  color: #242425;
  padding-bottom: 25px;
}
.countarup_area .customer h3 {
  font: 400 30px/1 "Poppins", sans-serif;
  color: #515de8;
}
.countarup_area .customer h3 span {
  font-weight: 600;
  font-size: 60px;
}
.countarup_area .client_logo {
  display: block;
  overflow: hidden;
  max-width: 937px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 68px 0px rgba(218, 221, 254, 0.35);
  float: right;
  margin-top: 90px;
}
.countarup_area .client_logo .item a {
  text-align: center;
  margin: 0 auto;
  height: 224px;
  display: flex;
  align-items: center;
}
.countarup_area .client_logo .item a img {
  width: auto;
  margin: 0 auto;
  opacity: 0.3;
  transition: all 300ms linear 0s;
}
.countarup_area .client_logo .item a:hover img, .countarup_area .client_logo .item a:focus img, .countarup_area .client_logo .item a.active img {
  opacity: 1;
}

.counter_2 {
  padding-bottom: 150px;
}
.counter_2 .client_logo {
  margin-top: -80px;
}
.counter_2 .right_innner {
  margin-right: -235px;
}
.counter_2 .right_innner .customer {
  margin-top: -30px;
  box-shadow: 0px 22px 30px 0px rgba(207, 179, 252, 0.35);
}
.counter_2:after {
  background: url(../imgs/counter-bg-3.png) no-repeat;
  bottom: 0;
}

.c_banner {
  margin-top: 220px;
}

.counter_3 {
  background: #fff;
  padding-top: 50px;
}
.counter_3:after {
  display: none;
}
.counter_3 .client_logo {
  max-width: 100%;
  margin: 0;
}

/*----------------------------------------------------*/
.focus_approach {
  padding: 70px 0 150px;
  position: relative;
  display: block;
}
.focus_approach .focus_bg {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 340px !important;
}
.focus_approach .icon_img {
  width: 96px;
  border-radius: 50%;
  height: 96px;
  line-height: 77px;
  background-color: #7c87ff;
  text-align: center;
  border: 10px solid #eaecff;
  display: block;
}
.focus_approach h4 {
  padding-top: 30px;
  padding-bottom: 20px;
  font: 500 18px/1 "Poppins", sans-serif;
  color: #39436f;
}
.focus_approach h2 {
  font: 600 42px/56px "Poppins", sans-serif;
  color: #39436f;
}
.focus_approach p {
  font: 400 16px/28px "Poppins", sans-serif;
  color: #39436f;
  max-width: 565px;
  padding-top: 45px;
  padding-bottom: 54px;
}
.focus_approach .approach_item li {
  font: 400 18px "Poppins", sans-serif;
  color: #39436f;
  position: relative;
  padding-bottom: 20px;
  display: block;
  padding-left: 52px;
}
.focus_approach .approach_item li::before {
  content: "\f103";
  font-family: Flaticon;
  position: absolute;
  font-size: 26px;
  color: #ff846f;
  left: 0;
  top: 0;
}
.focus_approach .focus_right_img {
  padding: 0;
}

/* Faq_area */
.faq_area {
  display: block;
  overflow: hidden;
  background: url("../imgs/faq-bg.png") no-repeat center;
  background-size: contain;
  padding-top: 130px;
  padding-bottom: 40px;
  position: relative;
}
.faq_area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../imgs/fouc_left_.png) no-repeat;
  height: 482px;
  width: 240px;
  z-index: -1;
}
.faq_area:after {
  content: "";
  position: absolute;
  right: 120px;
  top: 0;
  background: url(../imgs/get-shap-3.png) no-repeat;
  height: 31px;
  width: 31px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.faq_area .faq_item {
  padding-bottom: 50px;
}
.faq_area .faq_item h4 {
  font: 500 24px/48px "Poppins", sans-serif;
  color: #585880;
}
.faq_area .faq_item p {
  padding-top: 25px;
}

/* Faq_area */
/*----------------------------------------------------*/
.pricing_plan {
  display: block;
  overflow: hidden;
  padding: 65px 0 210px;
  position: relative;
  z-index: 1;
}
.pricing_plan:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url("../imgs/pp-shap.png") no-repeat;
  width: 150px;
  height: 234px;
}
.pricing_plan:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../imgs/pp-shap.png") no-repeat;
  width: 150px;
  height: 234px;
  transform: rotate(180deg);
}
.pricing_plan .tittle {
  padding-bottom: 90px;
}
.pricing_plan .tittle h2 {
  font: 600 42px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 35px;
}
.pricing_plan .tittle p {
  font: 400 21px/35.5px "Poppins", sans-serif;
  color: #39436f;
  max-width: 660px;
}
.pricing_plan .plan {
  padding: 65px;
  padding-right: 30px;
  padding-left: 60px;
  background: #f1f7fe url("../imgs/plan-bg-1.png") no-repeat center top;
  background-size: cover;
  margin-bottom: 40px;
  transition: all 300ms linear 0s;
  min-height: 555px;
}
.pricing_plan .plan h3 {
  font: 500 32px/1 "Poppins", sans-serif;
  color: #39436f;
}
.pricing_plan .plan h3 b {
  font-weight: 600;
  font-size: 42px;
  color: #ff846e;
}
.pricing_plan .plan h6 {
  font: 400 18px/1 "Poppins", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  padding-top: 18px;
}
.pricing_plan .plan ul {
  padding: 50px 0;
}
.pricing_plan .plan ul li {
  font: 400 16px/38px "Poppins", sans-serif;
  color: #39436f;
}
.pricing_plan .plan .theme_btn {
  line-height: 50px;
  min-width: 205px;
  background: #fff;
  color: #ff846e;
}
.pricing_plan .plan .theme_btn:before {
  background: #ff846f;
}
.pricing_plan .plan:hover, .pricing_plan .plan:focus, .pricing_plan .plan.active {
  box-shadow: 0px 0px 34px 0px rgba(185, 147, 255, 0.35);
}
.pricing_plan .plan:hover .theme_btn, .pricing_plan .plan:focus .theme_btn, .pricing_plan .plan.active .theme_btn {
  background: #ff846e;
  color: #fff;
}
.pricing_plan .plan_2 {
  background: #f1f7fe url("../imgs/plan-bg-2.png") no-repeat center top;
}
.pricing_plan .plan_3 {
  background: #f1f7fe url("../imgs/plan-bg-3.png") no-repeat center top;
}
.pricing_plan .pp_shap {
  position: absolute;
  left: 134px;
  bottom: 530px;
  z-index: -1;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.pricing_plan .pp_shap_2 {
  position: absolute;
  right: 115px;
  top: 315px;
  z-index: -1;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.pp_2 {
  padding-bottom: 180px;
}
.pp_2:before {
  top: 0;
}
.pp_2:after {
  display: none;
}
.pp_2 .plan {
  background: #f8fdff url("../imgs/plan-bg-4.png") no-repeat center;
}
.pp_2 .plan .theme_btn {
  background: #f1f7fe;
}
.pp_2 .plan_2 {
  background: #f8fdff url("../imgs/plan-bg-5.png") no-repeat center;
}
.pp_2 .plan_3 {
  background: #f8fdff url("../imgs/plan-bg-6.png") no-repeat center;
}

.pp_3 {
  padding-bottom: 140px;
  position: relative;
}
.pp_3:before {
  background: url("../imgs/services-shap-7.png") no-repeat;
  width: 73px;
  height: 82px;
  left: auto;
  right: 150px;
  top: 20px;
  z-index: -1;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.pp_3:after {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 100px;
  background: url("../imgs/get-shap.png") no-repeat;
  height: 30px;
  width: 30px;
}

/*----------------------------------------------------*/
.testimonial_area {
  display: block;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 170px;
}
.testimonial_area .user_img {
  text-align: right;
  padding-right: 30px;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
.testimonial_area .user_img:after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: 0;
  background: url("../imgs/testimonial-bg.png") no-repeat;
  width: 1048px;
  height: 837px;
  z-index: -1;
  animation: rotation 20s infinite;
}
.testimonial_area .testimonial {
  padding: 0;
}
.testimonial_area .testimonial .tittle {
  padding-bottom: 50px;
  padding-left: 100px;
  position: relative;
  z-index: 1;
}
.testimonial_area .testimonial .tittle h4 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #39436f;
}
.testimonial_area .testimonial .tittle h2 {
  font: 600 42px/56px "Poppins", sans-serif;
  color: #39436f;
  padding-top: 20px;
}
.testimonial_area .testimonial_carousel .owl-stage-outer, .testimonial_area .testimonial_2 .owl-stage-outer {
  padding-left: 15px;
}
.testimonial_area .testimonial_carousel .owl-item, .testimonial_area .testimonial_2 .owl-item {
  opacity: 0.40;
}
.testimonial_area .testimonial_carousel .owl-item.firstActiveItem, .testimonial_area .testimonial_2 .owl-item.firstActiveItem {
  opacity: 1;
}
.testimonial_area .testimonial_carousel .item, .testimonial_area .testimonial_2 .item {
  padding-bottom: 60px;
}
.testimonial_area .testimonial_carousel .item .testimonial_item, .testimonial_area .testimonial_2 .item .testimonial_item {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 30px 34px 0px rgba(186, 185, 185, 0.35);
  padding: 70px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.testimonial_area .testimonial_carousel .item .testimonial_item:after, .testimonial_area .testimonial_2 .item .testimonial_item:after {
  content: "\f101";
  position: absolute;
  bottom: 30px;
  right: 100px;
  font-size: 205px;
  color: #fff8f7;
  font-family: Flaticon;
  line-height: 1;
  z-index: -1;
}
.testimonial_area .testimonial_carousel .item .testimonial_item img, .testimonial_area .testimonial_2 .item .testimonial_item img {
  width: auto;
}
.testimonial_area .testimonial_carousel .item .testimonial_item p, .testimonial_area .testimonial_2 .item .testimonial_item p {
  font: 400 18px/31.5px "Poppins", sans-serif;
  color: rgba(57, 67, 111, 0.8);
}
.testimonial_area .testimonial_carousel .item .testimonial_item .media, .testimonial_area .testimonial_2 .item .testimonial_item .media {
  padding-top: 55px;
}
.testimonial_area .testimonial_carousel .item .testimonial_item .media img, .testimonial_area .testimonial_2 .item .testimonial_item .media img {
  width: 82px;
  height: 82px;
  border-style: solid;
  border-width: 6px;
  border-color: #e5e6fa;
  border-radius: 50%;
  background-color: #e6e8fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
}
.testimonial_area .testimonial_carousel .item .testimonial_item .media .media-body, .testimonial_area .testimonial_2 .item .testimonial_item .media .media-body {
  padding-left: 30px;
}
.testimonial_area .testimonial_carousel .item .testimonial_item .media .media-body a, .testimonial_area .testimonial_2 .item .testimonial_item .media .media-body a {
  display: block;
  font: 400 21px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-top: 10px;
}
.testimonial_area .testimonial_carousel .item .testimonial_item .media .media-body a:hover, .testimonial_area .testimonial_carousel .item .testimonial_item .media .media-body a:focus, .testimonial_area .testimonial_2 .item .testimonial_item .media .media-body a:hover, .testimonial_area .testimonial_2 .item .testimonial_item .media .media-body a:focus {
  color: #ff846f;
}
.testimonial_area .testimonial_carousel .item .testimonial_item .media .media-body h6, .testimonial_area .testimonial_2 .item .testimonial_item .media .media-body h6 {
  font: 400 16px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-top: 18px;
}
.testimonial_area .testimonial_carousel .owl-nav, .testimonial_area .testimonial_2 .owl-nav {
  padding-left: 115px;
}
.testimonial_area .testimonial_carousel .owl-nav button, .testimonial_area .testimonial_2 .owl-nav button {
  border-radius: 50%;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  color: #ff846f;
}
.testimonial_area .testimonial_carousel .owl-nav button i:before, .testimonial_area .testimonial_2 .owl-nav button i:before {
  font-size: 43px;
}
.testimonial_area .testimonial_carousel .owl-nav button:hover, .testimonial_area .testimonial_carousel .owl-nav button:focus, .testimonial_area .testimonial_carousel .owl-nav button.owl-next, .testimonial_area .testimonial_2 .owl-nav button:hover, .testimonial_area .testimonial_2 .owl-nav button:focus, .testimonial_area .testimonial_2 .owl-nav button.owl-next {
  color: #fff;
  background-color: #c8ccf7;
  box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
}

.ta_2 {
  padding-top: 245px;
}

.ta_3 .tittle {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.ta_3 .tittle:after {
  content: "\f101";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -60px;
  font-size: 205px;
  color: #fff8f7;
  font-family: Flaticon;
  line-height: 1;
  z-index: -1;
}
.ta_3 .tittle h4 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #ff4c4c;
}
.ta_3 .tittle h2 {
  font: 600 42px/56px "Poppins", sans-serif;
  color: #39436f;
  padding-top: 20px;
}
.ta_3 .testimonial_2 .owl-item {
  opacity: 1;
}
.ta_3 .testimonial_2 .testimonial_item {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 90px 15px 70px !important;
}
.ta_3 .testimonial_2 .testimonial_item:after {
  display: none;
}
.ta_3 .testimonial_2 .owl-stage-outer {
  padding: 0;
}
.ta_3 .testimonial_2 .media {
  display: block;
}
.ta_3 .testimonial_2 .media img {
  margin: 0 auto 20px;
  text-align: center;
}
.ta_3 .testimonial_2 .media .media-body {
  padding-left: 0 !important;
}
.ta_3 .testimonial_2 .owl-nav {
  padding: 0;
  text-align: center;
}
.ta_3 .testimonial_2 .owl-nav .owl-prev {
  margin-right: 10px;
}

.ta_3 {
  padding-bottom: 40px;
}

/*----------------------------------------------------*/
.blog_posts_area {
  display: block;
  overflow: hidden;
  padding-bottom: 200px;
}
.blog_posts_area h2 {
  text-align: center;
  font: 600 42px/55px "Poppins", sans-serif;
  color: #39436f;
  max-width: 630px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.blog_posts_area .bp_item {
  padding: 0;
  margin-bottom: 30px;
}
.blog_posts_area .bp_item .blog_img {
  position: relative;
  padding: 40px;
  padding-top: 0;
  text-align: center;
}
.blog_posts_area .bp_item .blog_img img {
  max-width: 100%;
}
.blog_posts_area .bp_item .blog_img span {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 30px 50px 0px rgba(173, 157, 251, 0.35);
  text-align: center;
  width: 87px;
  height: 87px;
  font: 500 18px/30px "Poppins", sans-serif;
  color: #ff846f;
  position: absolute;
  left: 40px;
  top: 40px;
  padding-top: 15px;
}
.blog_posts_area .bp_item .blog_img span b {
  font-weight: 600;
  font-size: 32px;
  display: block;
}
.blog_posts_area .bp_item .bi_2 {
  padding-bottom: 7px;
}
.blog_posts_area .bp_item .blog_contant {
  padding: 45px 35px;
  transition: all 300ms linear 0s;
}
.blog_posts_area .bp_item .blog_contant a {
  display: block;
  font: 500 21px/31.5px "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 30px;
  max-width: 480px;
}
.blog_posts_area .bp_item .blog_contant a:hover, .blog_posts_area .bp_item .blog_contant a:focus {
  color: #ff846f;
}
.blog_posts_area .bp_item:hover .blog_contant, .blog_posts_area .bp_item:focus .blog_contant, .blog_posts_area .bp_item.active .blog_contant {
  box-shadow: 0px 0px 68px 0px rgba(218, 221, 254, 0.35);
  background: #fff;
}

.blog_area {
  padding: 200px 0 10px;
  position: relative;
  z-index: 1;
}
.blog_area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../imgs/fouc_left_.png) no-repeat;
  height: 482px;
  width: 240px;
  z-index: -1;
}
.blog_area:after {
  content: "";
  position: absolute;
  right: 120px;
  top: 0;
  background: url(../imgs/get-shap-3.png) no-repeat;
  height: 31px;
  width: 31px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.blog_area .get-shap {
  position: absolute;
  right: 80px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  top: 30%;
  z-index: -1;
}

.blog_list_area.pl {
  padding-left: 30px;
}
.blog_list_area .blog_list {
  margin-bottom: 50px;
}
.blog_list_area .blog_list .blog_img img {
  max-width: 100%;
}
.blog_list_area .blog_list .blog_contant {
  box-shadow: 0px 0px 60px 0px rgba(204, 203, 210, 0.35);
  padding: 40px;
  padding-right: 30px;
}
.blog_list_area .blog_list .blog_contant .heding {
  display: block;
  font: 500 32px/42px "Poppins", sans-serif;
  color: #39436f;
  padding: 35px 0;
}
.blog_list_area .blog_list .blog_contant .heding:hover, .blog_list_area .blog_list .blog_contant .heding:focus {
  color: #ff846f;
}
.blog_list_area .blog_list .blog_contant p {
  color: rgba(57, 67, 111, 0.8);
}
.blog_list_area .blog_list .blog_contant .red_more {
  text-transform: uppercase;
  font: 600 16px/28px "Poppins", sans-serif;
  color: #39436f;
  position: relative;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.blog_list_area .blog_list .blog_contant .red_more:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, #ff8c6f 0%, #ede0fd 100%);
  transition: all 300ms linear 0s;
}
.blog_list_area .blog_list .blog_contant .red_more:hover, .blog_list_area .blog_list .blog_contant .red_more:focus {
  color: #ff846f;
}
.blog_list_area .author_date li {
  display: inline-block;
  padding-right: 25px;
}
.blog_list_area .author_date li:last-child {
  padding: 0;
}
.blog_list_area .author_date li a {
  font: 400 16px/1 "Poppins", sans-serif;
  color: #39436f;
}
.blog_list_area .author_date li a i {
  font-size: 18px;
  padding-right: 10px;
}
.blog_list_area .author_date li a:hover, .blog_list_area .author_date li a:focus {
  color: #ff846f;
}
.blog_list_area .pagination {
  padding-top: 60px;
}
.blog_list_area .pagination li {
  padding-right: 10px;
}
.blog_list_area .pagination li:last-child {
  padding: 0;
}
.blog_list_area .pagination li a {
  border: 1px solid #efefef;
  font: 500 16px/45px "Poppins", sans-serif;
  color: #39436f;
  display: block;
  border-radius: 2px;
  padding: 0 17px;
  text-align: center;
}
.blog_list_area .pagination li a:hover, .blog_list_area .pagination li a:focus, .blog_list_area .pagination li a.active {
  background: #ff846f;
  color: #fff;
}

.blog_sidebar .widget {
  padding-bottom: 70px;
}
.blog_sidebar .widget h4 {
  font: 500 18px/1 "Poppins", sans-serif;
  color: #333;
  text-transform: uppercase;
}
.blog_sidebar .widget .input-group {
  padding-top: 18px;
}
.blog_sidebar .widget .input-group input {
  font: 400 16px/60px "Poppins", sans-serif;
  background: #fff;
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  height: auto;
}
.blog_sidebar .widget .input-group input.placeholder {
  color: #aeaeae;
}
.blog_sidebar .widget .input-group input:-moz-placeholder {
  color: #aeaeae;
}
.blog_sidebar .widget .input-group input::-moz-placeholder {
  color: #aeaeae;
}
.blog_sidebar .widget .input-group input::-webkit-input-placeholder {
  color: #aeaeae;
}
.blog_sidebar .widget .input-group input:focus.placeholder {
  color: #fff;
}
.blog_sidebar .widget .input-group input:focus:-moz-placeholder {
  color: #fff;
}
.blog_sidebar .widget .input-group input:focus::-moz-placeholder {
  color: #fff;
}
.blog_sidebar .widget .input-group input:focus::-webkit-input-placeholder {
  color: #fff;
}
.blog_sidebar .widget .input-group .input-group-text {
  border-radius: 0;
  border: 0;
  font-size: 18px;
  color: #fff;
  background: #ff846f;
  padding: 0 18px;
  cursor: pointer;
  transition: all 300ms linear 0s;
  min-width: 50px;
  text-align: center;
  display: block;
  line-height: 60px;
}
.blog_sidebar .widget .input-group .input-group-text:hover, .blog_sidebar .widget .input-group .input-group-text:focus {
  background: #515de8;
}
.blog_sidebar .recent_w ul {
  padding-top: 18px;
}
.blog_sidebar .recent_w ul li {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-top: 20px;
  position: relative;
}
.blog_sidebar .recent_w ul li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0%;
  background-image: -webkit-linear-gradient(0deg, #ff8c6f 0%, #ede0fd 100%);
  transition: all 300ms linear 0s;
}
.blog_sidebar .recent_w ul li a {
  display: block;
  font: 500 18px/24px "Poppins", sans-serif;
  color: #5a5a5d;
}
.blog_sidebar .recent_w ul li span {
  font: 400 14px/1 "Poppins", sans-serif;
  color: #939393;
  display: block;
  padding-top: 10px;
}
.blog_sidebar .recent_w ul li:hover:after {
  right: 0;
  width: 100%;
}
.blog_sidebar .recent_w ul li:hover a {
  color: #ff846f;
}
.blog_sidebar .categories ul {
  padding-top: 25px;
}
.blog_sidebar .categories ul li {
  display: block;
}
.blog_sidebar .categories ul li a {
  font: 400 16px/60px "Poppins", sans-serif;
  color: #5a5a5d;
  display: inline-block;
  border-bottom: 1px solid #dee5e9;
  text-transform: uppercase;
  min-width: 148px;
  position: relative;
}
.blog_sidebar .categories ul li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0%;
  background-image: -webkit-linear-gradient(0deg, #ff8c6f 0%, #ede0fd 100%);
  transition: all 300ms linear 0s;
}
.blog_sidebar .categories ul li a:hover, .blog_sidebar .categories ul li a:focus {
  color: #ff846f;
}
.blog_sidebar .categories ul li a:hover:after, .blog_sidebar .categories ul li a:focus:after {
  right: 0;
  width: 100%;
}
.blog_sidebar .tag ul {
  padding-top: 30px;
}
.blog_sidebar .tag ul li {
  display: inline-block;
}
.blog_sidebar .tag ul li a {
  font: 400 14px/40px "Poppins", sans-serif;
  display: block;
  color: #666;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 0 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog_sidebar .tag ul li a:hover, .blog_sidebar .tag ul li a:focus {
  color: #fff;
  background: #ff846f;
  border-color: #ff846f;
}

/* Blog Single */
.blog_single img {
  max-width: 100%;
}
.blog_single .blog_info {
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.blog_single .blog_info .author_date {
  display: inline-block;
  float: left;
}
.blog_single .blog_info .author_date li a {
  line-height: 34px;
}
.blog_single .blog_info .social_share {
  float: right;
}
.blog_single .blog_info .social_share li {
  display: inline-block;
  padding-left: 10px;
}
.blog_single .blog_info .social_share li:first-child {
  font: 500 16px/34px "Poppins", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  padding: 0;
  padding-right: 15px;
}
.blog_single .blog_info .social_share li a {
  width: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  background: #d1d9fd;
  display: inline-block;
}
.blog_single .blog_info .social_share li a:hover, .blog_single .blog_info .social_share li a:focus {
  color: #fff;
  background: #ff846f;
}
.blog_single h2 {
  font: 700 38px/48px "Nunito", sans-serif;
  color: #39436f;
  display: block;
  padding-top: 40px;
  padding-bottom: 10px;
  max-width: 750px;
}
.blog_single p {
  padding-top: 20px;
}
.blog_single .quote {
  color: rgba(40, 35, 49, 0.8);
  font: 400 21px/38px "Poppins", sans-serif;
  position: relative;
  background: #f8f4ff;
  z-index: 1;
  margin: 40px 0 20px;
  padding: 60px 75px 60px 50px;
}
.blog_single .quote i {
  position: absolute;
  top: 20px;
  font-size: 30px;
  left: 45px;
  color: #ff846f;
}
.blog_single .quote:after {
  content: "\f101";
  position: absolute;
  font-family: Flaticon;
  right: 45px;
  bottom: 10px;
  color: #f3ecff;
  font-size: 130px;
  z-index: -1;
  line-height: 1;
  display: block;
}
.blog_single .share_row {
  padding: 55px 0 100px;
  display: block;
  overflow: hidden;
}
.blog_single .share_row .like {
  float: right;
}
.blog_single .share_row .like li {
  display: inline-block;
  padding-left: 20px;
}
.blog_single .share_row .like li a {
  font: 400 16px "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.blog_single .share_row .like li a i {
  font-size: 16px;
  color: #dde1ff;
  padding-right: 10px;
}
.blog_single .share_row .like li a:hover, .blog_single .share_row .like li a:focus {
  color: #515de8;
}
.blog_single .share_row .like li:last-child a i {
  color: #feb9a2;
}
.blog_single .author {
  background-color: #f5eeff;
  box-shadow: 0px 0px 20px 0px rgba(192, 192, 192, 0.35);
  padding: 60px 40px;
}
.blog_single .author img {
  border-radius: 50%;
}
.blog_single .author .media-body {
  padding-left: 40px;
}
.blog_single .author .media-body a {
  font: 500 22px/1 "Poppins", sans-serif;
  color: #39436f;
  display: block;
}
.blog_single .author .media-body p {
  font-size: 18px;
  line-height: 28px;
  max-width: 600px;
}
.blog_single .np_btn {
  display: block;
  overflow: hidden;
  padding: 120px 10px;
}
.blog_single .np_btn .theme_btn {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(206, 202, 202, 0.35);
  color: #7e9cc5;
  text-transform: capitalize;
  line-height: 65px;
  font-weight: 400;
  padding: 0 25px;
  font-family: "Poppins", sans-serif;
}
.blog_single .np_btn .theme_btn:before {
  background: #ff846f;
}
.blog_single .np_btn .theme_btn i {
  padding-right: 15px;
  font-size: 16px;
}
.blog_single .np_btn .theme_btn.tb_2 {
  float: right;
}
.blog_single .np_btn .theme_btn.tb_2 i {
  padding: 0;
  padding-left: 15px;
}
.blog_single .comments_area {
  display: block;
}
.blog_single .comments_area h3 {
  font: 500 25px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 55px;
}
.blog_single .comments_area .author {
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(226, 226, 226, 0.35);
  padding: 50px 40px;
  margin-bottom: 50px;
}
.blog_single .comments_area .author img {
  border-radius: 50%;
}
.blog_single .comments_area .author .media-body {
  padding-left: 40px;
}
.blog_single .comments_area .author .media-body a {
  font: 600 22px/1 "Poppins", sans-serif;
  color: #000000;
  display: block;
}
.blog_single .comments_area .author .media-body a span {
  font-weight: 400;
  font-size: 16px;
  float: right;
  color: #feb9a2;
}
.blog_single .comments_area .author .media-body p {
  color: rgba(63, 87, 120, 0.702);
  font-size: 16px;
}
.blog_single .comments_area .author .media-body .input-group {
  border-bottom: 1px solid #e9e9e9;
  max-width: 435px;
  margin-top: 20px;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text, .blog_single .comments_area .author .media-body .input-group input {
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.4);
  font: 400 16px/50px "Poppins", sans-serif;
  padding: 0;
  background-color: transparent;
  height: auto;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text.placeholder, .blog_single .comments_area .author .media-body .input-group input.placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text::-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text::-webkit-input-placeholder, .blog_single .comments_area .author .media-body .input-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus.placeholder, .blog_single .comments_area .author .media-body .input-group input:focus.placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus:-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-webkit-input-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text {
  color: #dde1ff;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:hover {
  color: #ff846f;
}
.blog_single .comments_area .author_r {
  margin-left: 80px;
}

.single_pages:after {
  right: 0;
  background: url("../imgs/bs-shap.png") no-repeat;
  width: 95px;
  height: 211px;
  z-index: -1;
}

/* Blog Single */
/*----------------------------------------------------*/
.software_setup {
  display: block;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.software_setup .focus_bg {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 640px !important;
  z-index: -1;
}
.software_setup h2 {
  text-align: center;
  font: 600 42px "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 90px;
}
.software_setup .software_img img {
  margin-left: -60px;
}
.software_setup .software_text {
  max-width: 447px;
  box-shadow: 0px 38px 30px 0px rgba(229, 229, 229, 0.35);
  background: #fff;
  float: right;
  margin-right: 50px;
  padding: 50px;
  padding-right: 70px;
  padding-bottom: 40px;
  position: relative;
}
.software_setup .software_text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../imgs/softwer-style.png") no-repeat;
  height: 183px;
  width: 88px;
  display: block;
}
.software_setup .software_text:after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  background: url("../imgs/down-arrow.png") no-repeat;
  height: 111px;
  width: 12px;
  margin: 0 auto;
}
.software_setup .software_text span {
  border: 1px solid #eeeeff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 18px 27px 0px rgba(181, 180, 252, 0.35);
  width: 58px;
  height: 58px;
  color: #515de8;
  font: 500 26px/58px "Poppins", sans-serif;
  display: block;
  text-align: center;
}
.software_setup .software_text a {
  display: block;
  font: 500 21px/31.5px "Poppins", sans-serif;
  color: #242425;
  padding-top: 35px;
  padding-bottom: 25px;
}
.software_setup .software_text a:hover, .software_setup .software_text a:focus {
  color: #ff846f;
}
.software_setup .software_inner {
  padding-top: 180px;
}
.software_setup .software_inner .software_img img {
  margin: 0;
  margin-left: 65px;
}
.software_setup .software_inner .software_text {
  margin: 0;
  margin-top: 80px;
}
.software_setup .software_inner .software_text:after {
  display: none;
}

.application_setup {
  display: block;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
}
.application_setup:before {
  position: absolute;
  content: "";
  top: 150px;
  right: 115px;
  background: url(../imgs/get-shap-5.png) no-repeat;
  height: 142px;
  width: 142px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.application_setup:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 115px;
  background: url(../imgs/services-shap-6.png) no-repeat;
  height: 73px;
  width: 82px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.application_setup .software_text {
  max-width: 447px;
  box-shadow: 0px 38px 30px 0px rgba(229, 229, 229, 0.35);
  background: #fff;
  padding: 50px;
  padding-right: 70px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 40px;
}
.application_setup .software_text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -60px;
  background: url("../imgs/down-arrow-2.png") no-repeat;
  height: 111px;
  width: 12px;
  margin: 0 auto;
}
.application_setup .software_text span {
  background-image: -moz-linear-gradient(140deg, #f0d2fd 0%, #dd41f9 100%);
  background-image: -webkit-linear-gradient(140deg, #f0d2fd 0%, #dd41f9 100%);
  background-image: -ms-linear-gradient(140deg, #f0d2fd 0%, #dd41f9 100%);
  box-shadow: 0px 18px 27px 0px rgba(181, 180, 252, 0.35);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  color: #fff;
  font: 500 26px/58px "Poppins", sans-serif;
  display: block;
  text-align: center;
}
.application_setup .software_text a {
  display: block;
  font: 500 21px/31.5px "Poppins", sans-serif;
  color: #242425;
  padding-top: 35px;
  padding-bottom: 25px;
}
.application_setup .software_text a:hover, .application_setup .software_text a:focus {
  color: #ff846f;
}
.application_setup .st_2 {
  margin-left: 100px;
}
.application_setup .st_2:after {
  left: -50px;
  right: auto;
  background: url("../imgs/down-arrow-3.png") no-repeat;
}
.application_setup .st_2 span {
  background-image: -moz-linear-gradient(140deg, #63f2ff 0%, #fee5e5 100%);
  background-image: -webkit-linear-gradient(140deg, #63f2ff 0%, #fee5e5 100%);
  background-image: -ms-linear-gradient(140deg, #63f2ff 0%, #fee5e5 100%);
}
.application_setup .st_3:after {
  display: none;
}
.application_setup .st_3 span {
  background-image: -moz-linear-gradient(140deg, #27d977 0%, #dafae6 100%);
  background-image: -webkit-linear-gradient(140deg, #27d977 0%, #dafae6 100%);
  background-image: -ms-linear-gradient(140deg, #27d977 0%, #dafae6 100%);
}
.application_setup .application_contant h2 {
  font: 600 42px/55px "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 125px;
}
.application_setup .focus_bg {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
}

/*----------------------------------------------------*/
.team_area {
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.team_area .team {
  text-align: center;
  box-shadow: 0px 22px 42px 0px rgba(220, 220, 220, 0.36);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 55px 40px 75px;
  transition: all 300ms linear 0s;
}
.team_area .team img {
  max-width: 100%;
}
.team_area .team:hover {
  box-shadow: 0px 20px 42px 0px rgba(158, 151, 253, 0.36);
}
.team_area .team a {
  display: block;
  font: 500 22px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-top: 65px;
}
.team_area .team a:hover {
  color: #ff846f;
}
.team_area .team h6 {
  font: 400 16px/1 "Poppins", sans-serif;
  color: rgba(255, 140, 111, 0.6);
  padding-top: 25px;
}

.team_p {
  padding-bottom: 210px;
  padding-top: 90px;
  position: relative;
}
.team_p:after {
  position: absolute;
  content: "";
  top: 240px;
  right: 140px;
  background: url(../imgs/get-shap-2.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.team_p .focus_bg {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}
.team_p h2 {
  font: 600 42px "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 90px;
}

/*----------------------------------------------------*/
.portfolio_list {
  display: block;
  overflow: hidden;
  padding: 160px 0;
  position: relative;
}
.portfolio_list:after {
  position: absolute;
  content: "";
  top: 35%;
  right: 90px;
  background: url(../imgs/get-shap-2.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.portfolio_list .focus_bg {
  position: absolute !important;
  left: 0 !important;
  top: 340px !important;
}
.portfolio_list .get-shap {
  position: absolute;
  right: 120px;
  top: 10px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.portfolio_list .portfolio_row {
  padding-bottom: 110px;
}
.portfolio_list .portfolio_row .pl_contant {
  padding-top: 140px;
}
.portfolio_list .portfolio_row .pl_contant .heding {
  display: block;
  font: 600 31px/43px "Poppins", sans-serif;
  color: #39436f;
}
.portfolio_list .portfolio_row .pl_contant p {
  max-width: 610px;
  padding: 40px 0 55px;
}
.portfolio_list .portfolio_row .pl_contant .theme_btn {
  background: #515de8;
  min-width: 218px;
}
.portfolio_list .portfolio_row .pl_contant .theme_btn:before {
  background: #ff846f;
}
.portfolio_list .portfolio_row .pl_contant .theme_btn:hover {
  box-shadow: 0px 37px 64px 0px rgba(255, 140, 111, 0.36);
}
.portfolio_list .portfolio_row .pl_img {
  padding: 0;
}
.portfolio_list .l_img .pl_contant {
  padding-left: 95px;
}
.portfolio_list .l_img .pl_img img {
  margin-left: -220px;
}

.pagination_area {
  display: block;
  overflow: hidden;
  text-align: center;
}
.pagination_area .pagination {
  padding: 40px 0;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.pagination_area .pagination:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  width: 100%;
  height: 4px;
  background: #f1f2f9;
  z-index: -1;
}
.pagination_area .pagination li {
  display: inline-block;
  padding-left: 30px;
}
.pagination_area .pagination li:first-child {
  padding: 0;
}
.pagination_area .pagination li a {
  font: 400 26px/54px "Poppins", sans-serif;
  color: #ff846f;
  width: 54px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(206, 206, 206, 0.36);
}
.pagination_area .pagination li a:hover, .pagination_area .pagination li a:focus, .pagination_area .pagination li a.active {
  background: #ff846f;
  color: #fff;
  box-shadow: 0px 30px 26px 0px rgba(254, 139, 111, 0.36);
}

.portfolio {
  display: block;
  overflow: hidden;
  padding: 90px 0 130px;
  position: relative;
  z-index: 1;
}
.portfolio:before {
  position: absolute;
  content: "";
  left: 0;
  top: 140px;
  background: url(../imgs/fouc_left_.png) no-repeat;
  height: 482px;
  width: 240px;
  z-index: -1;
}
.portfolio:after {
  position: absolute;
  content: "";
  bottom: 35%;
  right: 90px;
  background: url(../imgs/get-shap-2.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.portfolio .portfolio_filter {
  padding-top: 50px;
}
.portfolio .portfolio_filter li {
  display: inline-block;
}
.portfolio .portfolio_filter li a {
  font: 500 20px/40px "Poppins", sans-serif;
  color: #39436f;
  margin: 0 18px;
  position: relative;
  display: block;
}
.portfolio .portfolio_filter li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background-image: -moz-linear-gradient(0deg, #ac78ff 0%, #ff8b6e 100%);
  background-image: -webkit-linear-gradient(0deg, #ac78ff 0%, #ff8b6e 100%);
  background-image: -ms-linear-gradient(0deg, #ac78ff 0%, #ff8b6e 100%);
  height: 4px;
  transition: all 300ms linear 0s;
}
.portfolio .portfolio_filter li:hover a:after, .portfolio .portfolio_filter li:focus a:after, .portfolio .portfolio_filter li.active a:after {
  width: 100%;
}
.portfolio .tittle {
  float: right;
}
.portfolio .tittle span {
  font: 500 italic 38px/45px "Poppins", sans-serif;
  background: -webkit-linear-gradient(0deg, #515de8 0%, #ff846f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.portfolio .tittle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(0deg, #515de8 0%, #ff846f 100%);
  height: 3px;
}
.portfolio .portfolio_inner {
  padding-top: 95px;
}
.portfolio .portfolio_inner .portfolio-items {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.portfolio .portfolio_inner .portfolio-items img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.portfolio .portfolio_inner .portfolio-items:hover img, .portfolio .portfolio_inner .portfolio-items:focus img {
  transform: scale3D(1.2, 1.2, 2);
  opacity: .5;
}
.portfolio .pagination_area {
  padding-top: 95px;
}
.portfolio .extra_row {
  max-width: 1605px;
  margin: 0 auto;
}
.portfolio .pi_2 .portfolio_item {
  position: relative;
  overflow: hidden;
  max-width: 370px;
  margin: 0 auto 30px;
  transform: perspective(1px) translateZ(0);
}
.portfolio .pi_2 .portfolio_item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  border-style: solid;
  border-width: 65px 0 0 370px;
  border-color: transparent transparent transparent rgba(128, 45, 246, 0.831);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.portfolio .pi_2 .portfolio_item .portfolio_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio .pi_2 .portfolio_item .portfolio_hover a {
  font: 500 italic 20px/30px "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 15px;
  display: block;
  transform: scaleY(0);
}
.portfolio .pi_2 .portfolio_item .portfolio_hover a small {
  display: block;
  font: 400 16px/30px "Poppins", sans-serif;
  color: #f3e9ff;
  padding-top: 10px;
}
.portfolio .pi_2 .portfolio_item .portfolio_hover a:hover, .portfolio .pi_2 .portfolio_item .portfolio_hover a:focus {
  color: #ff846f;
}
.portfolio .pi_2 .portfolio_item .portfolio_hover .icons {
  line-height: 66px;
  text-align: center;
  width: 66px;
  color: #ff846f;
  background: #ff846f;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -100%;
  bottom: 20px;
  padding: 0;
  transition: all 300ms linear 0s;
  color: #fff;
  font-size: 16px;
}
.portfolio .pi_2 .portfolio_item .portfolio_hover .icons:hover, .portfolio .pi_2 .portfolio_item .portfolio_hover .icons:focus {
  background: #515de8;
  color: #fff;
}
.portfolio .pi_2 .portfolio_item:hover:after, .portfolio .pi_2 .portfolio_item:focus:after {
  transform: scaleY(1);
}
.portfolio .pi_2 .portfolio_item:hover .portfolio_hover a, .portfolio .pi_2 .portfolio_item:focus .portfolio_hover a {
  transform: scaleY(1);
}
.portfolio .pi_2 .portfolio_item:hover .portfolio_hover .icons, .portfolio .pi_2 .portfolio_item:focus .portfolio_hover .icons {
  right: 20px;
}

.portfolio_2 {
  margin-top: -160px;
  padding-top: 250px;
}
.portfolio_2:before {
  top: 0;
}

.portfolio_3:before {
  display: none;
}
.portfolio_3 .pi_2 {
  margin: 0;
}
.portfolio_3 .pi_2 .col-lg-3 {
  padding: 0;
}
.portfolio_3 .pi_2 .portfolio_item {
  max-width: 480px;
  margin: 0;
}
.portfolio_3 .pi_2 .portfolio_item:after {
  border-width: 65px 0 0 480px;
}

.portfolio_single {
  padding-bottom: 200px;
  margin-top: -160px;
  padding-top: 250px;
  position: relative;
}
.portfolio_single:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../imgs/fouc_left_.png) no-repeat;
  height: 482px;
  width: 240px;
  z-index: -1;
}
.portfolio_single:after {
  position: absolute;
  content: "";
  top: 35%;
  right: 90px;
  background: url(../imgs/get-shap-2.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.portfolio_single img {
  max-width: 100%;
}
.portfolio_single .tittle_row {
  padding-top: 130px;
  padding-right: 0;
}
.portfolio_single .tittle_row h2 {
  font: 500 48px/55px "Poppins", sans-serif;
  color: #242425;
  padding-bottom: 15px;
}
.portfolio_single .tittle_row p {
  max-width: 785px;
  padding-top: 22px;
  color: rgba(0, 0, 0, 0.8);
}
.portfolio_single h4 {
  font: 500 16px/40px "Poppins", sans-serif;
  color: #ff846f;
  padding-top: 115px;
}
.portfolio_single h4 b {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.portfolio_single .social_share {
  padding: 40px 0 80px;
  display: block;
}
.portfolio_single .social_share li {
  display: inline-block;
  padding-left: 37px;
}
.portfolio_single .social_share li:first-child {
  padding: 0;
}
.portfolio_single .social_share li a {
  font-size: 25px;
  color: #909090;
}
.portfolio_single .social_share li a:hover, .portfolio_single .social_share li a:focus {
  color: #ff846f;
}
.portfolio_single .ezence {
  padding-top: 60px;
  padding-bottom: 35px;
  max-width: 1000px;
}
.portfolio_single .prev_btn {
  text-align: center;
  padding-top: 75px;
}
.portfolio_single .prev_btn a {
  border: 1px solid #e7ebff;
  display: block;
  padding: 20px;
  width: 200px;
  font: 400 20px "Poppins", sans-serif;
  color: #454444;
}
.portfolio_single .prev_btn a img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.portfolio_single .prev_btn a:hover, .portfolio_single .prev_btn a:focus {
  background: #515de8;
  color: #fff;
}
.portfolio_single .prev_btn .next {
  float: right;
}
.portfolio_single .prev_btn .grid_btn {
  line-height: 52px;
  border: 2px solid #e7ebff;
  text-align: center;
  display: block;
  width: 58px;
  color: #515de8;
  margin: 60px auto;
  padding: 0;
  font-size: 25px;
}
.portfolio_single .prev_btn .grid_btn i {
  line-height: 1;
}
.portfolio_single .prev_btn .grid_btn:hover, .portfolio_single .prev_btn .grid_btn:focus {
  color: #fff;
  background: #515de8;
}

.portfolio_slide {
  margin-bottom: 75px;
}
.portfolio_slide img {
  max-width: 100%;
}
.portfolio_slide .prev, .portfolio_slide .next {
  font-size: 22px;
  line-height: 65px;
  width: 69px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  position: absolute;
  text-align: center;
  margin-left: 20px;
  bottom: 10px;
}
.portfolio_slide .prev:hover, .portfolio_slide .prev:focus, .portfolio_slide .next:hover, .portfolio_slide .next:focus {
  background: #515de8;
  border-color: #515de8;
}
.portfolio_slide .next {
  left: 80px;
}

.single_img_col img {
  max-width: 100%;
}

.related_posts {
  padding-top: 100px;
}
.related_posts h3 {
  font: 400 italic 26px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 55px;
  display: block;
}
.related_posts a {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
.related_posts a img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.related_posts a:hover img, .related_posts a:focus img {
  opacity: 0.5;
  transform: scale3D(1.2, 1.2, 2);
}

.slider_col .portfolio_slide {
  margin-bottom: 0;
}

/* Portfolio Single */
.ps_2 h4 {
  padding-top: 0;
}
.ps_2 .tittle_row {
  padding-top: 50px;
  padding-bottom: 80px;
}
.ps_2 .tittle_row p {
  max-width: 100%;
}

/*----------------------------------------------------*/
/* Get Touch Area */
.get_touch_area {
  display: block;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background: url("../imgs/contact-bg.png") no-repeat center top;
}
.get_touch_area:after {
  position: absolute;
  content: "";
  top: 45px;
  right: 115px;
  background: url(../imgs/get-shap-2.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.get_touch_area h2 {
  font: 400 35px/1 "Poppins", sans-serif;
  color: #39436f;
  text-align: center;
  padding-bottom: 90px;
}
.get_touch_area .map_area {
  margin-bottom: 50px;
  position: relative;
}
.get_touch_area .map_area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(211, 208, 244, 0.502);
  transition: all 300ms linear 0s;
}
.get_touch_area .map_area iframe {
  border: 0;
  width: 100%;
  height: 590px;
}
.get_touch_area .map_area:hover:after, .get_touch_area .map_area:focus:after {
  opacity: 0;
  z-index: -1;
}
.get_touch_area .from_area {
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(205, 205, 205, 0.35);
  padding-top: 80px;
  padding-bottom: 65px;
}
.get_touch_area .from_main {
  padding-left: 80px;
  max-width: 570px;
}
.get_touch_area .from_main .form-group {
  margin-bottom: 30px;
}
.get_touch_area .from_main .form-group .form-control {
  box-shadow: none;
  outline: none;
  border: 1px solid #e6f1ff;
  background: #fff;
  font: 400 italic 16px/58px "Poppins", sans-serif;
  color: rgba(40, 35, 49, 0.702);
  border-radius: 0;
  height: auto;
  padding: 0 25px;
  resize: none;
  min-width: 100%;
}
.get_touch_area .from_main .form-group .form-control.placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control:-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control::-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control::-webkit-input-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control:focus.placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group textarea {
  line-height: 30px !important;
  height: 190px !important;
  padding-top: 20px !important;
}
.get_touch_area .from_main .form-group .theme_btn {
  border: 0;
  box-shadow: none;
  outline: none;
  line-height: 50px;
  background: #ff846f;
  float: right;
  display: block;
  border-radius: 30px;
  text-transform: capitalize;
  min-width: 130px;
}
.get_touch_area .from_main .form-group .theme_btn:before {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.get_touch_area .from_main .form-group.has-error .form-control {
  border-color: red;
}
.get_touch_area .from_main .btn_g {
  display: block;
  overflow: hidden;
}

/* General_communication */
.general_communication {
  display: block;
  overflow: hidden;
  margin-top: -160px;
  padding-top: 250px;
  position: relative;
  padding-bottom: 170px;
}
.general_communication:before {
  position: absolute;
  content: "";
  left: 0;
  top: 140px;
  background: url(../imgs/fouc_left_.png) no-repeat;
  height: 482px;
  width: 240px;
  z-index: -1;
}
.general_communication .quick_find {
  box-shadow: 0px 45px 62px 0px rgba(171, 157, 194, 0.35);
  padding-bottom: 48px;
  background: #f4edff;
  padding-top: 20px;
}
.general_communication .quick_find li {
  padding-left: 100px;
  padding-right: 70px;
  font: 500 18px/34px "Poppins", sans-serif;
  color: #272626;
  padding-top: 36px;
  padding-right: 20px;
}
.general_communication .quick_find li:first-child {
  font-size: 20px;
  line-height: 80px;
  padding-top: 0;
  color: #515de8;
  border-bottom: 1px solid #eeeeee;
}
.general_communication .quick_find li a, .general_communication .quick_find li span {
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
  display: block;
}
.general_communication .help_support {
  padding-left: 40px;
}
.general_communication .help_support .support {
  box-shadow: 0px 0px 37px 0px rgba(243, 216, 255, 0.35);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 55px 40px 85px;
  margin-bottom: 80px;
}
.general_communication .help_support .support h4 {
  font: 400 italic 21px/1 "Poppins", sans-serif;
  color: #272626;
}
.general_communication .help_support .support p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 30px;
}
.general_communication .help_support .support a {
  line-height: 97px;
  width: 97px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  border-radius: 50%;
  background: #fff5f2;
  font-size: 18px;
  color: #ff846f;
  font-family: "Font Awesome 5 Pro";
}
.general_communication .help_support .support a:hover, .general_communication .help_support .support a:focus {
  color: #fff;
  background: #ff846f;
}
.general_communication .help_support .socail_icons {
  text-align: center;
  padding-top: 25px;
}
.general_communication .help_support .socail_icons li {
  display: inline-block;
  padding-left: 30px;
}
.general_communication .help_support .socail_icons li:first-child {
  padding: 0;
}
.general_communication .help_support .socail_icons li a {
  border-radius: 10px;
  font-size: 24px;
  color: #ff846f;
  background: #fff5f2;
  width: 81px;
  line-height: 86px;
  text-align: center;
  display: block;
  font-family: "Font Awesome 5 Brands";
}
.general_communication .help_support .socail_icons li a:hover, .general_communication .help_support .socail_icons li a:focus {
  color: #fff;
  background: #ff846f;
}

/* leave_reply Area */
.leave_reply {
  display: block;
  overflow: hidden;
  padding-top: 100px;
}
.leave_reply h2 {
  font: 500 25px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-top: 40px;
  padding-bottom: 55px;
}
.leave_reply .form-group {
  margin-bottom: 50px;
}
.leave_reply .form-group .form-control {
  box-shadow: none;
  outline: none;
  border-radius: 30px;
  border: 0;
  background: #f9f5ff;
  font: 400 16px/60px "Poppins", sans-serif;
  color: rgba(83, 112, 151, 0.6);
  height: auto;
  padding: 0 30px;
  resize: none;
}
.leave_reply .form-group .form-control.placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control:-moz-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control::-moz-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control::-webkit-input-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control:hover, .leave_reply .form-group .form-control:focus {
  box-shadow: 0px 20px 18px 0px rgba(230, 211, 188, 0.35);
}
.leave_reply .form-group .form-control:hover.placeholder, .leave_reply .form-group .form-control:focus.placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover:-moz-placeholder, .leave_reply .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover::-moz-placeholder, .leave_reply .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover::-webkit-input-placeholder, .leave_reply .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.leave_reply .form-group textarea {
  height: 210px !important;
  line-height: 30px !important;
  padding-top: 30px !important;
}
.leave_reply .form-group .theme_btn {
  margin: 0;
  min-width: 150px;
  color: #fff;
  cursor: pointer;
  border: 0;
  line-height: 50px;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
  font-weight: 400;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.leave_reply .form-group .theme_btn:hover, .leave_reply .form-group .theme_btn:focus {
  box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35);
  color: #fff;
}

/* End leave_reply Area */
/*----------------------------------------------------*/
/* summer_collerction */
.summer_collerction {
  display: block;
  margin-top: -15px;
  box-shadow: 0px 15px 45px 0px rgba(212, 187, 254, 0.35);
}
.summer_collerction .shop_caption {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
}
.summer_collerction .shop_caption h3 {
  font: 400 46px/1 "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.summer_collerction .shop_caption h2 {
  font: 600 100px/1 "Poppins", sans-serif;
  color: #ff846f;
  padding: 50px 0;
}
.summer_collerction .shop_caption .theme_btn {
  min-width: 200px;
  text-transform: uppercase;
  background: #7e31fa;
}
.summer_collerction .shop_slide img {
  max-width: 100%;
}
.summer_collerction .shop_slide .nav_control {
  text-align: center;
  position: relative;
  top: 38px;
}
.summer_collerction .shop_slide .nav_control a {
  width: 74px;
  line-height: 74px;
  text-align: center;
  font-size: 43px;
  color: #fff;
  border-radius: 50%;
  background-color: #d9c5ff;
  box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
  display: inline-block;
  margin: 0 10px;
}
.summer_collerction .shop_slide .nav_control a i:before {
  line-height: 74px;
  font-size: 43px;
}
.summer_collerction .shop_slide .nav_control a:hover, .summer_collerction .shop_slide .nav_control a:focus {
  background: #9e65ff;
  color: #fff;
}

/* summer_collerction */
/* shop_with_sidebar */
.shop_with_sidebar {
  display: block;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 100px;
  /* shop_right_sidebar */
  /* Shop Items */
}
.shop_with_sidebar .shop_left_sidebar .input-group {
  position: relative;
}
.shop_with_sidebar .shop_left_sidebar .input-group input {
  font: 400 16px/58px "Poppins", sans-serif;
  color: rgba(12, 20, 35, 0.431);
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
  width: 100%;
  height: auto;
}
.shop_with_sidebar .shop_left_sidebar .input-group input.placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input:-moz-placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input::-moz-placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input::-webkit-input-placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus.placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus:-moz-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus::-moz-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus::-webkit-input-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group .input-group-text {
  position: absolute;
  top: 4px;
  right: 3px;
  z-index: 3;
  color: #bfbfbf;
  font-size: 18px;
  background: #fff;
  line-height: 46px;
  padding: 0 25px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  bottom: 4px;
  transition: all 300ms linear 0s;
}
.shop_with_sidebar .shop_left_sidebar .input-group .input-group-text:hover, .shop_with_sidebar .shop_left_sidebar .input-group .input-group-text:focus {
  color: #fff;
  background: #ff846f;
}
.shop_with_sidebar .shop_left_sidebar .s_widget {
  padding-top: 80px;
}
.shop_with_sidebar .shop_left_sidebar .s_widget h4 {
  font: 500 21px/1 "Poppins", sans-serif;
  color: #39436f;
}
.shop_with_sidebar .shop_left_sidebar .s_widget .categories {
  padding-top: 20px;
}
.shop_with_sidebar .shop_left_sidebar .s_widget .categories li a {
  font: 400 15px/55px "Poppins", sans-serif;
  color: #39436f;
}
.shop_with_sidebar .shop_left_sidebar .s_widget .categories li a:hover, .shop_with_sidebar .shop_left_sidebar .s_widget .categories li a:focus {
  color: #ff846f;
}
.shop_with_sidebar .shop_left_sidebar .range_w {
  padding-top: 75px;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input {
  padding-top: 45px;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range {
  border: 0;
  background: #eef2f5;
  border-radius: 0;
  height: 4px;
  margin-bottom: 40px;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range .ui-slider-range {
  background: #feddd6;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range .ui-slider-handle {
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  height: 15px;
  width: 15px;
  outline: none;
  top: -7px;
  cursor: pointer;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input label {
  font: 400 15.2px/46px "Poppins", sans-serif;
  display: inline-block;
  background: #fc8b6f;
  color: #fff;
  margin: 0;
  text-align: center;
  min-width: 142px;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input label:hover, .shop_with_sidebar .shop_left_sidebar .range_w .range_input label:focus {
  box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35);
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input input {
  border: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.651);
  font: 400 15.2px/46px "Poppins", sans-serif;
  width: 40%;
  float: right;
  text-align: right;
}
.shop_with_sidebar .shop_left_sidebar .popular_products h4 {
  padding-bottom: 52px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media {
  margin-bottom: 25px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media:hover .media-body a, .shop_with_sidebar .shop_left_sidebar .popular_products .media:focus .media-body a {
  color: #fc8b6f;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body {
  margin-left: 30px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body a {
  font: 400 18px/1 "Poppins", sans-serif;
  color: #39436f;
  display: block;
  margin-top: -2px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating {
  padding-top: 5px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating li {
  display: inline-block;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating li a {
  font-size: 12px;
  color: #fc8b6f;
  display: inline-block;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body h4 {
  font: 400 18px/1 "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  padding: 0;
  padding-top: 5px;
}
.shop_with_sidebar .shop_right_sidebar {
  margin: 0;
  padding: 0;
}
.shop_with_sidebar .shop_items {
  margin-bottom: 70px;
}
.shop_with_sidebar .shop_items .shop_img {
  display: block;
  overflow: hidden;
}
.shop_with_sidebar .shop_items .shop_img img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.shop_with_sidebar .shop_items .heding {
  font: 500 21px/1 "Poppins", sans-serif;
  color: #39436f;
  display: inline-block;
  padding-top: 45px;
}
.shop_with_sidebar .shop_items .heding span {
  display: block;
  font: 400 24px/1 "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 15px;
}
.shop_with_sidebar .shop_items .heding:hover, .shop_with_sidebar .shop_items .heding:focus {
  color: #ff846f;
}
.shop_with_sidebar .shop_items .more_btn {
  font-size: 21px;
  background: #d9c5ff;
  line-height: 74px;
  width: 74px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 40px;
  float: right;
  margin-top: 40px;
  font-family: "Font Awesome 5 Pro";
  box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
}
.shop_with_sidebar .shop_items .more_btn:hover, .shop_with_sidebar .shop_items .more_btn:focus {
  background: #ff846f;
  box-shadow: 0px 30px 38px 0px rgba(151, 93, 250, 0.35);
}
.shop_with_sidebar .shop_items:hover .shop_img img, .shop_with_sidebar .shop_items:focus .shop_img img {
  transform: scale3D(1.5, 1.5, 1);
}
.shop_with_sidebar .shop_single {
  padding-bottom: 50px;
}
.shop_with_sidebar .shop_single .shop_slide {
  margin-bottom: 70px;
  margin-top: -20px;
}
.shop_with_sidebar .shop_single .shop_slide img {
  max-width: 100%;
  box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
}
.shop_with_sidebar .shop_single .shop_slide .carousel-item {
  box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
}
.shop_with_sidebar .shop_single .shop_slide .indicators {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  text-align: center;
}
.shop_with_sidebar .shop_single .shop_slide .indicators li {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
}
.shop_with_sidebar .shop_single h2 {
  display: block;
  font: 600 32px/45px "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 10px;
}
.shop_with_sidebar .shop_single .interface {
  display: block;
  overflow: hidden;
}
.shop_with_sidebar .shop_single .interface .price {
  display: inline-block;
  float: left;
}
.shop_with_sidebar .shop_single .interface .price h3 {
  font: 600 32px/45px "Poppins", sans-serif;
  color: #fc8b6f;
}
.shop_with_sidebar .shop_single .interface .price .reting {
  padding-top: 20px;
}
.shop_with_sidebar .shop_single .interface .price .reting li {
  color: #fc8b6f;
  font-size: 18px;
  display: inline-block;
  padding-right: 10px;
}
.shop_with_sidebar .shop_single .interface .price .reting li span {
  font: 400 15px/1 "Poppins", sans-serif;
  color: #7c84a7;
  padding-left: 20px;
}
.shop_with_sidebar .shop_single .interface .tags {
  padding-left: 150px;
  display: inline-block;
}
.shop_with_sidebar .shop_single .interface .tags li {
  font: 400 16px/28px "Poppins", sans-serif;
  color: #fc8b6f;
}
.shop_with_sidebar .shop_single .interface .tags li a {
  display: inline-block;
  color: #9195a9;
}
.shop_with_sidebar .shop_single .interface .tags li a:hover, .shop_with_sidebar .shop_single .interface .tags li a:focus {
  color: #ff846f;
}
.shop_with_sidebar .shop_single .details {
  color: rgba(57, 67, 111, 0.702);
  max-width: 750px;
  padding: 45px 0 60px;
}
.shop_with_sidebar .shop_single .value-section {
  box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
  border-radius: 10px;
  width: 155px;
  display: inline-block;
  overflow: hidden;
  padding: 4px 0;
}
.shop_with_sidebar .shop_single .value-section li {
  display: inline-block;
  float: left;
}
.shop_with_sidebar .shop_single .value-section li button {
  display: block;
  font: 400 18px/32px "Poppins", sans-serif;
  background: #ffeeea;
  color: #ff846f;
  width: 32px;
  border-radius: 50%;
  border: 0;
  margin: 5px 0;
  height: 32px;
  cursor: pointer;
}
.shop_with_sidebar .shop_single .value-section li button:hover, .shop_with_sidebar .shop_single .value-section li button:focus {
  background: #ff846f;
  color: #fff;
}
.shop_with_sidebar .shop_single .value-section #product-value {
  display: inline-block;
  width: 105px;
  text-align: center;
  font: 400 18px/80px "Poppins", sans-serif;
  color: #39436f;
}
.shop_with_sidebar .shop_single .value_buy {
  display: flex;
  align-items: center;
}
.shop_with_sidebar .shop_single .value_buy .theme_btn {
  border-radius: 10px;
  margin-left: 45px;
  line-height: 55px;
  min-width: 190px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop_with_sidebar .shop_single .review-tab {
  display: block;
  overflow: hidden;
  padding: 100px 0;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs {
  border-bottom: 2px solid #f1f1f1;
  max-width: 750px;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li {
  padding-right: 70px;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li:last-child {
  padding-right: 0;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li a {
  font: 600 24px/30px "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  transition: all 300ms linear 0s;
  border-bottom: 2px solid #ff846f;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li a:hover:after, .shop_with_sidebar .shop_single .review-tab .nav-tabs li a:focus:after, .shop_with_sidebar .shop_single .review-tab .nav-tabs li a.active:after {
  width: 100%;
}
.shop_with_sidebar .shop_single .review-tab .tab-content {
  background: #ffeeea;
  padding: 50px 40px;
}
.shop_with_sidebar .shop_single .review-tab .tab-content .tab-pane p {
  color: rgba(57, 67, 111, 0.8);
}
.shop_with_sidebar .related_tittle {
  font: 700 24px/1 "Poppins", sans-serif;
  color: #39436f;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 70px;
}
.shop_with_sidebar .next_pages {
  margin-top: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.shop_with_sidebar .next_pages:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  background: #f7f8ff;
  height: 4px;
  width: 100%;
  z-index: -1;
}
.shop_with_sidebar .next_pages li {
  display: inline-block;
  float: left;
}
.shop_with_sidebar .next_pages li:last-child {
  float: right;
}
.shop_with_sidebar .next_pages li a {
  font-size: 20px;
  background: #fff;
  line-height: 54px;
  width: 54px;
  height: 54px;
  box-shadow: 0px 0px 54px 0px rgba(206, 206, 206, 0.36);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #d9c5ff;
}
.shop_with_sidebar .next_pages li a:hover, .shop_with_sidebar .next_pages li a:focus {
  background: #ff846f;
  color: #fff;
  box-shadow: 0px 30px 26px 0px rgba(189, 146, 255, 0.36);
}

.sw_s {
  padding-top: 100px;
}

/* shop_with_sidebar */
/*----------------------------------------------------*/
.footer_area {
  display: block;
  padding: 80px 0 0;
  overflow: hidden;
}
.footer_area .footer_logo {
  padding-bottom: 46px;
}
.footer_area .footer_logo a img {
  max-width: 100%;
}
.footer_area .language_item {
  display: inline-block;
}
.footer_area .language_item p {
  display: inline-block;
  font: 400 18px/1 "Poppins", sans-serif;
  color: #39436f;
}
.footer_area .language_item .select_box {
  float: right;
}
.footer_area .language_item .select_box .post_select {
  padding: 0 10px;
  color: #ff846e;
  font: 400 16px/22px "Poppins", sans-serif;
}
.footer_area .language_item .select_box .post_select:before {
  line-height: 22px;
  color: #ff846e;
  right: 30px;
}
.footer_area .download {
  display: block;
  padding-top: 60px;
}
.footer_area .download h6 {
  color: rgba(57, 67, 111, 0.702);
  font: 400 18px/1 "Poppins", sans-serif;
  padding-bottom: 25px;
}
.footer_area .download a {
  border-radius: 10px;
  box-shadow: 0px 20px 75px 0px rgba(252, 169, 154, 0.35);
  background: #fff;
  min-width: 132px;
  font: 400 15px/58px "Poppins", sans-serif;
  color: #ff846f;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 6px;
}
.footer_area .download a i {
  padding-right: 10px;
  font-size: 18px;
}
.footer_area .download a:hover, .footer_area .download a:focus {
  background: #ff846f;
  color: #fff;
}
.footer_area .download .apple i {
  font-size: 24px;
}
.footer_area .download_2 {
  display: block;
  padding-top: 60px;
}
.footer_area .download_2 h6 {
  color: rgba(57, 67, 111, 0.702);
  font: 400 18px/1 "Poppins", sans-serif;
  padding-bottom: 18px;
}
.footer_area .download_2 ul {
  display: block;
}
.footer_area .download_2 ul li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}
.footer_area .download_2 ul li:first-child {
  margin-left: 0;
}
.footer_area .download_2 ul li a {
  width: 51px;
  height: 51px;
  background: #39436f;
  color: #fff;
  line-height: 51px;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  transition: .4s;
}
.footer_area .download_2 ul li a:hover {
  background: #ff4c4c;
  transition: .4s;
}
.footer_area .footer_about {
  padding-bottom: 70px;
}
.footer_area .footer_about h3 {
  font: 500 20px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 35px;
}
.footer_area .footer_about ul li a {
  color: rgba(57, 67, 111, 0.702);
  font: 400 16px/40px "Poppins", sans-serif;
}
.footer_area .footer_about ul li a:hover {
  color: #ff846f;
}
.footer_area .suppoet_footer {
  padding-left: 50px;
}
.footer_area .suppoet_footer h3 {
  font: 500 20px/1 "Poppins", sans-serif;
  color: #39436f;
  padding-bottom: 35px;
}
.footer_area .suppoet_footer p {
  font: 600 16px/28px "Nunito", sans-serif;
}
.footer_area .suppoet_footer .email {
  font: 600 16px/1 "Nunito", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  padding-top: 20px;
  padding-bottom: 40px;
  display: inline-block;
}
.footer_area .suppoet_footer .email:hover {
  color: #515de8;
}
.footer_area .suppoet_footer ul {
  display: block;
}
.footer_area .suppoet_footer ul li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}
.footer_area .suppoet_footer ul li:first-child {
  margin-left: 0;
}
.footer_area .suppoet_footer ul li a {
  width: 51px;
  height: 51px;
  background: #dbe8f8;
  color: #fff;
  line-height: 51px;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  transition: .4s;
}
.footer_area .suppoet_footer ul li a:hover {
  background: #ff846e;
  transition: .4s;
}
.footer_area .copy_right {
  position: relative;
}
.footer_area .copy_right:after {
  content: "";
  position: absolute;
  top: 0;
  background: url(../imgs/footer-border.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer_area .copy_right p {
  font-size: 18px;
  padding: 35px 0;
}
.footer_area .copy_right ul {
  padding: 35px 0;
  text-align: right;
}
.footer_area .copy_right ul li {
  display: inline-block;
  padding-left: 15px;
}
.footer_area .copy_right ul li:first-child {
  padding: 0;
}
.footer_area .copy_right ul li a {
  font: 400 16px/30px "Poppins", sans-serif;
  color: rgba(57, 67, 111, 0.702);
}
.footer_area .copy_right ul li a:hover {
  color: #ff846f;
}

.footer_2 {
  background: url("../imgs/footer-bg.png") no-repeat center bottom;
  position: relative;
  padding-top: 80px;
}
.footer_2:before {
  content: "";
  position: absolute;
  top: 180px;
  left: 275px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 4px solid #90f4de;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.footer_2:after {
  position: absolute;
  content: "";
  top: 220px;
  right: 120px;
  background: url(../imgs/get-shap.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.footer_2 .copy_right:after {
  background: url(../imgs/footer-border-2.png);
  z-index: 1;
  height: 1px;
}
.footer_2 .shap:before {
  position: absolute;
  content: "";
  bottom: 350px;
  left: 90px;
  background: url(../imgs/pluse.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.footer_2 .shap:after {
  position: absolute;
  content: "";
  bottom: 100px;
  right: 80px;
  background: url(../imgs/services-shap-8.png) no-repeat;
  height: 73px;
  width: 82px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.get_touch {
  display: block;
  position: relative;
  background: url("../imgs/blue_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 175px 0;
}
.get_touch::before {
  content: "";
  background: url(../imgs/have_shape.png) no-repeat;
  position: absolute;
  top: 190px;
  left: 240px;
  width: 100%;
  height: 100%;
}
.get_touch::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 120px;
  background: url(../imgs/get-shap.png) no-repeat;
  height: 30px;
  width: 30px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.get_touch p {
  color: #ffff;
  font: 500 32px/55px "Poppins", sans-serif;
  color: #ffffff;
  max-width: 880px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.get_touch span {
  width: 26px;
  height: 27px;
  background: #ff846e;
  position: absolute;
  bottom: 190px;
  left: 50px;
  animation: rotation 20s infinite;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #515de8;
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
  display: none;
}
.scroll-top:hover, .scroll-top:focus {
  background: #ff846f;
}

.gt_2 {
  position: relative;
  z-index: 1;
}
.gt_2:after, .gt_2:before {
  display: block;
}
.gt_2 .iphone {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: -1;
}
.gt_2 .theme_btn {
  margin: 0 15px;
}
.gt_2 .theme_btn i {
  font-size: 22px;
  margin-right: 10px;
}
.gt_2 .theme_btn:before {
  background: #ff4c4c;
}

/* Email_us */
.email_us {
  padding: 90px 35px 100px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 34px 0px rgba(230, 230, 230, 0.75);
  margin-bottom: 110px;
}
.email_us h2 {
  font: 600 38px/45px "Poppins", sans-serif;
  color: #101010;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-bottom: 80px;
}
.email_us .input-group {
  margin: 0;
}
.email_us .input-group .form-control {
  border-radius: 30px;
  box-shadow: none;
  outline: none;
  padding: 0 35px;
  font: 400 16px/58px "Poppins", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  height: auto;
  border: 1px solid #e8e7e7;
  margin-bottom: 20px;
}
.email_us .input-group .form-control.placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.email_us .input-group .form-control:-moz-placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.email_us .input-group .form-control::-moz-placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.email_us .input-group .form-control::-webkit-input-placeholder {
  color: rgba(57, 67, 111, 0.702);
}
.email_us .input-group .form-control:focus {
  border-color: #ff846f;
}
.email_us .input-group .form-control:focus.placeholder {
  color: transparent;
}
.email_us .input-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.email_us .input-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.email_us .input-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.email_us .input-group .input-group-text {
  box-shadow: none;
  outline: none;
  min-width: 100%;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  background: #ff4c4c;
}

/* Email_us */
/*----------------------------------------------------*/
@media (max-width: 1780px) {
  .mh_2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mh_2.navbar_fixed {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1650px) {
  .main_header_area {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main_header_area.navbar_fixed {
    padding: 5px 30px;
  }

  .banner_area .banner_img {
    max-width: 50%;
  }

  .countarup_area .years_fild h4 {
    font-size: 25px;
    left: 0;
  }

  .focus_approach .focus_right_img {
    padding-top: 50px;
  }
  .focus_approach .focus_right_img img {
    max-width: 100%;
  }

  .seo_insights .recovered_img img {
    max-width: 100%;
  }
  .seo_insights .recovered_img .benefits_btn {
    right: 0;
    bottom: auto;
  }
  .seo_insights .insights_contant {
    padding-top: 100px;
  }

  .counter_2 .right_innner {
    margin-right: -15px;
  }

  .portfolio_list .portfolio_row .pl_img img {
    max-width: 100%;
  }
  .portfolio_list .l_img .pl_img img {
    margin: 0;
  }

  .si_3 .insights_contant {
    padding-top: 0;
  }

  .da_2 .digital_agency_img {
    padding-left: 0;
  }

  .summer_collerction {
    margin: 0;
    padding-top: 100px;
  }
}
@media (max-width: 1441px) {
  .performance_optimized {
    padding-top: 0;
  }
  .performance_optimized .list_optimized {
    padding-top: 0;
  }
  .performance_optimized .po_img img {
    max-width: 100%;
  }

  .mh_2 .navbar .mail_nav {
    display: none;
  }

  .pages_banner {
    background-color: #7f34fa;
    padding: 250px 0 150px;
  }

  .portfolio_2, .portfolio_single {
    margin: 0;
    padding: 100px 0;
  }

  .da_3 .agency-right_img img {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 1385px) {
	
	.land-3-top-logo {
		width: 30% !important;
	}
}
@media (max-width: 1366px) {
	
  
	
  .main_header_area .navbar .navbar_supported .navbar-nav li a {
    font-size: 16px;
  }

  .testimonial_area .user_img img {
    max-width: 100%;
  }

  .at_2 .agency_contant {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }
  .at_2 .agency_contant .task_btn {
    display: none;
  }

  .banner_a3 .banner_img_2 {
    margin-top: 40px;
    max-width: 100%;
  }

  .software_setup .software_img img {
    margin: 0 !important;
    max-width: 100%;
  }
  .software_setup .software_text {
    float: none;
  }

  .get_touch_area .from_main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner_a4 {
    padding-bottom: 600px;
  }
  .banner_a4 .banner_img_2 {
    top: 300px;
  }

  .application_setup .focus_bg {
    z-index: -1;
  }
  .application_setup .application_contant img {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
	.land-3-top-logo {
		width: 20% !important;
	}
  .main_header_area {
    padding-top: 50px;
  }
  .main_header_area .navbar .mail_nav {
    display: none;
  }
  .main_header_area .navbar .navbar_supported .navbar-nav li .mail_nav {
    display: none;
  }

  .banner_area {
    padding-top: 250px;
    padding-bottom: 50px;
  }
  .banner_area:after {
    display: none;
  }
  .banner_area .banner_img {
    position: relative !important;
    max-width: 100%;
    top: 0 !important;
  }

  .service_icon_area {
    margin: 0;
    padding-top: 100px;
  }

  .countarup_area .customer {
    margin-top: 70px;
  }

  .agency_task .agency_contant {
    margin: 0;
  }
  .agency_task .agency_contant h5 {
    padding: 0;
  }

  .focus_approach {
    padding-bottom: 0;
  }

  .pricing_plan .plan {
    min-height: auto;
    padding: 30px 20px;
  }

  .footer_area .suppoet_footer {
    padding-left: 15px;
  }

  .seo_insights .insights_contant {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
	  margin: 0px auto;
  }

  .counter_2 {
    padding-bottom: 0;
  }
  .counter_2 .client_logo {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .counter_2 .right_innner .customer {
    margin-top: 0;
  }

  .sia_3 {
    background: #ebf9fb;
    padding: 100px 0;
  }
  .sia_3 h2 {
    padding-bottom: 20px;
    float: none;
  }
  .sia_3 .nav_control {
    padding-top: 20px;
  }

  .portfolio_list .portfolio_row .pl_contant {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .portfolio .tittle {
    float: none;
    padding-bottom: 20px;
    max-width: 250px;
  }

  .c_banner {
    margin: 0;
  }

  .si_3 {
    padding-bottom: 0;
  }
  .si_3 .insights_contant {
    padding-top: 80px;
  }

  .shop_with_sidebar .shop_single .review-tab .nav-tabs li {
    padding-right: 30px;
  }
  .shop_with_sidebar .shop_single .review-tab .nav-tabs li a {
    padding-bottom: 0;
    font-size: 18px;
  }
  .shop_with_sidebar .shop_single .interface .tags {
    padding-left: 80px;
  }

  .general_communication {
    margin: 0;
    padding: 100px 0;
  }
  .general_communication .quick_find li {
    padding: 0 20px;
  }
  .general_communication .quick_find li:first-child {
    padding: 0 20px;
  }
  .general_communication .help_support .support {
    padding-left: 15px;
    padding-right: 15px;
  }
  .general_communication .help_support .support p {
    font-size: 16px;
  }

  .banner_a4 .banner_img_2 {
    position: relative;
    top: 0;
    float: right;
    max-width: 100%;
  }

  .banner_a4 {
    overflow: hidden;
  }
}


@media (min-width:992px) AND (max-width: 1052px) {

	.topButton i{
		visibility: visible !important;
		position: absolute;
		margin-left: -18px;
		margin-top: 4px;
	}
	.topButton span{
		font-size: 0px		
	}
	.topButton{
		padding-right: 10px !important
	}

}

@media (max-width: 991px) {
  .main_header_area {
    padding: 20px 15px 0;
  }
  .main_header_area .navbar .navbar-toggler {
    font-size: 25px;
    color: #fff;
    /*background: #ff846f;*/
    padding: 0 20px;
    margin: 0;
    margin-left: 15px;
    line-height: 50px;
    border: 0;
    float: right;
    border-radius: 0;
  }
  .main_header_area .navbar .navbar_supported {
    float: none;
    width: 100%;
  }
  .main_header_area .navbar .navbar-nav {
    margin: 0;
    max-height: 370px;
    overflow-y: auto;
    background: #515de8;
    border: 1px dashed #fff;
    padding-left: 0 !important;
  }
  .main_header_area .navbar .navbar-nav li {
    border-bottom: 1px dashed #fff;
	      padding-right: 20px;
  }
  .main_header_area .navbar .navbar-nav li:last-child {
    border: 0;
  }
  .main_header_area .navbar .navbar-nav li a {
    line-height: 45px !important;
    margin: 0 20px;
    color: #fff !important;
  }
  .main_header_area .navbar .navbar-nav li a:after {
    display: none !important;
  }
  .main_header_area .navbar .navbar-nav li a:before {
    display: none;
  }
  .main_header_area .navbar .navbar-nav li a.theme_btn {
    background: transparent !important;
    text-align: left !important;
    color: #fff;
    background-image: none;
  }
  .main_header_area .navbar .navbar-nav li.dropdown {
    position: relative;
  }
  .main_header_area .navbar .navbar-nav li.dropdown:after {
    content: "\f103";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: #fff;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px dashed #fff;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu:before {
    display: none;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a {
    border: 0;
    color: #fff;
    margin: 0 10px;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
    color: #fff;
    border: 0;
    padding: 0 20px;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
    display: none;
  }

  .digital_agency {
    padding-top: 50px;
  }
  .digital_agency .agency-right_img {
    padding-top: 50px;
  }
  .digital_agency .agency-right_img img {
    position: relative !important;
    max-width: 100%;
  }

  .agency_task {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .agency_task .agency_task_img .task_btn {
    right: 0;
    line-height: 60px;
  }
  .agency_task .agency_task_img .task_btn:after, .agency_task .agency_task_img .task_btn:before {
    top: 30px;
  }
  .agency_task .agency_contant {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
  .agency_task .agency_contant .media {
    padding-left: 0;
  }

  .testimonial_area {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .testimonial_area .user_img {
    padding-top: 50px;
    text-align: center;
  }
  .testimonial_area .user_img:after {
    display: none;
  }
  .testimonial_area .testimonial {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner_a2 {
    background-image: none;
  }
  .banner_a2 h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .analytics_area {
    padding: 100px 0 70px;
  }
  .analytics_area .analytics {
    margin: 0 auto 30px;
  }

  .seo_insights .recovered_img .benefits_btn {
    bottom: 0;
    line-height: 60px;
  }
  .seo_insights .recovered_img .benefits_btn:after, .seo_insights .recovered_img .benefits_btn:before {
    top: 30px;
  }

  .sia_2 {
    background-size: cover;
  }
  .sia_2 .tittle {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
  .sia_2 h2 {
    float: none;
    padding-bottom: 0;
    padding-top: 50px;
  }
  .sia_2 .nav_control {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .at_2 {
    padding-top: 0;
  }

  .aa_2 {
    padding-top: 0;
  }

  .performance_optimized .po_img {
    margin-top: 50px;
  }

  .software_setup {
    padding-top: 0;
  }
  .software_setup .software_img {
    text-align: center;
  }
  .software_setup .software_text {
    margin: 0 auto !important;
  }

  .pages_banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .pages_banner h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 400px;
  }

  .sia_3 .nav_control {
    position: relative;
  }
  .sia_3 .tittle {
    margin: 0;
    padding: 0;
  }
  .sia_3 .tittle h2 {
    padding-bottom: 40px;
  }

  .team_area {
    padding: 100px 0 70px;
  }

  .portfolio_list {
    padding: 100px 0 60px;
  }

  .portfolio_single .tittle_row {
    padding: 50px 15px 0;
  }
  .portfolio_single h4 {
    padding-top: 40px;
  }

  .da_2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .da_2 .digital_agency_img {
    padding: 0;
  }
  .da_2 .digital_agency_img img {
    max-width: 100%;
  }

  .blog_list_area.pl {
    padding-left: 15px;
  }

  .blog_sidebar .widget {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .blog_area {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .summer_collerction .shop_caption {
    left: 0;
    right: 0;
  }
  .summer_collerction .shop_caption h3 {
    font-size: 20px;
  }
  .summer_collerction .shop_caption h2 {
    font-size: 25px;
    padding: 10px 0;
  }

  .shop_with_sidebar {
    padding-top: 150px;
  }
  .shop_with_sidebar .shop_left_sidebar {
    padding-top: 50px;
  }

  .faq_area {
    padding-bottom: 0;
  }

  .general_communication .quick_find {
    margin-bottom: 80px;
  }

  .get_touch_area .from_area {
    padding-bottom: 0;
  }
  .get_touch_area .from_main {
    max-width: 100%;
  }
  .get_touch_area .map_area {
    margin: 0;
  }
  .get_touch_area .map_area iframe {
    height: 350px;
  }

  .ps_2 .tittle_row {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .banner_a4 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .application_setup .application_contant h2 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .banner_area {
    padding-top: 200px;
  }
  .banner_area h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 360px;
  }
  .banner_area p {
    font-size: 16px;
    line-height: 28px;
    padding: 30px 0;
  }

  .agency_task .agency_contant h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .agency_task .agency_contant .media .media-body {
    padding-left: 10px;
  }
  .agency_task .agency_contant .media .media-body h1 span {
    font-size: 70px;
  }
  .agency_task .agency_contant .media .media-body h6 {
    font-size: 20px;
  }

  .focus_approach h2 {
    font-size: 20px;
    line-height: 35px;
  }

  .testimonial_area {
    padding-bottom: 50px;
  }
  .testimonial_area .testimonial_carousel .item .testimonial_item {
    padding: 30px 20px;
  }
  .testimonial_area .testimonial .tittle {
    padding: 0 15px;
    padding-bottom: 40px;
  }
  .testimonial_area .testimonial .tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .pricing_plan {
    padding-bottom: 70px;
  }
  .pricing_plan .tittle h2 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .pricing_plan .tittle p {
    font-size: 18px;
  }
  .pricing_plan .plan {
    max-width: 370px;
    margin: 0 auto 30px;
  }

  .get_touch {
    padding: 100px 0;
  }
  .get_touch:after {
    right: 20px;
    top: 20px;
  }
  .get_touch span {
    left: 20px;
    bottom: 20px;
  }
  .get_touch p {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 40px;
  }

  .footer_area .language_item p {
    font-size: 16px;
  }
  .footer_area .download a {
    float: none;
    margin: 0;
    margin-bottom: 5px;
    min-width: 100%;
  }
  .footer_area .copy_right {
    padding-bottom: 30px;
  }
  .footer_area .copy_right ul {
    text-align: center;
    padding-bottom: 10px;
  }
  .footer_area .copy_right p {
    text-align: center;
    padding: 0;
  }

  .seo_insights {
    padding-bottom: 100px;
  }
  .seo_insights .insights_contant h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .sia_2 {
    padding-bottom: 180px;
  }
  .sia_2 h2 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 0;
  }

  .blog_posts_area h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .banner_a3 h2 {
    padding-bottom: 50px;
  }

  .aa_2 h2 {
    font-size: 25px;
    line-height: 35px;
    float: none;
    padding-bottom: 40px;
  }

  .sia_3 {
    padding-bottom: 80px;
  }

  .portfolio {
    padding: 100px 0;
  }

  .portfolio_single .tittle_row h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .portfolio_single .protfolio_small_img {
    padding-bottom: 30px;
  }

  .da_2 .agency_left_text {
    padding-top: 0;
  }

  .blog_list_area .blog_list .blog_contant .heding {
    font-size: 20px;
    line-height: 30px;
  }

  .shop_with_sidebar .shop_items {
    max-width: 460px;
    margin: 0 auto 60px;
  }
  .shop_with_sidebar .shop_items .more_btn {
    margin-right: 0;
  }

  .shop_with_sidebar .shop_single .shop_slide .indicators {
    margin-top: 20px;
  }
  .shop_with_sidebar .shop_single .shop_slide .indicators li {
    width: calc(100%/4);
  }
  .shop_with_sidebar .shop_single .interface .tags {
    padding: 0;
    padding-top: 40px;
  }

  .general_communication .help_support .socail_icons li {
    padding: 0 10px 20px !important;
  }

  .banner_a4 h2 {
    max-width: 400px;
    padding-bottom: 50px;
  }

  .sia_4 {
    padding: 0;
  }
  .sia_4 .tittle h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .da_3:after {
    display: none;
  }

  .application_setup .st_2 {
    margin-left: 0;
  }

  .gt_2 .iphone {
    max-width: 50%;
    bottom: 0;
  }

  .email_us {
    padding: 30px 20px;
  }
  .email_us h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer_2 {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .main_header_area .navbar .right_nav li .theme_btn {
    display: none;
  }

  .digital_agency {
    padding-top: 0;
  }
  .digital_agency .agency_left_text h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .countarup_area .years_fild {
    text-align: center;
  }
  .countarup_area .years_fild h4 {
    right: 0;
    position: relative;
    padding-bottom: 20px;
  }
  .countarup_area .years_fild h1 {
    margin: 0 auto;
    margin-bottom: 40px;
    top: 0;
  }

  .footer_area .footer_about {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .footer_area .suppoet_footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .seo_insights .insights_contant .list_line .icons, .performance_optimized .list_line .icons {
    float: none;
  }
  .seo_insights .insights_contant .list_line h4, .performance_optimized .list_line h4 {
    padding-left: 0;
    display: block;
  }

  .blog_posts_area .bp_item .blog_img {
    margin-bottom: 20px;
  }

  .software_setup .software_text {
    padding: 30px 15px;
    padding-top: 100px;
  }
  .software_setup h2 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 40px;
  }

  .pages_banner {
    padding-top: 150px;
  }
  .pages_banner h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 250px;
  }

  .portfolio_list .portfolio_row .pl_contant .heding {
    font-size: 25px;
    line-height: 35px;
  }

  .pagination_area .pagination li {
    padding-left: 10px;
  }

  .portfolio .portfolio_filter li a {
    margin: 0 10px;
  }

  .portfolio_single .prev_btn a {
    margin: 0 auto;
  }
  .portfolio_single .prev_btn .next {
    float: none;
  }

  .related_posts {
    text-align: center;
  }

  .team_p h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .blog_single h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .blog_single .blog_info .author_date {
    float: none;
  }
  .blog_single .blog_info .social_share {
    float: none;
    padding-top: 30px;
    display: block;
    overflow: hidden;
  }
  .blog_single .quote {
    padding: 30px 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .blog_single .quote i {
    top: 0;
    left: 10px;
  }
  .blog_single .author {
    display: block;
    padding: 20px 15px;
  }
  .blog_single .author .media-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .blog_single .comments_area .author {
    padding: 20px 15px;
  }
  .blog_single .comments_area .author .media-body {
    padding-left: 0;
  }
  .blog_single .comments_area .author_r {
    margin-left: 0;
  }

  .leave_reply {
    padding-top: 0;
  }

  .faq_area .faq_item h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .coming_soon_area {
    background-color: #8F49FF;
    padding-bottom: 100px;
  }
  .coming_soon_area h2 {
    font-size: 40px;
    padding-top: 80px;
  }
  .coming_soon_area p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .main_header_area .navbar .right_nav {
    padding-left: 0;
  }
  .main_header_area .navbar .right_nav li a {
    margin: 0 5px;
  }
  .main_header_area .navbar .right_nav li .cart:after {
    display: none;
  }

  .search_dropbown .dropdown-menu {
    min-width: 240px !important;
    margin-left: -190px !important;
  }

  .blog_list_area .blog_list .blog_contant {
    padding: 30px 15px;
  }

  .shop_with_sidebar .shop_single h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .shop_with_sidebar .shop_single .value_buy {
    display: block;
  }
  .shop_with_sidebar .shop_single .value_buy .value-section {
    display: block;
    margin-bottom: 30px;
  }
  .shop_with_sidebar .shop_single .value_buy .theme_btn {
    margin: 0;
  }

  .shop_with_sidebar .shop_single .interface .price .reting li span {
    padding-left: 0;
  }

  .ta_3 .tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .gt_2 p {
    font-size: 18px;
  }
  .gt_2 .theme_btn {
    min-width: 100%;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .service_icon_area .single_box {
    padding: 20px 15px;
  }

  .banner_a2 .theme_btn {
    font-size: 14px;
  }

  .banner_area h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog_posts_area .bp_item .blog_contant a {
    font-size: 18px;
  }
}
/*----------------------------------------------------*/
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Extra Plugins CSS */
/* Font family link */

/*# sourceMappingURL=style.css.map */


/*.main_header_area .navbar .navbar_supported .navbar-nav li a{
	font-size: 16px;
	padding-top: 10px;
}
.main_header_area .navbar .navbar_supported .navbar-nav li {
   color: #ffffff;
   float: left;
   margin-left: 35px;
   font-weight: 500;
    padding: 0px;
}
*/
.topButton{
font-size: 14px !important; 
/*background-image: linear-gradient(to right top, #5b0c0c, #701119, #861626, #9c1b35, #b32046) !important;*/
padding: 3px 30px 3px 30px;
text-align: center;	
border: 1px solid transparent;
border-radius: 4px;	
margin: 0px !important;	
    cursor: pointer;
    font-weight: 500;	
}

.connect{
	background-image: linear-gradient(to right top, #5b0c0c, #701119, #861626, #9c1b35, #b32046) !important;
}

  



 




 








 .land-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px 0px 5px 0px;
   /* background: #1d2531;*/
    position: fixed;
    top: 0px;
    z-index: 9;
    box-shadow: 0 23px 28px -27px rgba(0, 0, 0, 0.43);
}
.land-full {
    width: 100%;
    position: relative;
    display: inline-block;
}

 
.land-3{
}
 .land-3-top-full{
     background: #ffffff;
     position: fixed;
     display: inline-block;
     width: 100%;
     height: 55px;
     padding: 10px 0px;
     top: 0px;
     z-index: 9;
     box-shadow: 0 3px 35px 0.6px rgba(40, 30, 20, 0.29);
    /* background: linear-gradient(to top, #262e3e, #999ca3);
     */
}
 .land-3-top{
     position: relative;
     width: 100%;
     display: inline-block;
    /* margin-bottom: 25px;
     */
     z-index: 2;
}
 .land-3-top-logo{
     float: left;
}
 .land-3-top-logo a{
}
 .land-3-top-logo a img{
     margin-top: 2px;
     width: 170px;
    /* height: 32px;*/
     -webkit-object-fit: cover;
     -moz-object-fit: cover;
     -o-object-fit: cover;
     -ms-object-fit: cover;
     object-fit: cover;
}
 .land-3-top-contact{
     float: left !important;
     width: 100% !important;
}
 .land-3-top-contact ul{
     float: right !important;
     padding-top: 7px !important;
}
 .land-3-top-contact ul li{
     color: #ffffff !important;
     float: left !important;
     margin-left: 18px !important;
     font-weight: 500 !important;
}
 .land-3-top-contact ul li a{
     color: #ffffff;
     cursor: pointer !important;
     font-weight: 500 !important;
}
 .land-3-top-contact ul li:last-child a{
     //background: #12bd19;
     color: #fff;
     margin: 0 0px !important;
     border-radius: 4px;
}


.tb_strip{
	margin-top: 50px;
}






@media only screen and (min-width: 768px)
.theme-black .marketing-banner {
    height: 56px;
}

.theme-black .marketing-banner {
    font-family: 'Aeonik';
    background-color: #000;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    height: 95px;
}
.marketing-banner {
    position: relative;
    height: 57px;
    display: none;
    overflow: hidden;
}

@media only screen and (min-width: 1280px)
.theme-black .marketing-banner-container-text {
    font-size: 1rem;
    line-height: 1.1875rem;
}
@media only screen and (min-width: 768px)
.theme-black .marketing-banner-container-text {
    font-size: .875rem;
}
.theme-black .marketing-banner-container-text {
    font-size: .875rem;
    line-height: 1.0625rem;
    margin-bottom: .1875rem;
}
.marketing-banner-container-text {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0;
}

@media only screen and (min-width: 1280px)
.theme-black .marketing-banner-container {
    max-width: 1230px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px)
.theme-black .marketing-banner-container {
    align-items: center;
    flex-direction: initial;
    justify-content: space-between;
}
.theme-black .marketing-banner-container {
    padding: .625rem 0;
    margin: 0 1.125rem;
    flex-direction: column;
    align-items: normal;
    justify-content: space-evenly;
}
.marketing-banner-container {
    display: flex;
    align-items: center;
    margin: 0 1.875rem 0 2.5rem;
    justify-content: space-between;
    height: 100%;
}
.theme-black .marketing-banner-container-buttons-link.__red {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #E60054;
    padding: .5625rem 1rem .5625rem;
}

.marketing-banner-container-buttons-link.__red {
    color: #fff;
    background-color: #E60054;
    padding: 10px 10px 10px 10px;
    margin-right: .875rem;
}
.theme-black .marketing-banner-container-buttons-link {
    font-size: .875rem;
    line-height: 1.0625rem;
    font-weight: bold;
}

.badge-orange {
    display: inline-block;
    padding: 3px 5px;
    min-width: 10px;
    border-radius: .25rem;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
    background-color: #ff6a00;
}

.badge-green {
    display: inline-block;
    padding: 3px 5px !important;
    min-width: 10px;
    border-radius: .25rem;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
    background-color: #006951;
}

.badge-blue {
    display: inline-block;
    padding: 3px 5px;
    min-width: 10px;
    border-radius: .25rem;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
    background-color: #3a87ad;
}

.badge-red {
    display: inline-block;
    padding: 3px 5px;
    min-width: 10px;
    border-radius: .25rem;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
    background-color: #d40000;
}

.active-o{
    background: #006951 !important;
    color: #fff !important;
    border-radius: 4px;
}


.active-u{
    color: #ffdc00 !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 2px #000;
    background: #006951;
}

.clignote {
  color: #006951;
  font-weight: bold;
  animation: clignote 1s linear infinite;
}
@keyframes clignote {  
  90% { opacity: 0.8; }
}
