/*!
<----------------------------------------
  Theme Name: Halci
  Theme URI: http://labartisan.net
  Author: labartisan.net
  Author URI: http://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.
---------------------------------------->
*/
/*
>>> TABLE OF CONTENTS:
<----------------------------------------------------------------
  01. Default CSS
  02. Global css
  03. Header
    * Mobile Menu
    * Main Menu
  04. Banner
    *style-one
  05. app-banner
    * style-1
    * style-3
  06. page-header
    * style-1
    * style-2
    * style-3
    * style-4
    * style-5
    * style-6
    * style-7
    * style-8
  07. About
  08. Portfolio
    * Style-2
    * Style-3
  09. Product
  10. Video
  11. Team
    * style-1
  12. Pricing
    * style-1
    * style-2
    * style-3
    * style-4
    * style-5
  13. Blog
    * style-1
  14. Blogs
    * blog-single
  15. Sponsor
  16. Service
    * style-1
    * style-2
    * style-3
    * style-4
    * style-5
    * style-6
    * style-7
    * style-8
  17. service-one
    * style-1
    * style-2
    * style-3
  18. service-two
    *.style-1
  19. newsletter
    * style-1
  20. Testimonial
    * style-1
    * style-2
  21. clients
  22. faq
  23. Offer
  24. Shop
    * Shop Page
    * Shop Single
    * Shop cart
  24. Contact
  25. Gmaps
  26. comming-soon
  27. download-link
  28. 404
  29. Footer
    * style-1
    * style-2
    * style-3
    * style-4
    * style-5
  30. footer-bottom
---------------------------------------------------------------->


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none; }

body,
button,
input,
select,
textarea {
  color: #716c80;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  border: none;
  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; }

  h4 {
    font-size: 24px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; } }
p {
  font-size: 16px;
  margin: 0 0 15px;
  color: #716c80;
  line-height: 1.5;
  font-family: "Roboto", sans-serif; }

a {
  color: #716c80;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    text-decoration: none; }

a:focus {
  outline: none; }

a:hover,
a:active {
  color: #000;
  outline: 0; }

img,
video {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

@media (min-width: 992px) {
  .body-padding {
    padding-top: 100px; } }

/* Placeholder text color -- selectors need to be separate to work. */
::-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; }

/*---- all header menu css start -----*/
.header-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  position: relative;
  overflow: visible; }
  .header-item .header-logo {
    margin-top: 15px;
    width: 250px; }
    .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: 32px 10px; }
      .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: 0px 0 10px rgba(136, 136, 136, 0.2);
        box-shadow: 0px 0 10px rgba(136, 136, 136, 0.2);
        position: absolute;
        top: 100%;
        background: #ffffff;
        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 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.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: 15px;
          font-weight: normal;
          padding: 10px 20px;
          text-transform: capitalize;
          text-decoration: none;
          position: relative;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.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: 0px;
            left: 0px;
            bottom: 0px;
            width: 2px;
            content: '';
            height: 100%;
            position: absolute;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.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: #ffffff;
        padding: 30px;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 0 10px rgba(136, 136, 136, 0.2);
        box-shadow: 0px 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 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.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 0.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: 0px;
                  left: 0px;
                  bottom: 0px;
                  width: 2px;
                  content: '';
                  height: 100%;
                  position: absolute;
                  -webkit-transition: all 0.3s ease-in-out;
                  -o-transition: all 0.3s ease-in-out;
                  transition: all 0.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: 500;
      text-decoration: none;
      display: block;
      padding: 5px;
      transition: all 0.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 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.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 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.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 0.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: 0px 0px 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 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.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: none; }
              .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 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.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 0.3s ease;
              -moz-transition: all 0.3s ease;
              transition: all 0.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 0.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; }

/*---- all header menu css ends -----*/
/*---- all container paddign start ----*/
.container-fluid {
  padding: 0 50px; }

/*---- all container paddign ends ----*/
/*-- all service content css  --*/
.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 h4 a {
    font-weight: 500;
    padding: 30px 0 10px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 576px) {
      .service-content .post-text h4 a {
        font-size: 20px; } }
.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 0.5s ease-in-out; } }
    .style-one .post-text p {
      margin: 0; }

/*-- all service content css --*/
/*-- all custom btn css --*/
a {
  text-decoration: none; }
  a.custom-btn {
    color: #fff;
    margin-top: 30px;
    padding: 13px 54px;
    display: inline-block;
    border-radius: 25px;
    transition: all 0.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: none;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  background: linear-gradient(to right, #5146ae, #7560eb);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  button.button:hover {
    box-shadow: 0 7px 10px rgba(31, 29, 29, 0.4) !important; }
  button.button:first-child {
    margin-right: 25px; }

/*-- all custom btn css --*/
/*------ common heading css start -------*/
.section-heading {
  max-width: 440px;
  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: 0px 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; } }

.submit-btn, input[type="submit"] {
  outline: none;
  cursor: pointer; }

/*------ common heading css ends -------*/
/*----- all pricing plan content css -----*/
.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: none;
        padding-bottom: 0; }

/*----- all pricing plan content css -----*/
@media (min-width: 992px) {
  .pl-lg-20 {
    padding-left: 30px; } }

@media (min-width: 992px) {
  .pr-lg-20 {
    padding-right: 30px; } }

/*======= all scrollbar css =====*/
.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; }

.padding-tb {
  padding: 60px 0; }
  @media (min-width: 576px) {
    .padding-tb {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .padding-tb {
      padding: 120px 0; } }

/*======= all scrollbar css =====*/
.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: 0px; }
      .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: 0.5; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0; } }
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.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, .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item, .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button, .sidebar-widget .widget-rec-post .recent-post li, .sidebar-widget .widget-tags ul, .sidebar-widget .widget-instagram ul, .sidebar-widget .letest-product .widget-wrapper ul li, .shop-single .product-details .post-content form, .shop-single .review .review-nav, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on, .shop-single .review .review-content .review-showing .client-review .review-form form .rating, .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul, .shop-cart .section-wrapper .cart-top table tbody tr td.product-item, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout, .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, 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, .shop-page .shop-product-wrap .product-item .product-thumb::after, .shop-page .shop-product-wrap .product-list-item .product-thumb::after, .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link, .shop-page .modal .modal-dialog .modal-content button.close, .sidebar-widget h4::before, .sidebar-widget h4::after, .sidebar-widget .widget-search form button, .sidebar-widget .post-catagori ul li a::before, .cart-plus-minus .qtybutton, .shop-single .product-details .product-thumb .slider-for .thumb .img-magnifier-glass, .shop-single .product-details .post-content form .select-product i, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after, .shop-single .review .review-content .description .post-item .post-content ul li::before, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  position: absolute;
  content: ''; }

.shop-page .sidebar-widget .widget-search, .shop-page .shop-title, .shop-page .shop-product-wrap .product-item, .shop-page .shop-product-wrap .product-list-item, .sidebar-widget .letest-product, .shop-single .sidebar-widget .widget-search, .shop-single .product-details, .shop-single .review, .shop-cart .section-wrapper .cart-top, .shop-cart .section-wrapper .cart-bottom {
  -webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
  box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1); }

.sidebar-widget .widget-search, .sidebar-widget .post-catagori, .sidebar-widget .widget-instagram {
  border: 10px solid #f3f8fc; }

/*--header css start---*/
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: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff !important;
    box-shadow: 0px 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: 0px;
    z-index: 20;
    top: 0px;
    background: transparent !important; }
    header .bg-white.app-header.menu-fixed {
      background: linear-gradient(to right, #5146ae, #25a6e4) !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: #fff; }
      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: 13px 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; }
  @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: #ff9200;
    box-shadow: 0 5px 10px rgba(255, 146, 0, 0.39); }
  header .bg-white.about-header {
    position: fixed;
    width: 100%;
    left: 0px;
    z-index: 20;
    top: 0px;
    background: transparent !important; }
    header .bg-white.about-header.menu-fixed {
      background: #fff !important;
      box-shadow: 0px 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; }

/*--header css ends---*/
/*-- search cart css --*/
.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 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.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 0.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: none;
      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: none; }
    .search-area .search-input form button.search-btn {
      width: 10%;
      height: 100%;
      cursor: pointer;
      color: #fff;
      outline: none;
      background: #7560eb; }
      .search-area .search-input form button.search-btn span.serch-icon {
        font-size: 25px;
        font-style: normal; }

/*-- search cart css --*/
/*--mobile menu css--*/
.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: 0px; }
      .mobile-menu nav.mobile-header .header-bar.close span:nth-child(2) {
        margin: 3px 0px;
        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 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.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: none;
          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 0.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: none;
            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: none; }
        .mobile-menu nav.menu .mobile-menu-area .mobile-menu-area-inner ul.m-menu a:last-child {
          border-bottom: none; }
        .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 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.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 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.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; }

/*--mobile menu css--*/
/*--- banner area css start --*/
.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-size: cover;
    background-position: right;
    background-image: url(../../assets/images/banner/vpn_bg.png); }
    @media (max-width: 991px) {
      .banner-area.style-one::after {
        display: none; } }
  .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; } }

/*--- banner area css ends --*/
/*--- App banner area css start --*/
.app-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  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: 850px; } }
  .app-banner::after {
    bottom: -15px;
    right: 0;
    width: 900px;
    height: 650px;
    background-image: ; }
    @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: 5px; }
      .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: #ff9200;
      box-shadow: 0 5px 10px rgba(255, 146, 0, 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%; } }

/*--- App banner area css ends --*/
/*---- all inner page banner css start -----*/
.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: 1199px) {
      .page-header::after, .page-header::before {
        display: none; } }
  .page-header::before {
    bottom: 0;
    width: 40%;
    height: 75%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/banner/about_right.png); }
  .page-header::after {
    top: 0;
    width: 49%;
    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 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.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: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
; }
  .page-header.style-2::before {
    height: 76%;
 background: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
; }
  .page-header.style-3::before {
    height: 68%;
    background: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
; }
  .page-header.style-4::before {
    background-image: url(../../assets/images/banner/pricing_right.png); }
  .page-header.style-5::before {
    height: 78%;
    background-image: url(../../assets/images/banner/portfolio_right.png); }
  .page-header.style-6::before {
    height: 74%;
    background-image: url(../../assets/images/banner/blog_right.png); }
  .page-header.style-7::before {
    height: 72%;
    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; }
  .page-header.style-9::before {
    height: 78%;
    background-image: url(../../assets/images/banner/shop.png); }
  .page-header.style-9 .banner-position .banner-content h2 {
    margin: 0; }
    .page-header.style-9 .banner-position .banner-content h2 span {
      font-size: 40px;
      font-weight: 400; }

/*---- all inner page banner css start -----*/
/*-- service css start --*/
.service-area {
  overflow: hidden;
  padding: 75px 0;
  padding-bottom: 0; }
  @media (min-width: 576px) {
    .service-area {
      padding: 80px 0;
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .service-area {
      padding: 120px 0;
      padding-bottom: 0; } }
  .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;
      box-shadow: 0px 0 6px rgba(8, 136, 136, 0.08);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .service-area .section-wrapper .post-content:hover {
        box-shadow: 0px 10px 10px rgba(136, 136, 136, 0.1);
        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: none; }
      .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 span {
      color: #ff9200; }
    .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: none; }
      .service-area.style-5 .section-wrapper .post-content {
        padding: 45px 25px; }
        .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; } }
    @media (min-width: 1200px) {
      .service-area.style-6 {
        padding: 120px 0; } }
    .service-area.style-6 .section-heading {
      max-width: 450px; }
      .service-area.style-6 .section-heading span {
        color: #ff9200;
        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: none; }
      .service-area.style-6 .section-wrapper .post-content:hover .post-text h4 a {
        color: #ff9200; }
  .service-area.style-7 {
    padding: 60px 0;
    background-image: ; }
    @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: none;
      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 css ends --*/
/*-- service one css start --*/
.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: auto;
      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 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.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 0.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: none; }
            .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: 0px solid #000000;
              -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: 0.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: none; }
    .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 0.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 one css ends --*/
/*-- service tow css start --*/
.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; }

/*-- service tow css ends --*/
/*-- landing page videos css start --*/
.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 0.5s ease-in-out; }
      .landing-video-area .video-thumb .thumb-inner .video-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border: none;
        z-index: -1; }
        .landing-video-area .video-thumb .thumb-inner .video-wrapper .wave-pulse {
          height: 1px;
          width: 1px;
          margin: 0 auto;
          border: none; }
          .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: 0px solid #ffffff;
            -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: 0.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 css start ---*/
.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 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.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 0.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 0.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; }

/*---- portfolio slide css ends ---*/
/*---- Pricing area css start ---*/
.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: 0.1s;
    animation-duration: 1.5s;
    transition: all 0.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: 0.3s;
    animation-duration: 2s;
    transition: all 0.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: 0.5s;
    animation-duration: 1.5s;
    transition: all 0.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: 0px 0 6px rgba(8, 136, 136, 0.08);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.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: none;
          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; }

/*---- Pricing area css ends ---*/
/*---- newsletter css start -----*/
.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: none;
        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; } }

/*---- newsletter css ends -----*/
/*---- testimonial area css start ----*/
.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;
          display: inline-block;
          margin-bottom: 5px; }
        .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 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
          background-size: cover;
          display: none;
          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 .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(1), .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(2), .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(3), .testimonil-area .section-wrapper .test-wrapper .testimonial-slider .testi-pagination span:nth-child(4) {
            display: block; }
  .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: none; }
      .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: none; }

/*---- testimonial area css ends ----*/
/*---- Blogs area css start ------*/
.blog {
  padding: 0 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 0.3s ease-in-out;
    box-shadow: 0 0px 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 0.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 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.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 0.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; }

/*---- Blogs area css ends ------*/
/*---- Our Team member css start ----*/
.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 0.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: 0.70;
        transition: all 0.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 0.3s ease-in-out; }
    .our-team .section-wrapper .team-content .team-text h4 {
      margin: 0;
      padding-top: 20px;
      transition: all 0.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); }

/*---- Our Team member css ends ----*/
/*-- sponser css start --*/
.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 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.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%); }

/*-- sponser css start --*/
/*---- footer css start ----*/
footer .footer-position {
  width: 100%;
  padding: 60px 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: 80px 0; } }
  @media (min-width: 1200px) {
    footer .footer-position {
      padding: 120px 0; } }
  @media (min-width: 1400px) {
    footer .footer-position {
      padding: 150px 0; } }
  @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 0.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 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.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: none;
    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); }
    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); }
    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 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.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: #ff9200; }
  .footer-bottom.style-two .copy-right p a::before {
    background: #ff9200; }
.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); }

/*---- footer css ends ----*/
/*---- scroll to top css ----*/
.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 0.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: #ff9200; }

/*---- scroll to top css ----*/
/*============== Helci App css start =================*/
/*--- app service css srart ---*/
.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 0.5s ease-in-out; }
    .service .section-padding .col-md-12:last-child .post-content {
      margin-bottom: 0; }

/*--- app service css ends ---*/
/*--- app service one css srart ---*/
.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; }

/*--- app service one css ends ---*/
/*---- client css start ------*/
.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: 20px 0; }
      .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%; } }

/*---- client css ends ------*/
/*---- product area css start ----*/
.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; } }

/*---- product area css ends ----*/
/*============== Helci App css ends =================*/
/*============== Helci vpn css start =================*/
/*--- vpn service app start ----*/
.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; }

/*--- vpn service app ends ----*/
/*---vpn download link css start ---*/
.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 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .download-link .download-conent ul a img:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 48px rgba(4, 60, 38, 0.2); }

/*---vpn download link css ending ---*/
/*============== Helci vpn css ends =================*/
/*============== Helci host css start =================*/
.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%; } }

/*============== Helci host css ends =================*/
/*============== Helci About css start ================*/
/*---about area css start ----*/
.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; }

/*---about area css ends ----*/
/*============== Helci About css ends =================*/
/*============== Helci contact css start =================*/
.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: none;
      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; }

/*============== Helci contact css ends =================*/
/*============== Helci portfolio css start =================*/
/*---portfolio colum 2 start ---*/
.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 0.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 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.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 0.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 0.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 0.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: 0px;
  font-weight: 500;
  transition: color 0.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 0.01s linear; }
    .portfolio-description .links a:before {
      content: "";
      width: 0;
      height: 1px;
      bottom: 0;
      background: #5146ae;
      position: absolute;
      left: auto;
      right: 0;
      transition: width 0.3s linear; }
    .portfolio-description .links a:hover {
      color: #5146ae; }
      .portfolio-description .links a:hover:before {
        width: 100%;
        right: auto;
        left: 0; }

/*---portfolio colum 2 ends ---*/
/*============== Helci portfolio css ends =================*/
/*============ Helci blog inner page css start ===============*/
.blogs {
  padding: 60px 0; }
  @media (min-width: 576px) {
    .blogs {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .blogs {
      padding: 120px 0; } }
  .blogs .blog-wrapper {
    /*--- col-lg-8 ----*/
    /*--- col-lg-8 ----*/
    /*--- col-lg-4 ----*/
    /*--- col-lg-4 ----*/ }
    .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 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.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 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.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 {
        display: inline-block; }
      .blogs .blog-wrapper .post-dreciption p {
        text-align: center;
        padding: 10px 0; }
        .blogs .blog-wrapper .post-dreciption p span {
          transform: translateY(5px); }
      .blogs .blog-wrapper .post-dreciption .des-auther {
        text-align: center; }
        .blogs .blog-wrapper .post-dreciption .des-auther a {
          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 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.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 0.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 0; } }
          .blogs .blog-wrapper .Post-Categories ul.categories li:last-child a {
            border-bottom: none; }
          .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 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.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 0.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: none; }
        .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 0.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 0.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 0.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; }
      .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 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.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 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.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 h5 {
    margin: 0;
    color: #7560eb;
    padding-bottom: 15px; }
    @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 0.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 0.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 .comment-contents h5 {
      margin: 0;
      color: #7560eb; }
      @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 0px 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 0.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; }

/*============ Helci blog inner page css ends ===============*/
/*============== faq area css =============*/
.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: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  padding: 50px 40px; }
  .faq-tab .nav-tabs {
    border: 0px;
    margin-bottom: 0px;
    display: block; }
  .faq-tab .nav-item {
    margin: 0px; }
    .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: 0px;
      border: 0px;
      border-radius: 0px;
      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 0.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: 0px;
  border-radius: 0px;
  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: 0px;
    border: 0px;
    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: 0px 15px 45px;
    color: #677294; }
    @media (min-width: 576px) {
      .faq-content .tab-pane .card .card-body {
        padding: 0 30px 45px; } }

/*============== faq area css =============*/
/*============= shope page css ===========*/
.shop-page .sidebar-widget .widget-search {
  border: none; }
  .shop-page .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #ececec; }
