/*!
<----------------------------------------
  Theme Name: Halci
  更多: http://bootstrapmb.com
  Author: labartisan.net
  Description: Halci Sass is a Creative HTML5 Template for Saas, Startup & Agency.
  Version: 1.0.0
  Tags: app, app landing page, app showcase template, application services, gradient color, landing, marketing, responsive template, seo, software, Software Services, startup, tech, web application landing page.
---------------------------------------->
*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
  border: 0
}

body,
button,
input,
select,
textarea {
  color: #4859ff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  outline: 0;
  border: 0;
  background: #fff
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 24px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f202a;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-transform: capitalize
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  font-family: "Roboto", sans-serif
}

@media screen and (min-width:576px) {
  h1 {
    font-size: 100px
  }

  h2 {
    /*font-size: 48px*/
  }

  h3 {
    font-size: 36px;
    font-weight: 500;
  padding: 5px 0 10px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  }
  h3:hover{
      color: #016ff1;
  }

  h4 {
    font-size: 24px
  }

  h5 {
    font-size: 18px
  }

  h6 {
    font-size: 16px
  }
}

p {
  font-size: 16px;
  margin: 0 0 15px;
  color: #595562;
  line-height: 1.5;
  font-family: "Roboto", sans-serif
}

a {
  color: #716c80;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

a:hover {
  text-decoration: none
}

a:focus {
  outline: 0
}

a:hover,
a:active {
  color: #000;
  outline: 0
}

img,
video {
  height: auto;
  max-width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

@media(min-width:992px) {
  .body-padding {
    padding-top: 100px
  }
}

::-webkit-input-placeholder {
  color: #716c80;
  font-family: "Roboto", sans-serif
}

:-moz-placeholder {
  color: #716c80;
  font-family: "Roboto", sans-serif
}

::-moz-placeholder {
  color: #716c80;
  font-family: "Roboto", sans-serif;
  opacity: 1
}

:-ms-input-placeholder {
  color: #716c80;
  font-family: "Roboto", sans-serif
}

.header-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  position: relative;
  overflow: visible
}

.header-item .header-logo {
  width: auto
}

.header-item .header-logo a {
  align-items: center
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu {
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li {
  list-style: none;
  padding: 12px 30px
}

/* .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li:hover a::before {
  width: 100%;
  left: 0;
  right: auto
} */

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li:hover a.dd-icon-down::after {
  transform: translateY(-50%) rotate(180deg)
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg)
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li:first-child {
  padding-left: 0
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu {
  margin: 0;
  -webkit-box-shadow: 0 0 10px rgba(136, 136, 136, 0.2);
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.2);
  position: absolute;
  top: 100%;
  background: #fff;
  width: 230px;
  padding: 20px 0 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu li {
  list-style: none;
  padding: 0
}

/* .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu li.active a {
  color: #5146ae !important
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu li.active a::before {
  background: #7560eb !important
} */

/* .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu li:hover a {
  padding-left: 30px;
  color: #7560eb !important
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu li:hover a::before {
  background: #7560eb !important
} */

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu a {
  color: #1f202a;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 10px;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu a::before,
.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu a::after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  content: '';
  height: 100%;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li ul.submenu a::before {
  background: #fff !important
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder {
  list-style: none
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg)
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu {
  position: absolute;
  left: 25px;
  right: auto;
  top: 100%;
  width: calc(100% - 100px);
  background: #fff;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px rgba(136, 136, 136, 0.2);
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.2);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li {
  list-style: none;
  padding: 0
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li span.submenu-title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 20px;
  text-transform: uppercase
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul {
  padding: 0;
  margin: 0
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul li {
  list-style: none
}

/* .header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul li:hover a {
  padding-left: 30px;
  color: #7560eb !important
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul li:hover a::before {
  background: #7560eb !important
} */

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul li a {
  text-decoration: none;
  color: #1f202a;
  font-size: 15px;
  padding: 10px 0;
  padding-left: 20px;
  font-weight: normal;
  text-transform: capitalize;
  transition: all .5s ease-in-out;
  position: relative
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul li a::before,
.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul li a::after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  content: '';
  height: 100%;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu li ul li a::before {
  background: #fff !important
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a {
  color: #000;
  font-size:16px;
  text-transform: capitalize;
  font-weight: none;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  transition: all .5s ease-in-out;
  font-family: "Roboto", sans-serif;
  position: relative
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a::before {
  width: 0;
  height: 2px;
  background: #5146ae;
  bottom: -32px;
  left: auto;
  right: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a.dd-icon-down {
  padding-right: 15px
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a.dd-icon-down::after {
  position: absolute;
  content: "\f107";
  color: #000;
  font-weight: bold;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a.active {
  color: #5146ae
}

.header-item .herder-icon ul.search-cart {
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center
}

.header-item .herder-icon ul.search-cart li {
  list-style: none
}

.header-item .herder-icon ul.search-cart li:last-child {
  margin-left: 20px
}

.header-item .herder-icon ul.search-cart li span {
  color: #fff;
  padding: 15px 25px;
  background: #7560eb;
  border-radius: 5px
}

.header-item .herder-icon ul.search-cart li span i {
  font-size: 16px;
  margin-right: 10px
}

.header-item .herder-icon ul.search-cart li.search {
  padding-right: 10px;
  list-style: none
}

.header-item .herder-icon ul.search-cart a.cart-link {
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #5146ae;
  text-align: center;
  border: 1px solid #eae7ff;
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
  transition: all .5s ease-in-out
}

.header-item .herder-icon ul.search-cart a.cart-link:hover {
  background: #5146ae;
  color: #fff;
  border-color: #5146ae
}

.header-item .herder-icon ul.search-cart li.cart {
  list-style: none;
  position: relative;
  padding: 25px 0
}

.header-item .herder-icon ul.search-cart li.cart:hover .cart-content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg)
}

.header-item .herder-icon ul.search-cart li.cart .cart-content {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 270px;
  z-index: 9;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.4);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #ecf0f3
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-img {
  float: left;
  display: block;
  margin-right: 14px
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-img a {
  margin: 0;
  border: 0
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-img a img {
  width: 50px;
  height: 50px;
  border-radius: 100%
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-des a {
  color: #2f0b6c;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-des p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: left
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-btn {
  padding: 0;
  top: 5px;
  right: 5px
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-btn a {
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  line-height: 25px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-btn a i {
  margin: 0;
  color: #2f0b6c;
  font-weight: 600;
  transition: all .3s ease-in-out
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-btn a i:hover {
  color: #5146ae
}

.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-bottom .cart-action {
  display: flex;
  justify-content: space-between
}

.container-fluid {
  padding: 0 50px
}

.service-content .post-thumb {
  position: relative
}

.service-content .post-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px
}

.service-content .post-text h4 {
  margin: 0
}

/*.service-content .post-text h3 a {*/
/*  font-weight: 500;*/
/*  padding: 30px 0 10px;*/
/*  text-decoration: none;*/
/*  display: inline-block;*/
/*  -webkit-transition: all .5s ease;*/
/*  -moz-transition: all .5s ease;*/
/*  transition: all .5s ease*/
/*}*/

@media(min-width:576px) {
  .service-content .post-text h3 a {
    font-size: 16px;
    font-weight: 700;
  }
}

.service-content .post-text p {
  margin: 0
}

.style-one {
  width: 100%
}

.style-one .post-thumb {
  width: 85px;
  float: left
}

.style-one .post-text {
  width: calc(100% - 85px)
}

.style-one .post-text h5 {
  margin: 0
}

.style-one .post-text h5 a {
  font-weight: 500;
  padding-bottom: 8px;
  text-decoration: none;
  display: inline-block
}

@media(min-width:576px) {
  .style-one .post-text h5 a {
    font-size: 20px;
    transition: all .5s ease-in-out
  }
}

.style-one .post-text p {
  margin: 0
}

a {
  text-decoration: none;
  
}

a.custom-btn {
  color: #fff;
  margin-top: 30px;
  padding: 13px 54px;
  display: inline-block;
  border-radius: 25px;
  transition: all .4s ease-in-out;
  background: linear-gradient(to left, #5146ae, #7560eb);
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7)
}

@media(min-width:576px) {
  a.custom-btn {
    margin-top: 45px
  }
}

a.custom-btn span {
  font-size: 15px;
  font-weight: 700
}

a.custom-btn:hover {
  transform: translateY(-5px)
}

button.button {
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: 0;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  background: linear-gradient(to right, #5146ae, #7560eb);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

button.button:hover {
  box-shadow: 0 7px 10px rgba(31, 29, 29, 0.4) !important
}

button.button:first-child {
  margin-right: 25px
}

.section-heading {
  max-width: 900px;
  margin: auto;
  margin-top: -5px;
  animation-name: fadeInDown;
  animation-delay: .1s;
  animation-duration: 1s;
  overflow: hidden
}

.section-heading span {
  font-weight: bold;
  color: #5146ae
}

.section-heading h3 {
  margin: 0;
  padding: 0 0 10px
}

@media(min-width:576px) {
  .section-heading h3 {
    padding: 8px 0 15px;
    line-height: 45px
  }
}

.section-heading p {
  margin: 0;
  /* padding-bottom: 40px */
}

@media(min-width:576px) {
  .section-heading p {
    /* padding-bottom: 60px */
  }
}

.price-style {
  padding: 40px
}

.price-style .price-thumb {
  position: relative
}

.price-style .price-thumb p {
  margin: 0;
  padding-bottom: 10px
}

.price-style .price-thumb .price_t {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%)
}

.price-style .price-thumb .price_t h3 {
  margin: 0;
  line-height: 1
}

.price-style .price-thumb .price_t p {
  color: hotpink;
  font-weight: 700
}

.price-style .price-thumb .price_t p span {
  font-size: 48px;
  font-weight: 700;
  font-family: "Roboto", sans-serif
}

.price-style .price-thumb .price_t.app_price p {
  color: #fff;
  font-weight: bold
}

.price-style .price-thumb .price_t.app_price h3 {
  color: #fff
}

.price-style .price-list ul {
  padding: 0;
  margin: 0
}

.price-style .price-list ul li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #eff4f8
}

.price-style .price-list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

@media(min-width:992px) {
  .pl-lg-20 {
    padding-left: 30px
  }
}

@media(min-width:992px) {
  .pr-lg-20 {
    padding-right: 30px
  }
}

.overflow-auto::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px
}

.overflow-auto::-webkit-scrollbar {
  width: 10px
}

.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #5146ae;
  border-radius: 8px
}

.style-1.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #ff7c43
}

.style-2.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #095ab8
}

.style-3.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #f84d4c
}

.style-4.overflow-auto::-webkit-scrollbar-thumb {
  background-color: #ff9200
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #5146ae;
  overflow: hidden
}

.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0
}

.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite
}

.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0
  }
}

.header-item,
.header-item .header-logo a,
.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu,
.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu li.menu-holder ul.mega-menu,
.header-item .herder-icon ul.search-cart,
.style-one,
.search-area .search-input form,
.mobile-menu nav.mobile-header,
.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner,
.banner-area .banner-position .section-wrapper,
.app-banner .baner-wrapper,
.app-banner .baner-wrapper .banner-text ul,
.page-header,
.page-header .banner-position .banner-content ul.banner-link,
.service-one .section-wrapper .post-content,
.service-two.style-1 ul.client-service,
.newsletter-area.style-1 .newsletter-content ul.newslink,
.testimonil-area .section-wrapper,
.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .item-inner,
.our-team .section-wrapper .team-content .team-text ul.tema-icon,
.sponsor-section .sponsor-wrapper,
footer .footer-position .footer-media a,
footer .footer-position .footer-media ul.footer-social,
.app-serviece .section-wrapper ul.counter-wrapper,
.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content .content-inner,
.product-area .section-wrapper .post-content ul.product-btn,
.vpn-app-service .post-text ul.apps-icon,
.download-link .download-conent ul,
.contact-link .section-wrapper .contact-item,
.contact-location .contact-form form.comment-form,
.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu,
.blogs .blog-wrapper .blog-post .blog-text ul.post-date,
.blogs .blog-wrapper .blog-post .blog-text ul.more-art,
.blogs .blog-wrapper .widget-member .member-text ul.team-icon,
.blogs .blog-wrapper .Post-Categories ul.categories li a,
.blogs .blog-wrapper .recent-post .content-inner,
.blogs .blog-wrapper .widget-instagram ul.instagram-thumb,
.blogs .blog-wrapper .widget-tag ul,
.blogs .blog-wrapper .anuther-page ul.page-linkup,
.blogs.blog-single .blog-wrapper .personal-blog .p-content,
.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text ul,
.blogs.blog-single .blog-wrapper .related-post .post-thumb,
ul.countdown-list {
  display: flex;
  flex-wrap: wrap
}

.header-item .header-menu nav.primary-menu .main-menu-area ul.main-menu a::before,
.header-item .herder-icon ul.search-cart li.cart .cart-content .cart-item .cart-btn,
.search-area .search-input .search-close,
.search-area .search-input form,
.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a.dd-icon-down::before,
.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a.dd-icon-down::after,
.banner-area.style-one::after,
.banner-area .banner-position,
.app-banner::after,
.app-banner.style-3 .baner-wrapper .banner-thumb .shape,
.app-banner.style-3 .baner-wrapper .banner-thumb .shape1,
.page-header::after,
.page-header::before,
.page-header.style-8 .shap,
.page-header.style-8 .shap-1,
.page-header.style-8 .shap-2,
.landing-video-area::before,
.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span,
.blog .section-warpper .blog-post .post-thumb .post-date,
.our-team .section-wrapper .team-content .team-thumb::after,
footer .footer-position .link-us ul a::before,
.footer-bottom .copy-right p a::before,
.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button::before,
.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb::before,
.blogs .blog-wrapper .blog-post .blog-thumb .date,
.blogs .blog-wrapper .widget-instagram ul.instagram-thumb li::after {
  position: absolute;
  content: ''
}

header {
  position: relative;
  z-index: 9;
  box-shadow: 3px 0 3px rgba(239, 247, 255, 0.67)
}

header .bg-white.menu-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1)
}

header .bg-white.fadeInDown {
  z-index: 1
}

header .bg-white.slideInUp {
  position: relative;
  z-index: 999
}

header .bg-white.app-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  /* background: transparent !important */
  background: none !important;
}

header .bg-white.app-header:hover{
  background: #fff !important;
}

header .bg-white.app-header.menu-fixed {
  /* background: linear-gradient(to right, #5146ae, #25a6e4) !important */
  background: #fff !important;
}

header .bg-white.app-header.slideInUp {
  position: fixed
}

header .bg-white.app-header .header-item .header-logo a h4 {
  color: #fff
}

header .bg-white.app-header .header-item .header-logo a h4 span {
  color: #fff
}

/* header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li.active a {
  color: #ff7c43 !important
}

header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li.active a::before {
  background: #ff7c43 !important
}

header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li:hover a {
  color: #ff7c43 !important
}

header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li:hover a::before {
  background: #ff7c43 !important
} */

header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li a {
  color: #000
}

/* header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.mega-menu li ul li:hover a {
  color: #ff7c43 !important
}

header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.mega-menu li ul li:hover a::before {
  background: #ff7c43 !important
} */

header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a {
  color: #0f1119 !important;
}

.menu-fixed .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a {
  color: #fff !important;
}

/* header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a::before {
  background: #ff7c43
} */

header .bg-white.app-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a.dd-icon-down::after {
  color: #fff
}

header .bg-white.app-header .header-item .herder-icon a.custom-btn {
  margin-top: 0;
  padding: 10px 33.33px;
  background: #ff7c43;
  box-shadow: 0 7px 10px rgba(255, 124, 67, 0.4)
}

header .bg-white.app-header .header-item .herder-icon a.custom-btn:hover {
  background: #fff;
  color: #ff7c43;
  box-shadow: 0 7px 10px rgba(255, 255, 255, 0.4)
}

header .bg-white.host-header.menu-fixed {
  background: linear-gradient(to left, #16064f, #095ab8) !important
}

header .bg-white.host-header .header-item .header-logo a h4 {
  color: #fff
}

header .bg-white.host-header .header-item .header-logo a h4 span {
  color: #fff
}

/* header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li.active a {
  color: #095ab8 !important
}

header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li.active a::before {
  background: #095ab8 !important
}

header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li:hover a {
  color: #095ab8 !important
}

header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.submenu li:hover a::before {
  background: #095ab8 !important
}

header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.mega-menu li ul li:hover a {
  color: #095ab8 !important
}

header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu li ul.mega-menu li ul li:hover a::before {
  background: #095ab8 !important
} */

header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a {
  color: #fff
}

/* header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a::before {
  background: #095ab8
} */

header .bg-white.host-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a.dd-icon-down::after {
  color: #fff
}

/* header .bg-white.host-header .header-item .herder-icon a.custom-btn {
  background: #5261eb;
  box-shadow: 0 5px 10px rgba(82, 97, 235, 0.7)
} */

/* header .bg-white.vpn-header .header-item .header-menu .primary-menu .main-menu-area ul li ul.submenu li.active a {
  color: #f84d4c !important
}

header .bg-white.vpn-header .header-item .header-menu .primary-menu .main-menu-area ul li ul.submenu li.active a::before {
  background: #f84d4c !important
}

header .bg-white.vpn-header .header-item .header-menu .primary-menu .main-menu-area ul li ul.submenu li:hover a {
  color: #f84d4c !important
}

header .bg-white.vpn-header .header-item .header-menu .primary-menu .main-menu-area ul li ul.submenu li:hover a::before {
  background: #f84d4c !important
}

header .bg-white.vpn-header .header-item .header-menu .primary-menu .main-menu-area ul li ul.mega-menu li ul li:hover a {
  color: #f84d4c !important
}

header .bg-white.vpn-header .header-item .header-menu .primary-menu .main-menu-area ul li ul.mega-menu li ul li:hover a::before {
  background: #f84d4c !important
}

header .bg-white.vpn-header .header-item .header-menu .primary-menu .main-menu-area ul a::before {
  background: linear-gradient(to right, #f84d4c, #f13a88)
} */

header .bg-white.vpn-header .header-item .herder-icon a.custom-btn {
  margin-top: 0;
  padding: 13px 33.33px;
  background: linear-gradient(to right, #f84d4c, #f13a88);
  box-shadow: 0 5px 10px rgba(255, 139, 174, 0.7)
}

header .bg-white.seo-header.menu-fixed {
  /* background: linear-gradient(to right, #671fa7, #b43e7d) !important */
  background:#5179EC;
}

@media(max-width:1199px) {
  header .bg-white.seo-header .header-item .herder-icon {
    display: none
  }
}

header .bg-white.seo-header .header-item .herder-icon a.custom-btn {
  background: linear-gradient(to left, #5146ae, #7560eb);
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7)
}

header .bg-white.about-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  background: transparent !important
}

header .bg-white.about-header.menu-fixed {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1)
}

header .bg-white.about-header .header-item .header-logo a h4 {
  color: #5146ae
}

header .bg-white.about-header .header-item .header-logo a h4 span {
  color: #5146ae;
  font-weight: 700
}

header .bg-white.about-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a {
  color: #000
}

header .bg-white.about-header .header-item .header-menu .primary-menu .main-menu-area ul.main-menu a::before {
  background: #5146ae
}

.search-area.open .search-input {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 999;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg)
}

.search-area .search-input {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1111111;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.search-area .search-input .search-close {
  width: 50px;
  height: 50px;
  top: 50px;
  right: 50px;
  cursor: pointer
}

.search-area .search-input .search-close i {
  font-size: 35px;
  color: #fff;
  transform: rotate(0);
  transition: all .5s ease-in-out
}

.search-area .search-input .search-close i:hover {
  transform: rotate(180deg)
}

.search-area .search-input form {
  top: 50%;
  left: 50%;
  width: 75%;
  height: 100px;
  padding: 10px;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #5146ae, #7560eb);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.search-area .search-input form input {
  width: 90%;
  color: #5146ae;
  border-radius: 0;
  font-size: 30px;
  padding: 15px;
  border: 0;
  margin-bottom: 0;
  height: 80px;
  border-bottom: 1px solid rgba(37, 51, 101, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.search-area .search-input form input::placeholder {
  color: #5146ae
}

.search-area .search-input form input:focus {
  border-color: transparent;
  outline: 0
}

.search-area .search-input form button.search-btn {
  width: 10%;
  height: 100%;
  cursor: pointer;
  color: #fff;
  outline: 0;
  background: #7560eb
}

.search-area .search-input form button.search-btn span.serch-icon {
  font-size: 25px;
  font-style: normal
}

.mobile-menu nav.mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1111;
  background: #fff;
  padding: 20px 15px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #5146ae;
  max-height: 90px
}

.mobile-menu nav.mobile-header .header-logo a.logo {
  height: 52px
}

@media(max-width:375px) {
  .mobile-menu nav.mobile-header .header-logo a.logo.style-1 {
    max-width: 215px
  }
}

.mobile-menu nav.mobile-header .header-bar {
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: relative;
  margin: 0 15px
}

.mobile-menu nav.mobile-header .header-bar.close {
  opacity: 1
}

.mobile-menu nav.mobile-header .header-bar.close span:nth-child(1) {
  transform: translate(-100%, -50%) rotate(45deg);
  margin-right: 0
}

.mobile-menu nav.mobile-header .header-bar.close span:nth-child(2) {
  margin: 3px 0;
  transform: translate(-70%, -50%) rotate(-45deg)
}

.mobile-menu nav.mobile-header .header-bar.close span:nth-child(3) {
  transform: translate(-70%, -50%) rotate(45deg);
  top: 26px
}

.mobile-menu nav.mobile-header .header-bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  z-index: 1;
  background: #464861;
  transform: translate(-50%, -50%);
  transition: all .3s ease
}

.mobile-menu nav.mobile-header .header-bar span:nth-child(1) {
  width: 14px;
  margin-top: 8px;
  margin-left: 8px
}

.mobile-menu nav.mobile-header .header-bar span:nth-child(3) {
  width: 14px;
  margin-top: -9px;
  margin-left: -8px
}

.mobile-menu nav.menu {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 50%;
  transform: scaleX(0);
  transform-origin: left;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 30px;
  padding-bottom: 60px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

@media(max-width:575px) {
  .mobile-menu nav.menu {
    transform-origin: top;
    transform: scaleY(0);
    width: 100%
  }
}

@media(min-width:992px) {
  .mobile-menu nav.menu {
    display: none
  }
}

.mobile-menu nav.menu.open {
  transform: scaleX(1)
}

@media(max-width:575px) {
  .mobile-menu nav.menu.open {
    transform: scaleY(1)
  }
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner {
  background: #fff
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
  width: 100%;
  padding-top: 40px
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner {
  height: 50px;
  width: 90%;
  margin: 0 auto
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input {
  margin: 0;
  width: 75%;
  border-radius: 0;
  border: 1px solid #5146ae;
  padding: 10px 15px
}

@media(max-width:767px) {
  .mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input {
    width: 68%
  }
}

@media(max-width:575px) {
  .mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input {
    width: 75%
  }
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input::placeholder {
  font-size: 15px;
  font-family: "Roboto", sans-serif
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner button {
  width: 25%;
  height: 100%;
  color: #fff;
  background: #5146ae;
  outline: 0;
  cursor: pointer
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu {
  display: block;
  margin: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu li {
  list-style: none;
  padding: 0;
  position: relative
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu li.open a.dd-icon-down::before {
  display: none;
  transition: all .3s ease-in-out
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu li ul.m-submenu {
  padding: 0;
  margin: 0;
  display: none
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu li ul.m-submenu li {
  padding-left: 20px
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu li ul.m-submenu a {
  margin: 0;
  color: #1f202a;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  outline: 0;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid #ededed
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a {
  display: block !important;
  padding: 10px 0;
  color: #181818;
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  border-bottom: 1px solid #ededed;
  outline: 0
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a:last-child {
  border-bottom: 0
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a.dd-icon-down {
  position: relative
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a.dd-icon-down::before {
  background: #2f0b6c;
  top: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 2px;
  height: 10px;
  -webkit-transform: translateX(-15px) translateY(-50%);
  -ms-transform: translateX(-15px) translateY(-50%);
  transform: translateX(-15px) translateY(-50%);
  left: calc(100%+-1px)
}

.mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a.dd-icon-down::after {
  background: #2f0b6c;
  top: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 10px;
  right: 10px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.mobile-menu.style-1 nav.mobile-header {
  border-bottom: 2px solid #ff7c43
}

.mobile-menu.style-1 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input {
  border: 1px solid #ff7c43
}

.mobile-menu.style-1 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner button {
  background: #ff7c43
}

.mobile-menu.style-2 nav.mobile-header {
  border-bottom: 2px solid #f13a88
}

.mobile-menu.style-2 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input {
  border: 1px solid #f13a88
}

.mobile-menu.style-2 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner button {
  background: #f13a88
}

.mobile-menu.style-3 nav.mobile-header {
  border-bottom: 2px solid #5261eb
}

.mobile-menu.style-3 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input {
  border: 1px solid #5261eb
}

.mobile-menu.style-3 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner button {
  background: #5261eb
}

.mobile-menu.style-4 nav.mobile-header {
  border-bottom: 2px solid #671fa7
}

.mobile-menu.style-4 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner input {
  border: 1px solid #671fa7
}

.mobile-menu.style-4 nav.menu .mobile-menu-area .mobile-menu-area-inner .mobile-search .search-inner button {
  background: #671fa7
}

.banner-area {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-top: 92px;
  background: linear-gradient(to bottom, #fefeff, #f7fafe)
}

@media(min-width:992px) {
  .banner-area {
    height: 550px
  }
}

@media(min-width:992px) {
  .banner-area {
    height: 650px;
    margin-top: 0
  }
}

@media(min-width:1200px) {
  .banner-area {
    height: 750px
  }
}

.banner-area.style-one::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url(../../assets/images/banner/vpn_bg.png)
}

.banner-area.style-one .banner-position {
  z-index: 1
}

.banner-area.style-one .banner-position .section-wrapper .banner-text span {
  font-weight: bold;
  color: #f84d4c
}

@media(min-width:576px) {
  .banner-area.style-one .banner-position .section-wrapper .banner-text span {
    font-size: 24px
  }
}

.banner-area.style-one .banner-position .section-wrapper .banner-text h2 span {
  color: #f13a88;
  font-size: inherit
}

@media(min-width:1200px) {
  .banner-area.style-one .banner-position .section-wrapper .banner-text h2 span {
    font-size: 70px
  }
}

.banner-area.style-one .banner-position .section-wrapper .banner-text p {
  padding-top: 10px
}

.banner-area.style-one .banner-position .section-wrapper .banner-text a.custom-btn {
  background: linear-gradient(to right, #f84d4c, #f13a88);
  box-shadow: 0 5px 10px rgba(255, 139, 174, 0.7)
}

.banner-area.style-one .banner-position .section-wrapper .banner-text a.custom-btn span {
  font-size: 15px;
  font-weight: bold;
  color: #fff
}

.banner-area.style-one .banner-position .section-wrapper .banner-thumb {
  z-index: 1;
  animation: pulsekey 2s infinite
}

.banner-area.style-one .banner-position .section-wrapper .banner-thumb img {
  max-width: none;
  float: left
}

@media(max-width:1199px) {
  .banner-area.style-one .banner-position .section-wrapper .banner-thumb img {
    width: 100%
  }
}

.banner-area .banner-position {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%)
}

@media(min-width:992px) {
  .banner-area .banner-position {
    top: 48%
  }
}

.banner-area .banner-position .section-wrapper {
  width: 100%;
  align-items: center
}

@media(max-width:991px) {
  .banner-area .banner-position .section-wrapper {
    display: block
  }
}

.banner-area .banner-position .section-wrapper .banner-text a.custom-btn {
  margin-top: 35px
}

.banner-area .banner-position .section-wrapper .banner-thumb {
  position: relative;
  width: 50%
}

@media(max-width:991px) {
  .banner-area .banner-position .section-wrapper .banner-thumb {
    display: none
  }
}

.banner-area .banner-position .section-wrapper .banner-thumb img {
  max-width: none;
  float: left
}

.banner-area .banner-position .section-wrapper .banner-thumb .thumb-left,
.banner-area .banner-position .section-wrapper .banner-thumb .thumb-right,
.banner-area .banner-position .section-wrapper .banner-thumb .thumb-top {
  position: absolute;
  width: 200px;
  height: 250px
}

@media(max-width:575px) {

  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-left,
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-right,
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-top {
    width: 100px
  }
}

@media(max-width:425px) {

  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-left,
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-right,
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-top {
    height: 150px
  }
}

.banner-area .banner-position .section-wrapper .banner-thumb .thumb-left img,
.banner-area .banner-position .section-wrapper .banner-thumb .thumb-right img,
.banner-area .banner-position .section-wrapper .banner-thumb .thumb-top img {
  width: 100%;
  height: 100%
}

@media(max-width:425px) {

  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-left img,
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-right img,
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-top img {
    height: 100%
  }
}

.banner-area .banner-position .section-wrapper .banner-thumb .thumb-left {
  top: 42%;
  left: 8%;
  animation: pulsekey 2s infinite
}

@media(max-width:1199px) {
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-left {
    left: 10%;
    top: 42%
  }
}

.banner-area .banner-position .section-wrapper .banner-thumb .thumb-right {
  top: 43%;
  right: -32%;
  animation: pulsekey 3s infinite
}

@media(max-width:1199px) {
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-right {
    top: 42%;
    right: -60%
  }
}

.banner-area .banner-position .section-wrapper .banner-thumb .thumb-top {
  top: 13%;
  right: -5%;
  width: 100px !important;
  height: 200px !important;
  animation: pulsekey 1.5s infinite
}

@media(max-width:1199px) {
  .banner-area .banner-position .section-wrapper .banner-thumb .thumb-top {
    top: 12%
  }
}

.banner-area .banner-position .section-wrapper .banner-thumb .thumb-top img {
  height: 100%
}

.banner-text {
  width: 50%
}

@media(max-width:991px) {
  .banner-text {
    width: 100%
  }
}

.banner-text h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 28px
}

.banner-text h2 span {
  color: #5146ae
}

@media(min-width:576px) {
  .banner-text h2 {
    font-size: 40px
  }
}

@media(min-width:1200px) {
  .banner-text h2 {
    font-size: 70px;
    line-height: 85px
  }
}

.banner-text p {
  margin: 0;
  padding-top: 20px;
  font-size: 18px
}

@media(min-width:576px) {
  .banner-text p {
    font-size: 22px
  }
}

.app-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  width:100%;
  background-image: url('/public/static/index/images/indexbg.png');
  background-size: 100%;
  /* margin-top:70px; */
  /* background: linear-gradient(to right, #5146ae, #25a6e4) */
}

@media(max-width:991px) {
  .app-banner {
    height: auto;
    padding-top: 90px
  }
}

@media(min-width:992px) {
  .app-banner {
    /*min-height: 650px*/
    /* height:700px */
    height:590px
    /* min-height: 500px */
  }
}

.app-banner::after {
  bottom: -15px;
  right: 0;
  width: 900px;
  height: 650px;
  background-image: url(../../assets/images/banner/app_banner_bg.png)
}

@media(max-width:575px) {
  .app-banner::after {
    display: none
  }
}

.app-banner .baner-wrapper {
  width: 100%;
  align-items: center
}

@media(max-width:991px) {
  .app-banner .baner-wrapper {
    display: block;
    padding: 50px 0
  }
}

.app-banner .baner-wrapper .banner-text {
  position: relative;
  z-index: 1;
  padding-top: 80px
}

@media(max-width:991px) {
  .app-banner .baner-wrapper .banner-text {
    padding-top: 0
  }
}

.app-banner .baner-wrapper .banner-text h2 {
  color: #fff;
  margin-bottom: 5px
}

@media(min-width:576px) {
  .app-banner .baner-wrapper .banner-text h2 {
    margin-bottom: 12px
  }
}

.app-banner .baner-wrapper .banner-text p {
  color: #fff;
  padding-top: 45px
}

.app-banner .baner-wrapper .banner-text ul {
  margin: 0;
  justify-content: flex-start;
  align-items: baseline
}

@media(max-width:575px) {
  .app-banner .baner-wrapper .banner-text ul {
    display: block
  }
}

.app-banner .baner-wrapper .banner-text ul li {
  list-style: none
}

.app-banner .baner-wrapper .banner-text ul li:last-child {
  margin-left: 20px
}

@media(max-width:575px) {
  .app-banner .baner-wrapper .banner-text ul li:last-child {
    margin-left: 0
  }
}

@media(max-width:575px) {
  .app-banner .baner-wrapper .banner-text ul li:last-child a {
    margin-top: 20px
  }
}

.app-banner .baner-wrapper .banner-text ul a {
  font-size: 15px;
  font-weight: 700;
  padding: 13px 33.33px;
  background: #ff7c43
}

@media(max-width:575px) {
  .app-banner .baner-wrapper .banner-text ul a {
    margin-top: 30px
  }
}

.app-banner .baner-wrapper .banner-text ul a:hover,
.app-banner .baner-wrapper .banner-text ul a.active {
  color: #ff7c43;
  background: #fff
}

.app-banner .baner-wrapper .banner-text ul a.active:hover {
  color: #fff;
  background: #ff7c43
}

.app-banner .baner-wrapper .banner-thumb {
  width: 50%;
  z-index: 1
}

@media(max-width:991px) {
  .app-banner .baner-wrapper .banner-thumb {
    display: none
  }
}

.app-banner .baner-wrapper .banner-thumb .thumb-content img {
  max-width: none;
  float: left;
  animation: pulsekey 3s infinite
}

@media(max-width:1199px) {
  .app-banner .baner-wrapper .banner-thumb .thumb-content img {
    width: 100%
  }
}

.app-banner.style-1 {
  overflow: hidden;
  background: linear-gradient(to right, #095ab8, #16064f)
}

.app-banner.style-1::after {
  content: normal
}

.app-banner.style-1 .baner-wrapper .banner-text span {
  font-weight: 700;
  color: #38b4ff
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn {
  background: #5261eb;
  box-shadow: 0 5px 10px rgba(82, 97, 235, 0.7)
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn span {
  color: #fff
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn:hover {
  background: #fff
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn:hover span {
  color: #16064f
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn.active {
  background: #fff
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn.active span {
  color: #16064f
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn.active:hover {
  background: #5261eb
}

.app-banner.style-1 .baner-wrapper .banner-text ul li a.custom-btn.active:hover span {
  color: #fff
}

.app-banner.style-3 {
  overflow: hidden;
  /* background: linear-gradient(to right, #671fa7, #b43e7d) */
}

.app-banner.style-3::after {
  content: none
}

.app-banner.style-3 .baner-wrapper .banner-text a.custom-btn {
  background: #fff;
  box-shadow: 0 5px 10px rgba(192, 189, 187, 0.39)
}

.app-banner.style-3 .baner-wrapper .banner-thumb {
  position: relative
}

.app-banner.style-3 .baner-wrapper .banner-thumb img {
  max-width: none;
  float: left
}

@media(max-width:575px) {

  .app-banner.style-3 .baner-wrapper .banner-thumb .shape,
  .app-banner.style-3 .baner-wrapper .banner-thumb .shape1 {
    height: 150px
  }
}

@media(max-width:575px) {

  .app-banner.style-3 .baner-wrapper .banner-thumb .shape img,
  .app-banner.style-3 .baner-wrapper .banner-thumb .shape1 img {
    height: 100%
  }
}

.app-banner.style-3 .baner-wrapper .banner-thumb .shape {
  animation: pulsekey 2s infinite
}

@media(min-width:992px) {
  .app-banner.style-3 .baner-wrapper .banner-thumb .shape {
    left: 35%;
    top: 33%
  }
}

@media(min-width:1200px) {
  .app-banner.style-3 .baner-wrapper .banner-thumb .shape {
    left: 28%;
    top: 33%
  }
}

.app-banner.style-3 .baner-wrapper .banner-thumb .shape1 {
  animation: pulsekey 3s infinite
}

@media(min-width:992px) {
  .app-banner.style-3 .baner-wrapper .banner-thumb .shape1 {
    right: -13%;
    bottom: 7%
  }
}

@media(min-width:1200px) {
  .app-banner.style-3 .baner-wrapper .banner-thumb .shape1 {
    bottom: 8%;
    right: 10%
  }
}

.page-header {
  min-height: 350px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to top, #f7fafe, #fff)
}

@media(min-width:1200px) {
  .page-header {
    min-height: 550px
  }
}

.page-header::after,
.page-header::before {
  right: 0
}

@media(max-width:991px) {

  .page-header::after,
  .page-header::before {
    display: none
  }
}

.page-header::before {
  bottom: 0;
  width: 40%;
  height: 63%;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/banner/about_right.png)
}

.page-header::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/banner/shape/03.png)
}

@media(max-width:991px) {
  .page-header {
    height: auto;
    padding-top: 90px
  }
}

.page-header .banner-position .banner-content {
  position: relative;
  z-index: 1
}

.page-header .banner-position .banner-content h3 {
  margin: 0;
  font-size: 25px
}

@media(min-width:576px) {
  .page-header .banner-position .banner-content h3 {
    font-size: 36px
  }
}

.page-header .banner-position .banner-content ul.banner-link {
  justify-content: center;
  align-items: center;
  margin: 0
}

.page-header .banner-position .banner-content ul.banner-link li {
  padding: 0;
  list-style: none
}

.page-header .banner-position .banner-content ul.banner-link li:nth-child(2) span {
  padding: 0 5px;
  display: inline-block
}

.page-header .banner-position .banner-content ul.banner-link li span {
  color: #716c80;
  font-weight: 500
}

.page-header .banner-position .banner-content ul.banner-link a {
  color: #716c80;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.page-header .banner-position .banner-content ul.banner-link a.active {
  color: #5146ae
}

.page-header .banner-position .banner-content ul.banner-link a:hover {
  color: #5146ae
}

.page-header.style-1::before {
  background-image: url(../../assets/images/banner/contact_right.png)
}

.page-header.style-2::before {
  background-image: url(../../assets/images/banner/services_right.png)
}

.page-header.style-3::before {
  height: 58%;
  background-image: url(../../assets/images/banner/team_right.png)
}

.page-header.style-4::before {
  height: 54%;
  background-image: url(../../assets/images/banner/pricing_right.png)
}

.page-header.style-5::before {
  height: 65%;
  background-image: url(../../assets/images/banner/portfolio_right.png)
}

.page-header.style-6::before {
  height: 61%;
  background-image: url(../../assets/images/banner/blog_right.png)
}

.page-header.style-7::before {
  height: 60%;
  width: 45%;
  background-image: url(../../assets/images/banner/faq_right.png)
}

.page-header.style-8 {
  min-height: 100vh
}

.page-header.style-8::before {
  content: none
}

.page-header.style-8::after {
  top: auto;
  bottom: 0;
  left: 0;
  height: 730px;
  width: 40%;
  background-image: url(../../assets/images/coming/05.png)
}

.page-header.style-8 .shap,
.page-header.style-8 .shap-1,
.page-header.style-8 .shap-2 {
  bottom: 0;
  top: auto;
  width: 100px
}

.page-header.style-8 .shap img,
.page-header.style-8 .shap-1 img,
.page-header.style-8 .shap-2 img {
  width: 100%
}

@media(min-width:768px) {

  .page-header.style-8 .shap,
  .page-header.style-8 .shap-1,
  .page-header.style-8 .shap-2 {
    width: 150px
  }
}

@media(min-width:992px) {

  .page-header.style-8 .shap,
  .page-header.style-8 .shap-1,
  .page-header.style-8 .shap-2 {
    width: 200px
  }
}

.page-header.style-8 .shap {
  left: 0
}

@media(min-width:992px) {
  .page-header.style-8 .shap {
    left: 3%
  }
}

.page-header.style-8 .shap-1 {
  right: 14.5%
}

@media(min-width:1400px) {
  .page-header.style-8 .shap-1 {
    right: 15%
  }
}

.page-header.style-8 .shap-2 {
  right: 0
}

.service-area {
  overflow: hidden;
  padding: 75px 0;
  padding-bottom: 6px
}

@media(min-width:576px) {
  .service-area {
    padding: 80px 0;
    padding-bottom: 6px
  }
}

@media(min-width:1200px) {
  .service-area {
    padding: 120px 0;
    padding-bottom: 6px
  }
}

.service-area .section-wrapper {
  padding-bottom: 75px;
  border-bottom: 1px solid #ece9ff
}

@media(min-width:576px) {
  .service-area .section-wrapper {
    padding-bottom: 80px
  }
}

@media(min-width:1200px) {
  .service-area .section-wrapper {
    padding-bottom: 120px
  }
}

.service-area .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(1) .post-content {
  animation-name: slideInUp;
  animation-delay: .1s;
  animation-duration: 1s
}

.service-area .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(2) .post-content {
  animation-name: slideInUp;
  animation-delay: .3s;
  animation-duration: 1s
}

.service-area .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(3) .post-content {
  animation-name: slideInUp;
  animation-delay: .5s;
  animation-duration: 1s
}

.service-area .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(4) .post-content {
  animation-name: slideInUp;
  animation-delay: .7s;
  animation-duration: 1s
}

@media(max-width:1199px) {
  .service-area .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(4) .post-content {
    margin-bottom: 0
  }
}

.service-area .section-wrapper .post-content {
  padding: 45px 30px;
  background: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding-bottom: 25px;
}

.service-area .section-wrapper .post-content:hover {
  transform: translateY(-5px)
}

.service-area .section-wrapper .post-content:hover .post-thumb img {
  transform: scale3d(1.1, 1.1, 1.1)
}

.service-area .section-wrapper .post-content:hover h4 a {
  color: #7761ee
}

@media(max-width:1199px) {
  .service-area .section-wrapper .post-content {
    margin-bottom: 30px
  }
}

.service-area.style-1 {
  padding: 60px 0;
  background-image: url(../../assets/images/product/app_product_bg.jpg)
}

@media(min-width:576px) {
  .service-area.style-1 {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .service-area.style-1 {
    padding: 120px 0
  }
}

.service-area.style-1 .section-heading span {
  color: #f84d4c
}

@media(max-width:991px) {
  .service-area.style-1 .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(3) .post-content {
    margin-bottom: 30px
  }
}

.service-area.style-1 .section-wrapper {
  padding: 0;
  border-bottom: 0
}

.service-area.style-1 .section-wrapper .post-content:hover h4 a {
  color: #f84d4c
}

.service-area.style-2 {
  padding-top: 60px;
  background: #fff
}

@media(min-width:576px) {
  .service-area.style-2 {
    padding-top: 80px
  }
}

@media(min-width:1200px) {
  .service-area.style-2 {
    padding-top: 120px
  }
}

.service-area.style-2 .section-heading span {
  color: #5261eb
}

.service-area.style-2 .col-lg-4.col-md-6.col-12:nth-child(3) .post-content {
  margin-bottom: 0
}

.service-area.style-2 .section-wrapper {
  padding: 0;
  padding-bottom: 60px
}

@media(min-width:576px) {
  .service-area.style-2 .section-wrapper {
    padding-bottom: 80px
  }
}

@media(min-width:1200px) {
  .service-area.style-2 .section-wrapper {
    padding-bottom: 120px
  }
}

.service-area.style-2 .section-wrapper .post-content:hover h4 {
  color: #5261eb
}

.service-area.style-3 {
  padding: 60px 0
}

@media(min-width:576px) {
  .service-area.style-3 {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .service-area.style-3 {
    padding: 120px 0
  }
}

.service-area.style-3 .section-heading {
  max-width: 570px
}

.service-area.style-3 .section-heading span {
  color: #5261eb
}

.service-area.style-3 .section-wrapper .col-lg-4.col-md-6.col-12:nth-child(1) .post-content,
.service-area.style-3 .section-wrapper :nth-child(4) .post-content {
  animation-delay: .1s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

.service-area.style-3 .section-wrapper .col-lg-4.col-md-6.col-12:nth-child(2) .post-content,
.service-area.style-3 .section-wrapper :nth-child(5) .post-content {
  animation-delay: .3s;
  animation-duration: 2s;
  animation-name: fadeInUp
}

.service-area.style-3 .section-wrapper .col-lg-4.col-md-6.col-12:nth-child(3) .post-content,
.service-area.style-3 .section-wrapper :nth-child(6) .post-content {
  animation-delay: .5s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

.service-area.style-3 .section-wrapper .col-lg-4.col-md-6.col-12:nth-child(1) .post-content,
.service-area.style-3 .section-wrapper :nth-child(2) .post-content,
.service-area.style-3 .section-wrapper :nth-child(3) .post-content {
  margin-bottom: 30px !important
}

@media(min-width:768px) {

  .service-area.style-3 .section-wrapper .col-lg-4.col-md-6.col-12:nth-child(4) .post-content,
  .service-area.style-3 .section-wrapper:nth-child(5) .post-content,
  .service-area.style-3 .section-wrapper:nth-child(6) .post-content {
    margin-bottom: 0
  }
}

.service-area.style-3 .section-wrapper .post-content:hover .post-text h4 a {
  color: #5261eb
}

.service-area.style-4 .section-wrapper {
  padding-bottom: 0
}

.service-area.style-4 .section-wrapper .post-content .post-text h4 a {
  padding: 20px 0 10px
}

/* .service-area.style-5 {
  padding: 60px 0
}

@media(min-width:576px) {
  .service-area.style-5 {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .service-area.style-5 {
    padding: 120px 0
  }
} */

.service-area.style-5 .section-heading h2 {
  color: #4f35de;
   color: #4f35de;
  font-size: 26px;
  display: inline-block;
  padding-bottom: 5px
}

.service-area.style-5 .col-lg-4.col-md-6.col-12:nth-child(1) .post-content,
.service-area.style-5 :nth-child(2) .post-content,
.service-area.style-5 :nth-child(3) .post-content {
  margin-bottom: 0
}

@media(max-width:991px) {

  .service-area.style-5 .col-lg-4.col-md-6.col-12:nth-child(1) .post-content,
  .service-area.style-5:nth-child(2) .post-content {
    margin-bottom: 30px
  }
}

@media(max-width:991px) {
  .service-area.style-5 .col-lg-4.col-md-6.col-12:nth-child(3) .post-content {
    margin-bottom: 0
  }
}

.service-area.style-5 .section-wrapper {
  padding: 0;
  border-bottom: 0
}

.service-area.style-5 .section-wrapper .post-content {
  padding: 45px 25px;
  /* padding-bottom: 62px; */
}

.service-area.style-5 .section-wrapper .post-content:hover h4 a {
  color: #ff9200
}

.service-area.style-6 {
  /* padding: 60px 0; */
  background: #f9fbfe
}

@media(min-width:576px) {
  .service-area.style-6 {
    /* padding: 80px 0 */
    padding: 47px 0
  }
}

@media(min-width:1200px) {
  .service-area.style-6 {
    /* padding: 64px 0 */
    padding: 47px 0
  }
}

.service-area.style-6 .section-heading {
  max-width: 450px
}

.service-area.style-6 .section-heading h2 {
  color: #4f35de;
  font-size: 26px;
  display: inline-block;
  padding-bottom: 5px
}

@media(max-width:991px) {
  .service-area.style-6 .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(3) .post-content {
    margin-bottom: 30px
  }
}

.service-area.style-6 .section-wrapper {
  padding: 0;
  border-bottom: 0
}

.service-area.style-6 .section-wrapper .post-content:hover .post-text h3 a {
  color: #ff9200
}

.service-area.style-7 {
  padding: 60px 0;
  background-image: url(../../assets/images/product/app_product_bg.jpg)
}

@media(min-width:576px) {
  .service-area.style-7 {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .service-area.style-7 {
    padding: 120px 0
  }
}

.service-area.style-7 .section-wrapper {
  border-bottom: 0;
  padding-bottom: 0
}

.service-area.style-8 .section-heading {
  max-width: 500px
}

.service-area.style-8 .section-wrapper {
  padding-bottom: 0
}

.service-area.style-8 .section-wrapper .post-content:hover .post-text h4 a {
  color: #7560eb
}

.service-one {
  overflow: hidden;
  padding: 60px 0;
  padding-bottom: 0
}

@media(min-width:576px) {
  .service-one {
    padding: 80px 0;
    padding-bottom: 0
  }
}

@media(min-width:1200px) {
  .service-one {
    padding: 120px 0;
    padding-bottom: 0
  }
}

.service-one .section-wrapper .post-heading {
  max-width: 485px;
  margin-bottom: 52px
}

@media(max-width:575px) {
  .service-one .section-wrapper .post-heading {
    margin: auto;
    margin-bottom: 40px
  }
}

.service-one .section-wrapper .post-heading h6 {
  margin: 0
}

.service-one .section-wrapper .post-heading h6 a {
  color: #5146ae
}

.service-one .section-wrapper .post-heading h3 {
  margin: 0;
  line-height: 32px;
  margin-left: 0;
  padding: 5px 0 15px
}

@media(min-width:576px) {
  .service-one .section-wrapper .post-heading h3 {
    line-height: 45px;
    padding: 15px 0
  }
}

.service-one .section-wrapper .post-heading p {
  margin: 0
}

.service-one .section-wrapper .col-md-6.col-12:nth-child(1) .post-content {
  margin-bottom: 30px
}

@media(min-width:576px) {
  .service-one .section-wrapper .col-md-6.col-12:nth-child(1) .post-content {
    margin-bottom: 60px
  }
}

.service-one .section-wrapper .col-md-6.col-12:nth-child(2) .post-content {
  margin-bottom: 30px
}

@media(min-width:576px) {
  .service-one .section-wrapper .col-md-6.col-12:nth-child(2) .post-content {
    margin-bottom: 60px
  }
}

@media(max-width:767px) {
  .service-one .section-wrapper .col-md-6.col-12:nth-child(3) .post-content {
    margin-bottom: 30px
  }
}

.service-one .section-wrapper .post-content {
  width: 100%
}

.service-one .section-wrapper .post-content:hover .post-thumb img {
  transform: scale3d(1.1, 1.1, 1.1)
}

.service-one .section-wrapper .post-content:hover .post-text h5 a {
  color: #5146ae
}

.service-one .section-wrapper .service-thumb {
  position: relative;
  height: 475px
}

@media(max-width:1199px) {
  .service-one .section-wrapper .service-thumb {
    padding-top: 50px
  }
}

@media(max-width:991px) {
  .service-one .section-wrapper .service-thumb {
    display: none
  }
}

.service-one .section-wrapper .service-thumb img {
  height: 100%;
  max-width: none;
  float: left
}

@media(max-width:1199px) {
  .service-one .section-wrapper .service-thumb img {
    max-width: 100%
  }
}

.service-one .section-wrapper .service-thumb .thumb-left,
.service-one .section-wrapper .service-thumb .thumb-right,
.service-one .section-wrapper .service-thumb .thumb-medile {
  position: absolute;
  height: 150px
}

.service-one .section-wrapper .service-thumb .thumb-left img,
.service-one .section-wrapper .service-thumb .thumb-right img,
.service-one .section-wrapper .service-thumb .thumb-medile img {
  height: 100%
}

.service-one .section-wrapper .service-thumb .thumb-left {
  top: 60%;
  left: 15%;
  animation-name: fadeInLeft;
  animation-delay: .1s;
  animation-duration: 2s
}

.service-one .section-wrapper .service-thumb .thumb-right {
  top: 60%;
  right: 10%;
  animation-name: fadeInRight;
  animation-delay: .1s;
  animation-duration: 2s
}

.service-one .section-wrapper .service-thumb .thumb-medile {
  top: 40%;
  left: 45%;
  animation-name: fadeInUp;
  animation-delay: .1s;
  animation-duration: 2s
}

.service-one.style-1 {
  padding: 60px 0;
  padding-bottom: 0 !important
}

@media(min-width:576px) {
  .service-one.style-1 {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .service-one.style-1 {
    padding: 120px 0;
    padding-bottom: 0
  }
}

.service-one.style-1 .section-wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #ece9ff
}

@media(min-width:576px) {
  .service-one.style-1 .section-wrapper {
    padding-bottom: 80px
  }
}

@media(min-width:992px) {
  .service-one.style-1 .section-wrapper {
    padding-bottom: 120px
  }
}

.service-one.style-1 .section-wrapper .post-heading {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 45px
}

@media(min-width:1200px) {
  .service-one.style-1 .section-wrapper .post-heading {
    max-width: 380px
  }
}

.service-one.style-1 .section-wrapper .post-heading span {
  font-weight: 700;
  color: #f84d4c
}

.service-one.style-1 .section-wrapper .post-heading h3 {
  padding: 5px 0 20px
}

.service-one.style-1 .section-wrapper .post-content ul {
  padding: 0;
  margin: 0;
  margin-right: 20px
}

@media(min-width:1200px) {
  .service-one.style-1 .section-wrapper .post-content ul {
    margin-right: 40px
  }
}

.service-one.style-1 .section-wrapper .post-content ul:last-child {
  margin-right: 0
}

.service-one.style-1 .section-wrapper .post-content ul:last-child li:nth-child(1) a span i {
  background: #fcb93c
}

.service-one.style-1 .section-wrapper .post-content ul:last-child li:nth-child(2) a span i {
  background: #5ce1b9
}

.service-one.style-1 .section-wrapper .post-content ul:first-child li:nth-child(1) a span i {
  background: #e4405f
}

.service-one.style-1 .section-wrapper .post-content ul:first-child li:nth-child(2) a span i {
  background: #4941a2
}

.service-one.style-1 .section-wrapper .post-content ul li {
  list-style: none;
  padding: 0
}

.service-one.style-1 .section-wrapper .post-content ul li:first-child {
  padding-bottom: 20px
}

.service-one.style-1 .section-wrapper .post-content ul a {
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.service-one.style-1 .section-wrapper .post-content ul a:hover {
  color: #5146ae
}

.service-one.style-1 .section-wrapper .post-content ul a span i {
  font-size: 14px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px
}

.service-one.style-1 .section-wrapper .service-thumb {
  position: relative
}

.service-one.style-1 .section-wrapper .service-thumb .shape,
.service-one.style-1 .section-wrapper .service-thumb .shape-1,
.service-one.style-1 .section-wrapper .service-thumb .shape-2,
.service-one.style-1 .section-wrapper .service-thumb .shape-3,
.service-one.style-1 .section-wrapper .service-thumb .shape-4,
.service-one.style-1 .section-wrapper .service-thumb .shape-5,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 {
  position: absolute;
  transition: all .5s ease-in-out
}

.service-one.style-1 .section-wrapper .service-thumb .shape img,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 img,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 img,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 img,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 img,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 img,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 img {
  position: relative;
  z-index: 1
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse {
  height: 1px;
  width: 1px;
  margin: 0 auto;
  border: 0
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse::after,
.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse::before {
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 0 solid #000;
  -webkit-animation: stm_zoom_big_1 5.25s linear 5.25s infinite;
  animation: stm_zoom_big_1 5.25s linear 5.25s infinite
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse::before {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse.wave-pulse-2::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse.wave-pulse-2::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse.wave-pulse-2::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse.wave-pulse-2::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse.wave-pulse-2::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse.wave-pulse-2::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse.wave-pulse-2::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse.wave-pulse-2::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse.wave-pulse-2::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse.wave-pulse-2::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse.wave-pulse-2::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse.wave-pulse-2::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse.wave-pulse-2::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse.wave-pulse-2::before {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse.wave-pulse-3::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse.wave-pulse-3::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse.wave-pulse-3::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse.wave-pulse-3::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse.wave-pulse-3::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse.wave-pulse-3::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse.wave-pulse-3::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse.wave-pulse-3::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse.wave-pulse-3::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse.wave-pulse-3::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse.wave-pulse-3::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse.wave-pulse-3::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse.wave-pulse-3::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse.wave-pulse-3::before {
  -webkit-animation-delay: 3.75s;
  animation-delay: 3.75s
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse.wave-pulse-4::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse.wave-pulse-4::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse.wave-pulse-4::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse.wave-pulse-4::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse.wave-pulse-4::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse.wave-pulse-4::after,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse.wave-pulse-4::after {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s
}

.service-one.style-1 .section-wrapper .service-thumb .shape .flag-wtrapper .wave-pulse.wave-pulse-4::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-1 .flag-wtrapper .wave-pulse.wave-pulse-4::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-2 .flag-wtrapper .wave-pulse.wave-pulse-4::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-3 .flag-wtrapper .wave-pulse.wave-pulse-4::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-4 .flag-wtrapper .wave-pulse.wave-pulse-4::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-5 .flag-wtrapper .wave-pulse.wave-pulse-4::before,
.service-one.style-1 .section-wrapper .service-thumb .shape-6 .flag-wtrapper .wave-pulse.wave-pulse-4::before {
  -webkit-animation-delay: 5.25s;
  animation-delay: 5.25s
}

.service-one.style-1 .section-wrapper .service-thumb .shape {
  top: 20%;
  left: 12%
}

@media(max-width:575px) {
  .service-one.style-1 .section-wrapper .service-thumb .shape {
    left: 0
  }
}

.service-one.style-1 .section-wrapper .service-thumb .shape-1 {
  bottom: 20%;
  left: 25%
}

.service-one.style-1 .section-wrapper .service-thumb .shape-2 {
  top: 40%;
  left: 40%
}

@media(max-width:575px) {
  .service-one.style-1 .section-wrapper .service-thumb .shape-2 {
    display: none
  }
}

.service-one.style-1 .section-wrapper .service-thumb .shape-3 {
  top: 20%;
  right: 35%
}

@media(max-width:575px) {
  .service-one.style-1 .section-wrapper .service-thumb .shape-3 {
    top: 33%
  }
}

.service-one.style-1 .section-wrapper .service-thumb .shape-4 {
  top: 10%;
  right: 15%
}

@media(min-width:1200px) {
  .service-one.style-1 .section-wrapper .service-thumb .shape-4 {
    right: -5%
  }
}

.service-one.style-1 .section-wrapper .service-thumb .shape-5 {
  top: 40%;
  right: 20%
}

@media(max-width:575px) {
  .service-one.style-1 .section-wrapper .service-thumb .shape-5 {
    display: none
  }
}

@media(min-width:1200px) {
  .service-one.style-1 .section-wrapper .service-thumb .shape-5 {
    right: 0
  }
}

.service-one.style-1 .section-wrapper .service-thumb .shape-6 {
  bottom: 10%;
  right: 10%
}

@media(min-width:1200px) {
  .service-one.style-1 .section-wrapper .service-thumb .shape-6 {
    right: -10%
  }
}

.service-one.style-2 .section-wrapper {
  border-bottom: 0
}

.service-one.style-2 .section-wrapper .post-heading {
  margin-bottom: 30px
}

.service-one.style-2 .section-wrapper a.custom-btn {
  margin-top: 0
}

.service-one.style-3 .section-wrapper {
  padding-bottom: 0
}

@media(max-width:991px) {
  .service-one.style-3 .section-wrapper {
    padding-bottom: 80px
  }
}

@media(max-width:1199px) {
  .service-one.style-3 .section-wrapper .service-thumb {
    display: block
  }
}

.service-one.style-3 .section-wrapper .service-thumb img {
  float: right
}

.service-one.style-3 .section-wrapper .service-thumb .shape,
.service-one.style-3 .section-wrapper .service-thumb .shape-1,
.service-one.style-3 .section-wrapper .service-thumb .shape-2,
.service-one.style-3 .section-wrapper .service-thumb .shape-3,
.service-one.style-3 .section-wrapper .service-thumb .shape-4,
.service-one.style-3 .section-wrapper .service-thumb .shape-5,
.service-one.style-3 .section-wrapper .service-thumb .shape-6 {
  transition: all .5s ease-in-out
}

@media(min-width:1200px) {
  .service-one.style-3 .section-wrapper .service-thumb .shape {
    left: -10%;
    top: 5%
  }
}

@media(min-width:1200px) {
  .service-one.style-3 .section-wrapper .service-thumb .shape-1 {
    left: -5%
  }
}

@media(min-width:1200px) {
  .service-one.style-3 .section-wrapper .service-thumb .shape-2 {
    left: 25%
  }
}

@media(min-width:1200px) {
  .service-one.style-3 .section-wrapper .service-thumb .shape-3 {
    right: 50%
  }
}

@media(min-width:1200px) {
  .service-one.style-3 .section-wrapper .service-thumb .shape-4 {
    right: 25%
  }
}

@media(min-width:1200px) {
  .service-one.style-3 .section-wrapper .service-thumb .shape-5 {
    right: 30%
  }
}

@media(min-width:1200px) {
  .service-one.style-3 .section-wrapper .service-thumb .shape-6 {
    right: 15%
  }
}

.service-one.style-3 .section-wrapper .post-heading span {
  color: #5261eb
}

.service-two {
  padding: 60px 0;
  overflow: hidden
}

@media(min-width:576px) {
  .service-two {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .service-two {
    padding: 120px 0
  }
}

.service-two.style-1 {
  padding: 60px 0;
  padding-top: 0
}

@media(min-width:576px) {
  .service-two.style-1 {
    padding: 120px 0;
    padding-top: 0
  }
}

.service-two.style-1 .post-heading span {
  font-weight: 700;
  color: #ff9200
}

.service-two.style-1 ul.client-service {
  margin: 0;
  margin-top: 70px;
  justify-content: center;
  align-items: center
}

@media(min-width:576px) {
  .service-two.style-1 ul.client-service {
    justify-content: flex-start
  }
}

.service-two.style-1 ul.client-service li {
  padding: 10px;
  list-style: none;
  text-align: center
}

@media(min-width:576px) {
  .service-two.style-1 ul.client-service li {
    padding: 0 20px;
    border-left: 1px solid #eaeaff
  }

  .service-two.style-1 ul.client-service li:first-child {
    padding-left: 0;
    border-left: none
  }
}

@media(max-width:575px) {
  .service-two.style-1 ul.client-service li {
    width: 100%;
    padding: 15px;
    text-align: center
  }
}

.service-two.style-1 ul.client-service li .counter-content {
  display: inline-block
}

.service-two.style-1 ul.client-service li .counter-content span {
  color: #000;
  font-size: 36px;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block
}

.service-two.style-1 ul.client-service li .counter-content p {
  margin: 0;
  line-height: .5
}

.style-two .service-thumb {
  position: relative;
  width: 100%;
  height: 100%
}

@media(max-width:991px) {
  .style-two .service-thumb {
    display: none
  }
}

.style-two .service-thumb img {
  width: 100%;
  animation-name: zoomIn;
  animation-delay: .1s;
  animation-duration: 1s
}

@media(min-width:1200px) {
  .style-two .service-thumb img {
    max-width: none;
    float: right
  }
}

.style-two .service-thumb .top-thumb,
.style-two .service-thumb .bottom-thumb {
  position: absolute;
  left: 0
}

.style-two .service-thumb .top-thumb {
  top: -20px;
  left: -15%;
  animation-name: fadeInDown;
  animation-delay: .1s;
  animation-duration: 2s
}

.style-two .service-thumb .bottom-thumb {
  top: 80px;
  left: -20%;
  animation-name: fadeInUp;
  animation-delay: .1s;
  animation-duration: 2s
}

.style-two .post-heading {
  max-width: 500px;
  margin-bottom: 40px
}

@media(max-width:575px) {
  .style-two .post-heading {
    margin: auto;
    margin-bottom: 40px
  }
}

.style-two .post-heading h6 {
  margin: 0;
  color: #5146ae
}

.style-two .post-heading h3 {
  margin: 0;
  margin-left: 0;
  line-height: 32px;
  padding: 5px 0 15px
}

@media(min-width:576px) {
  .style-two .post-heading h3 {
    line-height: 45px
  }
}

.style-two .post-heading p {
  margin: 0
}

.style-two .col-md-12:last-child .post-content {
  margin-bottom: 0
}

.style-two .post-content {
  max-width: 100%;
  margin-bottom: 30px
}

@media(min-width:1200px) {
  .style-two .post-content {
    max-width: 370px;
    margin-bottom: 50px
  }
}

.style-two .post-content:hover .post-thumb img {
  transform: scale3d(1.1, 1.1, 1.1)
}

.style-two .post-content:hover .post-text h5 a {
  color: #5146ae
}

.style-two a.custom-btn {
  margin-top: 55px
}

.landing-video-area {
  position: relative;
  overflow: hidden
}

.landing-video-area::before {
  top: auto;
  left: 0;
  bottom: -100px;
  height: 300px;
  width: 100%;
  z-index: -1;
  background-image: url(../../assets/images/videos/video_bg.png)
}

@media(min-width:576px) {
  .landing-video-area::before {
    height: 400px
  }
}

.landing-video-area .video-thumb {
  position: relative;
  margin-bottom: 60px;
  animation-name: fadeInUp;
  animation-delay: .1s;
  animation-duration: 1s
}

@media(min-width:576px) {
  .landing-video-area .video-thumb {
    margin-bottom: 80px
  }
}

@media(min-width:1200px) {
  .landing-video-area .video-thumb {
    margin-bottom: 100px
  }
}

.landing-video-area .video-thumb .thumb-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.landing-video-area .video-thumb .thumb-inner a {
  display: inline-block;
  text-decoration: none
}

.landing-video-area .video-thumb .thumb-inner a.video-icon {
  position: relative;
  padding: 20px
}

.landing-video-area .video-thumb .thumb-inner a.video-icon:hover i {
  transform: rotate(360deg)
}

.landing-video-area .video-thumb .thumb-inner a i {
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 72px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: #5146ae;
  transition: all .5s ease-in-out
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: -1
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse {
  height: 1px;
  width: 1px;
  margin: 0 auto;
  border: 0
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse::after,
.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse::before {
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 0 solid #fff;
  -webkit-animation: stm_zoom_big 5.25s linear 5.25s infinite;
  animation: stm_zoom_big 5.25s linear 5.25s infinite
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse::before {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse.wave-pulse-2::after {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse.wave-pulse-2::before {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse.wave-pulse-3::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse.wave-pulse-3::before {
  -webkit-animation-delay: 3.75s;
  animation-delay: 3.75s
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse.wave-pulse-4::after {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s
}

.landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse.wave-pulse-4::before {
  -webkit-animation-delay: 5.25s;
  animation-delay: 5.25s
}

.portfolio-slide-area {
  position: relative;
  padding: 60px 0;
  background: #fff
}

@media(min-width:576px) {
  .portfolio-slide-area {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .portfolio-slide-area {
    padding: 120px 0
  }
}

.portfolio-slide-area .portfolio-wrapper {
  position: relative;
  padding-bottom: 75px
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container {
  overflow: hidden
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content {
  margin: 5px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content:hover {
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
  transform: translateY(-5px)
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content:hover .portfolio-thumb img {
  transform: scale3d(1.1, 1.1, 1.1)
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content:hover .portfolio-text h5 {
  color: #7560eb
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content .portfolio-thumb {
  overflow: hidden
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content .portfolio-thumb img {
  width: 100%;
  transition: all .5s ease-in-out
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content .portfolio-text {
  padding: 20px 10px
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content .portfolio-text h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s ease-in-out
}

@media(max-width:767px) {
  .portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content .portfolio-text h5 {
    font-size: 16px
  }
}

@media(max-width:575px) {
  .portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content .portfolio-text h5 {
    font-size: 18px
  }
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-wrapper .swiper-slide .portfolio-content .portfolio-text p {
  margin: 0
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-pagination {
  z-index: 1;
  bottom: -5px
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #5146ae !important
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #5146ae;
  opacity: 1
}

.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-container-horizontal>.swiper-pagination-bullets,
.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-pagination-custom,
.portfolio-slide-area .portfolio-wrapper .portfolio-container .swiper-pagination-fraction {
  bottom: 0 !important
}

.pricing-area {
  padding: 60px 0;
  overflow: hidden;
  background-image: url(../../assets/images/pricing/price_bg.png)
}

@media(min-width:576px) {
  .pricing-area {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .pricing-area {
    padding: 120px 0
  }
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item {
  animation-name: fadeInUp;
  animation-delay: .1s;
  animation-duration: 1.5s;
  transition: all .3s ease-in
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item {
  animation-name: fadeInUp;
  animation-delay: .3s;
  animation-duration: 2s;
  transition: all .3s ease-in
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-thumb .price_t p {
  color: #5146ae
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-thumb .price_t.app_price p {
  color: #fff
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-list a.custom-btn {
  background: #5146ae;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7)
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item {
  animation-name: fadeInUp;
  animation-delay: .5s;
  animation-duration: 1.5s;
  transition: all .3s ease-in
}

@media(max-width:1199px) {
  .pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item {
    margin-bottom: 0
  }
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-thumb .price_t p {
  color: orange
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-thumb .price_t.app_price p {
  color: #fff
}

.pricing-area .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-list a.custom-btn {
  background: orange;
  box-shadow: 0 5px 10px rgba(252, 185, 63, 0.7)
}

.pricing-area .pricing-wrapper .price-item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

@media(max-width:1199px) {
  .pricing-area .pricing-wrapper .price-item {
    margin-bottom: 30px
  }
}

.pricing-area .pricing-wrapper .price-item:hover {
  transform: translateY(5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1)
}

.pricing-area .pricing-wrapper .price-item .price-list a.custom-btn {
  padding: 8px 31px;
  background: hotpink;
  box-shadow: 0 5px 10px rgba(249, 134, 189, 0.7)
}

.pricing-area.style-1 {
  background: #fff
}

.pricing-area.style-1 .section-heading span {
  color: #f84d4c
}

.pricing-area.style-1 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item .price-thumb .price_t p {
  color: #5146ae
}

.pricing-area.style-1 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item .price-list a.custom-btn {
  background: #5146ae;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7)
}

.pricing-area.style-1 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-thumb .price_t p {
  color: #f84d4c
}

.pricing-area.style-1 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-list a.custom-btn {
  background: linear-gradient(to right, #f84d4c, #f13a88);
  box-shadow: 0 5px 10px rgba(255, 139, 174, 0.7)
}

.pricing-area.style-1 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-thumb .price_t p {
  color: #5ce1b9
}

.pricing-area.style-1 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-list a.custom-btn {
  background: #5ce1b9;
  box-shadow: 0 5px 10px rgba(92, 255, 185, 0.7)
}

.pricing-area.style-1 .pricing-wrapper .price-item.price-style {
  padding: 30px
}

.pricing-area.style-1 .pricing-wrapper .price-item .price-thumb .price_t {
  position: static;
  transform: none
}

.pricing-area.style-2 {
  background-image: url(../../assets/images/pricing/price_bg.png)
}

.pricing-area.style-2 .section-heading span {
  color: #5261eb
}

.pricing-area.style-2 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item .price-thumb .price_t p {
  color: #f986bd
}

.pricing-area.style-2 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item .price-list a.custom-btn {
  background: #f986bd;
  box-shadow: 0 5px 10px rgba(249, 134, 189, 0.55)
}

.pricing-area.style-2 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-thumb .price_t p {
  color: #5146ae
}

.pricing-area.style-2 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-list a.custom-btn {
  background: #5261eb;
  box-shadow: 0 5px 10px rgba(82, 97, 235, 0.7)
}

.pricing-area.style-2 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-thumb .price_t p {
  color: #fcb93f
}

.pricing-area.style-2 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-list a.custom-btn {
  background: #fcb93f;
  box-shadow: 0 5px 10px rgba(252, 158, 63, 0.55)
}

.pricing-area.style-2 .pricing-wrapper .price-item .price-thumb img {
  padding-bottom: 15px
}

.pricing-area.style-2 .pricing-wrapper .price-item .price-thumb .price_t h3 {
  line-height: 1
}

.pricing-area.style-2 .pricing-wrapper .price-item .price-thumb .price_t p {
  padding-bottom: 0
}

.pricing-area.style-3 {
  padding: 0;
  padding-top: 60px;
  background: #fff
}

@media(min-width:576px) {
  .pricing-area.style-3 {
    padding-top: 80px
  }
}

@media(min-width:1200px) {
  .pricing-area.style-3 {
    padding-top: 120px
  }
}

.pricing-area.style-3 .section-heading span {
  color: #ff7c43
}

.pricing-area.style-3 .pricing-wrapper {
  padding-bottom: 60px;
  border-bottom: 1px solid #ece9ff
}

@media(min-width:576px) {
  .pricing-area.style-3 .pricing-wrapper {
    padding-bottom: 80px
  }
}

@media(min-width:1200px) {
  .pricing-area.style-3 .pricing-wrapper {
    padding-bottom: 120px
  }
}

.pricing-area.style-3 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item .price-list a.custom-btn {
  background: #7560eb;
  box-shadow: 0 5px 10px rgba(118, 97, 237, 0.7)
}

.pricing-area.style-3 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-list a.custom-btn {
  background: #ff7c43;
  box-shadow: 0 7px 10px rgba(255, 124, 67, 0.4)
}

.pricing-area.style-3 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-list a.custom-btn {
  background: #25a6e4;
  box-shadow: 0 5px 10px rgba(37, 166, 228, 0.7)
}

.pricing-area.style-3 .pricing-wrapper .price-item .price-thumb {
  padding-bottom: 30px
}

.pricing-area.style-3 .pricing-wrapper .price-item .price-thumb span {
  line-height: 50px
}

.pricing-area.style-3 .pricing-wrapper .price-item .price-thumb .price_t h3 {
  font-size: 24px;
  line-height: 1.5
}

.pricing-area.style-3 .pricing-wrapper .price-item .price-list a.custom-btn span {
  font-weight: bold
}

.pricing-area.style-4 .section-heading span {
  color: #ff9200
}

.pricing-area.style-4 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-thumb .price_t p {
  color: #ff9200
}

.pricing-area.style-4 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-thumb .price_t.app_price p {
  color: #fff
}

.pricing-area.style-4 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-list a.custom-btn {
  background: #ff9200;
  box-shadow: 0 5px 10px rgba(252, 185, 63, 0.7)
}

.pricing-area.style-4 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-thumb .price_t p {
  color: #70e5c2
}

.pricing-area.style-4 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-thumb .price_t.app_price p {
  color: #fff
}

.pricing-area.style-4 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-list a.custom-btn {
  background: #70e5c2;
  box-shadow: 0 5px 10px rgba(112, 229, 194, 0.7)
}

.pricing-area.style-5 {
  background: #fff
}

.pricing-area.style-5 .section-heading span {
  color: #7560eb
}

.pricing-area.style-5 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item .price-thumb .price_t p {
  color: #5146ae
}

.pricing-area.style-5 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(1) .price-item .price-list a.custom-btn {
  background: #5146ae;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7)
}

.pricing-area.style-5 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-thumb .price_t p {
  color: #7560eb
}

.pricing-area.style-5 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(2) .price-item .price-list a.custom-btn {
  background: #7560eb;
  box-shadow: 0 5px 10px rgba(119, 97, 238, 0.4)
}

.pricing-area.style-5 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-thumb .price_t p {
  color: #5ce1b9
}

.pricing-area.style-5 .pricing-wrapper .col-xl-4.col-md-6.col-12:nth-child(3) .price-item .price-list a.custom-btn {
  background: #5ce1b9;
  box-shadow: 0 5px 10px rgba(92, 255, 185, 0.7)
}

.pricing-area.style-5 .pricing-wrapper .price-item {
  padding: 50px !important
}

@media(min-width:576px) {
  .pricing-area.style-5 .pricing-wrapper .price-item .price-thumb .price_t p span {
    font-size: 70px;
    line-height: 1
  }
}

.price-categorises {
  padding-bottom: 60px
}

@media(min-width:576px) {
  .price-categorises {
    padding-bottom: 80px
  }
}

@media(min-width:1200px) {
  .price-categorises {
    padding-bottom: 120px
  }
}

.price-categorises .categorises-tabale {
  width: 90%
}

@media(min-width:576px) {
  .price-categorises .categorises-tabale {
    margin: auto
  }
}

@media(max-width:767px) {
  .price-categorises .categorises-tabale {
    overflow-x: scroll;
    width: 100%
  }
}

.price-categorises .categorises-tabale table {
  border-collapse: collapse;
  width: 100%
}

@media(max-width:767px) {
  .price-categorises .categorises-tabale table {
    width: 600px;
    margin: auto
  }
}

.price-categorises .categorises-tabale table tbody tr {
  text-align: center;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec
}

.price-categorises .categorises-tabale table tbody tr td {
  padding: 1em;
  border: 1px solid #ececec;
  border-right: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", sans-serif
}

.price-categorises .categorises-tabale table tbody tr td strong {
  color: #000
}

.price-categorises .categorises-tabale table tbody tr td i.fas {
  color: #ff4e4c
}

.price-categorises .categorises-tabale table tbody tr td i.far {
  color: #7560eb
}

.price-categorises .categorises-tabale table tbody tr td a {
  font-weight: 700;
  color: #7560eb;
  text-decoration: none
}

.newsletter-area {
  padding: 60px 0;
  background: #f6f9ff
}

@media(min-width:576px) {
  .newsletter-area {
    padding: 80px 0
  }
}

.newsletter-area .news-heading {
  margin-top: -12px
}

.newsletter-area .news-heading span {
  font-size: 36px;
  margin: 0;
  display: inline-block
}

@media(max-width:991px) {
  .newsletter-area .news-heading span {
    font-size: 30px
  }
}

@media(max-width:575px) {
  .newsletter-area .news-heading span {
    font-size: 24px;
    line-height: 28px
  }
}

.newsletter-area .news-heading h2 {
  margin: 0;
  padding-bottom: 30px
}

@media(min-width:576px) {
  .newsletter-area .news-heading h2 {
    padding-bottom: 45px
  }
}

.newsletter-area .newsletter-content {
  max-width: 670px;
  margin: auto
}

.newsletter-area .newsletter-content form {
  position: relative
}

.newsletter-area .newsletter-content form input.news-input {
  width: 100%;
  margin: 0;
  padding: 28px 20px;
  padding-left: 30px;
  border-radius: 50px;
  box-shadow: 0 5px 5px rgba(218, 221, 225, 0.8)
}

@media(min-width:576px) {
  .newsletter-area .newsletter-content form input.news-input {
    padding-right: 45px
  }
}

.newsletter-area .newsletter-content form input::placeholder {
  font-size: 15px;
  color: #696969
}

.newsletter-area .newsletter-content form button.button {
  padding: 13px 25px;
  font-size: 16px;
  text-transform: capitalize;
  outline: 0;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

@media(min-width:576px) {
  .newsletter-area .newsletter-content form button.button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
  }
}

@media(max-width:575px) {
  .newsletter-area .newsletter-content form button.button {
    display: flex;
    padding: 20px 45px;
    margin: 20px auto 0
  }
}

.newsletter-area.style-1 {
  padding: 60px 0;
  padding-bottom: 0 !important;
  background: #fff
}

@media(min-width:576px) {
  .newsletter-area.style-1 {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .newsletter-area.style-1 {
    padding: 120px 0
  }
}

.newsletter-area.style-1 .newsletter-content {
  padding: 45px 80px;
  border-radius: 5px;
  max-width: 900px;
  background: #5261eb
}

@media(max-width:991px) {
  .newsletter-area.style-1 .newsletter-content {
    padding: 30px
  }
}

@media(max-width:575px) {
  .newsletter-area.style-1 .newsletter-content {
    padding: 40px 20px
  }
}

.newsletter-area.style-1 .newsletter-content form input.news-input {
  padding: 15px 30px;
  box-shadow: none
}

@media(min-width:576px) {
  .newsletter-area.style-1 .newsletter-content form input.news-input {
    padding: 22px 30px
  }
}

.newsletter-area.style-1 .newsletter-content form button.button {
  padding: 16px 30px;
  font-size: 16px;
  right: 10px;
  color: #716c80;
  background: #5261eb
}

@media(max-width:575px) {
  .newsletter-area.style-1 .newsletter-content form button.button {
    padding: 16px 50px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 7px 10px rgba(255, 255, 255, 0.4)
  }
}

@media(min-width:576px) {
  .newsletter-area.style-1 .newsletter-content form button.button {
    width: auto;
    color: #fff
  }
}

.newsletter-area.style-1 .newsletter-content form button.button:hover {
  background: #095ab8;
  color: #fff
}

.newsletter-area.style-1 .newsletter-content ul.newslink {
  margin: 0;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}

@media(max-width:575px) {
  .newsletter-area.style-1 .newsletter-content ul.newslink {
    justify-content: flex-start
  }
}

@media(min-width:576px) {
  .newsletter-area.style-1 .newsletter-content ul.newslink {
    margin-top: 40px
  }
}

.newsletter-area.style-1 .newsletter-content ul.newslink li {
  padding: 0;
  list-style: none
}

@media(max-width:575px) {
  .newsletter-area.style-1 .newsletter-content ul.newslink li {
    width: 100%;
    text-align: center;
    padding: 5px 0
  }
}

.newsletter-area.style-1 .newsletter-content ul.newslink li span {
  font-size: 15px;
  color: #fff
}

@media(min-width:576px) {
  .newsletter-area.style-1 .newsletter-content ul.newslink li span {
    font-size: 20px
  }
}

.testimonil-area {
  padding: 60px 0;
  padding-bottom: 0
}

@media(min-width:576px) {
  .testimonil-area {
    padding: 80px 0;
    padding-bottom: 0
  }
}

@media(min-width:1200px) {
  .testimonil-area {
    padding: 120px 0;
    padding-bottom: 0
  }
}

.testimonil-area .section-wrapper {
  width: 100%;
  padding-bottom: 60px;
  align-items: center;
  border-bottom: 1px solid #ece9ff
}

@media(max-width:991px) {
  .testimonil-area .section-wrapper {
    display: block
  }
}

@media(min-width:576px) {
  .testimonil-area .section-wrapper {
    padding-bottom: 80px
  }
}

@media(min-width:1200px) {
  .testimonil-area .section-wrapper {
    padding-bottom: 120px
  }
}

.testimonil-area .section-wrapper .test-content {
  width: 50%
}

@media(max-width:991px) {
  .testimonil-area .section-wrapper .test-content {
    width: 100%;
    margin-bottom: 30px
  }
}

.testimonil-area .section-wrapper .test-content .content-inner {
  margin-bottom: 15px
}

@media(min-width:768px) {
  .testimonil-area .section-wrapper .test-content .content-inner {
    max-width: 411px;
    margin: auto
  }
}

.testimonil-area .section-wrapper .test-content .content-inner span {
  font-weight: 700;
  color: #5146ae
}

.testimonil-area .section-wrapper .test-content .content-inner h3 {
  margin: 0;
  line-height: 30px
}

@media(min-width:992px) {
  .testimonil-area .section-wrapper .test-content .content-inner h3 {
    font-size: 30px;
    line-height: 36px;
    max-width: 500px;
    margin-right: auto
  }
}

.testimonil-area .section-wrapper .test-content .content-inner p {
  margin: 0;
  padding-top: 15px
}

@media(min-width:768px) {
  .testimonil-area .section-wrapper .test-content .content-inner p {
    max-width: 411px;
    margin-right: auto
  }
}

.testimonil-area .section-wrapper .test-wrapper {
  width: 50%;
  position: relative;
  background-image: url(../../assets/images/testimonial/testimonial_bg.png);
  background-repeat: no-repeat;
  background-position: center
}

@media(max-width:1199px) {
  .testimonil-area .section-wrapper .test-wrapper {
    background-image: none
  }
}

@media(max-width:991px) {
  .testimonil-area .section-wrapper .test-wrapper {
    width: 100%
  }
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider {
  overflow: hidden;
  max-width: 520px;
  padding-bottom: 70px;
  margin: auto
}

@media(max-width:767px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider {
    padding-top: 25px;
    max-width: 100%
  }
}

@media(min-width:992px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider {
    max-width: 380px
  }
}

@media(min-width:1200px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider {
    padding: 120px 0
  }
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item {
  width: 330px;
  margin: auto
}

@media(max-width:991px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item {
    width: 411px
  }
}

@media(max-width:767px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item {
    width: 488px
  }
}

@media(max-width:575px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item {
    width: 340px
  }
}

@media(max-width:320px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item {
    width: 310px
  }
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .item-inner {
  width: 100%;
  align-items: center
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .item-inner .test-thumb {
  width: 90px
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .item-inner .test-thumb img {
  width: 80px
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .item-inner .test-text {
  width: calc(100% - 90px)
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .item-inner .test-text h6 {
  font-size: 18px;
  font-weight: 500
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .item-inner .test-text p {
  margin: 0
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .swiper-wrapper .swiper-slide .test-item .test-decs p {
  margin: 0;
  padding-top: 15px
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span {
  display: inline-block;
  background-size: cover;
  height: 50px;
  width: 50px;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  background-size: cover;
  background: url(../../assets/images/testimonial/01.png) no-repeat center center
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(1) {
  left: 28%;
  bottom: 0;
  transform: translateX(-50%)
}

@media(max-width:767px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(1) {
    left: 20%
  }
}

@media(max-width:375px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(1) {
    left: 20%
  }
}

@media(min-width:1200px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(1) {
    top: 10px;
    left: 50%
  }
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(2) {
  top: auto;
  left: 35%;
  bottom: -25px;
  transform: translateY(-50%);
  background-size: cover;
  background-image: url(../../assets/images/testimonial/05.png)
}

@media(max-width:767px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(2) {
    left: 28%
  }
}

@media(max-width:375px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(2) {
    left: 35%
  }
}

@media(min-width:1200px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(2) {
    left: -20px;
    top: 50%
  }
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
  top: auto;
  bottom: -25px;
  left: 40%;
  transform: translateY(-50%);
  background-size: cover;
  background-image: url(../../assets/images/testimonial/03.png)
}

@media(max-width:425px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    left: 43%
  }
}

@media(max-width:375px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    left: 58%
  }
}

@media(min-width:768px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    left: 45%
  }
}

@media(min-width:992px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    left: 48%
  }
}

@media(min-width:1200px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    right: -15px;
    top: 50%;
    left: auto
  }
}

.testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
  bottom: 0;
  left: 56%;
  transform: translateX(-50%);
  background-size: cover;
  background-image: url(../../assets/images/testimonial/04.png)
}

@media(max-width:425px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
    left: 65%
  }
}

@media(max-width:375px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
    left: 72%
  }
}

@media(max-width:320px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
    left: 74%
  }
}

@media(min-width:576px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
    left: 58%
  }
}

@media(min-width:768px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
    left: 61%
  }
}

@media(min-width:992px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
    left: 65%
  }
}

@media(min-width:1200px) {
  .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
    left: 50%
  }
}

.testimonil-area.style-1 {
  padding: 60px 0;
  background: #f7fafe
}

@media(min-width:576px) {
  .testimonil-area.style-1 {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .testimonil-area.style-1 {
    padding: 120px 0
  }
}

.testimonil-area.style-1 .section-wrapper {
  padding: 0;
  border-bottom: 0
}

.testimonil-area.style-1 .section-wrapper .test-content .content-inner {
  max-width: 375px;
  margin-right: auto
}

.testimonil-area.style-1 .section-wrapper .test-content .content-inner span {
  font-weight: 700;
  color: #f84d4c
}

.testimonil-area.style-1 .section-wrapper .test-content .content-inner p {
  padding-top: 8px
}

.testimonil-area.style-1 .section-wrapper .test-wrapper {
  background-image: none
}

@media(min-width:1200px) {
  .testimonil-area.style-1 .section-wrapper .test-wrapper {
    background-image: url(../../assets/images/testimonial/testimonial_bg_1.png)
  }
}

@media(max-width:575px) {
  .testimonil-area.style-1 .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(1) {
    left: 17%
  }
}

@media(max-width:375px) {
  .testimonil-area.style-1 .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(2) {
    left: 28%
  }
}

@media(max-width:375px) {
  .testimonil-area.style-1 .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    left: 47%
  }
}

@media(min-width:768px) {
  .testimonil-area.style-1 .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    left: 47%
  }
}

@media(min-width:1200px) {
  .testimonil-area.style-1 .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3) {
    right: -30px;
    left: auto
  }
}

.testimonil-area.style-2 .section-wrapper {
  border-bottom: 0
}

.blog {
  padding: 0;
  overflow: hidden
}

@media(min-width:992px) {
  .blog {
    padding: 120px 0;
    padding-bottom: 0
  }
}

.blog .section-heading {
  max-width: 500px
}

.blog .section-heading span {
  font-weight: 700;
  color: #5261eb
}

.blog .section-warpper .col-lg-4.col-md-6.col-12:nth-child(1) .blog-post {
  animation-delay: .1s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

.blog .section-warpper .col-lg-4.col-md-6.col-12:nth-child(2) .blog-post {
  animation-delay: .3s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

.blog .section-warpper .col-lg-4.col-md-6.col-12:nth-child(3) .blog-post {
  margin-bottom: 0;
  animation-delay: .5s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

@media(max-width:991px) {
  .blog .section-warpper .blog-post {
    margin-bottom: 30px
  }
}

.blog .section-warpper .blog-post:hover .post-thumb {
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1)
}

.blog .section-warpper .blog-post:hover .post-text a h4 {
  color: #5261eb
}

.blog .section-warpper .blog-post:hover .post-text a.blog-btn span {
  color: #5261eb
}

.blog .section-warpper .blog-post .post-thumb {
  position: relative;
  text-align: center;
  padding: 15px;
  border-radius: 2px;
  background: #fff;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08)
}

.blog .section-warpper .blog-post .post-thumb img {
  max-width: 100%
}

.blog .section-warpper .blog-post .post-thumb .post-date {
  top: 10px;
  left: 10px;
  height: 53px;
  width: 66px;
  line-height: 10px;
  text-align: center;
  background: #f6f9ff;
  border-radius: 3px
}

.blog .section-warpper .blog-post .post-thumb .post-date span {
  color: #000
}

.blog .section-warpper .blog-post .post-thumb .post-date h6 {
  margin: 0;
  line-height: 33px
}

.blog .section-warpper .blog-post .post-text {
  padding: 30px 0 0
}

.blog .section-warpper .blog-post .post-text a {
  text-decoration: none
}

.blog .section-warpper .blog-post .post-text a span {
  color: #000;
  display: inline-block;
  transition: all .3s ease-in-out
}

.blog .section-warpper .blog-post .post-text a span:hover {
  color: #5261eb
}

.blog .section-warpper .blog-post .post-text a h4 {
  margin: 0;
  padding: 10px 0 5px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 30px
}

@media(max-width:575px) {
  .blog .section-warpper .blog-post .post-text a h4 {
    font-size: 18px;
    line-height: 26px
  }
}

.blog .section-warpper .blog-post .post-text p {
  margin: 0;
  margin-top: 10px
}

.blog .section-warpper .blog-post .post-text a.blog-btn {
  padding-top: 15px;
  text-decoration: none;
  display: inline-block
}

.blog .section-warpper .blog-post .post-text a.blog-btn span {
  font-weight: 500;
  display: inline-block;
  transition: all .3s ease-in-out
}

.blog .section-warpper .blog-post .post-text a.blog-btn span i {
  padding-left: 5px
}

.blog.style-1 {
  padding: 60px 0;
  background-position: center;
  background-image: url(../../assets/images/blog/01.jpg)
}

@media(min-width:576px) {
  .blog.style-1 {
    padding: 80px 0;
    background-size: cover
  }
}

@media(min-width:1200px) {
  .blog.style-1 {
    padding: 120px 0
  }
}

.blog.style-1 .section-heading span {
  color: #ff9200
}

.blog.style-1 .section-warpper {
  margin-bottom: -10px
}

.blog.style-1 .section-warpper .blog-post:hover .post-text a h4 {
  color: #ff9200
}

.blog.style-1 .section-warpper .blog-post:hover .post-text a.blog-btn span {
  color: #ff9200
}

.blog.style-1 .section-warpper .blog-post .post-text a span:hover {
  color: #ff9200
}

.our-team {
  padding: 60px 0;
  overflow: hidden
}

@media(min-width:576px) {
  .our-team {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .our-team {
    padding: 120px 0
  }
}

.our-team .section-heading span {
  color: #ff9200
}

.our-team .section-wrapper .col-xl-3.col-12:nth-child(1) .team-content {
  animation-delay: .1s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

.our-team .section-wrapper .col-xl-3.col-12:nth-child(2) .team-content {
  animation-delay: .3s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

.our-team .section-wrapper .col-xl-3.col-12:nth-child(3) .team-content {
  animation-delay: .5s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

@media(max-width:575px) {
  .our-team .section-wrapper .col-xl-3.col-12:nth-child(3) .team-content {
    margin-bottom: 30px
  }
}

@media(min-width:992px) {
  .our-team .section-wrapper .col-xl-3.col-12:nth-child(3) .team-content {
    margin-bottom: 0
  }
}

.our-team .section-wrapper .col-xl-3.col-12:nth-child(4) .team-content {
  animation-delay: .7s;
  animation-duration: 1s;
  animation-name: fadeInUp
}

.our-team .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(4) .team-content {
  margin-bottom: 0
}

.our-team .section-wrapper .team-content {
  padding: 40px 30px;
  background: #fff;
  transition: all .5s ease-in-out;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08)
}

@media(max-width:1199px) {
  .our-team .section-wrapper .team-content {
    margin-bottom: 30px
  }
}

.our-team .section-wrapper .team-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1)
}

.our-team .section-wrapper .team-content:hover .team-thumb img {
  transform: scale(1.1)
}

.our-team .section-wrapper .team-content:hover .team-thumb::after {
  transform: scale(1)
}

.our-team .section-wrapper .team-content:hover .team-text h4 {
  color: #ff9200
}

.our-team .section-wrapper .team-content .team-thumb {
  height: 210px;
  width: 210px;
  margin: auto;
  border-radius: 100%;
  position: relative;
  overflow: hidden
}

.our-team .section-wrapper .team-content .team-thumb::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inherit;
  transform: scale(0);
  opacity: .70;
  transition: all .3s ease-in-out;
  background: linear-gradient(to right, #671fa7, #ff9200)
}

.our-team .section-wrapper .team-content .team-thumb img {
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out
}

.our-team .section-wrapper .team-content .team-text h4 {
  margin: 0;
  padding-top: 20px;
  transition: all .3s ease-in-out
}

@media(min-width:576px) {
  .our-team .section-wrapper .team-content .team-text h4 {
    font-size: 20px
  }
}

.our-team .section-wrapper .team-content .team-text p {
  margin: 0;
  padding-bottom: 10px;
  color: #716c80
}

.our-team .section-wrapper .team-content .team-text ul.tema-icon {
  margin: 0;
  justify-content: center;
  align-items: baseline
}

.our-team .section-wrapper .team-content .team-text ul.tema-icon li {
  padding: 0 10px;
  list-style: none
}

.our-team .section-wrapper .team-content .team-text ul.tema-icon li:nth-child(1) a i {
  color: #55acee
}

.our-team .section-wrapper .team-content .team-text ul.tema-icon li:nth-child(2) a i {
  color: #007bb5
}

.our-team .section-wrapper .team-content .team-text ul.tema-icon li:nth-child(3) a i {
  color: #e4405f
}

.our-team .section-wrapper .team-content .team-text ul.tema-icon li:nth-child(4) a i {
  color: #2fb7df
}

.our-team .section-wrapper .team-content .team-text ul.tema-icon li:nth-child(5) a i {
  color: #007bb5
}

.our-team.style-1 .section-heading span {
  color: #7560eb
}

@media(max-width:991px) {
  .our-team.style-1 .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(3) .team-content {
    margin-bottom: 30px
  }
}

@media(max-width:991px) {
  .our-team.style-1 .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(4) .team-content {
    margin-bottom: 30px
  }
}

@media(max-width:575px) {
  .our-team.style-1 .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(8) .team-content {
    margin-bottom: 0
  }
}

@media(min-width:1200px) {

  .our-team.style-1 .section-wrapper .col-xl-3.col-lg-4.col-md-6.col-12:nth-child(5) .team-content,
  .our-team.style-1 .section-wrapper:nth-child(6) .team-content,
  .our-team.style-1 .section-wrapper:nth-child(7) .team-content,
  .our-team.style-1 .section-wrapper:nth-child(8) .team-content {
    margin-top: 30px
  }
}

.our-team.style-1 .section-wrapper .team-content:hover .team-text h4 {
  color: #7560eb
}

.our-team.style-1 .section-wrapper .team-content .team-thumb::after {
  background: linear-gradient(to right, #5146ae, #7560eb)
}

.sponsor-section {
  padding: 60px 0
}

@media(min-width:1200px) {
  .sponsor-section {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .sponsor-section {
    padding: 120px 0
  }
}

.sponsor-section .sponsor-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center
}

.sponsor-section .sponsor-wrapper .sponsor-container {
  position: relative;
  overflow: hidden
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner {
  height: 60px;
  width: 100px;
  margin: 0 auto
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo:hover span.before-image img,
.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo:hover span.after-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo:hover span.before-image {
  top: -50%
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo:hover span.after-image {
  top: 50%
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo span {
  display: inline-block
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo span.before-image,
.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo span.after-image {
  left: 50%;
  width: 85%;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo span.before-image img,
.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo span.after-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo span.before-image {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.sponsor-section .sponsor-wrapper .sponsor-container .swiper-wrapper .swiper-slide .sponsor-thumb .thumb-inner a.sponsor-logo span.after-image {
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

footer .footer-position {
  width: 100%;
  padding: 30px 0;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../../assets/images/footer/footer_bg.jpg)
}

@media(min-width:576px) {
  footer .footer-position {
    padding: 9px 0;
    /* padding-bottom: 30px; */
  }
}

@media(min-width:1200px) {
  footer .footer-position {
    /* padding: 120px 0 */
    padding: 9px 0;
    /* padding-bottom: 30px; */
  }
}

@media(min-width:1400px) {
  footer .footer-position {
    /* padding: 150px 0 */
    padding: 9px 0;
    /* padding-bottom: 30px; */
  }
}

@media(max-width:991px) {
  footer .footer-position .footer-media {
    margin-bottom: 30px
  }
}

footer .footer-position .footer-media a {
  align-items: center
}

footer .footer-position .footer-media a h4 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  margin-left: 10px
}

footer .footer-position .footer-media a h4 span {
  color: #fff;
  font-weight: 700
}

footer .footer-position .footer-media p {
  margin: 0;
  color: #fff;
  padding: 25px 0 20px
}

footer .footer-position .footer-media ul.footer-social {
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  align-items: center
}

footer .footer-position .footer-media ul.footer-social li {
  padding: 0;
  list-style: none
}

footer .footer-position .footer-media ul.footer-social li:nth-child(1) a {
  background: #3b5998
}

footer .footer-position .footer-media ul.footer-social li:nth-child(2) a {
  background: #55acee
}

footer .footer-position .footer-media ul.footer-social li:nth-child(3) a {
  background: #e4405f
}

footer .footer-position .footer-media ul.footer-social li:nth-child(4) a {
  background: #007bb5
}

footer .footer-position .footer-media ul.footer-social a {
  margin-right: 10px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  display: inline-block
}

footer .footer-position .footer-media ul.footer-social a:hover i {
  transform: rotate(360deg)
}

footer .footer-position .footer-media ul.footer-social a i {
  color: #fff;
  transition: all .3s ease-in-out
}

@media(max-width:991px) {
  footer .footer-position .footer-contact {
    margin-bottom: 30px
  }
}

footer .footer-position .footer-contact h4 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  padding-bottom: 15px
}

@media(min-width:576px) {
  footer .footer-position .footer-contact h4 {
    padding-bottom: 35px
  }
}

footer .footer-position .footer-contact ul {
  padding: 0;
  margin: 0;
  color: #fff
}

footer .footer-position .footer-contact ul li {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  display: flex
}

footer .footer-position .footer-contact ul li i {
  margin-top: 5px
}

footer .footer-position .footer-contact ul li span {
  margin-left: 10px
}

footer .footer-position .link-us {
  max-width: 120px;
  margin: auto
}

@media(max-width:991px) {
  footer .footer-position .link-us {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0
  }
}

footer .footer-position .link-us h4 {
  margin: 0;
  color: #fff;
  font-weight: normal;
  padding-bottom: 10px
}

@media(min-width:576px) {
  footer .footer-position .link-us h4 {
    padding-bottom: 30px
  }
}

footer .footer-position .link-us ul {
  padding: 0;
  margin: 0
}

footer .footer-position .link-us ul li {
  list-style: none
}

footer .footer-position .link-us ul li a:hover::before {
  width: 100%;
  left: 0;
  right: auto
}

footer .footer-position .link-us ul a {
  color: #fff;
  position: relative;
  padding: 5px 0
}

footer .footer-position .link-us ul a::before {
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

footer .footer-position .footer-news h4 {
  margin: 0;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 15px
}

@media(min-width:576px) {
  footer .footer-position .footer-news h4 {
    padding-bottom: 40px
  }
}

footer .footer-position .footer-news form input.email {
  border-radius: 50px;
  width: 100%;
  padding: 13px 15px 13px 25px;
  margin-bottom: 15px
}

footer .footer-position .footer-news form button.button {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  outline: 0;
  text-transform: capitalize
}

footer .footer-position.style-one {
  background: #f6f9ff
}

footer .footer-position.style-one .footer-media a h4 {
  color: #ff7c43
}

footer .footer-position.style-one .footer-media a h4 span {
  color: #ff7c43
}

footer .footer-position.style-one .footer-media p {
  color: #716c80
}

footer .footer-position.style-one .footer-contact h4 {
  color: #000
}

footer .footer-position.style-one .footer-contact ul {
  color: #716c80
}

footer .footer-position.style-one .link-us h4 {
  color: #000
}

footer .footer-position.style-one .link-us ul a {
  color: #716c80
}

footer .footer-position.style-one .link-us ul a::before {
  background: #716c80
}

footer .footer-position.style-one .footer-news h4 {
  color: #000
}

footer .footer-position.style-one .footer-news form input.email {
  border-radius: 0
}

footer .footer-position.style-one .footer-news form button.button {
  border-radius: 0;
  background: #ff7c43;
  box-shadow: 0 7px 10px rgba(255, 124, 67, 0.4)
}

footer .footer-position.style-2 {
  background-image: url(../../assets/images/footer/footer_bg_1.jpg)
}

footer .footer-position.style-2 .footer-media {
  max-width: 325px;
  margin-right: auto
}

footer .footer-position.style-2 .footer-media p {
  color: #716c80
}

footer .footer-position.style-2 .footer-contact h4 {
  color: #000
}

footer .footer-position.style-2 .footer-contact ul li {
  color: #716c80
}

footer .footer-position.style-2 .footer-news h4 {
  color: #000
}

footer .footer-position.style-2 .footer-news form input.email {
  border-radius: 0
}

footer .footer-position.style-2 .footer-news form button.button {
  border-radius: 0;
  background: linear-gradient(to right, #f84d4c, #f13a88);
  box-shadow: 0 7px 10px rgba(255, 124, 67, 0.4)
}

footer .footer-position.style-3 {
  background: linear-gradient(to right, #095ab8, #16064f)
}

footer .footer-position.style-3 .footer-news form input.email {
  border-radius: 0
}

footer .footer-position.style-3 .footer-news form button.button {
  border-radius: 0;
  background: #5261eb;
  box-shadow: 0 5px 10px rgba(82, 97, 235, 0.7)
}

footer .footer-position.style-4 {
  background-image: url(../../assets/images/footer/footer_bg_2.jpg);
  background-position: top;
}

footer .footer-position.style-4 .footer-news form input.email {
  border-radius: 0
}

footer .footer-position.style-4 .footer-news form button.button {
  border-radius: 0;
  background: #ff9200;
  box-shadow: 0 5px 10px rgba(255, 146, 0, 0.23)
}

footer .footer-position.style-5 {
  background-image: url(../../assets/images/footer/footer_bg_1.jpg);
  /* background-position: top; */
}

footer .footer-position.style-5 .footer-media p {
  color: #716c80
}

footer .footer-position.style-5 .footer-contact h4 {
  color: #000
}

footer .footer-position.style-5 .footer-contact ul {
  color: #716c80
}

footer .footer-position.style-5 .link-us h4 {
  color: #000
}

footer .footer-position.style-5 .link-us ul a {
  color: #716c80
}

footer .footer-position.style-5 .link-us ul a::before {
  background: #716c80
}

footer .footer-position.style-5 .footer-news h4 {
  color: #000
}

footer .footer-position.style-5 .footer-news form input.email {
  border-radius: 0
}

footer .footer-position.style-5 .footer-news form button.button {
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7)
}

.footer-bottom .copy-right {
  padding: 30px 0
}

.footer-bottom .copy-right p {
  margin: 0;
  color: #000;
  font-size: 15px
}

.footer-bottom .copy-right p a {
  font-weight: 700;
  color: #5146ae;
  text-decoration: none;
  position: relative
}

.footer-bottom .copy-right p a:hover::before {
  width: 100%;
  left: 0;
  right: auto
}

.footer-bottom .copy-right p a::before {
  width: 0;
  height: 2px;
  background: #5146ae;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.footer-bottom.style-one .copy-right p a {
  color: #ff7c43
}

.footer-bottom.style-one .copy-right p a::before {
  background: #ff7c43
}

.footer-bottom.style-two .copy-right p a {
  /* color: #8f337b */
  color: #e1e1e1;
}

.footer-bottom.style-two .copy-right p a::before {
  /* background: #8f337b */
  background-color: #e1e1e1;
}

.footer-bottom.style-three .copy-right p a {
  color: #f13a88
}

.footer-bottom.style-three .copy-right p a::before {
  background: linear-gradient(to right, #f84d4c, #f13a88)
}

.scroll-top {
  position: relative
}

.scroll-top .scrollToTop {
  position: fixed;
  z-index: 20;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 1rem;
  bottom: 1.5rem;
  opacity: 0;
  text-align: center;
  transition: all .4s;
  transform: translateX(130%);
  background: #5146ae;
  cursor: pointer;
  border-radius: 15px 0 15px 0;
  box-shadow: 0 5px 38px 0 rgba(0, 0, 0, 0.1)
}

.scroll-top .scrollToTop:hover span i {
  animation: scroll_up_anim 1.5s infinite
}

@keyframes scroll_up_anim {
  0% {
    transform: translateY(-3px)
  }

  50% {
    transform: translateY(3px)
  }

  100% {
    transform: translateY(-3px)
  }
}

.scroll-top .scrollToTop.active {
  opacity: 1;
  transform: translateY(-100%)
}

@media(min-width:576px) {
  .scroll-top .scrollToTop.active {
    transform: translateY(0%)
  }
}

.scroll-top .scrollToTop span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px
}

.scroll-top.style-2 .scrollToTop {
  background: #ff7c43
}

.scroll-top.style-3 .scrollToTop {
  background: #5261eb
}

.scroll-top.style-4 .scrollToTop {
  background: linear-gradient(to right, #f84d4c, #f13a88)
}

.scroll-top.style-5 .scrollToTop {
  background: #5261eb
}

.service {
  overflow: hidden;
  padding: 60px 0;
  padding-bottom: 0 !important
}

@media(min-width:576px) {
  .service {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .service {
    padding: 120px 0
  }
}

.service .section-padding {
  padding-bottom: 60px;
  border-bottom: 1px solid #ece9ff
}

@media(min-width:576px) {
  .service .section-padding {
    padding-bottom: 80px
  }
}

@media(min-width:1200px) {
  .service .section-padding {
    padding-bottom: 120px
  }
}

.service .section-padding .service-thumb {
  height: 500px
}

@media(max-width:991px) {
  .service .section-padding .service-thumb {
    display: none
  }
}

.service .section-padding .service-thumb img {
  height: 100%;
  max-width: none;
  float: right
}

@media(max-width:1199px) {
  .service .section-padding .service-thumb img {
    width: 100%
  }
}

.service .section-padding .post-heading {
  max-width: 100%;
  margin-bottom: 30px
}

@media(min-width:1200px) {
  .service .section-padding .post-heading {
    max-width: 400px
  }
}

.service .section-padding .post-heading span {
  font-weight: 700;
  color: #ff7c43
}

.service .section-padding .post-heading h3 {
  margin: 0;
  line-height: 32px
}

@media(min-width:768px) {
  .service .section-padding .post-heading h3 {
    line-height: 45px
  }
}

.service .section-padding .post-content {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 40px
}

@media(min-width:1200px) {
  .service .section-padding .post-content {
    max-width: 390px
  }
}

.service .section-padding .post-content:hover .post-thumb img {
  transform: scale3d(1.1, 1.1, 1.1)
}

.service .section-padding .post-content:hover .post-text h5 a {
  color: #ff7c43
}

.service .section-padding .post-content .post-text h5 {
  margin: 0;
  transition: all .5s ease-in-out
}

.service .section-padding .col-md-12:last-child .post-content {
  margin-bottom: 0
}

.app-serviece {
  padding: 60px 0;
  overflow: hidden
}

@media(min-width:576px) {
  .app-serviece {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .app-serviece {
    padding: 120px 0
  }
}

.app-serviece .section-wrapper .post-content span {
  font-weight: 700;
  color: #ff7c43
}

.app-serviece .section-wrapper .post-content h3 {
  margin: 0;
  line-height: 30px;
  padding: 8px 0 17px
}

@media(min-width:768px) {
  .app-serviece .section-wrapper .post-content h3 {
    line-height: 45px
  }
}

.app-serviece .section-wrapper .post-content p {
  margin: 0
}

.app-serviece .section-wrapper .post-content a.custom-btn {
  padding: 13px 33.33px;
  background: #ff7c43;
  box-shadow: 0 7px 10px rgba(255, 124, 67, 0.4)
}

.app-serviece .section-wrapper .post-content a.custom-btn span {
  color: #fff
}

.app-serviece .section-wrapper ul.counter-wrapper {
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 65px
}

@media(max-width:575px) {
  .app-serviece .section-wrapper ul.counter-wrapper {
    justify-content: center;
    margin: 0
  }
}

.app-serviece .section-wrapper ul.counter-wrapper li {
  list-style: none;
  padding: 0
}

@media(max-width:575px) {
  .app-serviece .section-wrapper ul.counter-wrapper li {
    margin: 7px
  }
}

.app-serviece .section-wrapper ul.counter-wrapper li:nth-child(2) .counter-content {
  background: #ff7c43;
  box-shadow: 0 5px 10px rgba(255, 124, 67, 0.7)
}

@media(max-width:425px) {
  .app-serviece .section-wrapper ul.counter-wrapper li:nth-child(3) {
    margin-bottom: 0
  }
}

.app-serviece .section-wrapper ul.counter-wrapper li:nth-child(3) .counter-content {
  background: #25a6e4;
  box-shadow: 0 5px 10px rgba(37, 166, 255, 0.65)
}

.app-serviece .section-wrapper ul.counter-wrapper li:last-child .counter-content {
  margin-right: 0
}

.app-serviece .section-wrapper ul.counter-wrapper li .counter-content {
  height: 130px;
  width: 130px;
  margin-right: 15px;
  padding: 10px 5px;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(to left, #5146ae, #7560eb);
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.7)
}

@media(max-width:575px) {
  .app-serviece .section-wrapper ul.counter-wrapper li .counter-content {
    margin: auto
  }
}

@media(min-width:992px) {
  .app-serviece .section-wrapper ul.counter-wrapper li .counter-content {
    margin-right: 20px
  }
}

.app-serviece .section-wrapper ul.counter-wrapper li .counter-content span,
.app-serviece .section-wrapper ul.counter-wrapper li .counter-content .counter {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0
}

.app-serviece .section-wrapper ul.counter-wrapper li .counter-content p {
  margin: 0;
  color: #fff
}

@media(max-width:991px) {
  .app-serviece .section-wrapper .post-thumb {
    display: none
  }
}

.app-serviece .section-wrapper .post-thumb .thumb-inner img {
  max-width: none;
  float: left
}

@media(max-width:991px) {
  .app-serviece .section-wrapper .thumbnail {
    display: none
  }
}

.app-serviece .section-wrapper .thumbnail .thumb-inner img {
  max-width: none;
  float: right
}

.app-serviece.style-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.app-serviece.style-1 .section-wrapper {
  border-bottom: 1px solid #ece9ff;
  padding-bottom: 60px
}

@media(min-width:576px) {
  .app-serviece.style-1 .section-wrapper {
    padding-bottom: 80px
  }
}

@media(min-width:1200px) {
  .app-serviece.style-1 .section-wrapper {
    padding-bottom: 120px
  }
}

.app-serviece.style-1 .section-wrapper .post-content {
  max-width: 500px;
  margin-right: auto
}

.clients-area {
  overflow: hidden;
  padding: 60px 0
}

@media(min-width:576px) {
  .clients-area {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .clients-area {
    padding: 120px 0
  }
}

.clients-area .section-wrapper .post-content {
  position: relative;
  max-width: 425px;
  display: inline-block;
  margin-right: auto
}

@media(max-width:1199px) {
  .clients-area .section-wrapper .post-content {
    height: 300px
  }
}

@media(max-width:575px) {
  .clients-area .section-wrapper .post-content {
    height: 330px
  }
}

.clients-area .section-wrapper .post-content .post-heading span {
  font-weight: 700;
  color: #ff7c43
}

.clients-area .section-wrapper .post-content .post-heading h3 {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  padding: 5px 0 30px
}

@media(max-width:575px) {
  .clients-area .section-wrapper .post-content .post-heading h3 {
    max-width: 310px
  }
}

@media(min-width:1200px) {
  .clients-area .section-wrapper .post-content .post-heading h3 {
    font-size: 36px;
    line-height: 45px;
    padding: 5px 0 50px
  }
}

.clients-area .section-wrapper .post-content .clients-container {
  overflow: hidden
}

.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content .content-inner {
  width: 100%;
  justify-content: flex-start;
  align-items: center
}

.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content .content-inner .client-thumb {
  width: 80px;
  height: 70px
}

.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content .content-inner .client-thumb img {
  width: 70px;
  height: 100%
}

.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content .content-inner .client-text {
  width: calc(100% - 80px)
}

.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content .content-inner .client-text h5 {
  margin-bottom: 3px
}

.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content .content-inner .client-text p {
  margin: 0
}

.clients-area .section-wrapper .post-content .clients-container .swiper-wrapper .swiper-slide .client-content p {
  margin: 0;
  margin-top: 20px
}

.clients-area .section-wrapper .post-content .clients-container .client-button-next,
.clients-area .section-wrapper .post-content .clients-container .client-button-prev {
  position: absolute;
  bottom: 0;
  cursor: pointer
}

@media(min-width:576px) {

  .clients-area .section-wrapper .post-content .clients-container .client-button-next,
  .clients-area .section-wrapper .post-content .clients-container .client-button-prev {
    bottom: -30px
  }
}

@media(min-width:1200px) {

  .clients-area .section-wrapper .post-content .clients-container .client-button-next,
  .clients-area .section-wrapper .post-content .clients-container .client-button-prev {
    bottom: -50px
  }
}

.clients-area .section-wrapper .post-content .clients-container .client-button-next.swiper-button-disabled,
.clients-area .section-wrapper .post-content .clients-container .client-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.clients-area .section-wrapper .post-content .clients-container .client-button-next {
  left: 0
}

.clients-area .section-wrapper .post-content .clients-container .client-button-next i {
  height: 40px;
  width: 40px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ff7c43
}

.clients-area .section-wrapper .post-content .clients-container .client-button-prev {
  right: 78%
}

.clients-area .section-wrapper .post-content .clients-container .client-button-prev i {
  height: 40px;
  width: 40px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #ff7c43
}

.clients-area .section-wrapper .post-thumb {
  display: none
}

@media(min-width:992px) {
  .clients-area .section-wrapper .post-thumb {
    display: block
  }
}

.clients-area .section-wrapper .post-thumb img {
  max-width: none;
  float: left
}

@media(max-width:1199px) {
  .clients-area .section-wrapper .post-thumb img {
    width: 100%
  }
}

.product-area {
  background-position: center;
  background-size: cover;
  background-image: url(../../assets/images/product/app_product_bg.jpg)
}

.product-area .section-wrapper {
  padding: 60px 0
}

@media(min-width:576px) {
  .product-area .section-wrapper {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .product-area .section-wrapper {
    padding: 120px 0
  }
}

.product-area .section-wrapper .post-thumb {
  position: relative
}

@media(max-width:991px) {
  .product-area .section-wrapper .post-thumb {
    display: none
  }
}

.product-area .section-wrapper .post-thumb .thumb-left {
  position: relative;
  z-index: 1;
  animation-name: fadeInLeft;
  animation-delay: .1s;
  animation-duration: 1s
}

.product-area .section-wrapper .post-thumb .thumb-right {
  position: absolute;
  top: 0;
  left: 33%;
  transform: rotate(10deg)
}

@media(max-width:575px) {
  .product-area .section-wrapper .post-thumb .thumb-right {
    display: none
  }
}

.product-area .section-wrapper .post-content h6 {
  margin: 0;
  color: #ff7c43;
  margin-bottom: 5px
}

.product-area .section-wrapper .post-content h3 {
  margin: 0;
  line-height: 45px;
  padding-bottom: 15px
}

@media(max-width:425px) {
  .product-area .section-wrapper .post-content h3 {
    font-size: 25px;
    line-height: 1.5
  }
}

.product-area .section-wrapper .post-content p {
  margin: 0
}

.product-area .section-wrapper .post-content ul.product-btn {
  margin: 0;
  margin-top: 40px;
  justify-content: flex-start;
  align-items: baseline
}

@media(max-width:575px) {
  .product-area .section-wrapper .post-content ul.product-btn {
    display: block
  }
}

.product-area .section-wrapper .post-content ul.product-btn li {
  list-style: none
}

@media(max-width:1199px) {
  .product-area .section-wrapper .post-content ul.product-btn li {
    margin-bottom: 20px
  }
}

.product-area .section-wrapper .post-content ul.product-btn li:last-child {
  margin-left: 20px
}

@media(max-width:1199px) {
  .product-area .section-wrapper .post-content ul.product-btn li:last-child {
    margin-bottom: 0
  }
}

@media(max-width:1199px) {
  .product-area .section-wrapper .post-content ul.product-btn li:last-child {
    margin-left: 0
  }
}

@media(max-width:991px) {
  .product-area .section-wrapper .post-content ul.product-btn li:last-child {
    margin-left: 20px
  }
}

@media(max-width:767px) {
  .product-area .section-wrapper .post-content ul.product-btn li:last-child {
    margin-left: 0
  }
}

.product-area .section-wrapper .post-content ul.product-btn li:last-child a.custom-btn {
  background: #fff;
  box-shadow: 0 12px 48px rgba(4, 60, 38, 0.2)
}

.product-area .section-wrapper .post-content ul.product-btn li:last-child a.custom-btn .btn-icon i {
  color: #349886
}

.product-area .section-wrapper .post-content ul.product-btn li:last-child a.custom-btn .btn-text p {
  color: #000
}

.product-area .section-wrapper .post-content ul.product-btn li:last-child a.custom-btn .btn-text h5 {
  color: #000
}

.product-area .section-wrapper .post-content ul.product-btn a.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 17px 46px;
  border-radius: 5px;
  background: #ff7c43;
  box-shadow: 0 7px 10px rgba(255, 124, 67, 0.4)
}

.product-area .section-wrapper .post-content ul.product-btn a.custom-btn .btn-icon {
  margin-right: 15px
}

.product-area .section-wrapper .post-content ul.product-btn a.custom-btn .btn-text p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400
}

.product-area .section-wrapper .post-content ul.product-btn a.custom-btn .btn-text h5 {
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700
}

@media(min-width:576px) {
  .product-area .section-wrapper .post-content ul.product-btn a.custom-btn .btn-text h5 {
    font-size: 26px
  }
}

.vpn-app-service {
  padding: 60px 0
}

@media(min-width:576px) {
  .vpn-app-service {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .vpn-app-service {
    padding: 120px 0
  }
}

@media(max-width:991px) {
  .vpn-app-service .post-thumb {
    display: none
  }
}

.vpn-app-service .post-text {
  max-width: 450px;
  margin-right: auto
}

@media(max-width:991px) {
  .vpn-app-service .post-text {
    max-width: 100%
  }
}

.vpn-app-service .post-text span {
  margin: 0;
  font-weight: bold;
  color: #f84d4c
}

.vpn-app-service .post-text h3 {
  margin: 0;
  padding: 8px 0 18px
}

@media(min-width:576px) {
  .vpn-app-service .post-text h3 {
    line-height: 45px
  }
}

.vpn-app-service .post-text p {
  margin: 0
}

.vpn-app-service .post-text a.custom-btn {
  margin-top: 0;
  background: linear-gradient(to right, #f84d4c, #f13a88);
  box-shadow: 0 5px 10px rgba(255, 139, 174, 0.7)
}

.vpn-app-service .post-text a.custom-btn span {
  color: #fff
}

.vpn-app-service .post-text ul.apps-icon {
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0
}

@media(max-width:375px) {
  .vpn-app-service .post-text ul.apps-icon {
    justify-content: center
  }
}

.vpn-app-service .post-text ul.apps-icon li {
  list-style: none;
  padding: 0;
  margin-right: 20px
}

@media(max-width:425px) {
  .vpn-app-service .post-text ul.apps-icon li {
    margin-bottom: 20px
  }
}

.vpn-app-service .post-text ul.apps-icon li:nth-child(1) a {
  background: #5146ae
}

.vpn-app-service .post-text ul.apps-icon li:nth-child(2) a {
  background: #f4703c
}

.vpn-app-service .post-text ul.apps-icon li:nth-child(3) a {
  background: #f6485c
}

.vpn-app-service .post-text ul.apps-icon li:nth-child(4) a {
  background: #f13a88
}

.vpn-app-service .post-text ul.apps-icon li:nth-child(5) {
  margin-right: 0
}

.vpn-app-service .post-text ul.apps-icon li:nth-child(5) a {
  background: #f84d4c
}

.vpn-app-service .post-text ul.apps-icon a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 80px;
  text-decoration: none
}

.vpn-app-service .post-text ul.apps-icon a i {
  font-size: 40px;
  color: #fff
}

.download-link {
  overflow: hidden;
  padding: 60px 0
}

@media(min-width:576px) {
  .download-link {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .download-link {
    padding: 120px 0
  }
}

.download-link .section-heading span {
  font-weight: bold;
  color: #f84d4c
}

.download-link .download-conent ul {
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: baseline
}

.download-link .download-conent ul li {
  padding: 0;
  margin: 10px;
  list-style: none
}

.download-link .download-conent ul a img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.download-link .download-conent ul a img:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 48px rgba(4, 60, 38, 0.2)
}

.offer-area {
  overflow: hidden;
  background: linear-gradient(to right, #095ab8, #16064f)
}

.offer-area .section-wrapper {
  padding: 60px 0
}

@media(min-width:576px) {
  .offer-area .section-wrapper {
    padding: 80px 0
  }
}

@media(min-width:992px) {
  .offer-area .section-wrapper {
    padding: 50px 0
  }
}

.offer-area .section-wrapper .offer-content {
  max-width: 575px;
  margin-right: auto
}

.offer-area .section-wrapper .offer-content span {
  font-weight: 700;
  color: #fff
}

.offer-area .section-wrapper .offer-content h3 {
  margin: 0;
  color: #fff;
  padding-bottom: 10px
}

@media(max-width:575px) {
  .offer-area .section-wrapper .offer-content h3 {
    font-size: 22px
  }
}

.offer-area .section-wrapper .offer-content p {
  margin: 0;
  color: #fff;
  max-width: 475px;
  margin-right: auto
}

.offer-area .section-wrapper .offer-content a.custom-btn {
  margin-top: 35px;
  background: #5261eb;
  box-shadow: 0 5px 10px rgba(82, 97, 235, 0.7)
}

@media(max-width:991px) {
  .offer-area .section-wrapper .offer-thumb {
    display: none
  }
}

.offer-area .section-wrapper .offer-thumb img {
  max-width: none;
  float: left;
  animation: pulsekey 2s infinite
}

@media(max-width:1199px) {
  .offer-area .section-wrapper .offer-thumb img {
    width: 100%
  }
}

.about-section {
  padding: 60px 0
}

@media(min-width:576px) {
  .about-section {
    padding: 80px
  }
}

@media(min-width:1200px) {
  .about-section {
    padding: 120px 0
  }
}

@media(max-width:991px) {
  .about-section .section-wrapper .about-thumb {
    display: none
  }
}

@media(min-width:1200px) {
  .about-section .section-wrapper .about-thumb {
    width: 600px;
    margin-left: -80px
  }
}

@media(min-width:1400px) {
  .about-section .section-wrapper .about-thumb {
    width: auto;
    margin-left: 0
  }
}

@media(min-width:1400px) {
  .about-section .section-wrapper .about-thumb img {
    max-width: none;
    float: right
  }
}

.about-section .section-wrapper .about-content {
  max-width: 440px;
  margin-right: auto
}

@media(max-width:991px) {
  .about-section .section-wrapper .about-content {
    max-width: 100%
  }
}

.about-section .section-wrapper .about-content .about-top h3 {
  margin: 0
}

.about-section .section-wrapper .about-content .about-top h5 {
  font-weight: normal;
  padding-bottom: 15px
}

@media(min-width:768px) {
  .about-section .section-wrapper .about-content .about-top h5 {
    font-size: 20px
  }
}

.about-section .section-wrapper .about-content .about-bottom p {
  margin: 0
}

.about-section .section-wrapper .about-content .about-bottom p.p_1 {
  padding-bottom: 16px
}

.about-section .section-wrapper .about-content .about-bottom a.custom-btn {
  margin-top: 50px;
  padding: 13px 33.33px
}

.about-section .section-wrapper .about-content .about-bottom a.custom-btn span {
  font-weight: bold
}

.contact-link {
  padding: 60px 0
}

@media(min-width:576px) {
  .contact-link {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .contact-link {
    padding: 120px 0
  }
}

.contact-link .section-wrapper .col-xl-4.col-lg-6.col-12:nth-child(1) .contact-item .left-item a {
  background: #25a6e4
}

.contact-link .section-wrapper .col-xl-4.col-lg-6.col-12:nth-child(2) .contact-item .left-item a {
  background: #ff7c43
}

.contact-link .section-wrapper .col-xl-4.col-lg-6.col-12:nth-child(3) .contact-item .left-item a {
  background: #5ce1b9
}

@media(max-width:991px) {
  .contact-link .section-wrapper .col-xl-4.col-lg-6.col-12:last-child .contact-item {
    margin-bottom: 0
  }
}

.contact-link .section-wrapper .contact-item {
  width: 100%;
  padding: 30px 25px;
  box-shadow: 0 5px 5px rgba(136, 136, 136, 0.3)
}

@media(max-width:1199px) {
  .contact-link .section-wrapper .contact-item {
    margin-bottom: 30px
  }
}

.contact-link .section-wrapper .contact-item .left-item {
  width: 72px
}

.contact-link .section-wrapper .contact-item .left-item a {
  height: 50px;
  width: 50px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  display: inline-block
}

.contact-link .section-wrapper .contact-item .left-item a i {
  font-size: 30px;
  color: #fff
}

.contact-link .section-wrapper .contact-item .right-item {
  width: calc(100% - 72px)
}

.contact-link .section-wrapper .contact-item .right-item p {
  margin: 0
}

.contact-location {
  padding-bottom: 60px
}

@media(min-width:576px) {
  .contact-location {
    padding-bottom: 80px
  }
}

@media(min-width:576px) {
  .contact-location {
    padding-bottom: 130px
  }
}

@media(max-width:991px) {
  .contact-location .location-map {
    margin-bottom: 15px
  }
}

.contact-location .location-map #map {
  height: 450px;
  width: 100%
}

.contact-location .location-map #map iframe {
  height: 100%;
  width: 100%
}

.contact-location .contact-form form.comment-form {
  justify-content: space-between;
  width: 100%;
  margin-top: 0
}

.contact-location .contact-form form.comment-form input[type="text"],
.contact-location .contact-form form.comment-form [type="email"] {
  padding: 10px 15px;
  border: 1px solid #ececec;
  background: #fff;
  width: 100%;
  margin-bottom: 15px
}

@media(min-width:576px) {

  .contact-location .contact-form form.comment-form input[type="text"],
  .contact-location .contact-form form.comment-form [type="email"] {
    width: calc(100% / 2 - 10px)
  }
}

@media(min-width:576px) {

  .contact-location .contact-form form.comment-form input[type="text"]:nth-child(3),
  .contact-location .contact-form form.comment-form [type="email"]:nth-child(3) {
    width: 100% !important;
    margin-right: 0
  }
}

.contact-location .contact-form form.comment-form textarea {
  background: #fff;
  border: 1px solid #ececec;
  width: 100%;
  padding: 10px 15px
}

.contact-location .contact-form form.comment-form button.contact-btn {
  width: 100%;
  margin-top: 15px;
  padding: 10px 15px;
  color: #fff;
  background: #7560eb;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(139, 117, 255, 0.36)
}

.contact-location .contact-form form.comment-form button.contact-btn span {
  font-weight: 500
}

.portfolio-area {
  padding: 60px 0
}

@media(min-width:576px) {
  .portfolio-area {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .portfolio-area {
    padding: 120px 0
  }
}

@media(min-width:576px) {
  .portfolio-area .portfolio-wrapper {
    margin: -15px 0
  }
}

.portfolio-area .portfolio-wrapper .portfolio-list {
  padding-bottom: 38px
}

.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu {
  margin: 0;
  justify-content: center;
  align-items: baseline
}

.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin: 5px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out
}

@media(min-width:576px) {
  .portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button {
    margin-right: 40px
  }
}

.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button:nth-child(6) {
  margin-right: 0
}

.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button:hover {
  color: #7560eb
}

.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button:hover::before {
  width: 100%;
  left: 0;
  right: auto
}

.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button::before {
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background: #7560eb;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.portfolio-area .portfolio-wrapper .portfolio-list ul.portfolio-menu li.button.is-checked {
  color: #7560eb;
  border-bottom: 1px solid #7560eb
}

.portfolio-area .portfolio-wrapper .grid .grid-item {
  width: 100%
}

@media(min-width:576px) {
  .portfolio-area .portfolio-wrapper .grid .grid-item {
    width: 50%
  }
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 7.5px 0
}

@media(min-width:576px) {
  .portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb {
    margin: 15px
  }
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb::before {
  z-index: 1;
  top: -50%;
  left: -50%;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(119, 97, 238, 0.84);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb img {
  width: 100%
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  z-index: 1
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content .img_popup {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 0 100% 100% 0;
  color: #000;
  background: #fff;
  transform: scale(0.9);
  opacity: 0;
  transition: all .3s ease-in
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content .img_popup:hover {
  background: #fff;
  color: #282835
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content .portfolio-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content .portfolio-description h5 {
  transform: translateY(25px);
  transition: all .4s linear;
  color: #fff
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content .portfolio-description .links {
  overflow: hidden
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content .portfolio-description .links a {
  transform: translateY(25px);
  color: #fff;
  transition: all .3s linear
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content .portfolio-description .links a:before {
  background: #fff
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content.h_content_two .img_popup {
  right: 30px;
  top: 30px
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content.h_content_two .portfolio-description {
  padding-left: 30px;
  padding-bottom: 30px
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb .hover_content.h_content_two .portfolio-description .links a {
  font-size: 14px
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb:hover::before {
  opacity: 1;
  height: 200%;
  width: 200%
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb:hover .hover_content {
  opacity: 1
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb:hover .hover_content .img_popup {
  opacity: 1;
  transform: scale(1)
}

.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb:hover .hover_content .portfolio-description h5,
.portfolio-area .portfolio-wrapper .grid .grid-item .portfolio-thumb:hover .hover_content .portfolio-description a {
  transform: translateY(0)
}

.portfolio-area.style-1 .portfolio-wrapper .grid .grid-item {
  width: 100%
}

@media(min-width:576px) {
  .portfolio-area.style-1 .portfolio-wrapper .grid .grid-item {
    width: 50%
  }
}

@media(min-width:992px) {
  .portfolio-area.style-1 .portfolio-wrapper .grid .grid-item {
    width: 33.33%
  }
}

.portfolio-area.style-2 .portfolio-wrapper .grid .grid-item {
  width: 100%
}

@media(min-width:576px) {
  .portfolio-area.style-2 .portfolio-wrapper .grid .grid-item {
    width: 50%
  }
}

@media(min-width:992px) {
  .portfolio-area.style-2 .portfolio-wrapper .grid .grid-item {
    width: 33.33%
  }
}

@media(min-width:1200px) {
  .portfolio-area.style-2 .portfolio-wrapper .grid .grid-item {
    width: 24.99%
  }
}

.portfolio-description .portfolio-title {
  overflow: hidden;
  display: inline-block
}

.portfolio-description h5 {
  margin-top: 22px;
  margin-bottom: 0;
  font-weight: 500;
  transition: color .2s linear;
  color: #282835
}

.portfolio-description h5:hover {
  color: #5146ae
}

.portfolio-description .links {
  overflow: hidden
}

.portfolio-description .links a {
  font-size: 15px;
  color: #677294;
  font-weight: 300;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  transition: color .01s linear
}

.portfolio-description .links a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  background: #5146ae;
  position: absolute;
  left: auto;
  right: 0;
  transition: width .3s linear
}

.portfolio-description .links a:hover {
  color: #5146ae
}

.portfolio-description .links a:hover:before {
  width: 100%;
  right: auto;
  left: 0
}

.blogs {
  padding: 60px 0
}

@media(min-width:576px) {
  .blogs {
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .blogs {
    padding: 120px 0
  }
}

.blogs .blog-wrapper .blog-post {
  padding-bottom: 60px
}

@media(min-width:992px) {
  .blogs .blog-wrapper .blog-post {
    padding-bottom: 110px
  }
}

.blogs .blog-wrapper .blog-post .blog-thumb {
  position: relative;
  overflow: hidden
}

.blogs .blog-wrapper .blog-post .blog-thumb a {
  display: block
}

.blogs .blog-wrapper .blog-post .blog-thumb a img {
  width: 100%;
  display: block
}

.blogs .blog-wrapper .blog-post .blog-thumb .date {
  top: 20px;
  left: 20px;
  height: 53px;
  width: 66px;
  line-height: 10px;
  text-align: center;
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.blogs .blog-wrapper .blog-post .blog-thumb .date h6 {
  margin-bottom: 3px
}

.blogs .blog-wrapper .blog-post .blog-text ul.post-date {
  margin: 0;
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center
}

.blogs .blog-wrapper .blog-post .blog-text ul.post-date li {
  padding: 0;
  list-style: none
}

.blogs .blog-wrapper .blog-post .blog-text ul.post-date li:nth-child(1) {
  margin-right: 20px
}

.blogs .blog-wrapper .blog-post .blog-text ul.post-date li span {
  font-size: 16px
}

.blogs .blog-wrapper .blog-post .blog-text a h3 {
  font-size: 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  font-weight: 500
}

@media(min-width:576px) {
  .blogs .blog-wrapper .blog-post .blog-text a h3 {
    font-size: 36px
  }
}

.blogs .blog-wrapper .blog-post .blog-text a:hover h3 {
  color: #7560eb
}

.blogs .blog-wrapper .blog-post .blog-text p {
  padding-bottom: 10px
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art {
  margin: 0;
  justify-content: space-between;
  align-items: center
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li {
  padding: 0;
  list-style: none
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li:nth-child(2) span {
  color: #716c80
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li:nth-child(2) span.hart {
  margin-left: 30px
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li:nth-child(2) span.hart i {
  color: #ff4169
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li:nth-child(2) span i {
  color: #7560eb
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li a:hover {
  color: #7560eb
}

.blogs .blog-wrapper .blog-post .blog-text ul.more-art li a i {
  margin: 5px 10px;
  transform: translateY(2px)
}

.blogs .blog-wrapper .blog-post:hover .blog-thumb img {
  transform: scale(1.03)
}

.blogs .blog-wrapper .post-dreciption {
  padding: 25px 30px;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27)
}

@media(min-width:992px) {
  .blogs .blog-wrapper .post-dreciption {
    margin-bottom: 120px
  }
}

.blogs .blog-wrapper .post-dreciption span {
  padding: 0 0 5px;
  display: inline-block
}

.blogs .blog-wrapper .post-dreciption p {
  text-align: center
}

.blogs .blog-wrapper .post-dreciption .des-auther {
  text-align: center
}

.blogs .blog-wrapper .post-dreciption .des-auther a {
  padding-top: 10px;
  font-style: italic;
  color: #1f202a;
  font-weight: 500;
  display: inline-block
}

.blogs .blog-wrapper .post-dreciption .des-auther a:hover {
  color: #7560eb
}

.blogs .blog-wrapper .widget-member {
  padding-bottom: 40px
}

@media(max-width:991px) {
  .blogs .blog-wrapper .widget-member {
    margin-top: 50px
  }
}

.blogs .blog-wrapper .widget-member .member-text a h5 {
  padding: 20px 0 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

@media(min-width:576px) {
  .blogs .blog-wrapper .widget-member .member-text a h5 {
    font-size: 20px
  }
}

.blogs .blog-wrapper .widget-member .member-text a:hover h5 {
  color: #7560eb
}

.blogs .blog-wrapper .widget-member .member-text p {
  margin: 0
}

.blogs .blog-wrapper .widget-member .member-text ul.team-icon {
  margin: 0;
  margin-top: 15px;
  justify-content: flex-start;
  align-items: center
}

.blogs .blog-wrapper .widget-member .member-text ul.team-icon li {
  padding: 0;
  list-style: none;
  margin-right: 20px
}

.blogs .blog-wrapper .widget-member .member-text ul.team-icon a {
  text-decoration: none;
  transition: all .3s ease-in-out
}

.blogs .blog-wrapper .widget-member .member-text ul.team-icon a:hover {
  color: #7560eb
}

.blogs .blog-wrapper .Post-Categories {
  padding-bottom: 40px
}

.blogs .blog-wrapper .Post-Categories h5 {
  margin: 0;
  margin-bottom: 20px;
  color: #7560eb
}

@media(min-width:576px) {
  .blogs .blog-wrapper .Post-Categories h5 {
    font-size: 20px
  }
}

.blogs .blog-wrapper .Post-Categories ul.categories {
  padding: 0;
  margin: 0
}

.blogs .blog-wrapper .Post-Categories ul.categories li {
  margin: 5px 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400
}

@media(max-width:1199px) {
  .blogs .blog-wrapper .Post-Categories ul.categories li {
    margin: 0
  }
}

.blogs .blog-wrapper .Post-Categories ul.categories li:last-child a {
  border-bottom: 0
}

.blogs .blog-wrapper .Post-Categories ul.categories li a {
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.blogs .blog-wrapper .Post-Categories ul.categories li a:hover {
  color: #5146ae
}

.blogs .blog-wrapper .Post-Categories ul.categories li a:hover p {
  transform: translateX(5px);
  color: #5146ae
}

.blogs .blog-wrapper .Post-Categories ul.categories li a p {
  color: #000;
  font-weight: 500;
  transition: all ease .5s;
  text-transform: capitalize;
  margin-bottom: 0
}

.blogs .blog-wrapper .Post-Categories ul.categories li a p i {
  padding-right: 5px
}

.blogs .blog-wrapper .recent-post {
  padding-bottom: 45px
}

.blogs .blog-wrapper .recent-post h5 {
  margin: 0;
  color: #7560eb
}

@media(min-width:576px) {
  .blogs .blog-wrapper .recent-post h5 {
    font-size: 20px
  }
}

.blogs .blog-wrapper .recent-post .content-inner {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0
}

.blogs .blog-wrapper .recent-post .content-inner:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.blogs .blog-wrapper .recent-post .content-inner .post-thumb {
  width: 85px
}

.blogs .blog-wrapper .recent-post .content-inner .post-text {
  width: calc(100% - 85px)
}

.blogs .blog-wrapper .recent-post .content-inner .post-text a {
  margin: 0;
  color: #000;
  font-weight: 500;
  display: block
}

.blogs .blog-wrapper .recent-post .content-inner .post-text a:hover {
  color: #7560eb
}

.blogs .blog-wrapper .widget-instagram {
  padding-bottom: 40px
}

.blogs .blog-wrapper .widget-instagram h5 {
  margin: 0;
  color: #7560eb
}

@media(min-width:576px) {
  .blogs .blog-wrapper .widget-instagram h5 {
    font-size: 20px
  }
}

.blogs .blog-wrapper .widget-instagram ul.instagram-thumb {
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px
}

.blogs .blog-wrapper .widget-instagram ul.instagram-thumb li {
  padding: 0;
  margin: 5px;
  list-style: none;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

@media(min-width:992px) {
  .blogs .blog-wrapper .widget-instagram ul.instagram-thumb li {
    margin: 3px
  }
}

@media(min-width:1200px) {
  .blogs .blog-wrapper .widget-instagram ul.instagram-thumb li {
    margin: 5px
  }
}

.blogs .blog-wrapper .widget-instagram ul.instagram-thumb li a {
  width: 100px
}

@media(min-width:992px) and (max-width:1199px) {
  .blogs .blog-wrapper .widget-instagram ul.instagram-thumb li a {
    width: 95px
  }
}

.blogs .blog-wrapper .widget-instagram ul.instagram-thumb li:hover::after {
  width: 100%;
  left: 0;
  right: auto
}

@media(min-width:992px) {

  .blogs .blog-wrapper .widget-instagram ul.instagram-thumb li:nth-child(1),
  .blogs .blog-wrapper .widget-instagram ul.instagram-thumb li:nth-child(3) {
    margin-left: 0
  }
}

.blogs .blog-wrapper .widget-instagram ul.instagram-thumb li::after {
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  opacity: .70;
  width: 0;
  background: linear-gradient(to right, #5146ae, #7560eb);
  transition: all .3s linear
}

.blogs .blog-wrapper .widget-tag h5 {
  margin: 0;
  padding-bottom: 20px;
  color: #7560eb
}

@media(min-width:576px) {
  .blogs .blog-wrapper .widget-tag h5 {
    font-size: 20px
  }
}

.blogs .blog-wrapper .widget-tag ul {
  margin: 0;
  justify-content: flex-start;
  align-items: baseline
}

.blogs .blog-wrapper .widget-tag ul li {
  padding: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  list-style: none
}

.blogs .blog-wrapper .widget-tag ul a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  background: #eaf1ff;
  transition: all .3s ease-in-out
}

.blogs .blog-wrapper .widget-tag ul a:hover {
  color: #fff;
  background: linear-gradient(to right, #5146ae, #7560eb)
}

.blogs .blog-wrapper .anuther-page ul.page-linkup {
  margin: 0;
  justify-content: center;
  align-items: center
}

.blogs .blog-wrapper .anuther-page ul.page-linkup li {
  padding: 0;
  margin: 5px;
  list-style: none
}

@media(max-width:575px) {
  .blogs .blog-wrapper .anuther-page ul.page-linkup li {
    margin: 3px
  }
}

.blogs .blog-wrapper .anuther-page ul.page-linkup li:nth-child(1) a {
  float: left;
  display: inline-block
}

@media(min-width:992px) {
  .blogs .blog-wrapper .anuther-page ul.page-linkup li:nth-child(1) a {
    margin-left: -160px
  }
}

.blogs .blog-wrapper .anuther-page ul.page-linkup li:nth-child(9) a {
  float: right;
  display: inline-block
}

@media(min-width:992px) {
  .blogs .blog-wrapper .anuther-page ul.page-linkup li:nth-child(9) a {
    margin-left: 160px
  }
}

.blogs .blog-wrapper .anuther-page ul.page-linkup li:nth-child(5) span {
  height: 34px;
  color: #000;
  font-weight: 500;
  display: inline-block
}

@media(max-width:575px) {

  .blogs .blog-wrapper .anuther-page ul.page-linkup li:nth-child(4),
  .blogs .blog-wrapper .anuther-page ul.page-linkup li:nth-child(6) {
    display: none
  }
}

.blogs .blog-wrapper .anuther-page ul.page-linkup a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-in-out
}

.blogs .blog-wrapper .anuther-page ul.page-linkup a:hover {
  color: #7560eb
}

.blogs .blog-wrapper .anuther-page ul.page-linkup a:hover span {
  color: #fff;
  background: #7560eb
}

.blogs .blog-wrapper .anuther-page ul.page-linkup a span {
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dee9ff;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: transition;
  -moz-transition: transition;
  transition: transition
}

.blogs.blog-single .blog-wrapper .blog-post {
  padding-bottom: 55px
}

.blogs.blog-single .blog-wrapper .blog-post h3 {
  margin: 0;
  padding: 25px 0 10px
}

.blogs.blog-single .blog-wrapper .blog-post ul.post-date {
  margin-top: 0;
  margin-bottom: 15px
}

.blogs.blog-single .blog-wrapper .blog-post p {
  margin: 0
}

.blogs.blog-single .blog-wrapper .blog-post p.text-1 {
  margin-bottom: 10px
}

.blogs.blog-single .blog-wrapper .blog-post .post-dreciption {
  margin-bottom: 0;
  margin: 30px 0 38px
}

.blogs.blog-single .blog-wrapper .blog-post .post-dreciption p {
  color: #7560eb;
  padding-bottom: 0
}

.blogs.blog-single .blog-wrapper .blog-post .post-dreciption h5 {
  text-align: center;
  font-style: italic
}

.blogs.blog-single .blog-wrapper .blog-post ul.more-art {
  padding-top: 15px
}

.blogs.blog-single .blog-wrapper .blog-post ul.more-art li span {
  font-size: 15px;
  font-weight: normal;
  color: #716c80
}

.blogs.blog-single .blog-wrapper .blog-post ul.more-art li span a {
  color: inherit;
  padding: 0 3px;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

.blogs.blog-single .blog-wrapper .blog-post ul.more-art li span a:hover {
  color: #7560eb
}

.blogs.blog-single .blog-wrapper .blog-post ul.more-art li:nth-child(2) span {
  font-weight: 700
}

.blogs.blog-single .blog-wrapper .blog-post ul.more-art li:nth-child(2) span i {
  color: #000;
  padding: 0 10px
}

.blogs.blog-single .blog-wrapper .personal-blog {
  margin-bottom: 40px;
  box-shadow: 0 7px 29px rgba(234, 233, 233, 0.43)
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content {
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px;
  width: 100%
}

@media(max-width:767px) {
  .blogs.blog-single .blog-wrapper .personal-blog .p-content {
    display: block
  }
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-thumb {
  float: left;
  width: 180px;
  padding-right: 30px
}

@media(max-width:1199px) {
  .blogs.blog-single .blog-wrapper .personal-blog .p-content .p-thumb {
    width: 150px
  }
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-thumb img {
  width: 100%
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text {
  width: calc(100% - 180px)
}

@media(max-width:767px) {
  .blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text {
    width: 100%
  }
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text a:hover h5 {
  color: #7560eb
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text a h5 {
  margin: 0;
  font-weight: 500;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease
}

@media(min-width:576px) {
  .blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text a h5 {
    font-size: 20px
  }
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
  padding: 5px 0;
  width: 100%
}

@media(max-width:1199px) {
  .blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text p {
    font-size: 14px
  }
}

@media(min-width:768px) {
  .blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text p {
    max-width: 490px;
    margin-right: auto
  }
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text ul {
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  align-items: center
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text ul li {
  padding-right: 20px;
  list-style: none
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text ul a {
  text-decoration: none;
  color: #1f202a
}

.blogs.blog-single .blog-wrapper .personal-blog .p-content .p-text ul a:hover {
  color: #7560eb
}

.blogs.blog-single .blog-wrapper .related-post:hover h5 {
  color: #7560eb
}

.blogs.blog-single .blog-wrapper .related-post h5 {
  margin: 0;
  padding-bottom: 15px;
  transition: all .3s ease-in-out
}

@media(min-width:576px) {
  .blogs.blog-single .blog-wrapper .related-post h5 {
    font-size: 20px
  }
}

.blogs.blog-single .blog-wrapper .related-post .post-thumb {
  justify-content: center;
  align-items: center
}

@media(min-width:992px) {
  .blogs.blog-single .blog-wrapper .related-post .post-thumb {
    justify-content: flex-start
  }
}

.blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item {
  width: 100%
}

@media(min-width:576px) {
  .blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item {
    width: calc(100% / 2)
  }
}

@media(min-width:992px) {
  .blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item {
    width: calc(100% / 3)
  }
}

.blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner {
  overflow: hidden
}

@media(min-width:576px) {
  .blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner {
    margin: 10px
  }
}

@media(min-width:1200px) {
  .blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner {
    width: 270px
  }
}

.blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner:hover .inner-text a h6 {
  color: #7560eb
}

.blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner img {
  width: 100%;
  transition: all .3s ease-in-out
}

.blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner .inner-text a {
  text-decoration: none
}

.blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner .inner-text a h6 {
  margin: 0;
  padding-top: 15px;
  transition: all .3s ease-in-out
}

@media(min-width:576px) {
  .blogs.blog-single .blog-wrapper .related-post .post-thumb .thumb-item .item-inner .inner-text a h6 {
    font-size: 18px
  }
}

.blogs.blog-single .blog-wrapper .blog-comment {
  margin-top: 15px
}

.blogs.blog-single .blog-wrapper .blog-comment:hover .comment-contents h5 {
  color: #7560eb
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents h5 {
  margin: 0;
  transition: all .3s ease-in-out
}

@media(min-width:576px) {
  .blogs.blog-single .blog-wrapper .blog-comment .comment-contents h5 {
    font-size: 20px
  }
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul {
  padding: 0;
  margin: 0
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list {
  list-style: none;
  padding: 25px 0 20px
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-image {
  float: left;
  margin-right: 20px;
  height: 70px;
  width: 70px;
  overflow: hidden
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-content {
  display: table
}

@media(max-width:375px) {
  .blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-content {
    display: block
  }
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-content h6 {
  margin: 0;
  padding-bottom: 5px
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-content h6 span {
  color: #989898;
  font-size: 14px;
  font-weight: normal
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-content p {
  margin: 0
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-content p span {
  float: right;
  padding: 5px 15px;
  margin-top: 8px;
  cursor: pointer;
  background: #eaf1ff;
  transition: all .3s ease-in-out
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list .c-content p span:hover {
  color: #fff;
  background: #7560eb
}

.blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list ul li {
  list-style: none;
  padding: 40px 0 0 50px
}

@media(max-width:575px) {
  .blogs.blog-single .blog-wrapper .blog-comment .comment-contents ul li.c-list ul li {
    padding-left: 0
  }
}

.blogs.blog-single .blog-wrapper .comment-respond {
  margin-top: 40px
}

.blogs.blog-single .blog-wrapper .comment-respond .add-comment h5 {
  margin: 0;
  color: #7560eb
}

@media(min-width:576px) {
  .blogs.blog-single .blog-wrapper .comment-respond .add-comment h5 {
    font-size: 20px
  }
}

.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form {
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap
}

.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form input[type="text"],
.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form [type="email"],
.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form [type="url"] {
  width: 100%;
  background: #f4f9fd;
  margin-bottom: 30px;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

@media(min-width:992px) {

  .blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form input[type="text"],
  .blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form [type="email"],
  .blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form [type="url"] {
    width: calc(100% / 3 - 15px)
  }
}

.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form input[type="text"]:nth-child(3),
.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form [type="email"]:nth-child(3),
.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form [type="url"]:nth-child(3) {
  margin-right: 0
}

.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form textarea {
  background: #f4f9fd;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.blogs.blog-single .blog-wrapper .comment-respond .add-comment form.comment-form button.btn {
  width: 100%;
  color: #fff;
  background: #7560eb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.faq-area {
  padding: 120px 0
}

.faq-area .faq-tab h5 {
  padding-bottom: 20px
}

@media(min-width:576px) {
  .faq-area .faq-tab h5 {
    font-size: 20px
  }
}

.faq-area .faq-tab ul.nav {
  margin: 0
}

.faq-area .faq-tab ul.nav li {
  padding: 0
}

.faq-tab {
  border: 1px solid #f4f4f9;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  padding: 50px 40px
}

.faq-tab .nav-tabs {
  border: 0;
  margin-bottom: 0;
  display: block
}

.faq-tab .nav-item {
  margin: 0
}

.faq-tab .nav-item:nth-child(6) .nav-link {
  margin-bottom: 0
}

.faq-tab .nav-item .nav-link {
  font: 400 16px/22px;
  color: #677294;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  margin-bottom: 15px
}

.faq-tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #5e2ced;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width .2s linear
}

.faq-tab .nav-item .nav-link.active {
  color: #5e2ced
}

.faq-tab .nav-item .nav-link.active:before {
  width: 100%
}

@media(max-width:991px) {
  .faq-content .tab-pane {
    margin-top: 40px
  }
}

.faq-content .tab-pane h5 {
  margin: 0;
  padding-bottom: 20px
}

@media(min-width:576px) {
  .faq-content .tab-pane h5 {
    font-size: 20px
  }
}

.faq-content .tab-pane.active h5 {
  color: #7560eb
}

.faq-content .tab-pane .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  background: #fdfeff;
  box-shadow: 0 3px 3px rgba(81, 70, 174, 0.15)
}

.faq-content .tab-pane .card:last-child {
  margin-bottom: 0
}

.faq-content .tab-pane .card .card-header {
  padding: 0;
  border: 0;
  background: transparent
}

.faq-content .tab-pane .card .card-header h5 {
  padding-bottom: 0
}

.faq-content .tab-pane .card .card-header .btn {
  color: #7560eb;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 500;
  padding: 20px 15px;
  padding-right: 40px;
  position: relative;
  white-space: normal
}

@media(min-width:576px) {
  .faq-content .tab-pane .card .card-header .btn {
    font-size: 20px;
    padding: 30px 35px
  }
}

.faq-content .tab-pane .card .card-header .btn i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size: 15px
}

@media(min-width:576px) {
  .faq-content .tab-pane .card .card-header .btn i {
    right: 0;
    font-size: 20px
  }
}

.faq-content .tab-pane .card .card-header .btn i+i {
  display: block
}

@media(min-width:576px) {
  .faq-content .tab-pane .card .card-header .btn i {
    right: 40px
  }
}

.faq-content .tab-pane .card .card-header .btn.collapsed {
  color: #000
}

.faq-content .tab-pane .card .card-header .btn.collapsed i {
  display: block
}

.faq-content .tab-pane .card .card-header .btn.collapsed i+i {
  display: none
}

.faq-content .tab-pane .card .card-header .btn.btn-link {
  text-decoration: none
}

.faq-content .tab-pane .card .card-body {
  padding: 0 15px 45px;
  color: #677294
}

@media(min-width:576px) {
  .faq-content .tab-pane .card .card-body {
    padding: 0 30px 45px
  }
}

.Not_page {
  background: #fff
}

.Not_page .images {
  text-align: center
}

.Not_page .text-content {
  margin-bottom: 30px
}

.Not_page .text-content h3 {
  font-size: 20px;
  font-weight: normal
}

@media(min-width:576px) {
  .Not_page .text-content h3 {
    font-size: 36px
  }
}

.Not_page .text-content a.custom-btn {
  margin-top: 20px
}

ul.countdown-list {
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-top: 50px
}

ul.countdown-list li {
  list-style: none;
  padding: 5px 10px;
  margin: 5px 15px;
  background: #7560eb;
  border-radius: 3px
}

@media(max-width:575px) {
  ul.countdown-list li {
    margin: 10px
  }
}

ul.countdown-list li strong {
  color: #fff;
  margin-right: 10px;
  font-size: 36px;
  font-weight: 500
}

ul.countdown-list li small {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize
}

.animate-bubble {
  display: none
}

@media(min-width:1200px) {
  .animate-bubble {
    display: block
  }
}

.animate-bubble .bubble {
  position: absolute;
  border-radius: 50%
}

.animate-bubble .bubble.a-one,
.animate-bubble .bubble.a-four {
  width: 10px;
  height: 10px
}

.animate-bubble .bubble.a-two,
.animate-bubble .bubble.a-five {
  width: 30px;
  height: 30px
}

.animate-bubble .bubble.a-three {
  width: 20px;
  height: 20px
}

.animate-bubble .bubble.a-six {
  width: 15px;
  height: 15px
}

.animate-bubble .bubble.a-one {
  background: #ff9200;
  top: 40%;
  left: 20px;
  transform: translateY(-50%);
  animation: spin2 2s infinite alternate
}

.animate-bubble .bubble.a-two {
  background: #fca249;
  top: 50%;
  left: 155px;
  transform: translateY(-50%);
  animation: spin1 2s infinite alternate
}

.animate-bubble .bubble.a-three {
  background: #5ce1b9;
  top: 50%;
  left: 50px;
  animation: spin1 1s infinite alternate
}

.animate-bubble .bubble.a-four {
  background: #5146ae;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  animation: spin1 2s infinite alternate
}

.animate-bubble .bubble.a-five {
  background: #ff9398;
  top: 50%;
  right: 155px;
  transform: translateY(-50%);
  animation: spin1 3s infinite alternate
}

.animate-bubble .bubble.a-six {
  background: #f89f0a;
  top: 70%;
  left: 45%;
  animation: spin2 2s infinite alternate
}

.animate-bubble .bubble.a-eight {
  top: 80%;
  left: 2%;
  animation: Yesin 2s infinite alternate
}

.animate-bubble .bubble.a-nine {
  top: 20%;
  left: 5%;
  animation: spin3 2s infinite alternate
}

.animate-bubble .bubble.a-ten {
  top: 20%;
  left: 50%;
  animation: Yesin 2s infinite alternate
}

.animate-bubble.style-1 .bubble.a-two {
  top: 50%;
  left: 155px
}

.animate-bubble.style-1 .bubble.a-three {
  top: 50%;
  left: 15%
}

.animate-bubble.style-1 .bubble.a-four {
  top: 10%;
  left: 50%;
  display: none
}

.animate-bubble.style-1 .bubble.a-five {
  top: 50%;
  right: 155px
}

.animate-bubble.style-1 .bubble.a-six {
  top: 70%;
  left: 45%
}

.animate-bubble.style-1 .bubble.a-eight {
  left: 8%
}

.animate-bubble.style-1 .bubble.a-nine {
  left: 10%
}

.animate-bubble.style-1 .bubble.a-ten {
  right: 10%;
  left: auto
}

.animate-bubble.style-2 .bubble.a-three {
  top: 62%;
  left: 3%
}

.animate-bubble.style-2 .bubble.a-six {
  top: 40%;
  left: auto;
  right: 2%
}

.animate-bubble.style-2 .bubble.a-nine {
  left: 5%
}

.animate-bubble.style-2 .bubble.a-eight {
  left: 2%
}

.animate-bubble.style-2 .bubble.a-ten {
  right: 22%;
  left: auto
}

.animate-bubble.style-2 .bubble.a-eleven {
  bottom: 10%;
  right: 10%;
  animation: Yesin 2s infinite alternate
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9)
  }

  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9)
  }

  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px)
  }
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
}

@keyframes farin {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(180deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes Yesin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg)
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2)
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2)
  }
}

@keyframes pulsekey {
  0% {
    transform: translateY(-3px)
  }

  50% {
    transform: translateY(3px)
  }

  100% {
    transform: translateY(-3px)
  }
}

@keyframes stm_zoom_big {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border: 2px solid #fff
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    border: 2px solid #fff
  }
}

@keyframes stm_zoom_big_1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border: 2px solid #000000b8
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    border: 2px solid #000000b8
  }
}

.kf {
  position: fixed;
  right: 9px;
  /* top: calc(50% - 160px); */
  top: calc(50% - 10%);
  z-index: 99;
}

.kf .boxs {
  width: 52px;
  background-color: #5179EB;
  box-shadow: 0 0 8px 0 rgba(31, 17, 0, 0.2);
  border-radius: 6px;
  box-sizing: border-box
}

.kf .boxs .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-sizing: border-box
}

.kf .boxs .item:nth-last-of-type(1)>a {
  border: 0
}

.kf .boxs .item>a {
  margin: 0 10px;
  padding: 13px 0
}

.kf .boxs .item:nth-last-of-type(1) {
  border-bottom: 0
}

.kf .boxs .item:hover {
  background-color: #5179EB
}

.kf .boxs .item p {
  line-height: 15px;
  font-size: 14px;
  color: #fff;
  margin-top: 9px
}

.kf .boxs .item:nth-of-type(1):hover p {
  color: #fff
}

.kf .boxs .item:nth-of-type(2):hover p {
  color: #fff
}

.kf .boxs .item:nth-of-type(3):hover p {
  color: #fff
}

.kf .boxs .item:nth-of-type(4):hover p {
  color: #fff
}

.kf .boxs .item .i_icon {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto
}

.kf .boxs .item2 {
  position: relative
}

.kf .boxs .item2 .ewms {
  position: relative;
  margin: 0 10px;
  padding: 13px 0
}

.kf .boxs .item2 .ewms .wx {
  position: absolute;
  right: 68px;
  top: -43px;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(31, 17, 0, 0.09);
  border-radius: 6px;
  padding: 25px;
  box-sizing: border-box
}

.kf .boxs .item2 .ewms .wx::after {
  content: '';
  display: block;
  position: absolute;
  right: -36px;
  top: 43px;
  width: 40px;
  height: 87px
}

.kf .boxs .item2 .ewms .wx>div {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333
}

.kf .boxs .item2 .ewms .wx>div>i {
  font-style: normal;
  font-size: 14px;
  color: #999
}

.kf .boxs .item2 .ewms:hover .wx {
  display: flex
}

.kf .return {
  position: fixed;
  right: 9px;
  top: calc(50%+180px);
  width: 52px;
  height: 52px;
  background-color: #2f55d4;
  box-shadow: 0 0 8px 0 rgba(31, 17, 0, 0.2);
  border-radius: 6px;
  margin-top: 40px;
  line-height: 52px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.kf .return .i_icon {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center
}

.kf .boxs .item .i_icon {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../images/kf01.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto
}

.kf .boxs .item .i_icon1 {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../images/kf03_1.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto
}

.news {
  color: #fff;
  text-align: center;
}

.news h4 {
  color: #fff;
}
.min_nav a:hover,.min_nav a:active{
  color: #4f4f4f;
  outline: 0;
}
.arrow{
  /* float: right; */
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 12px;
  background: url(/public/static/assets/images/caret-down.png) no-repeat center;
}
.arrow-up{
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 12px;
  background: url(/public/static/assets/images/caret-up.png) no-repeat center;
}
.detail .help_tags{display: none;}
.device-detection{
    box-shadow: 0px 2px 0px 8px #ecf0fb;
    /*border-right: 6px solid #fe8300;*/
    padding: 30px !important;
    border-bottom-left-radius: 15px;
    margin-top: 36px;
}
.device-detection b {
    color: #5146ae;
}
.device-detection .pp>ul>li{
    color: #000;
    list-style: none;
    position: relative;
}
.device-detection .pp>ul>li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 5px;
    left: -2%;
    top: 10px;
}
.device-detection ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px !important;
}
/*  */
.jtxs{
    position: absolute;
    width: 24px;
    height: 12px;
    top: -10px;
    left: 105px;
    -moz-transition: left .5s ease;
    transition: left .5s ease;
}
/*  */
.mt {
  padding: 20px 10px
}

.ws-docs-icon {
  /* margin-bottom: 16px; */
  font-size: 0
}

.mt {
  /* display: inline-block;
  vertical-align: middle;
  width: 25%;
  height: 105px;
  line-height: 25px;
  padding: 20px 0;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  text-align: center;
  color: #777;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s */
  display: -moz-inline-box;
  display: inline-flex;
  width: 25%;
  border-bottom: 1px solid #ebedf0;
  border-right: 1px solid #ebedf0;
  padding: 35px 39px 32px 35px
}

.mt img {
  width: 25px;
  height: 25px
}

.mt h4 {
  font-size: 16px;
  color: #101f42;
  margin-top: 12px
}

.mt h4:hover {
  color: #3a72ff
}

.mt p {
  margin-top: 8px;
  font-weight: 400;
  color: #7b7f8f;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px
}

.mt p:hover {
  color: #3a72ff
}