.shop-page .shop-title {
  padding: 16px 20px;
  margin-bottom: 30px; }
  .shop-page .shop-title p {
    margin-bottom: 0;
    color: #1f202a; }
  .shop-page .shop-title .product-view-mode a {
    color: #1f202a;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .shop-page .shop-title .product-view-mode a.active {
      color: #7560eb; }
    .shop-page .shop-title .product-view-mode a:last-child {
      margin-left: 5px; }
.shop-page .shop-product-wrap {
  height: auto !important; }
  .shop-page .shop-product-wrap.grid {
    height: none; }
    .shop-page .shop-product-wrap.grid .product-list-item {
      display: none; }
  .shop-page .shop-product-wrap.list .col-lg-4.col-md-6.col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .shop-page .shop-product-wrap.list .product-item {
    display: none; }
  .shop-page .shop-product-wrap .product-item, .shop-page .shop-product-wrap .product-list-item {
    padding: 10px;
    margin-bottom: 30px;
    align-items: center;
    background: #fff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s; }
    .shop-page .shop-product-wrap .product-item:hover .product-thumb::after, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb::after {
      transform: scale(1); }
    .shop-page .shop-product-wrap .product-item:hover .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item:hover .product-thumb .product-action-link {
      opacity: 1;
      z-index: 9; }
    .shop-page .shop-product-wrap .product-item .product-thumb, .shop-page .shop-product-wrap .product-list-item .product-thumb {
      position: relative;
      overflow: hidden; }
      .shop-page .shop-product-wrap .product-item .product-thumb::after, .shop-page .shop-product-wrap .product-list-item .product-thumb::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #ffffffe0;
        transform: scale(0);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .shop-page .shop-product-wrap .product-item .product-thumb img, .shop-page .shop-product-wrap .product-list-item .product-thumb img {
        width: 100%; }
      .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link {
        justify-content: center;
        opacity: 0;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a {
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border-radius: 100%;
          background: #7560eb;
          color: #fff;
          margin: 5px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .shop-page .shop-product-wrap .product-item .product-thumb .product-action-link a.view-modal, .shop-page .shop-product-wrap .product-list-item .product-thumb .product-action-link a.view-modal {
            cursor: pointer; }
    .shop-page .shop-product-wrap .product-item .product-content, .shop-page .shop-product-wrap .product-list-item .product-content {
      padding-top: 20px;
      text-align: center; }
      .shop-page .shop-product-wrap .product-item .product-content h5, .shop-page .shop-product-wrap .product-list-item .product-content h5 {
        margin: 0;
        margin-bottom: 5px; }
        .shop-page .shop-product-wrap .product-item .product-content h5 a, .shop-page .shop-product-wrap .product-list-item .product-content h5 a {
          color: #1f202a;
          text-decoration: none;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .shop-page .shop-product-wrap .product-item .product-content h5 a:hover, .shop-page .shop-product-wrap .product-list-item .product-content h5 a:hover {
            color: #7560eb; }
      .shop-page .shop-product-wrap .product-item .product-content p, .shop-page .shop-product-wrap .product-list-item .product-content p {
        color: #716c80;
        margin-bottom: 5px; }
        .shop-page .shop-product-wrap .product-item .product-content p i, .shop-page .shop-product-wrap .product-list-item .product-content p i {
          color: #ecb341; }
  .shop-page .shop-product-wrap .product-list-item .product-thumb {
    width: 100%; }
    @media (min-width: 768px) {
      .shop-page .shop-product-wrap .product-list-item .product-thumb {
        width: 35%; } }
    .shop-page .shop-product-wrap .product-list-item .product-thumb img {
      width: 100%; }
  .shop-page .shop-product-wrap .product-list-item .product-content {
    width: 100%;
    text-align: left;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .shop-page .shop-product-wrap .product-list-item .product-content {
        width: 65%; } }
.shop-page .pagination-area .pagination {
  justify-content: center;
  margin-top: 50px !important; }
  @media (min-width: 1200px) {
    .shop-page .pagination-area .pagination {
      margin-top: 70px !important; } }
  .shop-page .pagination-area .pagination li {
    margin: 5px; }
    .shop-page .pagination-area .pagination li a {
      width: 50px;
      height: 50px;
      line-height: 40px;
      border-radius: 100%;
      border: 5px solid #fff;
      background: #f4f9fd;
      color: #1f202a;
      text-align: center;
      font-weight: 700;
      box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.6);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .shop-page .pagination-area .pagination li a.dot {
        line-height: 35px; }
      .shop-page .pagination-area .pagination li a.active, .shop-page .pagination-area .pagination li a:hover {
        background: #7560eb;
        color: #fff; }
.shop-page .modal.show {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #000; }
.shop-page .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 9;
  color: #7560eb;
  text-shadow: none;
  opacity: 1;
  outline: none; }
  .shop-page .modal .modal-dialog .modal-content button.close:hover {
    color: #1f202a; }
.shop-page .modal .modal-dialog .modal-content .modal-body {
  background: #f6faf9;
  border-radius: 8px; }
  .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 30px; }
    @media (min-width: 576px) {
      .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
        margin-top: 0; } }
  .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
    margin-top: 30px;
    align-items: center; }
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
      margin: 0; }
    .shop-page .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .custom-btn {
      border-radius: 2px;
      padding: 9px 24px;
      margin-left: 20px;
      margin-top: 0; }

.product-container {
  position: relative;
  overflow: hidden; }
  .product-container.gallery-top {
    position: relative; }
    .product-container.gallery-top .swiper-wrapper .swiper-slide .thumb {
      margin-bottom: 10px; }
      .product-container.gallery-top .swiper-wrapper .swiper-slide .thumb img {
        width: 100%; }
    .product-container.gallery-top:hover .product-button-next {
      opacity: 1;
      right: 8px;
      visibility: visible; }
    .product-container.gallery-top:hover .product-button-prev {
      opacity: 1;
      left: 8px;
      visibility: visible; }
    .product-container.gallery-top .product-button-next, .product-container.gallery-top .product-button-prev {
      position: absolute;
      top: 50%;
      width: 36px;
      height: 36px;
      font-size: 20px;
      text-align: center;
      cursor: pointer;
      border: 1px solid #5146ae;
      transform: translate(0, -50%);
      border-radius: 5px;
      z-index: 1;
      opacity: 0;
      visibility: hidden; }
      .product-container.gallery-top .product-button-next i, .product-container.gallery-top .product-button-prev i {
        font-size: 25px;
        line-height: 33px;
        color: #5146ae; }
    .product-container.gallery-top .product-button-next {
      right: -25px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .product-container.gallery-top .product-button-prev {
      left: -25px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .product-container.gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-content img {
    filter: grayscale(100%); }
  .product-container.gallery-thumbs .swiper-wrapper .swiper-slide .thumb-content {
    height: 65px;
    width: 70px;
    cursor: pointer; }
    .product-container.gallery-thumbs .swiper-wrapper .swiper-slide .thumb-content img {
      width: 100%; }

.sidebar-widget {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .sidebar-widget {
      margin: 0;
      margin-right: -15px; } }
  .sidebar-widget h4 {
    position: relative;
    margin-bottom: 30px; }
    .sidebar-widget h4::before {
      width: 50px;
      height: 5px;
      background-color: #7560eb;
      bottom: -20px;
      border-radius: 2px; }
    .sidebar-widget h4::after {
      border-bottom: 5px dotted #7560eb;
      width: 36px;
      bottom: -20px;
      left: 55px; }
  .sidebar-widget .widget-search {
    padding: 20px 20px 30px; }
    .sidebar-widget .widget-search form {
      position: relative; }
      .sidebar-widget .widget-search form input {
        padding: 17px;
        background: #f3f8fc;
        border: none;
        width: 100%;
        outline: none;
        margin-bottom: 0;
        margin-top: 20px;
        display: inline-block;
        position: relative; }
        .sidebar-widget .widget-search form input::-webkit-input-placeholder {
          color: #716c80; }
        .sidebar-widget .widget-search form input::-moz-placeholder {
          color: #716c80; }
        .sidebar-widget .widget-search form input::-moz-placeholder {
          color: #716c80; }
        .sidebar-widget .widget-search form input::-ms-input-placeholder {
          color: #716c80; }
      .sidebar-widget .widget-search form button {
        right: 0px;
        background: transparent;
        color: #858585;
        line-height: 1;
        bottom: 0px;
        border: none;
        cursor: pointer;
        width: 40px;
        height: 53px;
        padding: 0; }
        .sidebar-widget .widget-search form button:hover {
          background: none; }
  .sidebar-widget .post-catagori {
    margin-top: 35px;
    padding: 20px 20px 30px; }
    .sidebar-widget .post-catagori ul li {
      width: 100%;
      margin: 5px 0;
      list-style: none;
      border-bottom: 1px solid #ececec;
      overflow: hidden; }
      .sidebar-widget .post-catagori ul li:hover span {
        color: #7560eb; }
      .sidebar-widget .post-catagori ul li:last-child {
        border-bottom: none; }
      .sidebar-widget .post-catagori ul li a {
        width: calc(100% - 50px);
        display: inline-block;
        text-transform: capitalize;
        padding: 10px 0;
        padding-left: 15px;
        color: #716c80;
        float: left;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .sidebar-widget .post-catagori ul li a:hover {
          color: #7560eb;
          padding-left: 25px; }
          .sidebar-widget .post-catagori ul li a:hover::before {
            color: #7560eb;
            padding-left: 10px; }
        .sidebar-widget .post-catagori ul li a::before {
          content: "\f101";
          font-family: 'Font Awesome 5 Free';
          font-weight: 600;
          font-size: 12px;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .sidebar-widget .post-catagori ul li span {
        width: 50px;
        float: right;
        font-size: 18px;
        color: #716c80;
        text-align: center;
        padding: 4px 0px;
        margin-top: 3px; }
  .sidebar-widget .widget-rec-post {
    border: 10px solid #f3f8fc;
    margin-top: 35px;
    padding: 20px 20px 30px; }
    .sidebar-widget .widget-rec-post .recent-post li {
      align-items: center;
      justify-content: space-around;
      padding: 15px 0;
      list-style: none;
      border-bottom: 1px solid #ececec; }
      .sidebar-widget .widget-rec-post .recent-post li:last-child {
        border-bottom: none; }
      .sidebar-widget .widget-rec-post .recent-post li:hover .rec-thumb a img {
        transform: scale(1.1); }
      .sidebar-widget .widget-rec-post .recent-post li:hover .rec-content h6 a {
        color: #7560eb; }
      .sidebar-widget .widget-rec-post .recent-post li .rec-content {
        width: calc(100% - 90px);
        padding-right: 10px; }
        @media (min-width: 992px) {
          .sidebar-widget .widget-rec-post .recent-post li .rec-content {
            width: 70%; } }
        .sidebar-widget .widget-rec-post .recent-post li .rec-content h6 a {
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .sidebar-widget .widget-rec-post .recent-post li .rec-content h6 a:hover {
            color: #7560eb; }
      .sidebar-widget .widget-rec-post .recent-post li .rec-thumb {
        width: 90px;
        text-align: right; }
        @media (min-width: 992px) {
          .sidebar-widget .widget-rec-post .recent-post li .rec-thumb {
            width: 30%; } }
        .sidebar-widget .widget-rec-post .recent-post li .rec-thumb a {
          display: block;
          overflow: hidden; }
          .sidebar-widget .widget-rec-post .recent-post li .rec-thumb a img {
            display: block;
            width: 100%;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease; }
  .sidebar-widget .widget-tags {
    border: 10px solid #f3f8fc;
    margin-top: 35px;
    padding: 20px 20px 30px; }
    .sidebar-widget .widget-tags ul {
      padding-top: 20px !important; }
      .sidebar-widget .widget-tags ul li {
        padding: 0;
        margin: 2px; }
        .sidebar-widget .widget-tags ul li a {
          padding: 8px 11px;
          color: #716c80;
          border-radius: 1px;
          border: 1px solid #ececec;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .sidebar-widget .widget-tags ul li a:hover {
            color: #fff;
            background: #7560eb; }
  .sidebar-widget .widget-instagram {
    margin-top: 35px;
    padding: 20px 20px 30px; }
    .sidebar-widget .widget-instagram ul {
      justify-content: center;
      padding-top: 20px !important;
      margin: -3px !important; }
      .sidebar-widget .widget-instagram ul li {
        padding: 0;
        width: calc(100% / 3); }
        .sidebar-widget .widget-instagram ul li a {
          display: block;
          overflow: hidden;
          margin: 5px; }
          .sidebar-widget .widget-instagram ul li a:hover img {
            transform: scale(1.1); }
          .sidebar-widget .widget-instagram ul li a img {
            display: block;
            width: 100%;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease; }
  .sidebar-widget .widget-add {
    border: 10px solid #f3f8fc;
    margin-top: 35px;
    padding: 20px 20px 30px; }
    .sidebar-widget .widget-add a {
      padding-top: 20px;
      display: block; }
      .sidebar-widget .widget-add a img {
        display: block;
        width: 100%; }
  .sidebar-widget .shop-widget {
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
    margin-top: 35px; }
    .sidebar-widget .shop-widget .widget-title {
      padding: 15px; }
    .sidebar-widget .shop-widget .widget-wrapper .shop-menu {
      margin: 0; }
      .sidebar-widget .shop-widget .widget-wrapper .shop-menu li {
        list-style: none;
        border-bottom: 1px solid #ececec;
        padding: 12px 15px; }
        .sidebar-widget .shop-widget .widget-wrapper .shop-menu li:last-child {
          border-bottom: none; }
        .sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open > a {
          color: #7560eb; }
          .sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open > a.dd-icon-down::before {
            transform: rotate(90deg) translate(-5px, 15px); }
          .sidebar-widget .shop-widget .widget-wrapper .shop-menu li.open > a.dd-icon-down::after {
            background: #7560eb; }
        .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a {
          display: block;
          font-weight: 700;
          color: #1f202a; }
          .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down {
            position: relative; }
            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down:before, .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down::after {
              position: absolute;
              content: '';
              background: #1f202a;
              top: 50%;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down:after {
              width: 10px;
              right: 0;
              height: 2px;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down:before {
              width: 2px;
              height: 10px;
              -webkit-transform: translateX(-15px) translateY(-50%);
              -ms-transform: translateX(-15px) translateY(-50%);
              transform: translateX(-15px) translateY(-50%);
              left: calc(100% + 9px); }
          .sidebar-widget .shop-widget .widget-wrapper .shop-menu li a.dd-icon-down::after {
            right: 0; }
        .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu {
          margin: 0;
          padding-left: 15px;
          padding-top: 5px;
          display: none; }
          .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
            padding: 2px 0;
            border-bottom: none; }
            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open > a {
              color: #7560eb; }
            .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
              color: #1f202a;
              font-size: 14px;
              font-weight: 400;
              text-transform: capitalize;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active, .sidebar-widget .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
                color: #7560eb; }
  .sidebar-widget .letest-product {
    margin-top: 35px; }
    .sidebar-widget .letest-product .widget-title {
      padding: 15px; }
    .sidebar-widget .letest-product .widget-wrapper ul {
      margin: 0; }
      .sidebar-widget .letest-product .widget-wrapper ul li {
        padding: 15px;
        list-style: none;
        border-bottom: 1px solid #ececec; }
        .sidebar-widget .letest-product .widget-wrapper ul li:last-child {
          border-bottom: none; }
        .sidebar-widget .letest-product .widget-wrapper ul li:hover .product-thumb img {
          transform: scale(1.1); }
        .sidebar-widget .letest-product .widget-wrapper ul li:hover .product-content h6 a {
          color: #7560eb; }
        .sidebar-widget .letest-product .widget-wrapper ul li .product-thumb {
          width: 70px;
          height: 70px;
          overflow: hidden; }
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .letest-product .widget-wrapper ul li .product-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 15px; } }

          .sidebar-widget .letest-product .widget-wrapper ul li .product-thumb img {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .sidebar-widget .letest-product .widget-wrapper ul li .product-content {
          padding-left: 15px;
          width: calc(100% - 70px); }
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .letest-product .widget-wrapper ul li .product-content {
    width: 100%;
    margin-bottom: 15px; } }

          .sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 {
            margin: 0; }
            .sidebar-widget .letest-product .widget-wrapper ul li .product-content h6 a {
              color: #1f202a;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              transition: all 0.5s ease; }
          .sidebar-widget .letest-product .widget-wrapper ul li .product-content p {
            margin-bottom: 0; }
            .sidebar-widget .letest-product .widget-wrapper ul li .product-content p i {
              font-size: 12px;
              color: #ecb341; }
            .sidebar-widget .letest-product .widget-wrapper ul li .product-content p span {
              font-size: 14px; }

.cart-plus-minus {
  border: 1px solid #ececec;
  width: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #ececec;
    height: 40px;
    left: 0;
    top: 0; }
  .cart-plus-minus .cart-plus-minus-box {
    border: medium none;
    color: #1f202a;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding: 0 9px 0 0;
    text-align: center;
    width: 120px;
    outline: none; }
  .cart-plus-minus .qtybutton {
    color: #1f202a;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .cart-plus-minus .qtybutton:hover {
      background: #7560eb;
      color: #fff; }
  .cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #ececec;
    height: 40px;
    right: 0;
    top: 0; }

/*============= shope page css ===========*/
/*=========== shope single css ==========*/
.shop-single .sidebar-widget .widget-search {
  border: none; }
  .shop-single .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #ececec; }
.shop-single .product-details {
  padding: 20px;
  margin-bottom: 40px;
  overflow: hidden; }
  .shop-single .product-details .product-thumb .slider-for {
    position: relative;
    overflow: hidden; }
    .shop-single .product-details .product-thumb .slider-for .thumb {
      position: relative; }
      .shop-single .product-details .product-thumb .slider-for .thumb:hover .img-magnifier-glass {
        opacity: 1; }
      .shop-single .product-details .product-thumb .slider-for .thumb .img-magnifier-glass {
        border-radius: 50%;
        cursor: none;
        width: 100px;
        height: 100px;
        border: 1px solid #7560eb;
        z-index: 9;
        opacity: 0; }
      .shop-single .product-details .product-thumb .slider-for .thumb img {
        width: 100%; }
  .shop-single .product-details .product-thumb .slider-nav {
    margin-top: 20px; }
    .shop-single .product-details .product-thumb .slider-nav .thumb {
      padding: 3px;
      opacity: .9;
      cursor: pointer; }
  .shop-single .product-details .post-content {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .shop-single .product-details .post-content {
        padding-top: 0; } }
    .shop-single .product-details .post-content h4 {
      margin-bottom: 10px; }
    .shop-single .product-details .post-content p.rating {
      justify-content: flex-start;
      align-items: center; }
      .shop-single .product-details .post-content p.rating i {
        color: #ecb341; }
    .shop-single .product-details .post-content form {
      justify-content: space-between;
      align-items: center; }
      .shop-single .product-details .post-content form .select-product {
        width: 100%;
        background: #fff;
        margin-bottom: 20px;
        position: relative; }
        @media (min-width: 576px) {
          .shop-single .product-details .post-content form .select-product {
            width: 48%; } }
        .shop-single .product-details .post-content form .select-product select {
          width: 100%;
          height: 40px;
          border: 1px solid #ececec;
          color: #716c80;
          outline: none;
          -webkit-appearance: none;
          z-index: 1;
          background: transparent;
          padding-left: 20px;
          font-size: 14px;
          position: relative; }
        .shop-single .product-details .post-content form .select-product i {
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border: 1px solid #ececec;
          text-align: center;
          z-index: 0; }
      .shop-single .product-details .post-content form .cart-plus-minus {
        margin-bottom: 20px; }
        @media (min-width: 576px) {
          .shop-single .product-details .post-content form .cart-plus-minus {
            margin: 0; } }
      .shop-single .product-details .post-content form .discount-code {
        width: 100%; }
        @media (min-width: 576px) {
          .shop-single .product-details .post-content form .discount-code {
            width: 60%; } }
        .shop-single .product-details .post-content form .discount-code input {
          margin-bottom: 0;
          border-color: #ececec; }
      .shop-single .product-details .post-content form .submit-btn {
        width: 100%;
        height: 54px;
        color: #fff;
        font-weight: 500;
        padding: 0;
        background: #7560eb;
        margin-top: 20px; }
.shop-single .review .review-nav {
  margin: 0; }
  .shop-single .review .review-nav li {
    list-style: none;
    padding: 13px 33px;
    background: #1f202a;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    cursor: pointer; }
    .shop-single .review .review-nav li.active {
      background: #7560eb; }
    .shop-single .review .review-nav li:last-child {
      margin-right: 0; }
.shop-single .review .review-content.review-content-show .review-showing {
  display: block; }
.shop-single .review .review-content.description-show .description {
  display: block; }
.shop-single .review .review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
  .shop-single .review .review-content .review-showing .content {
    margin-bottom: 30px !important; }
    .shop-single .review .review-content .review-showing .content li {
      padding: 25px 30px;
      list-style: none;
      border-bottom: 1px solid #ececec; }
      @media (min-width: 768px) {
        .shop-single .review .review-content .review-showing .content li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; } }
      .shop-single .review .review-content .review-showing .content li:last-child {
        border-bottom: none; }
      .shop-single .review .review-content .review-showing .content li .post-thumb {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        border-radius: 100%;
        overflow: hidden; }
        @media (min-width: 768px) {
          .shop-single .review .review-content .review-showing .content li .post-thumb {
            margin-bottom: 0; } }
      .shop-single .review .review-content .review-showing .content li .post-content {
        width: 100%; }
        @media (min-width: 768px) {
          .shop-single .review .review-content .review-showing .content li .post-content {
            width: calc(100% - 70px);
            padding-left: 20px; } }
        .shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
          justify-content: space-between;
          align-items: center;
          margin-bottom: 10px; }
          .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
            width: calc(100% - 110px); }
            .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
              padding-right: 20px;
              font-size: 18px;
              color: #1f202a;
              font-weight: 700;
              text-decoration: none;
              box-shadow: none;
              line-height: 28px; }
            .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
              margin-bottom: 0;
              line-height: 30px; }
          .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
            width: 110px; }
            .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
              color: #ecb341; }
        .shop-single .review .review-content .review-showing .content li .post-content .entry-content p {
          margin-bottom: 0; }
  .shop-single .review .review-content .review-showing .client-review {
    padding: 30px;
    border-top: 2px solid #ececec; }
    .shop-single .review .review-content .review-showing .client-review .review-form .review-title {
      margin-bottom: 40px; }
      .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
        position: relative; }
        .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
          width: 50px;
          height: 4px;
          background: #7560eb;
          bottom: -20px;
          border-radius: 2px; }
        .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
          border-bottom: 4px dotted #7560eb;
          width: 20px;
          bottom: -20px;
          left: 55px; }
    .shop-single .review .review-content .review-showing .client-review .review-form form input {
      border: 1px solid #ececec;
      width: 100%;
      margin-bottom: 30px;
      padding: 10px; }
    .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
      align-items: center; }
      .shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
        padding-right: 5px; }
      .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul {
        margin: 0; }
        .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
          list-style: none; }
          .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
            color: #ecb341; }
    .shop-single .review .review-content .review-showing .client-review .review-form form textarea {
      border: 1px solid #ececec;
      width: 100%;
      padding: 10px; }
    .shop-single .review .review-content .review-showing .client-review .review-form form button {
      margin-top: 15px;
      color: #fff;
      font-weight: 500;
      padding: 10px 30px;
      box-shadow: none;
      cursor: pointer;
      outline: none;
      background: #7560eb; }
.shop-single .review .review-content .description {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
  .shop-single .review .review-content .description .post-item .post-content {
    padding: 30px 0; }
    .shop-single .review .review-content .description .post-item .post-content ul {
      margin: 0; }
      .shop-single .review .review-content .description .post-item .post-content ul li {
        list-style: none;
        padding-left: 30px;
        position: relative; }
        .shop-single .review .review-content .description .post-item .post-content ul li::before {
          content: "\f005";
          top: 50%;
          left: 0;
          color: #ecb341;
          transform: translateY(-50%);
          font-family: 'Font Awesome 5 Free'; }

/*=========== shope single css ==========*/
/*========== cart page css =========*/
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top {
      overflow-x: auto; } }
  .shop-cart .section-wrapper .cart-top table {
    font-weight: 700;
    width: 100%; }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-top table {
        width: 720px; } }
    .shop-cart .section-wrapper .cart-top table thead tr th {
      background: #7560eb;
      color: #fff;
      padding: 18px;
      border: none; }
      .shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
        text-align: center; }
      .shop-cart .section-wrapper .cart-top table thead tr th:last-child {
        text-align: right; }
    .shop-cart .section-wrapper .cart-top table tbody tr {
      border-bottom: 1px solid #ececec;
      border-right: none;
      border-left: none;
      border-top: none; }
      .shop-cart .section-wrapper .cart-top table tbody tr:last-child {
        border-bottom: none; }
      .shop-cart .section-wrapper .cart-top table tbody tr td {
        padding: 20px;
        border: none; }
        .shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
          text-align: right; }
        .shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
          align-items: center; }
          .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
            width: 85px; }
          .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
            width: calc(100% - 85px);
            padding-left: 10px; }
            .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
              color: #1f202a;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover {
                color: #7560eb; }
.shop-cart .section-wrapper .cart-bottom {
  overflow: hidden; }
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
    padding: 20px 30px;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center; }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
      max-width: 340px;
      display: flex; }
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
        padding: 10px;
        margin-bottom: 0;
        border: 1px solid #ececec; }
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type="submit"] {
        color: #fff;
        font-weight: 500;
        background: #7560eb;
        margin-left: -10px; }
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
      width: 100%;
      margin-top: 30px;
      justify-content: space-between; }
      @media (min-width: 992px) {
        .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
          max-width: 390px;
          text-align: right;
          margin-top: 0; } }
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
        background: #fff;
        color: #1f202a; }
      .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
        padding: 10px 30px;
        border: 1px solid #ececec; }
        @media (max-width: 575px) {
          .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"] {
            width: 100%;
            margin-bottom: 15px; }
            .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type="submit"]:last-child {
              margin-bottom: 0; } }
  .shop-cart .section-wrapper .cart-bottom .shiping-box {
    padding: 30px 20px;
    border-top: 1px solid #fff; }
    @media (max-width: 767px) {
      .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
        margin-bottom: 30px; } }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3 {
      margin-bottom: 30px; }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
      background: #fff;
      margin-bottom: 20px;
      position: relative; }
      .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
        width: 100%;
        padding: 9px 20px;
        background: transparent;
        z-index: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #ececec;
        position: relative; }
      .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
        width: 100%; }
        @media (min-width: 992px) {
          .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
            width: 50%;
            float: left; } }
      .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
        top: 0;
        right: 0;
        padding: 9px 20px;
        background: #7560eb;
        color: #fff;
        border: 1px solid #ececec;
        border-radius: 0px 3px 3px 0px; }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
      width: 100%;
      float: right;
      padding: 10px 20px;
      font-size: 14px;
      margin-bottom: 22px;
      border: 1px solid #ececec; }
      @media (min-width: 992px) {
        .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
          width: 45%; } }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
      width: 170px;
      font-size: 14px;
      color: #fff;
      padding: 10px;
      background: #7560eb;
      font-weight: 700; }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
      margin-bottom: 30px; }
    .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
      margin: 0; }
      .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
        list-style: none;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #ececec;
        padding: 8px 20px;
        margin-bottom: 15px;
        background: #fff; }
        .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
          margin-bottom: 0;
          color: #7560eb; }

/*========== cart page css =========*/
/*============== 404 page css ============*/
.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; }

/*============== 404 page css ============*/
/* 4.2 Countdown */
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; }

/* 4.2 Countdown */
/*--- all animation efects ---*/
.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; }

/*--- all animation efects ---*/
/*============ keyframes animation  =============*/
@-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; } }
/*====================================================*/

/*# sourceMappingURL=style.css.map */































/*

------------------- Table of content --------------------------------

---------------------- common content -----------------------
1. body reset content
2. Nav
3. Modal
4. Modal search
5. Modal flag
6. Offset sidebar
7. Offset cart
8. Offset info bar
9. banner
10. why choose us
11. free quote
12. seo info
13. work progress
14. services
15. case studies
16. pricing
17. testimonial
18. blog thumb post
19. news letter thumd
20. contact form
21. footer
22. inner banner
23. funfact
24. we are hiring
25. cases
26. call to action
27. contact info
28. cse details about
29. project brief
30. case study step
31. faq
32. get support
33. blog sidebar
34. shop
35. single shop
36. product details
34. 404
35. blog post list
36. single blog
37. single service

---------------------- element content ---------------------------

1. element btn
2. element insta feed
3. element list
4. element newsletter
5. element pagination
6. element prelaoder
7. element section title
8. element social list
9. element video popup
10. element tab
11. element top bar
12. hover box (team)
13. element map
14. element input filed
15. step button
16. accordion
17. faq question
18. pulse animation
19. search filed
20. select
21. product filter
22. product ribbon
23. custom number
24. folating buttons
25. help tip
26. woocemmerce star rating
26. woo reviews
27. owl style
28. comment from
29. comment respond area
30. typography
31. drop caps
32. blockquote
33. author card
34. post navigation
35. chart
36. boostlisting
element inheritance

*/
/*=================================================
    1. body reset content
==============================================================*/
:root {
  font-size: 15px; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7333333333;
  color: #7a7a7a;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

iframe {
  border: none; }

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none; }

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none; }

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  outline: 0; }

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0; }

img {
  border: none;
  max-width: 100%; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both; }

button:focus {
  outline: none; }

/*=================================================
    2. Nav
==============================================================*/
.header {
  position: relative;
  z-index: 999; }

/* top bar */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .header-transparent .xs-menus .nav-menu > li > a {
    color: #FFFFFF; }
  .header-transparent .xs-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header-transparent .xs-menu-tools > li > a {
    color: #FFFFFF; }
  .header-transparent .xs-menus .nav-menu > li > a::before {
    background-color: #fefefe; }
  .header-transparent .xs-header.header-main {
    background-color: transparent;
    border-bottom: 0px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }
    .header-transparent .xs-header.header-main .xs-menus .nav-menu > li:not(:last-child) {
      margin-right: 25px;
      padding-right: 25px; }
    .header-transparent .xs-header.header-main .xs-menus .nav-menu > li.active > a {
      color: #181818; }
      .header-transparent .xs-header.header-main .xs-menus .nav-menu > li.active > a .submenu-indicator-chevron {
        border-color: transparent #181818 #181818 transparent; }
      .header-transparent .xs-header.header-main .xs-menus .nav-menu > li.active > a::before {
        background-color: #181818;
        -webkit-box-shadow: 9px 0px 0px 0px #181818, 18px 0px 0px 0px #181818;
        box-shadow: 9px 0px 0px 0px #181818, 18px 0px 0px 0px #181818; }
    .header-transparent .xs-header.header-main .xs-menus .nav-menu > li > a {
      color: #FFFFFF; }
      .header-transparent .xs-header.header-main .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
        border-color: transparent #FFFFFF #FFFFFF transparent; }
      .header-transparent .xs-header.header-main .xs-menus .nav-menu > li > a::before {
        background-color: #FFFFFF;
        -webkit-box-shadow: 9px 0px 0px 0px #FFFFFF, 18px 0px 0px 0px #FFFFFF;
        box-shadow: 9px 0px 0px 0px #FFFFFF, 18px 0px 0px 0px #FFFFFF; }
    .header-transparent .xs-header.header-main .xs-menu-tools {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .header-transparent .xs-header.header-main .xs-menu-tools > li > a {
        color: #FFFFFF; }

.header-tranparent-style2 .xs-header.header-main {
  background-color: #FFFFFF; }
  .header-tranparent-style2 .xs-header.header-main .xs-menus .nav-menu > li > a {
    color: #181818; }
    .header-tranparent-style2 .xs-header.header-main .xs-menus .nav-menu > li > a::before {
      background-color: #181818;
      -webkit-box-shadow: 9px 0px 0px 0px #181818, 18px 0px 0px 0px #181818;
      box-shadow: 9px 0px 0px 0px #181818, 18px 0px 0px 0px #181818; }
  .header-tranparent-style2 .xs-header.header-main .xs-menu-tools {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .header-tranparent-style2 .xs-header.header-main .xs-menu-tools > li > a {
      color: #181818; }

.xs-menus .nav-menu > li {
  margin-right: 30px; }
  .xs-menus .nav-menu > li:last-child {
    margin-right: 0px; }
  .xs-menus .nav-menu > li.active > a {
    color: #000000; }
  .xs-menus .nav-menu > li > .nav-dropdown a.active {
    color: #000000; }
  .xs-menus .nav-menu > li > a {
    color: #333333;
    padding: 60px 10px 0;
    position: relative;
    font-size: 1rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
      border-color: transparent #FFFFFF #FFFFFF transparent; }
.xs-menus .nav-menu .xs-icon-menu .single-menu-item a {
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  color: #141414;
  font-size: 1rem; }
  .xs-menus .nav-menu .xs-icon-menu .single-menu-item a:hover {
    color: #0c5adb; }
  .xs-menus .nav-menu .xs-icon-menu .single-menu-item a i {
    font-size: 1rem;
    position: relative;
    top: 1px;
    padding-right: 18px; }
.xs-menus .nav-menu .xs-icon-menu .single-menu-item:not(:last-child) a {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7; }
.xs-menus .nav-menu .xs-icon-menu .single-menu-item:not(:first-child) a {
  padding-top: 20px; }
.xs-menus .nav-menu .xs-icon-menu .single-menu-item.active > a {
  color: #0c5adb; }
.xs-menus .nav-menu .megamenu-panel.xs-service-menu {
  padding: 35px; }
.xs-menus .nav-menu li > .nav-dropdown li a {
  background-color: transparent;
  border-bottom: 1px solid #F1F1F1;
  color: #333333;
  font-size: 1.1333333333rem; }
.xs-menus .nav-menu li > .nav-submenu {
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  border-top: 0px;
  padding: 20px; }
.xs-menus .nav-menu .nav-dropdown li:last-child a {
  border-bottom: 0px; }
.xs-menus .nav-toggle {
  margin-top: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.xs-header {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .xs-header .xs-logo {
    display: block;
    padding: 57px 0 0; }
  .xs-header.header-main {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF; }
    .xs-header.header-main > .container {
      position: relative; }
    .xs-header.header-main .navSidebar-wraper {
      position: absolute;
      right: 15px;
      bottom: -30px;
      z-index: 11;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .xs-header.header-main .navSidebar-wraper .single-navicon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
        display: inline-block;
        float: left; }
        .xs-header.header-main .navSidebar-wraper .single-navicon:not(:last-child) {
          margin-right: 10px; }
      .xs-header.header-main .navSidebar-wraper .navSidebar-button {
        height: calc(100% - 12px);
        width: calc(100% - 12px);
        border-radius: 50%;
        background-color: #00138e;
        display: block;
        text-align: center;
        margin: 0 auto;
        line-height: 48px;
        font-size: 1.2rem;
        color: #FFFFFF;
        position: relative;
        top: 6px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .xs-header.header-main .navSidebar-wraper .navSidebar-button:hover {
          background-color: #0c5adb; }
    .xs-header.header-main .xs-logo {
      padding: 28px 0; }
    .xs-header.header-main .xs-menus .nav-menu > li.active > a {
      color: #333333; }
    .xs-header.header-main .xs-menus .nav-menu > li a .submenu-indicator-chevron {
      border-color: transparent #00138e #00138e transparent; }
    .xs-header.header-main .xs-menus .nav-menu > li:not(:last-child) {
      margin-right: 27px;
      padding-right: 27px; }
    .xs-header.header-main .xs-menus .nav-menu > li > .nav-submenu > li > a.active {
      color: #0c5adb; }
    .xs-header.header-main .xs-menus .nav-menu > li > .nav-dropdown {
      right: auto !important; }
    .xs-header.header-main .xs-menus .nav-menu > li > a {
      padding: 44px 0;
      color: #00138e;
      font-weight: 700;
      font-family: "Lato", sans-serif;
      position: relative; }
      .xs-header.header-main .xs-menus .nav-menu > li > a::before {
        position: absolute;
        content: "";
        bottom: calc(0% + 32px);
        left: -10%;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background-color: #0c5adb;
        -webkit-box-shadow: 9px 0px 0px 0px #0c5adb, 18px 0px 0px 0px #0c5adb;
        box-shadow: 9px 0px 0px 0px #0c5adb, 18px 0px 0px 0px #0c5adb;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
        margin-left: -12px; }
    .xs-header.header-main .xs-menus .nav-menu > li > a:hover::before,
    .xs-header.header-main .xs-menus .nav-menu > li:hover > a::before {
      opacity: 1;
      left: 50%; }
    .xs-header.header-main .xs-menu-tools {
      line-height: 1;
      padding: 39px 0; }
      .xs-header.header-main .xs-menu-tools > li > a {
        color: #00138e; }
        .xs-header.header-main .xs-menu-tools > li > a:hover {
          color: #0c5adb; }
        .xs-header.header-main .xs-menu-tools > li > a .xs-flag {
          -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          border: 1px solid #FFFFFF; }

.xs_nav-landscape .nav-brand {
  display: none; }

.xs-menu-tools {
  text-align: right;
  padding: 56px 0 0; }
  .xs-menu-tools > li {
    display: inline-block;
    margin-right: 20px; }
    .xs-menu-tools > li:last-child {
      margin-right: 0px; }
    .xs-menu-tools > li > a {
      color: #333333;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      font-weight: 700; }
      .xs-menu-tools > li > a .xs-flag {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px; }
      .xs-menu-tools > li > a .lang-title {
        vertical-align: middle;
        font-size: 0.9333333333rem; }

.home-menu-panel a {
  display: block;
  text-align: center; }
  .home-menu-panel a img {
    margin-bottom: 20px; }
  .home-menu-panel a h4 {
    font-size: 1.1333333333rem;
    margin-bottom: 0px; }

.xs_nav-portrait {
  height: 100%; }
  .xs_nav-portrait .nav-header {
    margin-top: 0px;
    height: 100%; }
  .xs_nav-portrait .nav-brand {
    line-height: 0;
    max-width: 154px;
    max-height: 50px;
    display: block;
    padding: 0; }

/* sticky header */
.nav-sticky {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  .nav-sticky .xs-header .xs-logo,
  .nav-sticky .xs-header .nav-brand {
    position: relative; }
    .nav-sticky .xs-header .xs-logo > img,
    .nav-sticky .xs-header .nav-brand > img {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .nav-sticky .xs-header .xs-logo .logo-sticky,
    .nav-sticky .xs-header .nav-brand .logo-sticky {
      opacity: 0;
      visibility: hidden;
      top: 200%; }
    .nav-sticky .xs-header .xs-logo .logo-transparent,
    .nav-sticky .xs-header .nav-brand .logo-transparent {
      opacity: 1;
      visibility: visible; }
  .nav-sticky.sticky-header {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #FFFFFF;
    top: -1px;
    width: 100%; }
    .nav-sticky.sticky-header .xs-header .xs-logo,
    .nav-sticky.sticky-header .xs-header .nav-brand {
      padding: 17px 0; }
      .nav-sticky.sticky-header .xs-header .xs-logo .logo-sticky,
      .nav-sticky.sticky-header .xs-header .nav-brand .logo-sticky {
        opacity: 1;
        visibility: visible;
        top: 50%; }
      .nav-sticky.sticky-header .xs-header .xs-logo .logo-transparent,
      .nav-sticky.sticky-header .xs-header .nav-brand .logo-transparent {
        opacity: 0;
        visibility: hidden; }
    .nav-sticky.sticky-header .xs-header .xs-menu-tools {
      padding: 30px 0; }
      .nav-sticky.sticky-header .xs-header .xs-menu-tools > li > a {
        color: #181818; }
    .nav-sticky.sticky-header .xs-header .xs-menus .nav-menu > li > a {
      padding: 33px 0;
      color: #181818; }
      .nav-sticky.sticky-header .xs-header .xs-menus .nav-menu > li > a::before {
        background-color: #181818;
        -webkit-box-shadow: 9px 0px 0px 0px #181818, 18px 0px 0px 0px #181818;
        box-shadow: 9px 0px 0px 0px #181818, 18px 0px 0px 0px #181818;
        bottom: calc(0% + 25px); }
      .nav-sticky.sticky-header .xs-header .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
        border-color: transparent #181818 #181818 transparent; }
    .nav-sticky.sticky-header .xs-header .navSidebar-wraper {
      -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
      transform: translateY(-200%);
      opacity: 0; }
    .nav-sticky.sticky-header.sticky {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }

.nav-sticky .xs-header.header-main .xs-menus .nav-menu.single-page-menu > li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px; }

.header-tranparent-style2 + .banner-v2 {
  padding-top: 149px; }

/*=================================================
    3. Modal
==============================================================*/
/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards; }

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px); }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px); }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }
/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px; }
.xs-promo-popup .mfp-close {
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px); }
.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px); }

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/*=================================================
    4. Modal search
==============================================================*/
.modal-searchPanel .xs-search-group {
  position: relative; }
  .modal-searchPanel .xs-search-group input:not([type="submit"]) {
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0 30px; }
    .modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFFFFF; }
    .modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFFFFF; }
    .modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder {
      /* IE 10+ */
      color: #FFFFFF; }
    .modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder {
      /* Firefox 18- */
      color: #FFFFFF; }
  .modal-searchPanel .xs-search-group .search-button {
    background-color: transparent;
    border: 0px;
    padding: 0;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 70px;
    border-radius: 0 50px 50px 0; }

/*=================================================
    5. Modal flag
==============================================================*/
.language-content p {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.3333333333rem; }

/* language modal */
.flag-lists {
  text-align: center; }
  .flag-lists li {
    display: inline-block;
    margin-right: 25px; }
    .flag-lists li:last-child {
      margin-right: 0; }
    .flag-lists li a {
      display: block;
      color: #FFFFFF;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .flag-lists li a:hover {
        opacity: .7; }
      .flag-lists li a img {
        width: 40px;
        height: 40px;
        margin-right: 10px; }

/*=================================================
    6. Offset sidebar
==============================================================*/
.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/cross-out.png), pointer; }

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0; }

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  left: 0; }
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s; }

.sidebar-textwidget {
  padding: 40px;
  padding-top: 120px; }

.close-side-widget {
  color: #1768dd;
  font-size: 1rem;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid currentColor;
  border-radius: 50%;
  text-align: center; }

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*=================================================
    7. Offset cart
==============================================================*/
.widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px; }

.mini_cart_item {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.xs-empty-content {
  text-align: center;
  padding: 120px 30px 30px; }
  .xs-empty-content .widget-title {
    font-size: 1.4666666667rem; }
  .xs-empty-content .xs-title {
    margin-bottom: 20px;
    font-size: 1.2rem; }
  .xs-empty-content .woocommerce-mini-cart__empty-message {
    font-size: 1.3333333333rem; }
  .xs-empty-content .empty-cart-icon {
    font-size: 3.3333333333rem; }

/*=================================================
    8. Offset info bar
==============================================================*/
.sidebar-textwidget .sidebar-logo-wraper {
  margin-bottom: 33px; }
  .sidebar-textwidget .sidebar-logo-wraper a {
    display: inline-block; }
.sidebar-textwidget > p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 40px; }
.sidebar-textwidget .social-list {
  margin-bottom: 30px;
  text-align: center; }

.sideabr-list-widget {
  margin-bottom: 40px; }
  .sideabr-list-widget li {
    margin-bottom: 20px; }
    .sideabr-list-widget li:last-child {
      margin-bottom: 0px; }
  .sideabr-list-widget img {
    margin-right: 15px;
    margin-top: 3px; }
  .sideabr-list-widget p, .sideabr-list-widget a {
    margin-bottom: 2px;
    color: #000000;
    margin-bottom: 8px;
    display: block; }
  .sideabr-list-widget span {
    display: block;
    font-size: 0.9333333333rem;
    color: #1768dd; }
  .sideabr-list-widget .media-body {
    line-height: 1;
    margin-top: 6px; }

.subscribe-from {
  position: relative;
  margin-bottom: 40px; }
  .subscribe-from p {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #1768dd; }
  .subscribe-from label {
    position: absolute;
    bottom: -24px;
    left: 0px;
    margin-bottom: 0;
    line-height: 1; }
  .subscribe-from .form-control {
    border: 1px solid #f5f5f5;
    height: 50px;
    padding-left: 25px; }
  .subscribe-from .sub-btn {
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 25px;
    cursor: pointer;
    color: #1768dd;
    height: 100%; }
    .subscribe-from .sub-btn:focus {
      outline: none; }
  .subscribe-from .form-group {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
    border-radius: 25px;
    margin-bottom: 0px; }

/*=================================================
    9. banner
==============================================================*/
.xs-banner .single-banner-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 850px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.xs-banner.banner-v2 .single-banner-slide {
  background-color: #FFFFFF;
  min-height: 650px;
  background-size: contain;
  background-position: bottom center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.single-banner-slide.slide-two .xs-banner-content {
  padding-left: 25px; }

.xs-banner-content .banner-subtitle {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 8px; }
.xs-banner-content .banner-title {
  margin-bottom: 36px; }
.xs-banner-content p {
  margin-bottom: 35px;
  color: #FFFFFF; }
.xs-banner-content .btn:not([class*=btn-outline-]) {
  -webkit-box-shadow: none;
  box-shadow: none; }
.xs-banner-content.banner-content-v2 {
  margin-top: 70px; }
  .xs-banner-content.banner-content-v2 .banner-subtitle {
    color: #0c5adb;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .xs-banner-content.banner-content-v2 .banner-title {
    color: #000000;
    font-size: 3.2rem;
    margin-bottom: 12px; }
    .xs-banner-content.banner-content-v2 .banner-title span {
      color: #0c5adb; }
  .xs-banner-content.banner-content-v2 p {
    color: #7a7a7a;
    margin-bottom: 22px; }
  .xs-banner-content.banner-content-v2 .btn:not([class*=btn-outline-]) {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12); }

.banner-image.image-one {
  margin-right: -130px;
  margin-left: -30px; }
.banner-image.image-two {
  margin-left: -65px; }
.banner-image.image-three {
  margin-right: -100px; }

.banner-slider .active .banner-title, .banner-slider .active .banner-image, .banner-slider .active .banner-subtitle, .banner-slider .active .banner-title, .banner-slider .active .xs-banner-content p, .banner-slider .active .btn-wraper a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.banner-slider .active .banner-image.image-one, .banner-slider .active .banner-image.image-three {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }
.banner-slider .active .banner-image.image-two {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
.banner-slider .active .xs-banner-content .banner-subtitle {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }
.banner-slider .active .xs-banner-content .banner-title {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }
.banner-slider .active .xs-banner-content p {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }
.banner-slider .active .xs-banner-content .btn-wraper a {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
/*=================================================
    10. why choose us
==============================================================*/
.why-choose-us-block {
  text-align: center;
  padding: 0 35px; }
  .why-choose-us-block p {
    margin-bottom: 0px; }

.choose-us-img {
  min-height: 145px;
  margin-bottom: 38px;
  margin-left: 23px; }

/*=================================================
    11. free quote
==============================================================*/
.xs-inline-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0px 20px 45px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 20px 45px rgba(0, 0, 0, 0.08));
  position: relative; }
  .xs-inline-form .form-control {
    height: 65px;
    background-color: #FFFFFF;
    border-radius: 0px;
    border: 0px;
    border-radius: 32.5px 0 0 32.5px;
    padding-left: 40px; }
    .xs-inline-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #9a9a9a;
      font-size: 0.9333333333rem; }
    .xs-inline-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #9a9a9a;
      font-size: 0.9333333333rem; }
    .xs-inline-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #9a9a9a;
      font-size: 0.9333333333rem; }
    .xs-inline-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #9a9a9a;
      font-size: 0.9333333333rem; }
  .xs-inline-form [class*=col-] + [class*=col-] .form-control {
    border-radius: 0px; }
  .xs-inline-form .row {
    width: 100%;
    position: relative; }
    .xs-inline-form .row::before {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: rgba(12, 90, 219, 0.25);
      width: 1px;
      height: 32px;
      z-index: 1; }
    .xs-inline-form .row + .check-btn {
      border-radius: 0 32.5px 32.5px 0; }
  .xs-inline-form .check-btn {
    height: 65px;
    background-color: #00138e;
    border: 0px;
    border-radius: 32.5px 0 0 32.5px;
    padding: 0 40px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .xs-inline-form .check-btn:hover {
      background-color: #0018b2; }
    .xs-inline-form .check-btn + .row [class*=col-] .form-control {
      border-radius: 0; }
    .xs-inline-form .check-btn + .row [class*=col-] + [class*=col-] .form-control {
      border-radius: 0 32.5px 32.5px 0; }

/* free quote area */
.free-quote-area {
  position: relative;
  overflow: hidden; }
  .free-quote-area .parallax-icon-wraper .parallax-icon {
    position: absolute;
    opacity: .2; }
    .free-quote-area .parallax-icon-wraper .parallax-icon.icon-one {
      top: 64px;
      left: 98px; }
    .free-quote-area .parallax-icon-wraper .parallax-icon.icon-two {
      top: 52px;
      right: 0; }
  .free-quote-area.delighter .parallax-icon-wraper .parallax-icon {
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 0;
    visibility: hidden; }
  .free-quote-area.delighter .parallax-icon-wraper .icon-one {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .free-quote-area.delighter .parallax-icon-wraper .icon-two {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .free-quote-area.delighter.started .parallax-icon-wraper .parallax-icon {
    opacity: .2;
    visibility: visible; }
  .free-quote-area.delighter.started .parallax-icon-wraper .icon-one {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .free-quote-area.delighter.started .parallax-icon-wraper .icon-two {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

/*=================================================
    12. seo info
==============================================================*/
.xs-info-img {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 5s;
  animation-duration: 5s; }

.xs-info-wraper {
  padding-left: 30px; }
  .xs-info-wraper .content-title {
    margin-bottom: 30px; }
  .xs-info-wraper p {
    margin-bottom: 30px; }
  .xs-info-wraper .xs-list {
    margin-bottom: 40px; }
    .xs-info-wraper .xs-list li:not(:last-child) {
      margin-bottom: 14px; }
  .xs-info-wraper .xs-heading .section-title.line {
    margin-bottom: 25px; }
  .xs-info-wraper.style2 {
    padding-left: 0px; }
    .xs-info-wraper.style2 .xs-list li:not(:last-child) {
      margin-bottom: 6px; }

.xs-info-list {
  padding-left: 10px;
  margin-bottom: 30px; }
  .xs-info-list .xs-title {
    margin-bottom: 15px; }
  .xs-info-list p {
    margin-bottom: 0px; }

.xs-xs-info .row {
  margin-bottom: 90px; }
  .xs-xs-info .row + .row {
    margin-bottom: 0px; }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    transform: rotateX(0deg) translateY(15px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@keyframes floating {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    transform: rotateX(0deg) translateY(15px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
/*=================================================
    13. work progress
==============================================================*/
.single-work-process {
  text-align: center;
  cursor: pointer; }
  .single-work-process h4 {
    color: #7897e6;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .single-work-process:hover .work-process-icon {
    border-color: #02d1d1;
    background-color: #1040d2;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }
  .single-work-process:hover h4 {
    color: #FFFFFF; }

.work-process-icon {
  text-align: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  border: 1px solid #0981d8;
  border-radius: 50%;
  background-color: #0e49d6;
  width: 124px;
  height: 124px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 40px;
  position: relative; }
  .work-process-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -70%;
    width: 70%;
    height: 1px;
    background-color: #02cfd1;
    opacity: .5; }
  .work-process-icon:after {
    content: '';
    position: absolute;
    left: calc(-30% + 2px);
    width: 10px;
    height: 10px;
    border-top: solid 1px #02cfd1;
    border-right: solid 1px #02cfd1;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }

.working-process-group [class^="col-"]:last-child .work-process-icon::before {
  display: none; }
.working-process-group [class^="col-"]:first-child .work-process-icon::after {
  display: none; }

/* work process animation */
.current-section .working-process-group .work-process-icon {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIns;
  animation-name: bounceIns; }
  .current-section .working-process-group .work-process-icon::before {
    right: -70%;
    opacity: .5; }
.current-section .working-process-group [class^="col-"]:nth-of-type(2) .work-process-icon {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }
  .current-section .working-process-group [class^="col-"]:nth-of-type(2) .work-process-icon::before {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
.current-section .working-process-group [class^="col-"]:nth-of-type(3) .work-process-icon {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }
  .current-section .working-process-group [class^="col-"]:nth-of-type(3) .work-process-icon::before {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
.current-section .working-process-group [class^="col-"]:last-child .work-process-icon {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }
  .current-section .working-process-group [class^="col-"]:last-child .work-process-icon::before {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s; }

.working-process-anim .work-process-icon {
  opacity: 0; }
  .working-process-anim .work-process-icon::before {
    right: 0%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0; }

@-webkit-keyframes bounceIns {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIns {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/*=================================================
    14. services
==============================================================*/
.single-service-preview {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 50px 80px; }

.service-preview-content {
  padding-left: 35px; }
  .service-preview-content .xs-content-title {
    color: #0c5adb;
    margin-bottom: 20px; }
  .service-preview-content p {
    margin-bottom: 30px; }

.service-preview-img {
  margin-top: 24px; }

/*=================================================
    15. case studies
==============================================================*/
.single-case-studies {
  background-color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .single-case-studies:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07); }
    .single-case-studies:hover .image {
      position: relative;
      overflow: hidden; }
      .single-case-studies:hover .image img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .single-case-studies .image {
    position: relative;
    overflow: hidden; }
    .single-case-studies .image img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .single-case-studies .case-body {
    padding: 30px 15px; }
    .single-case-studies .case-body h4 {
      margin-bottom: 5px; }

.case-study-slider .owl-stage-outer {
  padding: 30px 0; }
.case-study-slider .owl-dots {
  text-align: center;
  line-height: 1;
  margin-top: 55px; }
  .case-study-slider .owl-dots button:not(:last-child) {
    margin-right: 8px; }
  .case-study-slider .owl-dots button.active span {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4); }
  .case-study-slider .owl-dots button span {
    display: block;
    border-radius: 50%;
    background-color: #0c5adb;
    opacity: 0.302;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
.case-study-slider .owl-dots {
  margin-top: 3px; }

/*=================================================
    16. pricing
==============================================================*/
.pricing-body {
  margin-bottom: 35px; }
  .pricing-body .xs-list li:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0; }

.price-table {
  color: #0c5adb;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px; }
  .price-table sup {
    font-size: 2rem; }
  .price-table sub {
    font-size: 1.3333333333rem;
    font-weight: 400;
    right: 9px;
    bottom: 0px; }

.pricing-style2 .xs-single-pricing {
  border: 0px; }
  .pricing-style2 .xs-single-pricing .price-table {
    font-size: 2.4rem; }
    .pricing-style2 .xs-single-pricing .price-table sup, .pricing-style2 .xs-single-pricing .price-table sub {
      font-size: 1.2rem; }
  .pricing-style2 .xs-single-pricing .pulse-anim {
    width: 112px;
    height: 112px; }

.xs-single-pricing {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 40px;
  border-radius: 5px;
  border: 1px solid #efefef;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .xs-single-pricing .pricing-img-block {
    margin-bottom: 25px; }
  .xs-single-pricing .pricing-header {
    margin-bottom: 34px; }
    .xs-single-pricing .pricing-header .xs-content-title {
      margin-bottom: 25px; }
  .xs-single-pricing.active {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #0c5adb; }
    .xs-single-pricing.active .pricing-header .xs-content-title,
    .xs-single-pricing.active .pricing-header .price-table {
      color: #FFFFFF; }
    .xs-single-pricing.active .pricing-body .xs-list li {
      color: #FFFFFF; }
    .xs-single-pricing.active .pricing-footer .btn:not([class*=btn-outline-]) {
      background-color: #FFFFFF;
      color: #0c5adb; }
    .xs-single-pricing.active .pulse-anim {
      background-color: #417ee3; }
      .xs-single-pricing.active .pulse-anim::before {
        -webkit-box-shadow: 0 0 0 42px #3173e1, 0 0 0 84px #1f67de;
        box-shadow: 0 0 0 42px #3173e1, 0 0 0 84px #1f67de; }

/*=================================================
    17. testimonial
==============================================================*/
.testimonial-slider-preview {
  padding: 0 50px;
  margin-bottom: 20px; }
  .testimonial-slider-preview .owl-stage-outer {
    padding-bottom: 15px; }

.single-testimonial-preview {
  text-align: center;
  color: #000000; }
  .single-testimonial-preview p {
    font-size: 1.2rem;
    margin-bottom: 18px; }

.border-line {
  width: 128px;
  display: block;
  height: 1px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 10px 0px 0px 0px rgba(255, 168, 1, 0), 138px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 0px 0px 0px rgba(255, 168, 1, 0), 138px 0px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  left: -64px; }
  .border-line::before, .border-line::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(100% + 10px);
    height: 13px;
    width: 1px;
    border-right: 1px solid rgba(0, 0, 0, 0.25); }
  .border-line::after {
    left: calc(107% - 10px);
    height: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; }

.primary-bg .single-testimonial-preview,
.gradient-bg .single-testimonial-preview {
  color: #FFFFFF; }
  .primary-bg .single-testimonial-preview .border-line,
  .gradient-bg .single-testimonial-preview .border-line {
    background-color: #FFFFFF;
    -webkit-box-shadow: 10px 0px 0px 0px rgba(0, 0, 0, 0), 138px 0px 0px #FFFFFF;
    box-shadow: 10px 0px 0px 0px rgba(0, 0, 0, 0), 138px 0px 0px #FFFFFF; }
    .primary-bg .single-testimonial-preview .border-line::before, .primary-bg .single-testimonial-preview .border-line::after,
    .gradient-bg .single-testimonial-preview .border-line::before,
    .gradient-bg .single-testimonial-preview .border-line::after {
      border-right: 1px solid #FFFFFF; }
.primary-bg .single-bio-thumb h4, .primary-bg .single-bio-thumb p,
.gradient-bg .single-bio-thumb h4,
.gradient-bg .single-bio-thumb p {
  color: #FFFFFF; }
.primary-bg .testimonial-slider-thumb .owl-dots button span,
.gradient-bg .testimonial-slider-thumb .owl-dots button span {
  background-color: white; }
.primary-bg .big-watermark-icon,
.gradient-bg .big-watermark-icon {
  color: #FFFFFF; }

.testimonial-slider-thumb {
  padding: 0 96px; }
  .testimonial-slider-thumb.owl-carousel .owl-stage-outer {
    padding: 0 5px; }
  .testimonial-slider-thumb .owl-item:not(.current) .single-bio-thumb {
    opacity: .25; }
  .testimonial-slider-thumb .owl-dots {
    text-align: center;
    line-height: 1;
    margin-top: 55px; }
    .testimonial-slider-thumb .owl-dots button:not(:last-child) {
      margin-right: 8px; }
    .testimonial-slider-thumb .owl-dots button.active span {
      opacity: 1;
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4); }
    .testimonial-slider-thumb .owl-dots button span {
      display: block;
      border-radius: 50%;
      background-color: #0c5adb;
      opacity: 0.302;
      width: 6px;
      height: 6px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }

.single-bio-thumb {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .single-bio-thumb h4 {
    color: #0c5adb;
    margin-bottom: 2px; }
  .single-bio-thumb p {
    color: #919191; }
  .single-bio-thumb .bio-image {
    position: relative;
    overflow: hidden;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left; }
  .single-bio-thumb .bio-info {
    margin-left: 74px;
    position: relative;
    top: 3px; }

.testimonial-section {
  position: relative;
  overflow: hidden; }
  .testimonial-section.xs-section-padding {
    padding-bottom: 80px; }

.testimonial-slider .single-bio-thumb {
  display: inline-block;
  text-align: left;
  margin-top: 30px; }
.testimonial-slider .single-testimonial-preview img {
  margin-bottom: 15px; }
.testimonial-slider .owl-dots {
  text-align: center;
  line-height: 1;
  margin-top: 55px; }
  .testimonial-slider .owl-dots button:not(:last-child) {
    margin-right: 8px; }
  .testimonial-slider .owl-dots button.active span {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4); }
  .testimonial-slider .owl-dots button span {
    display: block;
    border-radius: 50%;
    background-color: #0c5adb;
    opacity: 0.302;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }

.testimonial-section.gradient-bg::before {
  display: none; }

/*=================================================
    18. blog thumb post
==============================================================*/
.single-blog-post-thumb {
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #959595;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .single-blog-post-thumb:hover {
    border-color: #0c5adb; }
    .single-blog-post-thumb:hover .post-image img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .single-blog-post-thumb .post-image {
    position: relative;
    overflow: hidden; }
    .single-blog-post-thumb .post-image img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .single-blog-post-thumb .post-body {
    padding: 30px 30px 50px; }
  .single-blog-post-thumb .entry-header .entry-title {
    font-size: 1.3333333333rem;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 700; }
    .single-blog-post-thumb .entry-header .entry-title a {
      color: #181818; }
      .single-blog-post-thumb .entry-header .entry-title a:hover {
        color: #0c5adb; }
  .single-blog-post-thumb .entry-header .entry-content {
    margin-bottom: 18px; }
    .single-blog-post-thumb .entry-header .entry-content p {
      margin-bottom: 0; }
  .single-blog-post-thumb .entry-meta span {
    font-size: 0.9333333333rem; }
    .single-blog-post-thumb .entry-meta span i {
      color: #0c5adb;
      position: relative;
      top: 3px;
      font-size: 1rem;
      padding-right: 9px; }

/* blog inner page */
.blog-inner-page .single-blog-post-thumb {
  margin-bottom: 30px; }

/*=================================================
    19. news letter thumd
==============================================================*/
.newsletter-thumb-wraper {
  background-color: #0c5adb;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .newsletter-thumb-wraper .fly-icons {
    position: absolute;
    content: "";
    bottom: -5px;
    right: -30px;
    z-index: -1;
    opacity: .1;
    font-size: 7.3333333333rem; }

.newsletter-thumb-content .xs-content-title {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 30px; }
  .newsletter-thumb-content .xs-content-title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.502); }
.newsletter-thumb-content p {
  color: #a7baee;
  margin-bottom: 30px; }

.subscribe-form2 .form-control {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.161);
  width: 100%;
  height: 55px;
  border: 0px;
  padding: 0 20px;
  margin-bottom: 36px; }
  .subscribe-form2 .form-control::-moz-placeholder {
    color: #a5b4dd; }
  .subscribe-form2 .form-control:-moz-placeholder {
    color: #a5b4dd; }
  .subscribe-form2 .form-control:-ms-input-placeholder {
    color: #a5b4dd; }
  .subscribe-form2 .form-control::-webkit-input-placeholder {
    color: #a5b4dd; }
.subscribe-form2 .submit-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  height: 49px;
  background-color: transparent;
  color: #FFFFFF;
  padding: 0px 28px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .subscribe-form2 .submit-btn:hover {
    background-color: #00138e;
    border-color: #00138e; }
.subscribe-form2 label {
  display: block; }

/*=================================================
    20. contact form
==============================================================*/
.contact-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.251);
  height: 49px;
  margin-bottom: 20px;
  padding-left: 20px; }
.contact-form textarea.form-control {
  resize: none;
  height: 85px;
  padding-top: 10px; }
.contact-form .submit-btn {
  border: 1px solid #0c5adb;
  border-radius: 3px;
  height: 49px;
  background-color: transparent;
  color: #FFFFFF;
  padding: 0px 28px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .contact-form .submit-btn:hover {
    background-color: #FFFFFF;
    color: #0c5adb;
    border-color: #FFFFFF; }

/*=================================================
    21. footer
==============================================================*/
.xs-footer-section {
  background-color: #042355;
  background-image: url(../images/footer-overlay-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: top 40px center; }

/* footer top area */
.footer-top-area {
  padding: 41px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.footer-logo {
  padding-top: 8px; }
  .footer-logo a {
    display: inline-block; }

.address-info-list {
  text-align: right; }
  .address-info-list li {
    text-align: left;
    color: #FFFFFF; }
    .address-info-list li:not(:last-child) {
      margin-right: 100px; }
    .address-info-list li .address-icon {
      float: left;
      min-width: 64px; }
    .address-info-list li a {
      color: #FFFFFF; }
    .address-info-list li .address-info {
      margin-left: 46px;
      position: relative;
      overflow: hidden; }

/* fotoer main */
.footer-main {
  padding: 60px 0; }
  .footer-main + .partner-area-wraper {
    margin-bottom: -61px;
    position: relative;
    z-index: 1; }

/* footer widget */
.footer-widget .xs-content-title {
  color: #FFFFFF;
  margin-bottom: 40px; }
.footer-widget .xs-lsit li:not(:last-child) {
  margin-bottom: 22px; }
.footer-widget .xs-lsit li a {
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .footer-widget .xs-lsit li a:hover {
    color: rgba(255, 255, 255, 0.7); }

/* articles list */
.articles-list li:not(:last-child) {
  margin-bottom: 18px; }
.articles-list li a {
  display: block;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  font-size: 1.0666666667rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 11px; }
  .articles-list li a:hover {
    color: rgba(255, 255, 255, 0.7); }
.articles-list li span {
  color: #a4aab7;
  font-size: 0.8666666667rem; }
.articles-list li i {
  font-size: 1rem;
  color: #4ac1c3;
  position: relative;
  top: 3px;
  padding-right: 9px; }

/* partnre area */
.partner-area {
  border-radius: 5px;
  background-color: #022967;
  padding: 40px; }
  .partner-area .xs-lsit {
    padding-top: 6px; }
    .partner-area .xs-lsit li:not(:last-child) {
      margin-right: 40px; }
    .partner-area .xs-lsit li.title {
      color: #FFFFFF;
      margin-right: 25px; }

/* copyright text */
.copyright-text {
  padding-top: 8px; }
  .copyright-text p {
    font-size: 0.9333333333rem; }
  .copyright-text p, .copyright-text a {
    color: #a4a8b3; }
  .copyright-text a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .copyright-text a:hover {
      color: #FFFFFF; }

.copyright {
  padding: 85px 0 25px;
  background-color: #031d48; }
  .copyright .social-list {
    text-align: right; }

/*=================================================
    22. inner banner
==============================================================*/
/* inner-banner-area */
.inner-banner-area {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #0c5adb;
  z-index: 1; }
  .inner-banner-area .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: -1;
    opacity: .1; }

/* inner-banner-title */
.inner-banner-title {
  font-size: 2.4rem;
  color: #fefefe;
  font-weight: 700;
  margin-bottom: 15px; }

/* breadcumbs */
.breadcumbs > li {
  color: #fefefe;
  font-size: 0.9333333333rem; }
  .breadcumbs > li:not(:first-child)::before {
    content: "-";
    padding: 0 7px 0 5px; }
  .breadcumbs > li > a {
    color: #fefefe; }

/*=================================================
    23. funfact
==============================================================*/
.single-funfact > span {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  color: #000000;
  font-weight: 700;
  letter-spacing: -1.2px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px; }
.single-funfact p {
  font-family: "Lato", sans-serif; }

.funfact-wraper {
  margin-bottom: 40px; }
  .funfact-wraper [class*=col-]:not(:last-child) .single-funfact {
    position: relative; }
    .funfact-wraper [class*=col-]:not(:last-child) .single-funfact::before {
      position: absolute;
      content: "";
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.07);
      width: 3px;
      height: 50px; }

/*=================================================
    24. we are hiring
==============================================================*/
.hiring-image {
  text-align: right; }

.hiring-content {
  padding-top: 30px; }
  .hiring-content h2 {
    font-size: 1.8666666667rem;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 1.4675;
    margin-bottom: 35px; }
    .hiring-content h2 span {
      display: block;
      color: #0c5adb;
      font-weight: 700; }

/*=================================================
    25. cases
==============================================================*/
.agency-filter-wraper {
  margin-bottom: 37px; }

.main-filter li {
  display: inline-block; }
  .main-filter li:not(:last-child) {
    margin-right: 50px; }
  .main-filter li a {
    display: block;
    font-size: 1.2rem;
    color: #666666;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 8px; }
    .main-filter li a::before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -1px;
      width: calc(100% + 16px);
      background-color: #0c5adb;
      height: 1px;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
      transform-origin: center left;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .main-filter li a:hover, .main-filter li a.selected {
      color: #0c5adb; }
      .main-filter li a:hover::before, .main-filter li a.selected::before {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }

.cases-grid {
  margin-left: -15px;
  margin-right: -15px; }

.single-cases-card {
  text-align: center;
  margin: 15px;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #FFFFFF; }
  .single-cases-card .cases-content {
    padding: 24px 10px; }
    .single-cases-card .cases-content .xs-title {
      margin-bottom: 10px;
      font-size: 1.4666666667rem;
      font-weight: 700; }
      .single-cases-card .cases-content .xs-title a {
        color: #000000;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .single-cases-card .cases-content .tag {
      color: #b2b2b2;
      font-size: 0.9333333333rem; }
      .single-cases-card .cases-content .tag::before {
        content: "";
        border-radius: 100%;
        background-color: #b2b2b2;
        width: 6px;
        height: 6px;
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 1px; }
  .single-cases-card:hover {
    -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1); }
    .single-cases-card:hover .hover-area {
      opacity: 1;
      top: 50%; }
    .single-cases-card:hover .card-image::before {
      opacity: 1; }
    .single-cases-card:hover .cases-content .xs-title a {
      color: #0c5adb; }
  .single-cases-card .card-image {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .single-cases-card .card-image::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .single-cases-card .hover-area {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0; }
    .single-cases-card .hover-area a {
      display: block;
      border-radius: 50%;
      text-align: center;
      color: #f9fafe;
      font-size: 3.2rem; }

/*=================================================
    26. call to action
==============================================================*/
.call-to-action-area {
  background-color: #0c5adb;
  position: relative;
  padding: 77px 0; }
  .call-to-action-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/backgrounds/background-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .1; }
  .call-to-action-area .call-to-action-content h2 {
    margin-bottom: 0;
    color: #FFFFFF; }
  .call-to-action-area .btn-wraper {
    text-align: right;
    margin-top: 16px; }
    .call-to-action-area .btn-wraper .btn {
      padding: 0px 40px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0px; }

.call-to-action-content {
  padding-right: 95px; }
  .call-to-action-content h2 {
    font-size: 2.4rem;
    font-weight: 700; }

/*=================================================
    27. contact info
==============================================================*/
.single-contact-info {
  text-align: center; }
  .single-contact-info .round-icon {
    margin-bottom: 24px; }

.round-icon {
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 87px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: 0 auto; }
  .round-icon i {
    font-size: 1.6666666667rem;
    color: #0c5adb; }

.info-content {
  display: block;
  color: #7a7a7a; }
  .info-content:hover {
    color: #0c5adb; }

.contact-info-wraper {
  padding: 0 46px; }

/*=================================================
    28. cse details about
==============================================================*/
.about-info .content-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px; }

.case-about-area {
  position: relative; }
  .case-about-area .about-info {
    width: calc(100% - 160px); }
  .case-about-area .doodle-parallax img {
    position: absolute;
    bottom: 0;
    left: -120px;
    opacity: .3; }

.list-group .simple-social-list li:not(:last-child) {
  margin-right: 14px; }
.list-group .simple-social-list li a {
  font-size: 0.9333333333rem; }

.inner-banner-area + .case-about-area .case-about-img {
  margin-top: -267px;
  position: relative;
  z-index: 2; }

/*=================================================
    29. project brief
==============================================================*/
.project-brief-area {
  position: relative; }
  .project-brief-area .doodle-parallax img {
    position: absolute;
    right: -110px;
    bottom: -80px;
    opacity: .3; }

.project-brief-content {
  margin-bottom: 50px; }
  .project-brief-content .brief-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px; }
  .project-brief-content p:not(:last-child) {
    margin-bottom: 30px; }

.project-brief-wraper {
  padding-bottom: 100px;
  border-bottom: 1px solid #f5f5f5; }

/*=================================================
    30. case study step
==============================================================*/
.case-study-step-wraper {
  counter-reset: my-sec-counter; }
  .case-study-step-wraper > .row {
    position: relative; }
    .case-study-step-wraper > .row:nth-child(odd) .case-study-step-img {
      text-align: right; }
    .case-study-step-wraper > .row:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .case-study-step-wraper > .row:nth-child(even) .case-study-step-img {
        text-align: center; }
    .case-study-step-wraper > .row:not(:last-child) {
      padding-bottom: 100px;
      margin-bottom: 100px; }
      .case-study-step-wraper > .row:not(:last-child)::after {
        content: "";
        border-bottom: 1px solid #f5f5f5;
        display: block;
        height: 1px;
        width: calc(100% - 30px);
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.case-study-step {
  padding-top: 20px; }
  .case-study-step .step-count {
    color: #00138e;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px; }
    .case-study-step .step-count::after {
      counter-increment: my-sec-counter;
      content: "0" counter(my-sec-counter);
      padding-left: 4px; }
  .case-study-step .case-step-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px; }
  .case-study-step p {
    margin-bottom: 30px; }
  .case-study-step .simple-btn {
    color: #00138e; }
    .case-study-step .simple-btn:hover {
      color: #0c5adb; }

.case-study-step-area {
  position: relative; }
  .case-study-step-area .doodle-parallax img {
    position: absolute;
    opacity: .3;
    top: 432px;
    left: -220px; }
    .case-study-step-area .doodle-parallax img + img {
      top: inherit;
      bottom: 350px;
      right: -220px;
      left: inherit; }

/*=================================================
    31. faq
==============================================================*/
.faq-accordion-group {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 100px; }

.faq-accordion-area {
  position: relative; }
  .faq-accordion-area .doodle-parallax .single-doodle {
    position: absolute;
    opacity: .3; }
    .faq-accordion-area .doodle-parallax .single-doodle.one {
      top: 112px;
      left: -250px; }
    .faq-accordion-area .doodle-parallax .single-doodle.two {
      left: -130px;
      bottom: 0px; }
    .faq-accordion-area .doodle-parallax .single-doodle.three {
      right: -130px;
      top: 70px; }

/*=================================================
    32. get support
==============================================================*/
.getSupport-content.hiring-content {
  padding-left: 24px;
  padding-top: 0px; }

/*=================================================
    33. blog sidebar
==============================================================*/
.widget {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px; }
  .widget:not(:last-child) {
    margin-bottom: 30px; }
  .widget .widget-header {
    margin-bottom: 12px; }
  .widget .xs-title {
    margin-bottom: 0px;
    font-size: 1.3333333333rem;
    font-weight: 700; }
    .widget .xs-title span {
      color: #1bd1ea; }
  .widget:not(.widget-search) {
    padding-top: 40px;
    padding-bottom: 40px; }
  .widget.widget-banner {
    padding: 0px;
    overflow: hidden;
    position: relative; }
    .widget.widget-banner:hover img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
    .widget.widget-banner img {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .widget.widget-search {
    padding-top: 20px;
    padding-bottom: 20px; }
  .widget .list-group li {
    font-size: 0.9333333333rem; }
    .widget .list-group li a, .widget .list-group li span {
      color: #919191; }
    .widget .list-group li a {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .widget .list-group li a::before {
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        background-color: #d7d7d7;
        border-radius: 50%;
        margin-right: 7px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .widget .list-group li a:hover {
        color: #0c5adb; }
        .widget .list-group li a:hover::before {
          background-color: #0c5adb; }
    .widget .list-group li:not(:last-child) {
      margin-bottom: 15px; }
  .widget.widget-subscribe p {
    margin-bottom: 26px; }

.widget-posts .widget-post:not(:last-child) {
  margin-bottom: 20px; }
.widget-posts .widget-post img {
  border-radius: 5px; }
.widget-posts .widget-post .post-thumb {
  padding-right: 20px; }
.widget-posts .widget-post .post-meta-date {
  color: #d2d2d2; }
.widget-posts .widget-post .post-meta-date,
.widget-posts .widget-post .post-author {
  font-size: 1rem; }
.widget-posts .widget-post .media-body {
  margin-top: 10px; }
.widget-posts .widget-post .entry-title {
  font-size: 0.9333333333rem;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  letter-spacing: -.25px; }
  .widget-posts .widget-post .entry-title a {
    color: #000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .widget-posts .widget-post .entry-title a:hover {
      color: #0c5adb; }

.tag-lists a {
  display: inline-block;
  padding: 7px 17px;
  color: #000000;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: 0.8666666667rem;
  margin-right: 9px;
  margin-bottom: 9px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .tag-lists a:hover {
    color: #FFFFFF;
    background-color: #0c5adb;
    border-color: #0c5adb; }
.tag-lists .title {
  color: #000000;
  padding-right: 15px;
  font-weight: 700; }

.widget-banner a {
  display: block; }
  .widget-banner a img {
    width: 100%; }

/*=================================================
    34. shop
==============================================================*/
/* single product */
.xs-single-product {
  margin-bottom: 20px; }
  .xs-single-product:hover .product-header > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .xs-single-product:hover .product-header::before {
    opacity: 1; }
  .xs-single-product:hover .product-header .hover-area {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }
  .xs-single-product .product-footer {
    text-align: center;
    padding: 30px 15px; }
    .xs-single-product .product-footer .product-title {
      margin-bottom: 5px;
      font-size: 0.9333333333rem;
      font-weight: 400; }
      .xs-single-product .product-footer .product-title a {
        color: #000000; }
        .xs-single-product .product-footer .product-title a:hover {
          color: #0c5adb; }

.product-header {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .product-header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(12, 90, 219, 0.8);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 1; }
  .product-header > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .product-header .hover-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0; }
  .product-header .image-content {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 2; }
  .product-header .btn {
    height: 45px;
    line-height: 45px;
    padding: 0 30px; }
    .product-header .btn[class*="icon"] i {
      line-height: 45px; }

.price {
  font-size: 1.4666666667rem;
  font-weight: 700;
  font-family: "Lato", sans-serif; }
  .price del {
    color: #d7d7d7;
    padding-right: 10px; }
  .price ins {
    text-decoration: none;
    color: #0c5adb; }

.promo-banner {
  display: block; }

/*=================================================
    35. single shop
==============================================================*/
.product-summary {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  .product-summary .product_title {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px; }
  .product-summary .product_meta {
    font-size: 1rem; }
    .product-summary .product_meta:not(:last-child) {
      margin-bottom: 10px; }
    .product-summary .product_meta strong {
      color: #000000;
      font-weight: 500;
      padding-right: 10px; }
    .product-summary .product_meta a {
      color: #aaaaaa; }
      .product-summary .product_meta a:hover {
        color: #0c5adb; }
      .product-summary .product_meta a:not(:last-child) {
        padding-right: 5px; }
        .product-summary .product_meta a:not(:last-child):after {
          content: ",";
          padding-left: 2px; }
  .product-summary .woocommerce-product-details__short-description p {
    font-size: 1rem; }
  .product-summary .product-meta-group,
  .product-summary .woocommerce-product-details__short-description,
  .product-summary .price {
    margin-bottom: 30px; }
  .product-summary .price {
    font-size: 1.8666666667rem;
    display: block; }
    .product-summary .price ins {
      color: #000000; }
  .product-summary .custom-number-wraper {
    margin-bottom: 40px; }

.product-cart-info-list > li {
  position: relative; }
  .product-cart-info-list > li .btn {
    padding: 0 30px;
    height: 45px;
    line-height: 45px; }
    .product-cart-info-list > li .btn[class*="icon"] i {
      line-height: 45px; }

.product-cart-info-list.list-inline > li:not(:last-child) {
  margin-right: 15px; }

.related-products-area.xs-section-padding {
  padding-bottom: 40px; }
.related-products-area .content-holder {
  margin-bottom: 60px; }
  .related-products-area .content-holder .section-title {
    font-size: 1.8666666667rem;
    font-weight: 700;
    margin-bottom: 0px; }

.single-product-slider .product-header {
  border-radius: 0px; }
  .single-product-slider .product-header:before {
    display: none; }

.product-slider {
  position: relative; }
  .product-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center; }

/*=================================================
    36. product details
==============================================================*/
.product-info-details-wraper p {
  font-size: 1.1333333333rem;
  color: #777777; }
  .product-info-details-wraper p:not(:last-child) {
    margin-bottom: 30px; }

/*=================================================
    34. 404
==============================================================*/
.content-404 {
  margin-bottom: 40px; }
  .content-404 .title-404 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px; }
    .content-404 .title-404 span {
      color: #0c5adb; }
  .content-404 p {
    margin-bottom: 25px;
    color: #919191;
    font-size: 1.2rem; }

/*=================================================
    35. blog post list
==============================================================*/
.blog-post-lists {
  margin-bottom: 60px; }

.post-list {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .post-list:not(:last-child) {
    margin-bottom: 30px; }
  .post-list:hover .post-image > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .post-list .post-image {
    position: relative;
    overflow: hidden; }
    .post-list .post-image > img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .post-list .post-image .post-image-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
  .post-list .post-body {
    padding: 50px;
    position: relative; }
  .post-list .entry-meta {
    margin-bottom: 20px; }
    .post-list .entry-meta > span {
      display: inline-block; }
      .post-list .entry-meta > span:not(:last-child) {
        margin-right: 40px; }
      .post-list .entry-meta > span > a {
        color: #676767; }
        .post-list .entry-meta > span > a:hover {
          color: #0c5adb; }
        .post-list .entry-meta > span > a > i {
          padding-right: 10px;
          color: #0c5adb; }
  .post-list .entry-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    padding-right: 60px; }
    .post-list .entry-title a {
      color: #000000; }
      .post-list .entry-title a:hover {
        color: #0c5adb; }
  .post-list .entry-content {
    margin-bottom: 25px; }
    .post-list .entry-content > p {
      color: #919191; }
  .post-list.format-video .post-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .post-list.format-text {
    overflow: visible; }
    .post-list.format-text .post-date {
      top: 0px; }
      .post-list.format-text .post-date:before {
        height: 100px; }
      .post-list.format-text .post-date::after {
        top: calc(100% + 100px); }

.post-date {
  position: absolute;
  top: -40px;
  right: 30px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 2px solid #0c5adb;
  text-align: center;
  padding: 17px 0;
  font-size: 0.8666666667rem;
  color: #919191;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  z-index: 3; }
  .post-date strong {
    display: block;
    color: #0c5adb;
    font-size: 1.4666666667rem;
    font-weight: 700;
    line-height: 1; }
  .post-date:before, .post-date:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .post-date::before {
    width: 2px;
    height: 140px;
    background-color: #0c5adb; }
  .post-date:after {
    top: calc(100% + 140px);
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border: 2px solid #0c5adb;
    border-radius: 50%; }

.gallery-slider {
  position: relative; }
  .gallery-slider .owl-nav button.owl-next, .gallery-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 50px;
    line-height: 50px;
    width: 30px;
    font-size: 0.8666666667rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .gallery-slider .owl-nav button.owl-next:hover, .gallery-slider .owl-nav button.owl-prev:hover {
      background-color: rgba(255, 255, 255, 0.5); }
  .gallery-slider .owl-nav button.owl-next {
    right: 0px; }
  .gallery-slider .owl-nav button.owl-prev {
    left: 0px; }

/*=================================================
    36. single blog
==============================================================*/
.single-blog-post .entry-content {
  margin-bottom: 35px; }
.single-blog-post .post-body {
  padding: 60px 50px; }
  .single-blog-post .post-body .entry-header .entry-meta {
    margin-bottom: 50px; }
.single-blog-post .entry-content > p {
  margin-bottom: 30px; }
.single-blog-post blockquote {
  margin-bottom: 45px; }
.single-blog-post .xs-list {
  padding-left: 20px; }
.single-blog-post .post-footer .divider {
  margin-bottom: 30px; }
.single-blog-post .post-footer .post-tags {
  margin-bottom: 30px; }
.single-blog-post .post-footer .btn-floating {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #f7f7f7;
  background-color: #FFFFFF; }
.single-blog-post .post-footer .social-list li a {
  width: 40px;
  height: 40px;
  line-height: 37px; }

.post-tags > span {
  color: #0c5adb;
  padding-right: 8px; }
.post-tags > a {
  color: #000000; }
  .post-tags > a:hover {
    color: #0c5adb; }
  .post-tags > a:not(:last-child) {
    margin-right: 2px; }
    .post-tags > a:not(:last-child)::after {
      content: ","; }

/*=================================================
    37. single service
==============================================================*/
.service-info-section .xs-heading .section-title {
  font-size: 3.2rem; }

.service-info-summary {
  padding-top: 15px; }
  .service-info-summary h3 {
    color: #7a7a7a;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.555; }
  .service-info-summary p {
    margin-bottom: 20px; }
  .service-info-summary .xs-list {
    margin-bottom: 35px;
    padding-left: 20px; }
    .service-info-summary .xs-list > li:not(:last-child) {
      margin-bottom: 8px; }

.service-info-block-area.gray-bg {
  background-color: #f7f9fd; }
.service-info-block-area .xs-heading .section-title {
  font-size: 1.8666666667rem;
  font-weight: 400;
  line-height: 1.42; }
.service-info-block-area .btn-wraper .btn:not(:last-child) {
  margin-right: 30px; }
.service-info-block-area.info-block-style-2 {
  padding-top: 110px;
  padding-bottom: 55px; }
  .service-info-block-area.info-block-style-2 .service-block-group {
    margin-bottom: 0px; }
  .service-info-block-area.info-block-style-2 .service-info-block {
    margin-bottom: 55px; }

.service-block-group {
  margin-bottom: 50px; }

.service-info-block .info-block-header {
  margin-bottom: 20px; }
.service-info-block .service-info-title {
  font-size: 1.1986666667rem;
  font-weight: 700;
  margin-bottom: 20px; }

.service-img {
  margin-bottom: 40px; }

.service-summary-text {
  padding-left: 30px; }
  .service-summary-text .xs-heading {
    margin-bottom: 25px; }
    .service-summary-text .xs-heading .section-title {
      font-size: 1.8666666667rem;
      font-weight: 700; }
  .service-summary-text > p {
    margin-bottom: 40px;
    padding-right: 65px; }
  .service-summary-text.service-summary-2 {
    padding-left: 0;
    padding-right: 65px; }
  .service-summary-text .boosting-lists {
    margin-bottom: 40px; }

.our-security-section.xs-section-padding {
  padding-bottom: 80px; }

.boosting-section.xs-section-padding {
  padding-top: 80px; }

/*------------------------------------- content end ---------------------------------------*/
/*-------------------------------------- element start ----------------------------------------*/
/*=================================================
    1. element btn
==============================================================*/
.btn {
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  padding: 0 51px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: normal; }
  .btn:not([class*=btn-outline-]) {
    border: 0px;
    color: #FFFFFF;
    background-color: #000000;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12); }
  .btn.btn-primary {
    background-color: #0c5adb; }
    .btn.btn-primary:hover {
      background-color: #00138e; }
  .btn.btn-secondary {
    background-color: #FF7C43; border-radius: 12px; min-width: 180px; }
    .btn.btn-secondary:hover {
      background-color: #FFFFFF; color: #FF7C43; }
  .btn.icon-left i {
    padding-right: 9px;
    float: left;
    line-height: 55px; }
  .btn.icon-right i {
    padding-left: 9px;
    float: right;
    line-height: 55px; }
  .btn.style2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px; }
  .btn.style3 {
    background-color: #FFFFFF;
    color: #0c5adb; }
    .btn.style3:hover {
      background-color: #0c5adb;
      color: #FFFFFF; }
  .btn.btn-info {
    background-color: #FFFFFF;
    color: #00138e; }
    .btn.btn-info:hover {
      background-color: #00138e;
      color: #FFFFFF; }
  .btn.btn-outline-primary {
    border-color: #0c5adb;
    color: #0c5adb; }
    .btn.btn-outline-primary:hover {
      background-color: #0c5adb;
      color: #FFFFFF; }

/*=================================================
    2. element insta feed
==============================================================*/
.insta-feed-wraper {
  width: calc(100% - 65px); }

.insta-feed::after {
  display: block;
  clear: both;
  content: ""; }
.insta-feed li {
  width: calc(33.333333% - 8px);
  float: left;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden; }
  .insta-feed li:not(:last-child) {
    margin-right: 8px; }
  .insta-feed li img {
    border-radius: 3px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .insta-feed li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

/*=================================================
    3. element list
==============================================================*/
.list-inline > li {
  display: inline-block; }

.xs-list > li:not(:last-child) {
  margin-right: 10px; }
.xs-list > li .title {
  font-weight: 700; }
.xs-list.check li::before, .xs-list.checkbox li::before, .xs-list.arrow li::before, .xs-list.hand li::before {
  padding-right: 16px;
  font-family: "iconfont";
  color: #0c5adb;
  position: relative;
  top: 3px;
  font-size: 1rem; }
.xs-list.check li::before {
  content: "\ea73"; }
.xs-list.checkbox li::before {
  content: "\ea74";
  top: 1px; }
.xs-list.arrow li::before {
  content: "\e87a"; }
.xs-list.hand li::before {
  content: "\e8a7"; }
.xs-list.bullet li::before {
  content: "";
  background-color: #0c5adb;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 10px; }

/* list group */
.list-group > li {
  font-size: 1.0666666667rem;
  color: #999999; }
  .list-group > li:not(:last-child) {
    margin-bottom: 10px; }
  .list-group > li strong {
    float: left;
    width: 43%;
    color: #000000;
    font-weight: 700; }

/*=================================================
    4. element newsletter
==============================================================*/
.newsletter-form {
  position: relative; }
  .newsletter-form .form-control {
    background-color: white;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    height: 45px;
    width: 100%;
    border-radius: 22.5px;
    padding-left: 30px;
    border: 0px; }
  .newsletter-form .send-button {
    background-color: #1bd1ea;
    position: absolute;
    width: 51px;
    height: 45px;
    color: #FFFFFF;
    font-size: 1.2rem;
    right: 0;
    top: 0;
    border: 0px;
    border-radius: 0 22.5px 22.5px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .newsletter-form .send-button:hover {
      background-color: #0c5adb; }
  .newsletter-form label {
    margin-bottom: 0px;
    position: absolute;
    bottom: -30px;
    left: 0; }

/*=================================================
    5. element pagination
==============================================================*/
/* xs pagination */
.pagination li {
  display: inline-block; }
  .pagination li:not(:last-child) {
    margin-right: 20px; }
  .pagination li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    color: #676767;
    font-weight: 500;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    background-color: #FFFFFF;
    border: 0px; }
  .pagination li a:hover, .pagination li.active a {
    background-color: #0c5adb;
    color: #FFFFFF; }
  .pagination li > span {
    letter-spacing: 7px;
    position: relative;
    top: 7px; }
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 100%; }
.pagination .page-item:last-child .page-link {
  font-size: 0.8rem; }
.pagination .page-item.disabled a,
.pagination li a {
  border-color: #f1f1f1; }

/* blog grid sidebar pagination */
.blog-inner-page .pagination {
  margin-top: 30px; }

/*=================================================
    6. element prelaoder
==============================================================*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  background-color: #0c5adb;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in; }
  #preloader .preloader-cancel-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 40px;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; }
  #preloader.loaded {
    top: -150%; }
    #preloader.loaded .preloader-cancel-btn {
      bottom: 150%; }

.prelaoder-btn {
  padding: 10px 30px; }

.preloader-wrapper {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*=================================================
    7. element section title
==============================================================*/
/* agency section title */
.xs-heading {
  margin-bottom: 23px;
  position: relative; }
  .xs-heading .section-subtitle {
    font-size: 1.3333333333rem;
    color: #0c5adb;
    margin-bottom: 10px;
    font-weight: 400; }
  .xs-heading .line {
    position: relative;
    display: inline-block;
    padding-top: 25px;
    width: 100%; }
    .xs-heading .line::before, .xs-heading .line::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0; }
    .xs-heading .line::before {
      background-color: rgba(0, 0, 0, 0.15);
      width: 105px;
      height: 1px; }
    .xs-heading .line::after {
      background-color: #0c5adb;
      width: 40px;
      height: 3px;
      bottom: -1px; }
  .xs-heading .section-title {
    margin-bottom: 0px; }
    .xs-heading .section-title span {
      color: #0c5adb; }
  .xs-heading.style2 .line::before {
    display: none; }
  .xs-heading.style3 .section-title {
    font-weight: 700; }
  .xs-heading.style3 .line::before {
    display: none; }
  .xs-heading.style3 .line::after {
    width: 80px; }
  .xs-heading.text-center .line::before, .xs-heading.text-center .line::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .xs-heading.text-right .line::before, .xs-heading.text-right .line::after {
    right: 0;
    left: inherit; }
  .xs-heading[class*=text-] {
    margin-bottom: 55px; }
  .xs-heading.style4 .line {
    margin-bottom: 25px; }
  .xs-heading .heading-icon {
    color: #0c5adb;
    font-size: 3.3333333333rem;
    margin-top: 20px;
    display: block; }

.primary-bg .section-subtitle, .primary-bg .section-title {
  color: #FFFFFF; }

/*=================================================
    8. element social list
==============================================================*/
.social-list li {
  display: inline-block;
  margin-right: 10px; }
  .social-list li:last-child {
    margin-right: 0px; }
  .social-list li.title {
    color: #000000;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 15px; }
  .social-list li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    border: 1px solid #6b7499;
    text-align: center;
    font-size: 0.9333333333rem;
    color: #333333; }
    .social-list li a.facebook {
      color: #4969a8; }
      .social-list li a.facebook:hover {
        background-color: #4969a8;
        border-color: #4969a8; }
    .social-list li a.twitter {
      color: #2aa3ef; }
      .social-list li a.twitter:hover {
        background-color: #2aa3ef;
        border-color: #2aa3ef; }
    .social-list li a.linkedin {
      color: #1178b3; }
      .social-list li a.linkedin:hover {
        background-color: #1178b3;
        border-color: #1178b3; }
    .social-list li a.instagram {
      color: #e8715c; }
      .social-list li a.instagram:hover {
        background-color: #e8715c;
        border-color: #e8715c; }
    .social-list li a.googlePlus {
      color: #dc4a38; }
      .social-list li a.googlePlus:hover {
        background-color: #dc4a38;
        border-color: #dc4a38; }
    .social-list li a.vimeo {
      color: #1ab7ea; }
      .social-list li a.vimeo:hover {
        background-color: #1ab7ea;
        border-color: #1ab7ea; }
    .social-list li a:hover {
      color: #FFFFFF; }
.social-list.version-2 li a {
  color: #FFFFFF;
  font-size: 0.7953333333rem;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 0px;
  border: 1px solid transparent; }
  .social-list.version-2 li a.facebook {
    background-color: #4969a8; }
    .social-list.version-2 li a.facebook:hover {
      color: #4969a8;
      border-color: currentColor; }
  .social-list.version-2 li a.twitter {
    background-color: #2aa3ef; }
    .social-list.version-2 li a.twitter:hover {
      color: #2aa3ef;
      border-color: currentColor; }
  .social-list.version-2 li a.linkedin {
    background-color: #1178b3; }
    .social-list.version-2 li a.linkedin:hover {
      color: #1178b3;
      border-color: currentColor; }
  .social-list.version-2 li a.instagram {
    background-color: #e8715c; }
    .social-list.version-2 li a.instagram:hover {
      color: #e8715c;
      border-color: currentColor; }
  .social-list.version-2 li a.googlePlus {
    background-color: #dc4a38; }
    .social-list.version-2 li a.googlePlus:hover {
      color: #dc4a38;
      border-color: currentColor; }
  .social-list.version-2 li a.vimeo {
    background-color: #1ab7ea; }
    .social-list.version-2 li a.vimeo:hover {
      color: #1ab7ea;
      border-color: currentColor; }
  .social-list.version-2 li a:hover {
    background-color: transparent; }
.social-list.social-block li {
  display: block;
  margin-right: 0px; }
  .social-list.social-block li:not(:last-child) {
    margin-bottom: 5px; }
  .social-list.social-block li a {
    height: 37px;
    line-height: 37px;
    width: 100%;
    border-radius: 18.5px;
    text-align: left;
    padding: 0 23px;
    font-size: 1rem;
    color: #FFFFFF !important;
    border: 0px; }
    .social-list.social-block li a i {
      padding-right: 10px; }
    .social-list.social-block li a.facebook {
      background-color: #4969a8; }
    .social-list.social-block li a.twitter {
      background-color: #2aa3ef; }
    .social-list.social-block li a.linkedin {
      background-color: #1178b3; }
    .social-list.social-block li a.googlePlus {
      background-color: #dc4a38; }

.simple-social-list li {
  display: inline-block;
  margin-right: 32px; }
  .simple-social-list li:last-child {
    margin-right: 0px; }
  .simple-social-list li a {
    color: #FFFFFF;
    font-size: 1.2rem; }
    .simple-social-list li a.facebook {
      color: #3e5c9a; }
      .simple-social-list li a.facebook:hover {
        color: #213151; }
    .simple-social-list li a.twitter {
      color: #1da1f2; }
      .simple-social-list li a.twitter:hover {
        color: #0967a0; }
    .simple-social-list li a.googlePlus {
      color: #fb2f14; }
      .simple-social-list li a.googlePlus:hover {
        color: #a61603; }
    .simple-social-list li a.linkedin {
      color: #0077b5; }
      .simple-social-list li a.linkedin:hover {
        color: #00344f; }

/*=================================================
    9. element video popup
==============================================================*/
.video-popup-btn {
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #0c5adb;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .video-popup-btn:hover {
    color: #FFFFFF; }
  .video-popup-btn i {
    margin-right: -4px; }
  .video-popup-btn.pulse-effect {
    position: relative;
    z-index: 1; }
    .video-popup-btn.pulse-effect::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      z-index: -1;
      -webkit-animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
      animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both; }

.xs-info-img {
  position: relative; }
  .xs-info-img + .video-content {
    position: absolute;
    bottom: 0;
    width: 100%; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.2);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 60px rgba(12, 90, 219, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.2);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.2); }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 60px rgba(12, 90, 219, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0); } }
/*=================================================
    10. element tab
==============================================================*/
/* reset tabs */
.nav-tabs .nav-item {
  margin-bottom: 0px; }
  .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: 0px; }

/* service tab */
.main-tabs {
  margin-bottom: 40px; }
  .main-tabs .nav-item {
    width: calc(calc(100% / 5) - 24px); }
    .main-tabs .nav-item:not(:last-child) {
      margin-right: 30px; }
    .main-tabs .nav-item .nav-link {
      display: block;
      min-height: 140px;
      text-align: center;
      color: #7a7a7a;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-radius: 2px;
      border: 1px solid #e5e8ed;
      padding: 27px 10px 26px;
      position: relative;
      background-color: #FFFFFF; }
      .main-tabs .nav-item .nav-link::before {
        position: absolute;
        content: "";
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 40px;
        width: 40px;
        border-top: solid #FFFFFF;
        border-left: solid transparent;
        border-right: solid transparent;
        border-width: 20px;
        -webkit-filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
        filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
        visibility: hidden; }
      .main-tabs .nav-item .nav-link span {
        display: block;
        min-height: 46px;
        margin-bottom: 14px; }
      .main-tabs .nav-item .nav-link.active {
        -webkit-box-shadow: 0px 5px 10px 0px rgba(3, 27, 78, 0.08);
        box-shadow: 0px 5px 10px 0px rgba(3, 27, 78, 0.08); }
        .main-tabs .nav-item .nav-link.active::before {
          opacity: 1;
          visibility: visible; }

/* tab swipe pricing table */
.main-nav-tab {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.6666666667rem;
  max-width: 326px;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: #0c5adb;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 0;
  z-index: 1;
  position: relative; }
  .main-nav-tab li {
    display: inline-block;
    width: calc(calc(100% /2) - 2px); }
    .main-nav-tab li a {
      display: block;
      color: #FFFFFF;
      min-width: 125px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      padding: 8px 31px;
      text-align: center; }
      .main-nav-tab li a.active {
        color: #0c5adb; }

.main-nav-tab li a,
.tab-swipe .indicator {
  border-radius: 1.5333333333rem; }

.tab-swipe {
  position: relative; }
  .tab-swipe .indicator {
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    height: calc(100% - 4px);
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.12); }

.tab-style2 > li > a.active {
  background-color: #FFFFFF;
  color: #0c5adb; }

.main-tab {
  margin-bottom: 40px;
  border-bottom: 1px solid #f7f7f7 !important; }
  .main-tab .nav-item {
    margin-bottom: -1px; }
    .main-tab .nav-item:not(:last-child) {
      margin-right: 55px; }
    .main-tab .nav-item .nav-link {
      padding-bottom: 23px;
      padding-left: 0;
      padding-right: 0;
      border-bottom: 1px solid transparent;
      color: #cacaca;
      font-size: 1.2rem;
      font-weight: 500; }
      .main-tab .nav-item .nav-link.active {
        border-color: currentColor;
        color: #000000; }

/*=================================================
    11. element top bar
==============================================================*/
/* top bar */
.xs-top-bar {
  background-color: #0c5adb;
  padding: 14px 0; }
  .xs-top-bar .xs-list {
    text-align: right;
    line-height: 1; }
    .xs-top-bar .xs-list li:not(:last-child) {
      margin-right: 17px; }
    .xs-top-bar .xs-list li a {
      color: #FFFFFF;
      font-size: 0.8666666667rem; }

.xs-top-bar-info {
  line-height: 1; }
  .xs-top-bar-info li {
    display: inline-block; }
    .xs-top-bar-info li:not(:last-child) {
      padding-right: 30px;
      margin-right: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .xs-top-bar-info li i {
      padding-right: 5px; }
    .xs-top-bar-info li a {
      font-size: 0.8666666667rem;
      color: #FFFFFF; }

/*=================================================
    12. hover box (team)
==============================================================*/
/* single box (======= team ========) */
.single-box {
  background-color: #FFFFFF;
  border-bottom: 3px solid rgba(12, 90, 219, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .single-box:hover {
    border-color: #0c5adb; }
    .single-box:hover .image::before {
      opacity: 1; }
    .single-box:hover .image .hover-area {
      opacity: 1;
      top: 50%; }
  .single-box .image {
    position: relative; }
    .single-box .image::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(12, 90, 219, 0.8);
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .single-box .image img {
      width: 100%; }
  .single-box .hover-area {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    z-index: 2;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0; }
    .single-box .hover-area .title {
      margin-bottom: 7px; }
      .single-box .hover-area .title a {
        color: #FFFFFF; }
    .single-box .hover-area .xs-list > li > a {
      color: #FFFFFF;
      font-size: 0.9333333333rem; }
      .single-box .hover-area .xs-list > li > a:hover {
        color: rgba(255, 255, 255, 0.5); }
  .single-box .title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0px; }
    .single-box .title a {
      color: #000000; }
  .single-box .description {
    font-size: 0.9333333333rem;
    margin-bottom: 10px; }
  .single-box .line {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 3px;
    display: block;
    margin-bottom: 15px; }
  .single-box .box-footer {
    padding: 30px 10px; }

.team-inner-style .single-box {
  margin-bottom: 30px; }

/*=================================================
    13. element map
==============================================================*/
.xs-map {
  height: 450px; }

.map-style2 .xs-map {
  height: 300px; }

.map-style3 .xs-map {
  height: 400px; }

/*=================================================
    14. element input filed
==============================================================*/
.xs-from .form-control {
  border: 1px solid #e7e7e7;
  background-color: #FFFFFF;
  height: 52px;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 30px; }
  .xs-from .form-control:focus {
    border-color: #0c5adb; }
  .xs-from .form-control.invaild {
    border-color: #ff3d3d; }
.xs-from input[type=number]::-webkit-inner-spin-button,
.xs-from input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.xs-from textarea.form-control {
  padding: 15px 30px;
  height: 134px;
  resize: none; }
.xs-from .form-group {
  margin-bottom: 30px; }

/*=================================================
    15. step button
==============================================================*/
.next-step {
  font-size: 1.6666666667rem;
  color: #0c5adb;
  border: 2px solid currentColor;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 100%; }
  .next-step:hover {
    color: #00138e; }

/*=================================================
    16. accordion
==============================================================*/
.faqAccordion {
  counter-reset: myCounter; }
  .faqAccordion .card {
    border: 0px;
    border-radius: 0px; }
    .faqAccordion .card:not(:last-child) {
      margin-bottom: 15px; }
  .faqAccordion .card-header {
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 0px; }
  .faqAccordion .btn-link {
    display: block;
    background-color: #FFFFFF;
    font-size: 1.0666666667rem;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    padding: 17px 40px;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    position: relative; }
    .faqAccordion .btn-link::before {
      content: counter(myCounter) ".";
      counter-increment: myCounter; }
    .faqAccordion .btn-link::after {
      content: "\e991";
      font-family: "iconfont";
      font-size: 0.9333333333rem;
      float: right;
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .faqAccordion .btn-link[aria-expanded="true"]::after {
      -webkit-transform: rotateX(-180deg);
      transform: rotateX(-180deg); }
  .faqAccordion .card-body {
    padding: 40px; }

/*=================================================
    17. faq question
==============================================================*/
.xs-faq-group [class^=col-]:first-child {
  counter-reset: my-awesome-counter -1; }
  .xs-faq-group [class^=col-]:first-child .xs-single-faq {
    counter-increment: my-awesome-counter 2; }
    .xs-faq-group [class^=col-]:first-child .xs-single-faq:last-child {
      margin-bottom: 0; }
.xs-faq-group [class^=col-]:last-child {
  counter-reset: my-awesome-counter; }
  .xs-faq-group [class^=col-]:last-child .xs-single-faq {
    counter-increment: my-awesome-counter 2; }
    .xs-faq-group [class^=col-]:last-child .xs-single-faq:last-child {
      margin-bottom: 0; }
.xs-faq-group .faq-question::before {
  content: counter(my-awesome-counter) ".";
  padding-right: 8px; }

.xs-single-faq {
  margin-bottom: 50px; }
  .xs-single-faq .faq-question {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700; }

.faq-question-area {
  position: relative; }
  .faq-question-area .doodle-parallax .single-doodle {
    position: absolute;
    opacity: .3; }
    .faq-question-area .doodle-parallax .single-doodle.one {
      right: -240px;
      bottom: 140px; }

.faq-question-wraper {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  border-bottom: 1px solid #f7f7f7; }

/*=================================================
    18. pulse animation
==============================================================*/
.pulse-anim {
  position: absolute;
  bottom: -40px;
  right: -50px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #cbdbf7;
  z-index: -1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .pulse-anim::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 42px #dbe6f9, 0 0 0 84px #ecf2fc;
    box-shadow: 0 0 0 42px #dbe6f9, 0 0 0 84px #ecf2fc;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes pulseone {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08); }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 45px rgba(12, 90, 219, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0); } }

@keyframes pulseone {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08); }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 45px rgba(12, 90, 219, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0); } }
@-webkit-keyframes pulsetwo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08); }
  70% {
    -webkit-box-shadow: 0 0 0 90px rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 90px rgba(12, 90, 219, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0); } }
@keyframes pulsetwo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.08); }
  70% {
    -webkit-box-shadow: 0 0 0 90px rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 90px rgba(12, 90, 219, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0); } }
@-webkit-keyframes pulsethree {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3173e1;
    box-shadow: 0 0 0 0 #3173e1; }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(49, 115, 225, 0);
    box-shadow: 0 0 0 45px rgba(49, 115, 225, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(49, 115, 225, 0);
    box-shadow: 0 0 0 0 rgba(49, 115, 225, 0); } }
@keyframes pulsethree {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3173e1;
    box-shadow: 0 0 0 0 #3173e1; }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(49, 115, 225, 0);
    box-shadow: 0 0 0 45px rgba(49, 115, 225, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(49, 115, 225, 0);
    box-shadow: 0 0 0 0 rgba(49, 115, 225, 0); } }
@-webkit-keyframes pulsefour {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1f67de;
    box-shadow: 0 0 0 0 #1f67de; }
  70% {
    -webkit-box-shadow: 0 0 0 90px rgba(31, 103, 222, 0);
    box-shadow: 0 0 0 90px rgba(31, 103, 222, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 103, 222, 0);
    box-shadow: 0 0 0 0 rgba(31, 103, 222, 0); } }
@keyframes pulsefour {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1f67de;
    box-shadow: 0 0 0 0 #1f67de; }
  70% {
    -webkit-box-shadow: 0 0 0 90px rgba(31, 103, 222, 0);
    box-shadow: 0 0 0 90px rgba(31, 103, 222, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 103, 222, 0);
    box-shadow: 0 0 0 0 rgba(31, 103, 222, 0); } }
/*=================================================
    19. search filed
==============================================================*/
.xs-serach {
  position: relative; }
  .xs-serach input:not([type="submit"]) {
    padding: 0 30px;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    height: 54px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .xs-serach input:not([type="submit"])::-moz-placeholder {
      color: #919191; }
    .xs-serach input:not([type="submit"])::-webkit-input-placeholder {
      color: #919191; }
    .xs-serach input:not([type="submit"]):-ms-input-placeholder {
      color: #919191; }
    .xs-serach input:not([type="submit"])::-ms-input-placeholder {
      color: #919191; }
    .xs-serach input:not([type="submit"])::placeholder {
      color: #919191; }
    .xs-serach input:not([type="submit"]):focus {
      border-color: #00138e; }
  .xs-serach .search-btn {
    width: 62px;
    border: 0px;
    color: #FFFFFF;
    font-size: 1.2rem;
    background-color: #0c5adb;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .xs-serach .search-btn:hover {
      background-color: #00138e; }
  .xs-serach.style2 input:not([type=submit]) {
    background-color: #f7f8fd;
    border: 0px;
    height: 44px;
    padding: 0 20px; }
    .xs-serach.style2 input:not([type=submit]):focus {
      background-color: #eff1fb; }
    .xs-serach.style2 input:not([type=submit])::-moz-placeholder {
      color: #9c9da0; }
    .xs-serach.style2 input:not([type=submit])::-webkit-input-placeholder {
      color: #9c9da0; }
    .xs-serach.style2 input:not([type=submit]):-ms-input-placeholder {
      color: #9c9da0; }
    .xs-serach.style2 input:not([type=submit])::-ms-input-placeholder {
      color: #9c9da0; }
    .xs-serach.style2 input:not([type=submit])::placeholder {
      color: #9c9da0; }
  .xs-serach.style2 .search-btn {
    color: #0c5adb;
    width: 40px;
    font-size: 0.9333333333rem;
    background-color: transparent; }
    .xs-serach.style2 .search-btn:hover {
      color: #00138e; }

/*=================================================
    20. select
==============================================================*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 16px;
  color: #7b7b7b;
  width: 230px;
  height: 44px;
  float: right; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f8fd;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 44px;
  border-radius: 5px;
  color: #8d8d90;
  text-align: left;
  font-size: 0.9333333333rem; }
  .select-styled:after {
    content: "\e874";
    position: absolute;
    top: 10px;
    right: 19px;
    font-family: "iconfont";
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    color: #000000; }
  .select-styled:hover {
    background-color: #eff1fb; }
  .select-styled:active, .select-styled.active {
    background-color: #e3e6f8; }
    .select-styled:active:after, .select-styled.active:after {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      color: #0c5adb; }
  .select-styled.active {
    color: #0c5adb; }

.select-options {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 0%;
  min-width: 230px;
  z-index: 999; }
  .select-options::before {
    position: absolute;
    content: "";
    top: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1; }
  .select-options li {
    padding: 15px;
    border-top: 1px solid #0b56d1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    font-size: 0.9333333333rem; }
    .select-options li:first-child {
      border-top: 0px; }
    .select-options li:hover {
      background: #0946ab; }
    .select-options li[rel="hide"] {
      display: none; }

.select-options,
.select-options::before {
  background-color: #0c5adb; }

/*=================================================
    21. product filter
==============================================================*/
.product-filter-area {
  margin-bottom: 30px; }

.product-filter-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-filter-wraper .woocommerce-ordering {
    margin-right: 50px;
    margin-bottom: 0; }

.woocommerce-ordering {
  position: relative;
  z-index: 10; }
  .woocommerce-ordering .shop-filter-title {
    color: #777777;
    font-size: 0.9333333333rem;
    position: relative;
    top: 9px;
    padding-right: 50px; }

.tab-filter .nav-tabs .nav-item .nav-link {
  border: 0px;
  color: #777777;
  font-size: 1.2rem;
  padding: 10px; }
  .tab-filter .nav-tabs .nav-item .nav-link.active {
    color: #0c5adb; }

/*=================================================
    22. product ribbon
==============================================================*/
.product-ribbon {
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  background-color: #0c5adb;
  padding: 9px 16px;
  font-size: 0.8666666667rem;
  color: #FFFFFF;
  line-height: 1; }

/*=================================================
    23. custom number
==============================================================*/
.custom_number {
  position: relative;
  height: 49px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
  float: right;
  border: 1px solid #f5f5f5;
  border-radius: 5px; }
  .custom_number .sub,
  .custom_number .add {
    float: right;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #777777;
    font-size: 0.8rem;
    padding: 5px 14px; }
  .custom_number .sub {
    position: absolute;
    bottom: 0;
    right: 0; }
  .custom_number input[type="number"] {
    height: 100%;
    width: auto;
    background-color: #FFFFFF;
    text-align: center;
    pointer-events: none;
    width: 62px;
    color: #000000;
    border: 0px;
    border-right: 1px solid #f5f5f5; }

.custom-number-wraper {
  display: inline-block; }
  .custom-number-wraper .title {
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    padding-right: 15px;
    margin-top: 11px; }

/*=================================================
    24. folating buttons
==============================================================*/
.round-info-icon {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  font-size: 0.9333333333rem;
  color: #000000;
  text-align: center; }
  .round-info-icon:hover {
    background-color: #0c5adb;
    color: #FFFFFF;
    border-color: #0c5adb; }

.floating-btn-wraper {
  position: relative; }

.btn-floating.active {
  background-color: #000000;
  color: #FFFFFF; }

.floating-icons-list {
  position: absolute;
  bottom: 100%;
  right: 0;
  text-align: center; }

.floating-icons-list.open > li:nth-child(1) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s; }
.floating-icons-list.hidden > li:nth-child(1) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }

.floating-icons-list.open > li:nth-child(2) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s; }
.floating-icons-list.hidden > li:nth-child(2) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s; }

.floating-icons-list.open > li:nth-child(3) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s; }
.floating-icons-list.hidden > li:nth-child(3) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s; }

.floating-icons-list.open > li:nth-child(4) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s; }
.floating-icons-list.hidden > li:nth-child(4) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s; }

.floating-icons-list.open > li:nth-child(5) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }
.floating-icons-list.hidden > li:nth-child(5) {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s; }

.floating-icons-list > li {
  margin-right: 0;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scale(0.4) translateY(40px) translateX(0px);
  -ms-transform: scale(0.4) translateY(40px) translateX(0px);
  transform: scale(0.4) translateY(40px) translateX(0px);
  visibility: hidden; }
.floating-icons-list.open > li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px) translateX(0px);
  -ms-transform: scale(1) translateY(0px) translateX(0px);
  transform: scale(1) translateY(0px) translateX(0px); }

/*=================================================
    25. help tip
==============================================================*/
.help-tip {
  text-align: center;
  background-color: #0c5adb;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
  display: inline-block;
  z-index: 9;
  position: relative; }
  .help-tip::before {
    content: '?';
    font-weight: bold;
    color: #fff; }
  .help-tip:hover .help-tip-text {
    display: block;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: tipFadeIn 0.3s ease-in-out;
    animation: tipFadeIn 0.3s ease-in-out; }
  .help-tip .help-tip-text {
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    min-width: 300px;
    position: absolute;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 8px;
    pointer-events: none;
    font-weight: 400; }
    .help-tip .help-tip-text::before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-bottom-color: #1E2021;
      right: 10px;
      top: -12px; }
    .help-tip .help-tip-text::after {
      width: 100%;
      height: 40px;
      content: '';
      position: absolute;
      top: -40px;
      left: 0; }

@-webkit-keyframes tipFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  100% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes tipFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  100% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*=================================================
    26. woocemmerce star rating
==============================================================*/
.woocommerce.woocommerce-product-rating .star-rating {
  margin: 0;
  margin-bottom: 30px;
  float: none;
  width: auto;
  overflow: visible;
  font-family: inherit; }
.woocommerce .star-rating {
  font-size: 0.9333333333rem; }
  .woocommerce .star-rating::before {
    content: '\f005\f005\f005\f005\f006';
    color: #efc71f;
    font-family: "FontAwesome";
    padding-right: 15px;
    letter-spacing: 3px;
    position: static; }
  .woocommerce .star-rating span::before {
    display: none; }
  .woocommerce .star-rating .woocommerce-review-link {
    color: #777777; }
    .woocommerce .star-rating .woocommerce-review-link:hover {
      color: #0c5adb; }
    .woocommerce .star-rating .woocommerce-review-link .count {
      overflow: visible;
      float: none;
      position: static;
      padding-top: 0; }

/*=================================================
    26. woo reviews
==============================================================*/
.rate-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .rate-list li b {
    font-weight: 400;
    color: #aaaaaa;
    font-size: 0.8rem;
    padding-left: 5px; }
  .rate-list li:last-child {
    margin-bottom: 0; }
  .rate-list li .rate-title {
    width: 15%;
    line-height: 1;
    font-size: 0.8rem;
    margin-top: 1px; }
  .rate-list li .rate-graph {
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: block;
    width: 65%;
    position: relative;
    overflow: hidden; }
    .rate-list li .rate-graph .rate-graph-bar {
      background-color: #fed700;
      border-radius: 5px;
      display: block;
      height: 100%; }
  .rate-list li .star-rating {
    width: 20%;
    margin-bottom: 0;
    text-align: right;
    margin-top: -2px;
    padding-right: 0;
    padding-left: 15px; }
    .rate-list li .star-rating::before {
      color: #fed700; }
    .rate-list li .star-rating[data-value="5"]::before {
      content: '\f005\f005\f005\f005\f005'; }
    .rate-list li .star-rating[data-value="4"]::before {
      content: '\f005\f005\f005\f005\f006'; }
    .rate-list li .star-rating[data-value="3"]::before {
      content: '\f005\f005\f005\f006\f006'; }
    .rate-list li .star-rating[data-value="2"]::before {
      content: '\f005\f005\f006\f006\f006'; }
    .rate-list li .star-rating[data-value="1"]::before {
      content: '\f005\f006\f006\f006\f006'; }

.rate-score .star-rating {
  font-size: 2rem;
  float: left; }
.rate-score .rating-score-des {
  font-size: 1.3333333333rem;
  float: left;
  margin-bottom: 0; }
  .rate-score .rating-score-des em {
    color: #ffa801; }
.rate-score .help-tip {
  float: right; }

.woocommerce .rate-score .star-rating {
  margin-bottom: 10px; }

.woocommerce-Reviews {
  padding-top: 50px; }
  .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 1.6rem;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 500; }
  .woocommerce-Reviews .comment_container .comment-text {
    float: right; }
  .woocommerce-Reviews .star-rating {
    font-family: inherit; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  height: 60px;
  border: 0px;
  padding: 0px;
  border-radius: 50%; }
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 30px;
  width: calc(100% - 70px); }
.woocommerce .comment-form-rating {
  display: inline-block;
  line-height: 1; }
  .woocommerce .comment-form-rating .star-rating {
    margin: 0;
    float: right;
    width: auto;
    overflow: visible;
    font-family: inherit;
    padding-left: 15px; }
.woocommerce .woocommerce-Reviews .comment-form {
  padding-top: 50px; }
  .woocommerce .woocommerce-Reviews .comment-form input:not([type="submit"]),
  .woocommerce .woocommerce-Reviews .comment-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .woocommerce .woocommerce-Reviews .comment-form input:not([type="submit"]):focus,
    .woocommerce .woocommerce-Reviews .comment-form textarea:focus {
      border-color: #0c5adb; }
  .woocommerce .woocommerce-Reviews .comment-form textarea {
    height: 100px;
    padding: 15px;
    resize: none; }
.woocommerce #respond input#submit {
  font-size: 0.8rem;
  padding: 12px 25px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #0c5adb;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .woocommerce #respond input#submit:hover {
    background-color: #00138e;
    color: #FFFFFF; }

/*=================================================
    27. owl style
==============================================================*/
.product-slider .owl-dots .owl-dot:not(:last-child) {
  margin-right: 12px; }
.product-slider .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.149);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .product-slider .owl-dots .owl-dot span::before {
    display: none; }
.product-slider .owl-dots .owl-dot.active span {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9); }

/*=================================================
    28. comment from
==============================================================*/
.comment-respond .comment-reply-title {
  margin-bottom: 20px; }
.comment-respond .xs-form .form-control {
  margin-bottom: 30px; }
.comment-respond .form-submit {
  margin-bottom: 0px; }
.comment-respond .comments-info {
  font-size: 1rem;
  margin-bottom: 35px; }
.comment-respond.respond-style2 {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background-color: #f5f5f5;
  padding: 60px 50px; }
  .comment-respond.respond-style2 .respond-header {
    margin-bottom: 35px; }
    .comment-respond.respond-style2 .respond-header .comment-reply-title {
      font-size: 1.8666666667rem;
      font-weight: 700;
      color: #0c5adb;
      margin-bottom: 0px; }
    .comment-respond.respond-style2 .respond-header > .border-divider + .comments-info {
      margin-top: 25px; }
    .comment-respond.respond-style2 .respond-header .comments-info {
      margin-bottom: 0px;
      color: #8c8c8c; }
  .comment-respond.respond-style2 .xs-form .form-control {
    border-color: #e7e7e7; }
    .comment-respond.respond-style2 .xs-form .form-control:focus {
      border-color: #0c5adb; }
.comment-respond .responsed-title {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px; }

.xs-form .form-control {
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 30px;
  background-color: #FFFFFF; }
  .xs-form .form-control:not(textarea) {
    height: 54px; }
  .xs-form .form-control:focus {
    border-color: #0c5adb;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07); }
  .xs-form .form-control::-moz-placeholder {
    color: #7a7a7a;
    font-size: 1rem; }
  .xs-form .form-control::-webkit-input-placeholder {
    color: #7a7a7a;
    font-size: 1rem; }
  .xs-form .form-control:-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 1rem; }
  .xs-form .form-control::-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 1rem; }
  .xs-form .form-control::placeholder {
    color: #7a7a7a;
    font-size: 1rem; }
.xs-form textarea.form-control {
  padding-top: 20px;
  height: 154px;
  resize: none; }

/*=================================================
    29. comment respond area
==============================================================*/
.xs-comments-area {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e7e7e7; }
  .xs-comments-area .comments-title {
    margin-bottom: 45px;
    font-size: 1.4666666667rem;
    font-weight: 500; }
  .xs-comments-area .comment-body:before {
    display: table;
    content: "";
    clear: both; }
  .xs-comments-area .comment-body img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    float: left; }
  .xs-comments-area .meta-data {
    margin-left: 100px; }
  .xs-comments-area .reply {
    float: right; }
    .xs-comments-area .reply .comment-reply-link {
      color: #626c84;
      font-size: 1rem; }
      .xs-comments-area .reply .comment-reply-link:hover {
        color: #0c5adb; }
  .xs-comments-area .comment-author a {
    font-weight: 500;
    color: #181818; }
    .xs-comments-area .comment-author a:hover {
      color: #0c5adb; }
    .xs-comments-area .comment-author a::after {
      content: "/";
      padding: 0 5px;
      color: #7a7a7a; }
  .xs-comments-area .comment-author > p {
    display: inline-block; }
  .xs-comments-area .comment-date {
    color: #7a7a7a;
    margin-bottom: 0px;
    font-weight: 500; }
  .xs-comments-area .comment-content {
    margin-top: 10px;
    padding-right: 50px; }
    .xs-comments-area .comment-content p {
      margin-bottom: 0px; }
  .xs-comments-area .comment:not(:last-child) .children {
    margin-left: 70px; }
  .xs-comments-area .comment:not(:last-child) .meta-data {
    margin-bottom: 50px; }
  .xs-comments-area.comment-style2 {
    padding: 60px 50px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    background-color: #FFFFFF; }
    .xs-comments-area.comment-style2 .comment:not(:last-child) .comment-body {
      padding-bottom: 35px;
      margin-bottom: 35px;
      border-bottom: 1px solid #f5f5f5; }
    .xs-comments-area.comment-style2 .comment:not(:last-child) .meta-data {
      margin-bottom: 0px; }
    .xs-comments-area.comment-style2 .comment:not(:last-child) .children {
      margin-left: 0px;
      padding-left: 50px; }
    .xs-comments-area.comment-style2 .comment-header {
      margin-bottom: 30px; }
    .xs-comments-area.comment-style2 .comments-title {
      margin-bottom: 0px;
      font-size: 1.8666666667rem;
      color: #0c5adb;
      font-weight: 700; }
    .xs-comments-area.comment-style2 .meta-data {
      margin-left: 70px; }
    .xs-comments-area.comment-style2 .comment-author > a {
      color: #000000;
      font-weight: 700;
      margin-right: 40px; }
      .xs-comments-area.comment-style2 .comment-author > a::after {
        display: none; }
    .xs-comments-area.comment-style2 .comment-author > p {
      color: #606060; }
      .xs-comments-area.comment-style2 .comment-author > p:not(:last-child) {
        margin-right: 40px; }
    .xs-comments-area.comment-style2 .comment-body img {
      width: 50px;
      height: 50px;
      -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12); }
    .xs-comments-area.comment-style2 .reply {
      line-height: 1; }
      .xs-comments-area.comment-style2 .reply .comment-reply-link {
        font-size: 1.6666666667rem;
        color: #0c5adb; }
        .xs-comments-area.comment-style2 .reply .comment-reply-link:hover {
          color: #00138e; }

/*=================================================
    30. typography
==============================================================*/
.font-size-list span {
  color: #676767;
  font-size: 1rem;
  font-weight: 400; }
.font-size-list h2 {
  font-size: 3.2rem;
  font-weight: 900; }

.typography-group:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 90px;
  margin-bottom: 100px; }

/*=================================================
    31. drop caps
==============================================================*/
.dropcaps::first-letter {
  font-size: 2.8rem;
  font-weight: 700;
  float: left;
  line-height: 25px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px; }
.dropcaps.style2::first-letter {
  color: #0c5adb; }

/*=================================================
    32. blockquote
==============================================================*/
blockquote {
  background-color: #f7f7f7;
  padding: 40px; }
  blockquote::before {
    content: '\e939';
    font-family: "iconfont";
    font-size: 6rem;
    color: #0c5adb;
    float: left;
    line-height: 1;
    margin-top: -6px; }
  blockquote > p {
    color: #5d5d5d;
    font-weight: 700;
    font-style: italic;
    padding-left: 117px; }

/*=================================================
    33. author card
==============================================================*/
.author-card {
  background-color: #0c5adb;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 60px 50px;
  margin-bottom: 60px; }
  .author-card .author-header {
    margin-bottom: 40px; }
    .author-card .author-header .author-title {
      color: #FFFFFF;
      font-size: 1.8666666667rem;
      font-weight: 700;
      margin-bottom: 0px; }
  .author-card .author-img {
    margin-right: 28px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    overflow: hidden; }
  .author-card .author-bio .author-name {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .author-card .author-bio .authr-designation {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #95b3ee;
    margin-bottom: 20px; }
  .author-card .author-bio p {
    color: #95b3ee;
    margin-bottom: 30px; }
  .author-card .author-bio .simple-social-list > li:not(:last-child) {
    margin-right: 10px; }
  .author-card .author-bio .simple-social-list > li > a {
    font-size: 0.9333333333rem; }
    .author-card .author-bio .simple-social-list > li > a:hover {
      opacity: .7; }

/*=================================================
    34. post navigation
==============================================================*/
.post-navigation {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 60px 50px;
  margin-bottom: 60px; }
  .post-navigation .post-title {
    font-size: 0.9333333333rem;
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .post-navigation [class^="col-"] + [class^="col-"] .single-post-nav {
    text-align: right;
    margin-right: 0px;
    margin-left: 30px; }
    .post-navigation [class^="col-"] + [class^="col-"] .single-post-nav .post-nav-img {
      margin-right: 0px;
      margin-left: 20px; }
    .post-navigation [class^="col-"] + [class^="col-"] .single-post-nav > .media {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.single-post-nav {
  display: block;
  margin-right: 30px; }
  .single-post-nav .post-nav-title {
    margin-bottom: 25px;
    font-size: 1.2rem;
    color: #0c5adb;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .single-post-nav .post-nav-title.icon-left > i {
      padding-right: 10px;
      float: left; }
    .single-post-nav .post-nav-title.icon-right > i {
      float: right;
      padding-left: 10px; }
  .single-post-nav:hover .post-nav-title {
    color: #00138e; }
  .single-post-nav:hover .post-title {
    color: #0c5adb; }
  .single-post-nav:hover .post-nav-img {
    opacity: .8; }

.post-nav-img {
  border-radius: 5px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.post-previous {
  border-right: 2.5px solid; }

.post-next {
  border-left: 2.5px solid; }

.post-previous,
.post-next {
  border-color: #f5f5f5; }

/*=================================================
    35. chart
==============================================================*/
.piechats-wraper .single-piechart {
  float: left;
  display: inline-block;
  position: relative; }
  .piechats-wraper .single-piechart:not(:last-child) {
    margin-right: 10px; }
  .piechats-wraper .single-piechart .chart-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .piechats-wraper .single-piechart .chart-content > p {
      margin-bottom: 4px;
      color: #000000;
      font-size: 0.9333333333rem; }
    .piechats-wraper .single-piechart .chart-content > .chart-value {
      font-size: 1.8666666667rem;
      font-weight: 900;
      font-family: "Lato", sans-serif;
      line-height: 1; }

/*=================================================
    36. boostlisting
==============================================================*/
.boosting-lists {
  counter-reset: my-counter; }

.boosting-list {
  position: relative;
  padding-left: 48px; }
  .boosting-list:not(:last-child) {
    margin-bottom: 50px; }
  .boosting-list p a {
    color: #0c5adb;
    text-decoration: underline; }
    .boosting-list p a:hover {
      color: #00138e; }
  .boosting-list .count-number {
    font-size: 6rem;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 1;
    color: rgba(0, 0, 0, 0.07);
    position: absolute;
    top: -25px;
    left: 0; }
    .boosting-list .count-number::before {
      counter-increment: my-counter;
      content: "0" counter(my-counter); }

/*=================================================
    element inheritance
==============================================================*/
.xs-mb-0 {
  margin-bottom: 0px; }

.xs-pb-0 {
  padding-bottom: 0px; }

.xs-mb-1 {
  margin-bottom: 10px; }

.xs-pb-1 {
  padding-bottom: 10px; }

.xs-mb-2 {
  margin-bottom: 20px; }

.xs-pb-2 {
  padding-bottom: 20px; }

.xs-mb-3 {
  margin-bottom: 30px; }

.xs-pb-3 {
  padding-bottom: 30px; }

.xs-mb-4 {
  margin-bottom: 40px; }

.xs-pb-4 {
  padding-bottom: 40px; }

.xs-mb-5 {
  margin-bottom: 50px; }

.xs-pb-5 {
  padding-bottom: 50px; }

.xs-mb-6 {
  margin-bottom: 60px; }

.xs-pb-6 {
  padding-bottom: 60px; }

.xs-mb-7 {
  margin-bottom: 70px; }

.xs-pb-7 {
  padding-bottom: 70px; }

.xs-mb-8 {
  margin-bottom: 80px; }

.xs-pb-8 {
  padding-bottom: 80px; }

.xs-mb-9 {
  margin-bottom: 90px; }

.xs-pb-9 {
  padding-bottom: 90px; }

.xs-mb-10 {
  margin-bottom: 100px; }

.xs-pb-10 {
  padding-bottom: 100px; }

/* margin 0 */
.xs-margin-0 {
  margin: 0; }

/* xs padding */
.xs-padding-0 {
  padding: 0; }

/* overlay list */
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 0; }

.gradient-bg {
  background: #1bc4fd;
  background: -webkit-gradient(linear, left top, right top, from(#1bc4fd), to(#383bff));
  background: -webkit-linear-gradient(left, #1bc4fd 0%, #383bff 100%);
  background: -o-linear-gradient(left, #1bc4fd 0%, #383bff 100%);
  background: linear-gradient(90deg, #1bc4fd 0%, #383bff 100%); }
  .gradient-bg .xs-heading .section-title,
  .gradient-bg .xs-heading .section-subtitle {
    color: #FFFFFF; }

/* color */
.black-color {
  color: #000000; }

/* background color */
.black-bg {
  background-color: #000000; }

/* color */
.white-color {
  color: #FFFFFF; }

/* background color */
.white-bg {
  background-color: #FFFFFF; }

/* color */
.primary-color {
  color: #0c5adb; }

/* background color */
.primary-bg {
  background-color: #0c5adb; }

/* color */
.secondary-color {
  color: #00138e; }

/* background color */
.secondary-bg {
  background-color: #00138e; }

/* color */
.gray-color {
  color: #f3f5f9; }

/* background color */
.gray-bg {
  background-color: #f3f5f9; }

/* remove from control focus box shadow */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* bootstrap nav style reset */
.nav-tabs {
  border-bottom: 0px; }

/* owl image preset */
.owl-carousel .owl-item img {
  width: auto; }

/* tab pane animation */
.tab-pane.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

/* remove iframe box shadow and background */
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

/* simple button */
.simple-btn {
  font-weight: 700;
  display: inline-block; }
  .simple-btn i {
    padding-left: 8px;
    position: relative;
    top: 2px;
    -webkit-transition: padding-left .4s ease;
    -o-transition: padding-left .4s ease;
    transition: padding-left .4s ease; }
  .simple-btn:hover i {
    padding-left: 4px; }

p:last-child {
  margin-bottom: 0px; }

/* section padding */
.xs-section-padding {
  padding: 100px 0; }

.xs-section-padding-bottom {
  padding-bottom: 100px; }

.xs-section-padding-top {
  padding-top: 100px; }

.section-padding-small-bottom {
  padding-bottom: 65px; }

.section-padding-small-top {
  padding-top: 65px; }

.section-padding-small {
  padding: 65px 0px; }

a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

h1, h2, h3, h4, h5 {
  color: #181818;
  font-family: "Lato", sans-serif; }

h1, .banner-title {
  color: #FFFFFF;
  font-size: 3.7333333333rem;
  font-weight: 900; }

h3, .section-title {
  font-size: 2.4rem;
  font-weight: 900; }
  h3 a, .section-title a {
    color: inherit; }
    h3 a:hover, .section-title a:hover {
      color: #0c5adb; }

h4, .xs-content-title {
  font-size: 1.6rem;
  font-weight: 700; }
  h4.small, .xs-content-title.small {
    font-size: 1.3333333333rem;
    font-weight: 700; }
  h4 a, .xs-content-title a {
    color: inherit; }
    h4 a:hover, .xs-content-title a:hover {
      color: #0c5adb; }

iframe {
  width: 100%;
  height: 100%; }

img[data-scrollax] {
  pointer-events: none; }

.vertical-dots {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0c5adb;
  -webkit-box-shadow: 0px 6px 0px 0px #0c5adb, 0px 12px 0px 0px #0c5adb;
  box-shadow: 0px 6px 0px 0px #0c5adb, 0px 12px 0px 0px #0c5adb;
  position: relative;
  top: -8px; }

.border-divider {
  height: 4px;
  width: 30px;
  display: inline-block;
  background-color: #0c5adb;
  border-radius: 2px;
  position: relative;
  margin-left: 27px; }
  .border-divider::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #0c5adb;
    -webkit-box-shadow: 9px 0px 0px 0px #0c5adb, 18px 0px 0px 0px #0c5adb;
    box-shadow: 9px 0px 0px 0px #0c5adb, 18px 0px 0px 0px #0c5adb; }
  .border-divider.style-white {
    background-color: #FFFFFF; }
    .border-divider.style-white::before {
      background-color: #FFFFFF;
      -webkit-box-shadow: 9px 0px 0px 0px #FFFFFF, 18px 0px 0px 0px #FFFFFF;
      box-shadow: 9px 0px 0px 0px #FFFFFF, 18px 0px 0px 0px #FFFFFF; }

.big-watermark-icon {
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .05;
  font-size: 30.6666666667rem;
  color: #000000;
  line-height: 1; }
  .big-watermark-icon.small-version {
    bottom: 80px;
    opacity: .03;
    font-size: 20rem;
    color: #000000; }
	
body{
	margin: 0;
	padding: 0;
	background: #ecf0f7;
	background-repeat: repeat !important;
	color: #141742;
	font-family: 'Exo 2', sans-serif;
}

.navmenu {
	margin-bottom: -15px !important;opacity: 0.99;
	background: #242752;
	padding: 3px 0;
	border-radius: 0;
	border: 1px solid #1d2045 !important;	
}

.navbar-brand {
	color: #4590f9 !important;
	font-size: 32px;
	line-height: 26px;
}
.navbar-brand:hover {
	color: #ff0773 !important;
}
.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 600;
}
.navbar {
	padding-top: .1rem;
	padding-bottom: .1rem;
  }
.navbar-nav a{
	font-size: 1.2em;
	color: #e2e2f7 !important;
	padding: 3px 6px;
	border-radius: 10px;
	margin: 1px 4px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.navbar-nav a{
		font-size: 1em;
	}
}
.navbar-nav a:hover{
	color: #fff !important;
	border-radius: 1em;
}

.home {margin-top: 10px;
	border-radius: 0 !important;
	padding: 15px 5px !important;
	border: 0px solid #7b40e4 !important;	
	box-shadow: none !important;
	background-image: linear-gradient(170deg,#3d9bfc, #f53a8b);
}

.home h1 {
	color: #fff !important;
	text-shadow: 2px 2px 0px rgba(26,26,26,0.2);
	font-weight: 800;
	font-size: 2.3em;
}
.home p {
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(26,26,26,0.3);
	font-size: 1.4em;
}
.homest {
	margin-top: -15px;
	border-bottom: 0px solid #3d9bfc !important;	
	background-color: #fff;
}
.home .btn {
	background-ima1ge: linear-gradient(270deg, #3d9bfc, #7b40e4, #f53a8b);
}
.wrapper {
	padding: 15px 10px 0;
	border1: 1px solid #dfe3f9 !important;	
	background-color1: rgba(255, 255, 255, 1);
	box-shadow1: 4px 4px 0px 4px #e7eafc !important;
	border-radiu1s: 1em;
}

.wrap-title{
	color: #222335;display:inline-block;
	padding: 3px 7px 6px;
	font-weight: 800;
}
.wrap-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	background: #3d9bfc;
	background-image: linear-gradient(270deg, #3d9bfc, #7b40e4, #f53a8b);
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;height: 6px;
}
.content-title{
	color: #222335;display:inline-block;
	padding: 3px 7px 5px;
	font-weight: 800;
}

.content-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	background: #3d9bfc;
	background-image: linear-gradient(270deg, #3d9bfc, #7b40e4, #f53a8b);
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;height: 6px;
}


.footer {
	margin: 15px 0 0;
	padding: 10px 0; border1-radius: 0 0 1em 1em;
	border-bottom1: 4px solid #3d9bfc;
	background: #242752;
}



.pnl div {
	padding: 5px;
	border-bottom: 1px solid #d0d2e8;	
}
.pnl div span {
	
}
.pnl div:last-child {
	border-bottom: 0;
  }
.pnl .badge {
	font-size: 14px;
	
}

/* Stats block */
.stat {
	backgroun1d: #fff;
	borde1r: 2px solid #dedef2;
	box-shado1w: 2px 2px 0px 0px rgba(25, 37, 55,0.05) !important;
	border-radius: 8px;
	margin-bottom: 5px;
	padding: 0px 5px 0;
	position: relative;
	box-shadow1: 4px 4px 0px 0px rgba(59, 45, 93, 0.1);
}
.stat2 {
	border-radius: 2px;
  }

.stat-count {
	color: #302f5b;
	background: rgba(255, 255, 255,0.9);
	border: 1px solid #e1e1f0;
	font-size: 1.9em;
	font-weight: 800;
	line-height: 1;
	border-radius: 8px;
	padding: 3px;margin: 0px 10px 10px;
	display: block;
}
.stat-count small {
	font-size: 70%;
}
.stat-title{
	color: #32324a;
	padding: 1px;
	font-size: 100%;
	font-weight: 600;
}

.stat i {
	color: #48a1fb;
	background: #fc4a1a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4.2em;
	transition-duration: 180ms;
	transform: scale(0.9);
  }
.stat:hover i {
	  transform: scale(1);
	}

	.stats {
		background: #ddddf3;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 2px 2px 0;
	}
	.stats2 {
		overflow: hidden;
		border-radius: 2px;
		background-color:rgba(255, 255, 255, 0.98);
	
	  }
	  .stats2.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: #ebedfb;
}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
	
.bg-light {
	font-size: 1.2em;
	border-radius: 12px;
	background-color: #FFFFFF !important;
	border-color: rgba(20, 40, 210, 0.1);
	box-shadow: 0px 0px 0px 0px rgba(25, 47, 215,0.08) !important;
	padding: 4px;
	margin: 20px;
}

.card-header {
	background-color: #FFFFFF !important;
	border-radius: 12px;
	
}
.card {
	border-color: rgba(20, 40, 210, 0.1);
	box-shadow: 3px 3px 0px 0px rgba(25, 47, 215,0.08) !important;
}

/* Buttons */
.btn-lg {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    border: 1px solid rgba(26,26,26,0.2) !important;
	box-shadow: 3px 4px 0px 0px rgba(26,26,26,0.1);
	border-radius: 10px;
	font-weight: bold;
}



.btn-danger {
	background-color: #e4165b;
	border-color: #c8124f;
}
.btn-danger:hover {
	background-color: #c5134e;
}
.btn-warning {
	background-color: #fc1;
}
.btn-warning:hover {
	background-color: #f8b926;
}

.btn-success {
	background-color: #029e55;
}
.btn-success:hover {
	background-color: #0b9153;
}
.btn-primary {
	background-color: #4ba5ff;
	background-image: linear-gradient(120deg, #4ba5ff, #7b40e4);
}
.btn-primary:hover {
	background-color: #7b40e4;
	background-image: linear-gradient(210deg, #4ba5ff, #7b40e4);
}

.btn2 {
	border-radius: 12px !important;
	background-color: #ff7c43!important;
	border: 0px solid rgba(253, 248, 248, 0.3) !important;	
	padding: -10px 10px !important;
	margin: -10px auto; text-align: center;
}
.btn2:hover {
   background-color: #fff!important;
   color: #ff7c43!important;
}
.btn-lg:hover {
    border: 2px solid #fff;
	box-shadow: 3px 3px 0px 1px rgba(26,26,26,0.2);
}


.btn-outline-dark {
	color: #333a4d;
	border: 1px #435a6d solid !important;
}

.title {
	font-size: 1.5em;
	font-weight: 800;
}
.title::after {
	position: relative;
	bottom: 0; left: 0;
	display: block;
	content: "";
	background: #ff00ff;
	border-radius: 4px;
	padding: 0;
	width: 55px;height: 6px;
}

.check-list span{
	display: block; text-align: center;
	padding: 3px 0px;
}
.check-list div:hover div{
	position: relative;
}
.check-list .check-oval {
	background-color: #f7faff;
	border: 1px solid #e1e1f0;
	position: relative;
	font-size: 15px; font-weight: bold;
	display: block;z-index: 33;
	margin: 5px auto; padding: 5px 0 0; text-align: center;
	border-radius: 10px;
}
.check-list div .check-oval img{
	width: 66px;
}
.check-list div:hover .check-oval img{
	width: 66px;
	transform: scale(1.1);
}

.card2 {
	border-radius: 1em;
	border: 14px solid #00a89a !important;	
	background: #016a62;
	box-shadow: inset 0px 0px 33px 40px rgba(53, 75, 65, 0.1) !important;
	text-shadow: 1px 1px 2px rgba(26,26,26,0.4);
	position: relative;
	overflow: hidden;
	padding: 8px 0;
}
.card2::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%; 
	opacity: 0.1;
	z-index: 2;
	background: url("/img/halfton.png")  no-repeat center center;
	background-size: cover;
	transition-duration: 120ms;
  }

  .moneycenter {
	content: "";
	position: absolute;left: 0; top:5%;
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 210px;height: 210px;
	opacity: 0.1; 
	z-index: 2;
	background: #fff;
	border-radius: 100%;
	transform: scale(0.9);
  }

  .money {
	position:absolute;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-color: #00a89a;
	border-radius: 3em;
	z-index: 3;
}
.card2 .fa {
	font-size: 30px;
}
/* ACCOUNT STYLE */
.content {
	float: left;
	display: block;
	width: calc(100% - 300px);
}
.content > div {
	margin: 0; padding: 0;
}




.serf {
	border-radius: 12px;margin: 7px 5px !important;
	padding: 15px;
	border: 2px solid #e1e1f0 !important;
	display: inline;
	float: left;
	width: 380px;
	background: #fff;
	height: 225px;
	
}
@media only screen and (max-width: 791px) {
.serf {
		
}
}
.serf-link {
	font-size: 18px;
	font-weight: 700; color: #3b3d58 !important;
	text-decoration: none !important;
}
.serf .card-footer {
	color: rgb(111, 107, 125);
	font-size: 18px;
	font-weight: 500 !important;
	background: #fff;
	
}
.serf:hover {
	border: 2px solid  #e1e1f0 !important;
}

.serf .bg-danger {
	background: #fbb1a2!important;
	
}
.serf:hover .bg-danger {
	background: #ff7c43!important;
	
}

.serf .bg-primary {
	background: #ecf0f7 !important;
}
.serf:hover .bg-primary {
	background: #ecf0f7 !important;
}

.serf-link:hover {color: #ff7c43 !important;}

.tarif .card {
	border-radius: 0.5em;
	border: 2px solid #00a88a !important;
	background: #fff;
	background-size: 24px;
}
.tarif .card-img {
	padding: 5px 23% 15px;
}
.tarif .card .card-img {
	transition-duration: 180ms;
	transform: scale(0.9);
	opacity: 0.95;
  }
  .tarif .card:hover .card-img{
	  transform: scale(1);
	  opacity: 1;
	  filter: drop-shadow(0 0 8px #05493d);
	}

.tarif .p-2 {
	border-radius: 0 0 0.5em 0.5em;
	background-color: rgba(245, 255, 250,0.9);
	border-top: 2px solid #00a88a !important;
}
.tarif .btn {
	margin-botto1m:-50px;
}
.titlec {
	color: #fff; font-weight: bold;
	text-shadow: 1px 1px 1px rgba(26,26,26,0.7);
	background1: linear-gradient(-90deg, transparent, #d49503, transparent);
	border-radius: 0; padding: 0px 0 5px;
	margin: -20px 0px 0px 0px;
}


.leftbar {
	width: 290px;
	margin: 0px 10px 5px 0px;
	display: block;
	float: left;
}
.leftbar .menubar {
	border-radius: 4px;
	background-image: ;
	opacity: 1.0;
}
.leftbar__menu {
	padding: 2px;
}
.leftbar__menu li {
	display: block;
	opacity: 1.0;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	color: #fff;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 14px 5px;
	margin: 10px 2px;
	border-radius: 12px;
	background: #ff7c43;
	box-shadow: 0 5px #D5805D;
	
}
.leftbar__menu li a:before {
content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	transition: all 0.5s ease;
}

.leftbar__menu li a:hover:before {
	width: 100%;
}

.leftbar__menu li a:active {
  background-color: #FDBDA5;
  box-shadow: 0 3px #C65424;
  transform: translateY(4px);
}

.leftbar__menu li a span{
	text-shadow: 1px 1px 1px rgba(26,26,26,0.2);
	font-size: 18px;
	
}



.leftbar__menu li a img {
	
	position: relative;
	text-align: right;
	line-height: 1.2;
	margin-right: 15px;
	width: 60px; 
	padding: 2px; 
	text-align: right;
transform: scale(0.9);
-webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: transform 250ms ease, opacity 250ms ease;
transition: transform 250ms ease, opacity 250ms ease, -webkit-transform 250ms ease;
}

.leftbar__menu li a:hover i{
	color: #ff4c60 !important;
}

/*MENU V KABINE*/
.divide {
	border-top: 1px dashed rgba(70, 60, 50, 0.2);
}
.menu-title {
	padding: 5px 10px;
	color: #6e8;
}

.menu2 {
	text-align: center;
	color: #fff;
	margin-top: 15px;
	margin-left: 10px;
	padding: 20px;
	font-size: 24px;
	font-weight:600;
	line-height: 26px;
	cursor: pointer;
	border-radius: 12px;
	background: #ff7c43;
	box-shadow: 0 5px #D5805D;
}
.menu2:active {
  
  box-shadow: 0 3px #C65424;
  transform: translateY(4px);
}
.menu2 i {
	position: relative; margin-right: 14px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	padding: 5px;margin: 5px 5px 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	background-color: rgba(245,250,255,0.05) !important;
	padding: 3px;
	margin-bottom: 5px;
	border-radius: 1em;
}
.topbar__balance p {
	color: #abc;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 32px;
	color: #f5f6f7;
}

.topbar-rekl {
	font-size: 14px !important;
}
.topbar-rekl p b{
	font-size: 24px;
	color: #f5f6f7;
}
.topbar-rekl p {
	font-size: 14px;
}
.topbar__balance a {
	font-size: 14px;
	letter-spacing: .75px;
	color: #fff;
	transition: color 0.2s ease;
}
.leftbar__menu li a {
	padding-left: 10px;
	font-size: 17px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	padding-right: 13px;position: relative; top: 2px;
	display: inline;
}

.menu2 {
	display: none;
}

@media only screen and (max-width: 791px) {
.content, .leftbar {
	width: 97%;
	float: none;
	margin-left: 3px;margin-bottom: 5px;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.menu2 {
	display: block;
}
html.min-menu .content {
	width: 97%;
	float: none;
	margin-left: 0;
}
html.min-menu .menu2 span {
	opacity: 1;
}
html.min-menu .leftbar {
	float: none;
	width: 97%;
}
html.min-menu .topbar {
	display: block;
}
html.min-menu .menu__wrapper {
	max-height: 1300px;
}
html.min-menu .leftbar__menu li a span {
	display: inline;
}
html.min-menu .leftbar_head {
	display: block;
}
html.min-menu .leftbar__menu li a:hover {
	width: 97%;
}
}

/* Контейнер для кнопки */
.css-modal-checkbox-container {
    height: 60px;
    display:flex;
    align-items:center;
    justify-content:center;
	text-align: center!important;
	
}
@media (max-width: 767px) {
    .css-modal-checkbox-container {
        align-items:center;
    justify-content:center;
	text-align: center!important;
		}
		
		
       
    }
/* Убираем флажок */
#css-modal-checkbox {
    display: none;
}
/* Кнопка для открытия */
.css-modal-checkbox {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', Тahoma, sans-serif;
    background: #a8c5d6;
    cursor: pointer;
    border: 2px solid #BFE2FF;
    overflow: hidden;
    z-index: 1;    
}
.css-modal-checkbox:hover,
.css-modal-checkbox:active,
.css-modal-checkbox:focus {
    color: #FFF;
}
.css-modal-checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #2D6B9F;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}
.css-modal-checkbox:hover:before,
.css-modal-checkbox:active:before,
.css-modal-checkbox:focus:before {
    transform: translateX(0);
}
 
/* Контейнер, который затемняет страницу */
#css-modal-checkbox + .cmc {
    display: none;
}
#css-modal-checkbox:checked + .cmc {
    display:flex;
    align-items:center;
    justify-content:center;    
    z-index: 400;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg 0.5s ease;
    background: rgba(51, 122, 183, 0.7);
}
 
/* Модальное окно */
#css-modal-checkbox:checked + .cmc .cmt {
    font-family: Verdana, sans-serif;  
    font-size: 16px;
    padding: 20px;
    width:80%;
    max-width: 600px;
    max-height: 70%;
    transition: 0.5s;
    border: 6px solid #e3e6fc;
    border-radius: 8px;
    background: #f3f4ff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    text-align: justify;
    overflow: auto;
    animation: scale 0.5s ease;
}
/* Кнопка с крестиком закрывающая окно */
.css-modal-close {
    content: "";
    width: 50px;
    height: 50px;
    border: 6px solid #e3e6fc;
    border-radius: 8px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23337AB7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-color: #FFF;
    background-size: cover;
    animation: move 0.5s ease;
    cursor: pointer;
}



/* Progress Style */
.progress-title{
 font-size: 18px;
 font-weight: 700;
 color: #343a40;
 margin: 0 0 30px;
}
.progress{
 height: 3px;
 background: #8e44ad;
 border-radius: 0;
 margin-bottom: 30px;
 overflow: visible;
 box-shadow: none;
 position: relative;
}
.progress .progress-bar{
 height:8px;
 position: relative;
 top: -3px;
 box-shadow: none;
 animation: animate-positive 2s;
}
.progress .progress-value{
 display: block;
 font-size: 18px;
 font-weight: bold;
 color: #343a40;
 position: absolute;
 top: -30px;
 left: 0px;
}
.progress.pink{
 background: #d01d4c;
}
.progress.green{
 background: #248075;
}
.progress.yellow{
 background: #faa916;
}
@-webkit-keyframes animate-positive{
 0% { width: 0%; }
}
@keyframes animate-positive{
 0% { width: 0%; }
}


[data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
	cursor: pointer;
   }
   [data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 300px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #00138e; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
   } 
   [data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: 2em; /* Положение подсказки */
	z-index: 300;
   }


