/******************************************************************
Theme Name: Pixels App Landing Template
Description: Premium HTML5 App Landing Template
Author: Codepixar
Author URI: http://www.codepixar.com/
Version: 1.0
Created: 20/08/2017
******************************************************************/
/*------------------------------------------------------------------
[Layout]

* body
  + Header / .site-header
  + Content / .site-main
    - Contetnt Area / .section
  + Footer / .site-footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.  Common Styles
  1.1 Variables
  1.2 Mixins
  1.3 Flexbox
  1.4 Reset
2.  Header
3.  Slider / Banner
4.  Feature
5.  About
6.  How Does It Work
7.  Special Feature
8.  Video
9.  Screen Shots
10. Team
11. Testimonial
12. Pricing Table
13. FAQ
14. CTA
15. Blog
16. Subscription
17. Contact Form
18. Footer

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background: #fff (White)
Heading: #333333
Text : #555555
Gray : #f7fafc


-----------------------------------------------------------------------*/

/*---------------------------------------------------------------------
[Typography]

Body  : 14px/24px 'Open Sans', sans-serif;
Heading : 'Dosis', sans-serif;
  h1  :   36px
  h2  :   30px
  h3  :   24px
  h4  :   18px
  h5  :   14px
  h6  :   12px
-----------------------------------------------------------------------*/
/* =================================== */
/*  Basic Style 
/* =================================== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
  font-weight: 300;
}

body {
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  overflow-x: hidden;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #555555;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.alert {
  color: green;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9fafc;
}

.p1-bg {
  background: #ef484d;
}

.p1-color, .footer-content p.color-1 a:hover {
  color: #ef484d;
}

.p2-bg, .home-2 .is-sticky .common-header, .app-btn.color-2:hover, .app-btn.color-2.active, .video-box .video-overlay-2, .single-s-feature.color-2 .icon:after, .active-screen-carousel .item .overlay-bg-2, .subscribe-field button.color-2, .submit-btn.color-2 button, .single-member.color-2 ul li a:hover, .single-pricing-table.price-color-2 .price:after, .single-pricing-table.price-color-2 .purchase-btn:after, .single-blog.color-2 .overlay-bg-2, .privacy-banner, .single-privacy-content:hover .privacy-serial, .footer-social.color-2 li a:after {
  background-image: -moz-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
  background-image: -webkit-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
  background-image: -ms-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
}

.p2-color, .app-btn.color-2 i, .app-btn.color-2-white:hover i, .app-btn.color-2-white.active i {
  background: -webkit-linear-gradient(#bd2aff, #823dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p2-color-solid, .footer-content p.color-2 a:hover {
  color: #bd2aff;
}

.p2-color-light, .app-btn.color-2:hover i, .app-btn.color-2:hover span, .app-btn.color-2.active i, .app-btn.color-2.active span {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p3-bg, .home-3 .is-sticky .common-header, .app-btn.color-3:hover, .app-btn.color-3.active, .video-box .video-overlay-3, .single-s-feature.color-3 .icon:after, .active-screen-carousel .item .overlay-bg-3, .subscribe-field button.color-3, .submit-btn.color-3 button, .single-member.color-3 ul li a:hover, .single-pricing-table.price-color-3 .price:after, .single-pricing-table.price-color-3 .purchase-btn:after, .single-blog.color-3 .overlay-bg-2, .footer-social.color-3 li a:after {
  background-image: -moz-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  background-image: -webkit-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  background-image: -ms-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
}

.p3-color, .app-btn.color-3 i, .app-btn.color-3-white:hover i, .app-btn.color-3-white.active i {
  background: -webkit-linear-gradient(#fd712c, #f31f79);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p3-color-light, .app-btn.color-3:hover i, .app-btn.color-3:hover span, .app-btn.color-3.active i, .app-btn.color-3.active span, .app-btn.color-4:hover i, .app-btn.color-4:hover span, .app-btn.color-4.active i, .app-btn.color-4.active span {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p4-color, .app-btn.color-4 i, .app-btn.color-4-white:hover i, .app-btn.color-4-white.active i {
  background: -webkit-linear-gradient(#49e5d8, #4879ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p4-bg, .home-5 .is-sticky .common-header, .app-btn.color-4:hover, .app-btn.color-4.active, .video-box .video-overlay-4, .single-s-feature.color-4 .icon:after, .active-screen-carousel .item .overlay-bg-4, .default-banner.banner-5, .subscribe-field button.color-4, .submit-btn.color-4 button, .single-pricing-table.price-color-4 .price:after, .single-pricing-table.price-color-4 .purchase-btn:after, .single-blog.color-4 .overlay-bg-2, .footer-social.color-4 li a:after {
  background-image: -moz-linear-gradient(0deg, #49e5d8 0%, #486cf2 100%);
  background-image: -webkit-linear-gradient(0deg, #49e5d8 0%, #486cf2 100%);
  background-image: -ms-linear-gradient(0deg, #49e5d8 0%, #486cf2 100%);
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Dosis", sans-serif;
  color: #333333;
  line-height: 1.1em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Dosis", sans-serif;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #333333;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

/**
 *  Reset input fields opacity
 *
 **/
.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 120px 0;
}

.section-115 {
  padding: 115px 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay.op-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay.op-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay.op-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.dark, .overlay.op-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.op-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.op-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.dark-3, .overlay.dark-8, .overlay.op-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay.dark-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.container {
  max-width: none;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.default-header {
  position: relative;
  z-index: 99999;
}

.common-header {
  padding: 30px 0;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .common-header {
    padding: 10px 0;
  }
}

.common-header.header-1 {
  background: #ef484d;
}

@media (max-width: 767px) {
  .common-header .main-menu nav {
    display: none;
  }
}

.common-header .main-menu nav ul li a {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .common-header .main-menu nav ul li a {
    padding: 0 12px;
  }
}

.common-header .main-menu nav ul li a:hover {
  color: white;
}

.common-header .main-menu nav ul li.active a {
  color: white;
}

.is-sticky .common-header {
  padding: 10px 0;
}

.home-1 .is-sticky {
  background: #ef484d;
}

.home-1 .sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.home-1 .side-menubar nav ul li a {
  color: #333333;
}

.home-1 .side-menubar nav ul li a:hover {
  color: #ef484d;
}

.home-2 .sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .home-2 .common-header {
    background-image: -moz-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
    background-image: -webkit-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
    background-image: -ms-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
  }
}

.home-2 .side-menubar nav ul li a {
  color: #333333;
}

.home-2 .side-menubar nav ul li a:hover {
  color: #bd2aff;
}

.home-3 .sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.home-3 .side-menubar nav ul li a {
  color: #333333;
}

.home-3 .side-menubar nav ul li a:hover {
  color: #4875f0;
}

@media (max-width: 767px) {
  .home-3 .common-header {
    background-image: -moz-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
    background-image: -webkit-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
    background-image: -ms-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  }
}

.home-4 .sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.home-4 .is-sticky .common-header {
  background-image: -moz-linear-gradient(0deg, #0fc4e9 0%, #0fc4e9 100%);
  background-image: -webkit-linear-gradient(0deg, #0fc4e9 0%, #0fc4e9 100%);
  background-image: -ms-linear-gradient(0deg, #0fc4e9 0%, #0fc4e9 100%);

}

@media (max-width: 767px) {
  .home-4 .common-header {
    background-image: -moz-linear-gradient(0deg, #49e5d8 0%, #49e5d8 100%);
    background-image: -webkit-linear-gradient(0deg, #49e5d8 0%, #49e5d8 100%);
    background-image: -ms-linear-gradient(0deg, #49e5d8 0%, #49e5d8 100%);
  }
}

.home-4 .side-menubar nav ul li a {
  color: #333333;
}

.home-4 .side-menubar nav ul li a:hover {
  color: #4875f0;
}

.home-5 .sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .home-5 .common-header {
    background-image: -moz-linear-gradient(0deg, #49e5d8 0%, #486cf2 100%);
    background-image: -webkit-linear-gradient(0deg, #49e5d8 0%, #486cf2 100%);
    background-image: -ms-linear-gradient(0deg, #49e5d8 0%, #486cf2 100%);
  }
}

.home-5 .side-menubar nav ul li a {
  color: #333333;
}

.home-5 .side-menubar nav ul li a:hover {
  color: #486cf2;
}

.home-6 .common-header {
  background: transparent;
}

.home-6 .sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.home-6 .is-sticky .common-header {
  background: #ef484d;
}

@media (max-width: 767px) {
  .home-6 .common-header {
    background: #ef484d;
  }
}

.home-6 .side-menubar nav ul li a {
  color: #333333;
}

.home-6 .side-menubar nav ul li a:hover {
  color: #ef484d;
}

.menu-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 35px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn span {
  color: #fff;
}

.side-menubar {
  -webkit-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  margin-right: -300px;
  position: fixed;
  background: #f9fafc;
  right: 0;
  z-index: 9;
  height: 100vh;
  bottom: 0;
  width: 300px;
  text-align: center;
}

.side-menubar nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.side-menubar nav ul li {
  text-align: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.side-menubar nav ul li:nth-child(1) {
  transform: translateX(10px);
}

.side-menubar nav ul li:nth-child(2) {
  transform: translateX(20px);
}

.side-menubar nav ul li:nth-child(3) {
  transform: translateX(30px);
}

.side-menubar nav ul li:nth-child(4) {
  transform: translateX(40px);
}

.side-menubar nav ul li:nth-child(5) {
  transform: translateX(50px);
}

.side-menubar nav ul li:nth-child(6) {
  transform: translateX(60px);
}

.side-menubar nav ul li:nth-child(7) {
  transform: translateX(70px);
}

.side-menubar nav ul li:nth-child(8) {
  transform: translateX(80px);
}

.side-menubar nav ul li a {
  color: rgba(255, 255, 255, 0.8);
  padding: 3px;
  font-weight: 400;
  display: inline-block;
}

.side-menubar nav ul li a:hover {
  color: white;
}

.side-menubar.open-menubar {
  margin-right: 0px;
}

.side-menubar.open-menubar nav ul li:nth-child(1) {
  transform: translateX(0px);
}

.side-menubar.open-menubar nav ul li:nth-child(2) {
  transform: translateX(0px);
}

.side-menubar.open-menubar nav ul li:nth-child(3) {
  transform: translateX(0px);
}

.side-menubar.open-menubar nav ul li:nth-child(4) {
  transform: translateX(0px);
}

.side-menubar.open-menubar nav ul li:nth-child(5) {
  transform: translateX(0px);
}

.side-menubar.open-menubar nav ul li:nth-child(6) {
  transform: translateX(0px);
}

.side-menubar.open-menubar nav ul li:nth-child(7) {
  transform: translateX(0px);
}

.side-menubar.open-menubar nav ul li:nth-child(8) {
  transform: translateX(0px);
}

.app-btn {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 980px) and (max-width: 1024px) {
  .app-btn {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .app-btn {
    padding: 15px 30px;
  }
}

.app-btn i {
  margin-right: 20px;
  font-size: 40px;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.app-btn span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.app-btn .btn-text {
  font-size: 24px;
  line-height: .8em;
  color: #333333;
}

.app-btn .small {
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .app-btn.xs-m {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .app-btn.xs-m {
    margin-top: 0px;
    margin-left: 15px;
  }
}

.app-btn.color-1 {
  border: 1px solid #dddddd;
}

.app-btn.color-1 i {
  color: #ef484d;
}

.app-btn.color-1:hover {
  background: #ef484d;
  border: 1px solid #ef484d;
  box-shadow: 0px 10px 20px 0px rgba(239, 72, 77, 0.3);
}

.app-btn.color-1:hover i {
  color: #fff;
}

.app-btn.color-1:hover span {
  color: #fff;
}

.app-btn.color-1.active {
  background: #ef484d;
  border: 1px solid #ef484d;
  box-shadow: 0px 10px 20px 0px rgba(239, 72, 77, 0.3);
}

.app-btn.color-1.active i {
  color: #fff;
}

.app-btn.color-1.active span {
  color: #fff;
}

.app-btn.color-2 {
  border: 1px solid #dddddd;
}

.app-btn.color-2:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 15px 0px rgba(130, 61, 255, 0.25);
}

.app-btn.color-2.active {
  border: 1px solid transparent;
  box-shadow: 0px 10px 15px 0px rgba(130, 61, 255, 0.25);
}

.app-btn.color-3 {
  border: 1px solid #dddddd;
}

.app-btn.color-3:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(243, 31, 121, 0.25);
}

.app-btn.color-3.active {
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(243, 31, 121, 0.25);
}

.app-btn.color-4 {
  border: 1px solid #dddddd;
}

.app-btn.color-4:hover {
  box-shadow: 0px 10px 20px 0px rgba(72, 118, 240, 0.25);
}

.app-btn.color-4.active {
  box-shadow: 0px 10px 20px 0px rgba(72, 118, 240, 0.25);
}

.app-btn.color-1-white {
  border: 1px solid #dddddd;
}

.app-btn.color-1-white i {
  color: #fff;
}

.app-btn.color-1-white span {
  color: #fff;
}

.app-btn.color-1-white:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(239, 72, 77, 0.3);
}

.app-btn.color-1-white:hover i {
  color: #ef484d;
}

.app-btn.color-1-white:hover span {
  color: #ef484d;
}

.app-btn.color-1-white.active {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(239, 72, 77, 0.3);
}

.app-btn.color-1-white.active i {
  color: #ef484d;
}

.app-btn.color-1-white.active span {
  color: #ef484d;
}

.app-btn.color-2-white {
  border: 1px solid #dddddd;
}

.app-btn.color-2-white i {
  color: #fff;
}

.app-btn.color-2-white span {
  color: #fff;
}

.app-btn.color-2-white:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.app-btn.color-2-white:hover .btn-text {
  color: #823dff;
}

.app-btn.color-2-white:hover .small {
  color: #bd2aff;
}

.app-btn.color-2-white.active {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.app-btn.color-2-white.active .btn-text {
  color: #823dff;
}

.app-btn.color-2-white.active .small {
  color: #bd2aff;
}

.app-btn.color-3-white {
  border: 1px solid #dddddd;
}

.app-btn.color-3-white i {
  color: #fff;
}

.app-btn.color-3-white span {
  color: #fff;
}

.app-btn.color-3-white:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.app-btn.color-3-white:hover .btn-text {
  color: #f31e7a;
}

.app-btn.color-3-white:hover .small {
  color: #fd712c;
}

.app-btn.color-3-white.active {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.app-btn.color-3-white.active .btn-text {
  color: #f31e7a;
}

.app-btn.color-3-white.active .small {
  color: #fd712c;
}

.app-btn.color-4-white {
  border: 1px solid #dddddd;
}

.app-btn.color-4-white i {
  color: #fff;
}

.app-btn.color-4-white span {
  color: #fff;
}

.app-btn.color-4-white:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.app-btn.color-4-white:hover .btn-text {
  color: #4875f0;
}

.app-btn.color-4-white:hover .small {
  color: #49e5d8;
}

.app-btn.color-4-white.active {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.app-btn.color-4-white.active .btn-text {
  color: #4875f0;
}

.app-btn.color-4-white.active .small {
  color: #49e5d8;
}

@media (max-width: 767px) {
  .video-desc {
    margin-left: 0;
    text-align: center;
    margin-top: 50px;
  }
}

.video-box {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.video-box iframe {
  width: 100%;
  height: 100%;
}

.video-box .thumbnail {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  height: 100%;
}

.video-box .overlay {
  z-index: 2000;
}

.video-box .video-overlay-1 {
  background: rgba(239, 72, 77, 0.9);
}

.video-box .video-overlay-2 {
  opacity: .9;
}

.video-box .video-overlay-3 {
  opacity: .9;
}

.video-box .video-overlay-4 {
  opacity: .9;
}

.thumbnail_container {
  background: url(../img/video/video-thumb1.jpg) no-repeat center center/cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.start-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .7;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 3000;
}

.start-video:hover {
  opacity: 1;
  -webkit-filter: brightness 1;
}

.single-stat .icon span {
  margin-right: 17px;
  font-size: 24px;
}

.single-stat .desc h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 5px;
}

.single-stat .desc span {
  color: #333333;
}

.single-stat.color-1 .icon span {
  color: #ef484d;
}

.single-stat.color-1 .desc h4 {
  color: #ef484d;
}

.single-stat.color-2 .icon span {
  color: #bd2aff;
}

.single-stat.color-2 .desc h4 {
  color: #823dff;
}

.single-stat.color-3 .icon span {
  color: #fd712c;
}

.single-stat.color-3 .desc h4 {
  color: #f31e7a;
}

.single-stat.color-4 .icon span {
  color: #49e5d8;
}

.single-stat.color-4 .desc h4 {
  color: #4875f0;
}

.simple-player {
  height: 500px;
}

.single-feature {
  padding: 40px 70px 40px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-feature .head img {
  margin-right: 20px;
}

.single-feature:hover {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-feature p {
  margin: 0;
}

.line {
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.line-control {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}

.feature-4 {
  padding: 120px 0 120px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .feature-4 {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .feature-4 {
    padding: 120px 0;
  }
}

.feature-4 .single-feature .head h4 {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-4 .single-feature p {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-4 .single-feature:hover .head h4 {
  color: #333333;
}

.feature-4 .single-feature:hover p {
  color: #555555;
}

.feature-bg-4 {
  position: absolute;
  bottom: 0;
}

@media (min-width: 1921px) and (max-width: 10000px) {
  .feature-bg-4 {
    height: 1000px !important;
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .feature-bg-4 {
    height: 160%;
  }
}

@media (max-width: 767px) {
  .feature-bg-4 {
    height: 130%;
    display: none;
  }
}

.feature-5 {
  padding: 0 0 120px 0;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .feature-5 {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .feature-5 {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .feature-5 {
    padding: 120px 0;
  }
}

.banner-7-bottom {
  position: absolute;
  width: 100%;
  height: 660px;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .banner-7-bottom {
    display: none;
  }
}

.section-title h3 {
  font-size: 36px;
}

.section-title img {
  display: inline-block;
  margin: 20px 0 15px 0;
}

.section-title p {
  margin: 0;
}

.about-content {
  padding: 0px 0 20px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .about-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .about-content {
    padding: 0;
  }
}

.about-content h4 {
  font-size: 36px;
}

@media (max-width: 991px) {
.about-bg {
  position: absolute;
  top: 20%;
  right: 10px;
  height: auto;
  width: 200px;
}
}

@media (min-width: 992px) {
  .about-bg {
    position: absolute;
    top: 25%;
    right: 40px;
    height: auto;
    max-width:100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .row.mt-30 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .row.mt-30 {
    margin-top: 0px;
  }
}

.how-work-carousel .owl-item {
  pointer-events: none;
}

.how-work-carousel .owl-controls .owl-prev {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50px;
  height: 100%;
  padding-top: 15%;
  padding-left: 20px;
}
.how-work-carousel .owl-controls .owl-next {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50px;
  height: 100%;
  padding-top: 15%;
  padding-left: 20px;

}

.how-work-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.how-work-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin: 5px;
}

.how-work-carousel .owl-controls .owl-dots .owl-dot.active {
  position: relative;
  background: #ef484d;
}

.how-work-carousel .owl-controls .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ef484d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.how-work-carousel .owl-controls .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ef484d;
  bottom: -33px;
  left: 6px;
}

.how-work-carousel .left-content {
  padding-left: 70px;
}

.how-work-carousel .left-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

/* .how-work-carousel .left-content h4:after {
  position: absolute;
  content: '';
  width: 229px;
  height: 2px;
  background: #dddddd;
  left: 150%;
  top: 12px;
} */

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .left-content h4:after {
    height: 0px;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .left-content h4:after {
    height: 0px;
  }
}

/* .how-work-carousel .left-content h4:before {
  position: absolute;
  content: '';
  width: 95px;
  height: 2px;
  background: #dddddd;
  left: 360px;
  top: 50px;
  transform: rotate(52.5deg);
  z-index: 3;
} */

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .left-content h4:before {
    height: 0px;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .left-content h4:before {
    height: 0px;
  }
}

.how-work-carousel .left-content h4 img {
  position: absolute;
  left: -54px;
  top: -8px;
  width: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .left-content h4 img {
    left: 0;
    top: -50px;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .left-content h4 img {
    left: 0;
    top: -50px;
  }
}

.how-work-carousel .left-content p {
  margin: 0;
}

@media (max-width: 767px) {
  .how-work-carousel .middle-img {
    margin: 20px 0;
  }
}

.how-work-carousel .right-content {
  padding-right: 70px;
  margin-top: 150px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .right-content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .right-content {
    margin-top: 0;
  }
}

.how-work-carousel .right-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.how-work-carousel .right-content h4:after {
  position: absolute;
  content: '';
  width: 130px;
  height: 2px;
  background: #dddddd;
  right: 150%;
  top: 12px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .right-content h4:after {
    height: 0px;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .right-content h4:after {
    height: 0px;
  }
}
/* 
.how-work-carousel .right-content h4:before {
  position: absolute;
  content: '';
  width: 183px;
  height: 2px;
  background: #dddddd;
  left: -355px;
  top: 53px;
  transform: rotate(-26deg);
} */

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .right-content h4:before {
    height: 0px;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .right-content h4:before {
    height: 0px;
  }
}

.how-work-carousel .right-content h4 img {
  position: absolute;
  right: -54px;
  top: -8px;
  width: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .how-work-carousel .right-content h4 img {
    right: 0;
    top: -50px;
  }
}

@media (max-width: 767px) {
  .how-work-carousel .right-content h4 img {
    right: 0;
    top: -50px;
  }
}

.how-work-carousel .right-content p {
  margin: 0;
}

.circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .circle {
    display: none;
  }
}

@media (max-width: 767px) {
  .circle {
    display: none;
  }
}

.circle.color-1 {
  background: #e5e5e5;
}

.circle.color-1 .mini-circle {
  background: #ef484d;
}

.circle.color-2 {
  background: #e5e5e5;
}

.circle.color-2 .mini-circle {
  background: #823dff;
}

.circle.color-3 {
  background: #fff1e9;
}

.circle.color-3 .mini-circle {
  background: #f31e7a;
}

.circle.color-4 {
  background: #ecfcfb;
}

.circle.color-4 .mini-circle {
  background: #4875f0;
}

.circle .mini-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle.circle-animation {
  animation-name: blue-circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle.circle-animation .circle-animation-2 {
  animation-name: blue-circle2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle.circle-1 {
  bottom: 28%;
  right: 47%;
}

.circle.circle-2 {
  top: 25%;
  left: 40%;
}

@keyframes blue-circle {
  0% {
    transform: scale(0.25);
    opacity: .25;
  }
  25% {
    transform: scale(0.5);
    opacity: .75;
  }
  50% {
    transform: scale(0.75);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: .0;
  }
}

.how-work-carousel-2 .owl-controls .owl-dots .owl-dot.active {
  background: #823dff;
}

.how-work-carousel-2 .owl-controls .owl-dots .owl-dot.active::before {
  background: #bd2aff;
}

.how-work-carousel-2 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #bd2aff;
}

.how-work-carousel-3 .owl-controls .owl-dots .owl-dot.active {
  background: #f31e7a;
}

.how-work-carousel-3 .owl-controls .owl-dots .owl-dot.active::before {
  background: #fd712c;
}

.how-work-carousel-3 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #fd712c;
}

.how-work-carousel-4 .owl-controls .owl-dots .owl-dot.active {
  background: #4875f0;
}

.how-work-carousel-4 .owl-controls .owl-dots .owl-dot.active::before {
  background: #49e5d8;
}

.how-work-carousel-4 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #49e5d8;
}

.single-s-feature {
  padding: 20px;
  text-align: center;
}

.single-s-feature .icon {
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-s-feature .icon span {
  line-height: 60px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-s-feature h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.single-s-feature.color-1 .icon {
  border: 1px solid #dddddd;
}

.single-s-feature.color-1:hover .icon {
  background: #ef484d;
  box-shadow: 0px 10px 20px 0px rgba(239, 72, 77, 0.3);
  border: 1px solid #ef484d;
}

.single-s-feature.color-1:hover .icon span {
  color: #fff;
}

.single-s-feature.color-2 .icon {
  border: 1px solid #dddddd;
  position: relative;
}

.single-s-feature.color-2 .icon:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-s-feature.color-2:hover .icon {
  border: 1px solid transparent;
  box-shadow: 0px 10px 15px 0px rgba(130, 61, 255, 0.25);
}

.single-s-feature.color-2:hover .icon:after {
  opacity: 1;
}

.single-s-feature.color-2:hover .icon span {
  color: #fff;
}

.single-s-feature.color-3 .icon {
  border: 1px solid #dddddd;
  position: relative;
}

.single-s-feature.color-3 .icon:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-s-feature.color-3:hover .icon {
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(243, 31, 121, 0.25);
}

.single-s-feature.color-3:hover .icon:after {
  opacity: 1;
}

.single-s-feature.color-3:hover .icon span {
  color: #fff;
}

.single-s-feature.color-4 .icon {
  border: 1px solid #dddddd;
  position: relative;
}

.single-s-feature.color-4 .icon:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-s-feature.color-4:hover .icon {
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px 0px rgba(72, 118, 240, 0.25);
}

.single-s-feature.color-4:hover .icon:after {
  opacity: 1;
}

.single-s-feature.color-4:hover .icon span {
  color: #fff;
}

.active-screen-carousel .item {
  display: block;
  position: relative;
}

.active-screen-carousel .item .overlay-bg-1 {
  background: rgba(239, 72, 77, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-screen-carousel .item:hover .overlay-bg-1 {
  background: rgba(239, 72, 77, 0.9);
}

.active-screen-carousel .item .overlay-bg-2 {
  opacity: .0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-screen-carousel .item:hover .overlay-bg-2 {
  opacity: .9;
}

.active-screen-carousel .item .overlay-bg-3 {
  opacity: .0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-screen-carousel .item:hover .overlay-bg-3 {
  opacity: .9;
}

.active-screen-carousel .item .overlay-bg-4 {
  opacity: .0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-screen-carousel .item:hover .overlay-bg-4 {
  opacity: .9;
}

.active-screen-carousel .owl-controls {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.active-screen-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eeeeee;
  margin: 5px;
}

.active-screen-carousel .owl-controls .owl-dots .owl-dot.active {
  position: relative;
  background: #ef484d;
}

.active-screen-carousel .owl-controls .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ef484d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.active-screen-carousel .owl-controls .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ef484d;
  bottom: -33px;
  left: 6px;
}

.mfp-counter {
  display: none;
}

.active-screen-carousel-2 .owl-controls .owl-dots .owl-dot.active {
  background: #823dff;
}

.active-screen-carousel-2 .owl-controls .owl-dots .owl-dot.active::before {
  background: #bd2aff;
  height: 200px;
  top: 15px;
  z-index: -1;
}

.active-screen-carousel-2 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #bd2aff;
}

.active-screen-carousel-3 .owl-controls .owl-dots .owl-dot.active {
  background: #f31e7a;
}

.active-screen-carousel-3 .owl-controls .owl-dots .owl-dot.active::before {
  background: #fd712c;
  height: 200px;
  top: 15px;
  z-index: -1;
}

.active-screen-carousel-3 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #fd712c;
}

.active-screen-carousel-4 .owl-controls .owl-dots .owl-dot.active {
  background: #4875f0;
}

.active-screen-carousel-4 .owl-controls .owl-dots .owl-dot.active::before {
  background: #49e5d8;
  z-index: -2;
}

.active-screen-carousel-4 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #49e5d8;
}

.default-banner.banner-1 {
  background: #ef484d;
}

.default-banner.banner-2 {
  background: url(../img/home-2/banner-bg.png) no-repeat bottom center/cover;
}

.default-banner.banner-3 {
  background: url(../img/home-3/banner-bg.png) no-repeat bottom center/cover;
}

@media (max-width: 767px) {
  .default-banner.banner-3 {
    background: url(../img/home-3/banner-bg-m.png) no-repeat top center;
    background-size: 920px auto;
  }
}

.default-banner.banner-4 {
  background: #232837;
}

.default-banner.banner-6 {
  background: url(../img/banner/banner6.jpg) no-repeat bottom center/cover;
}

.default-banner.banner-7 {
  background: url(../img/banner/banner7.jpg) no-repeat bottom center/cover;
}

.default-banner.banner-8 {
  background: url(../img/banner/banner8.png) no-repeat top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .default-banner.banner-8 {
    background: url(../img/banner/banner8m.png) no-repeat top center;
    background-size: 920px auto;
  }
}

.default-banner.banner-9 {
  background: url(../img/banner/banner9.jpg) no-repeat top center/cover;
}

.default-banner.banner-10 {
  background: url(../img/banner/banner10.jpg) no-repeat top center/cover;
}

.phone-carousel {
  position: relative;
}

.phone-carousel .owl-item {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.phone-carousel .item img {
  height: 500px;
  width: auto;
}

.phone-carousel .owl-controls {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.phone-carousel .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 10px;
}

.phone-carousel .owl-controls .owl-dots .owl-dot.active {
  position: relative;
}

.phone-carousel .owl-controls .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone-carousel .owl-controls .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  width: 64px;
  height: 1px;
  background: #fff;
  right: 15px;
  top: 6px;
}

.banner-content {
  position: relative;
  z-index: 3;
}

.banner-content h2 {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .banner-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .banner-content h2 {
    font-size: 30px;
  }
}

.banner-content p {
  font-size: 18px;
  line-height: 30px;
}

.banner-content .video {
  position: relative;
  margin-left: -15px;
}

.banner-content .video span {
  color: #fff;
  position: absolute;
  top: -10px;
  display: block;
  width: 200px;
  left: 100px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .banner-content .video span {
    width: 180px;
  }
}

.height-850 {
  height: 850px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .height-850 {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .height-850 {
    height: 600px;
  }
}

.height-850 .banner-content {
  margin-top: 250px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .height-850 .banner-content {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .height-850 .banner-content {
    margin-top: 90px;
  }
}

.phone-carousel-2 {
  margin-top: 200px;
}

.phone-carousel-2 .owl-item {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.phone-carousel-2 .item img {
  height: 500px;
  width: auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .phone-carousel-2 .item img {
    height: 350px;
    width: auto;
  }
}

.phone-carousel-2 .owl-controls {
  position: absolute;
  right: 0;
  top: 20%;
}

.phone-carousel-2 .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 10px;
}

.phone-carousel-2 .owl-controls .owl-dots .owl-dot.active {
  position: relative;
}

.phone-carousel-2 .owl-controls .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone-carousel-2 .owl-controls .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  width: 64px;
  height: 1px;
  background: #fff;
  left: 15px;
  top: 6px;
}

.height-1000 {
  height: 1135px;
}

@media (min-width: 1700px) and (max-width: 2000px) {
  .height-1000 {
    height: 1335px;
  }
}

@media (max-width: 767px) {
  .height-1000 {
    height: 500px;
  }
}

.banner-3 .banner-content, .banner-8 .banner-content {
  margin-top: 170px;
}

.banner-3 .banner-content .video span, .banner-8 .banner-content .video span {
  left: 40px;
}

.single-phone img {
  height: 550px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.height-900 {
  height: 900px;
}

@media (min-width: 1700px) and (max-width: 2000px) {
  .height-900 {
    height: 1200px;
  }
  .height-900 .banner-content {
    margin-top: -100px;
  }
  .height-900 .single-phone {
    margin-left: 70px;
  }
}

/* @media (max-width: 767px) {
  .height-900 {
    height: 600px;
  }
} */

.banner-4 .banner-content {
  position: relative;
  z-index: 3;
}

.height-120 {
  height: 120px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .height-120 {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .height-120 {
    height: 80px;
  }
}

.video-top-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.player.mb_YTPlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.first-accordion .card-header {
  background: none;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

.first-accordion .card-header a {
  padding: 0px 30px;
  line-height: 60px;
  font-size: 20px;
  position: relative;
}

.first-accordion .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 20px;
}

.first-accordion .card:last-child {
  margin-bottom: 0;
}

.first-accordion .card-block {
  padding: 10px 30px 30px 30px;
}

.first-accordion.color-1 .card-header a {
  border-left: 2px solid #ef484d;
  color: #ef484d;
  background: #fff;
}

.first-accordion.color-1 .card-header a.collapsed {
  background-color: #f7fafc;
  border-left: 2px solid #fff;
  color: #333333;
}

.first-accordion.color-1 .card {
  background-color: #fff;
}

.first-accordion.color-1 .card-block {
  border-left: 2px solid #ef484d;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.first-accordion.color-2 .card-header a {
  border-left: 2px solid #cf32ff;
  color: #823dff;
  background: #fff;
}

.first-accordion.color-2 .card-header a span.lnr {
  color: #cf32ff;
}

.first-accordion.color-2 .card-header a.collapsed {
  background-color: #f7fafc;
  border-left: 2px solid #fff;
  color: #333333;
}

.first-accordion.color-2 .card-header a.collapsed span.lnr {
  color: #333333;
}

.first-accordion.color-2 .card {
  background-color: #fff;
}

.first-accordion.color-2 .card-block {
  border-left: 2px solid #cf32ff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.first-accordion.color-3 .card-header a {
  border-left: 2px solid #fd712c;
  color: #f31e7a;
  background: #fff;
}

.first-accordion.color-3 .card-header a span.lnr {
  color: #fd712c;
}

.first-accordion.color-3 .card-header a.collapsed {
  background-color: #f7fafc;
  border-left: 2px solid #fff;
  color: #333333;
}

.first-accordion.color-3 .card-header a.collapsed span.lnr {
  color: #333333;
}

.first-accordion.color-3 .card {
  background-color: #fff;
}

.first-accordion.color-3 .card-block {
  border-left: 2px solid #fd712c;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.first-accordion.color-4 .card-header a {
  border-left: 2px solid #49e5d8;
  color: #4875f0;
  background: #fff;
}

.first-accordion.color-4 .card-header a span.lnr {
  color: #49e5d8;
}

.first-accordion.color-4 .card-header a.collapsed {
  background-color: #f7fafc;
  border-left: 2px solid #fff;
  color: #333333;
}

.first-accordion.color-4 .card-header a.collapsed span.lnr {
  color: #333333;
}

.first-accordion.color-4 .card {
  background-color: #fff;
}

.first-accordion.color-4 .card-block {
  border-left: 2px solid #49e5d8;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.download-content h3 {
  font-size: 36px;
}

.phone-bg {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/phone/p4.png) no-repeat center right/cover;
}

.phone-bg-2 {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/home-3/p4.png) no-repeat center right/cover;
}

.phone-bg-3 {
  position: absolute;
  width: 45%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/home-3/p4.png) no-repeat center right/cover;
}

.phone-bg-4 {
  position: absolute;
  width: 45%;
  height: 125%;
  left: 0;
  top: -45px;
  background: url(../img/home-4/p4.png) no-repeat center right/cover;
}

.newslatter {
  background: #f7fafc;
  padding: 30px 70px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .newslatter {
    margin-top: 200px;
  }
}

@media (max-width: 767px) {
  .newslatter {
    padding: 15px;
    margin-top: -100px;
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .newslatter .newslatter-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .newslatter .newslatter-text {
    margin-bottom: 30px;
  }
}

.newslatter .newslatter-text h2 {
  font-size: 36px;
  margin-bottom: 5px;
}

.newslatter .newslatter-text p {
  margin: 0;
}

.download-p2-bg {
  background: url(../img/home-2/d-bg.png) no-repeat center center/cover;
  padding: 330px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .download-p2-bg {
    padding: 200px 0;
  }
}

.download-p3-bg {
  background: url(../img/home-3/d-bg.png) no-repeat center center/cover;
  padding: 330px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .download-p3-bg {
    padding: 200px 0;
  }
}

@media (min-width: 1170px) and (max-width: 5000px) {
  .comming-soon .subscribe-field input {
    width: 490px;
  }
}

.subscribe-field input {
  width: 360px;
  line-height: 50px;
  padding: 0 20px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .subscribe-field input {
    width: 65%;
    padding: 0 10px;
  }
}

.subscribe-field input:focus {
  outline: none;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.subscribe-field button {
  padding: 0 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subscribe-field button span {
  font-weight: 600;
  line-height: 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .subscribe-field button {
    width: 35%;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .subscribe-field button {
    padding: 0 20px;
  }
}

.subscribe-field button:focus {
  outline: none;
}

.subscribe-field button.color-1 {
  background: #ef484d;
}

.subscribe-field button.color-1 span {
  color: #fff;
}

.subscribe-field button.color-1:hover {
  box-shadow: 0px 10px 30px 0px rgba(239, 72, 77, 0.3);
}

.subscribe-field button.color-2 span {
  color: #fff;
}

.subscribe-field button.color-2:hover {
  box-shadow: 0px 10px 15px 0px rgba(107, 38, 229, 0.25);
}

.subscribe-field button.color-3 span {
  color: #fff;
}

.subscribe-field button.color-3:hover {
  box-shadow: 0px 10px 20px 0px rgba(243, 31, 121, 0.25);
}

.subscribe-field button.color-4 span {
  color: #fff;
}

.subscribe-field button.color-4:hover {
  box-shadow: 0px 10px 20px 0px rgba(72, 118, 240, 0.25);
}

.single-input.color-1 input {
  background: #272542;
  color: #fff;
}

.single-input.color-1 textarea {
  background: #272542;
  color: #fff;
}

.single-input.color-2 input {
  background: #1f1c49;
  color: #fff;
}

.single-input.color-2 textarea {
  background: #1f1c49;
  color: #fff;
}

.single-input.color-3 input {
  background: #1b1839;
  color: #fff;
}

.single-input.color-3 textarea {
  background: #1b1839;
  color: #fff;
}

.single-input.color-4 input {
  background: #212838;
  color: #fff;
}

.single-input.color-4 textarea {
  background: #212838;
  color: #fff;
}

.single-input input {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
}

.single-input input:focus {
  outline: none;
  border: 1px solid #666666;
  background: transparent;
}

.single-input textarea {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  height: 170px;
  resize: none;
  border: none;
  border: 1px solid transparent;
}

.single-input textarea:focus {
  outline: none;
  border: 1px solid #666666;
  background: transparent;
}

.submit-btn button {
  line-height: 50px;
  padding: 0 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submit-btn button span {
  margin-left: 10px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submit-btn button:focus {
  outline: none;
}

.submit-btn button:hover {
  padding: 0 20px 0 30px;
}

.submit-btn button:hover span {
  margin-left: 20px;
}

.submit-btn.color-1 button {
  background: #ef484d;
  color: #fff;
}

.submit-btn.color-2 button {
  color: #fff;
}

.submit-btn.color-3 button {
  color: #fff;
}

.submit-btn.color-4 button {
  color: #fff;
}

.single-member {
  overflow: hidden;
}

.single-member .overlay-team {
  padding: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-member .head {
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.single-member .head h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-member ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
}

.single-member ul li:nth-child(1) {
  transform: translate(-20px, 30px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.single-member ul li:nth-child(2) {
  transform: translate(-20px, 50px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-member ul li:nth-child(3) {
  transform: translate(-20px, 70px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.single-member ul li:nth-child(4) {
  transform: translate(-20px, 90px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.single-member ul li:nth-child(5) {
  transform: translate(-20px, 110px);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.single-member ul li:nth-child(6) {
  transform: translate(-20px, 130px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.single-member:hover .overlay-team {
  opacity: 1;
}

.single-member:hover ul li {
  transform: translate(0, 0);
}

.single-member:hover .head {
  transform: scaleX(1);
  transform-origin: 10px 5px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-member img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .single-member img {
    width: 100%;
    height: auto;
  }
}

.single-member.color-1 .overlay-bg {
  background: rgba(255, 255, 255, 0.9);
}

.single-member.color-1 ul li a {
  border: 1px solid #dddddd;
}

.single-member.color-1 ul li a:hover {
  background: #ef484d;
  border: 1px solid #ef484d;
  box-shadow: 0px 10px 15px 0px rgba(239, 72, 77, 0.3);
  color: #fff;
}

.single-member.color-2 .overlay-bg {
  background: rgba(255, 255, 255, 0.9);
}

.single-member.color-2 ul li a {
  border: 1px solid #dddddd;
}

.single-member.color-2 ul li a:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 15px 0px rgba(135, 71, 255, 0.25);
  color: #fff;
}

.single-member.color-3 .overlay-bg {
  background: rgba(255, 255, 255, 0.9);
}

.single-member.color-3 ul li a {
  border: 1px solid #dddddd;
}

.single-member.color-3 ul li a:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 15px 0px rgba(239, 72, 77, 0.3);
  color: #fff;
}

.team-bg-2 {
  background: url(../img/home-2/team-bg-2.png) no-repeat center center/cover;
  padding: 340px 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .team-bg-2 {
    padding: 250px 0;
  }
}

.team-bg-3 {
  background-image: -moz-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  background-image: -webkit-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  background-image: -ms-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .team-bg-3 {
    background-image: -moz-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
    background-image: -webkit-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
    background-image: -ms-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
    padding: 120px 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .team-bg-3 {
    padding: 250px 0;
  }
}

.shape-member-top {
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}

.shape-member-bottom {
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.single-testimonial {
  position: relative;
  padding: 40px 100px;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  margin: 120px 70px;
}

@media (max-width: 767px) {
  .single-testimonial {
    margin: 120px 0;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: none;
  }
}

.single-testimonial .test-content {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .single-testimonial .test-content {
    margin-left: 0;
  }
}

.single-testimonial .test-content p {
  margin: 0;
  font-style: italic;
}

.single-testimonial .test-content .head {
  margin-bottom: 15px;
}

.single-testimonial .test-content .head h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-testimonial .left-circle {
  width: 194px;
  height: 100%;
  background: #f3f3f3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.single-testimonial .left-circle .profile-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: -10px;
  top: 0;
  background: red;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.active-testimonial-carousel .owl-controls {
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eeeeee;
  margin: 5px;
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot.active {
  position: relative;
  background: #ef484d;
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ef484d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.active-testimonial-carousel .owl-controls .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: #ef484d;
  bottom: -33px;
  left: 6px;
}

.active-testimonial-carousel-2 .owl-controls .owl-dots .owl-dot.active {
  background: #823dff;
}

.active-testimonial-carousel-2 .owl-controls .owl-dots .owl-dot.active::before {
  background: #bd2aff;
}

.active-testimonial-carousel-2 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #bd2aff;
}

.active-testimonial-carousel-3 .owl-controls .owl-dots .owl-dot.active {
  background: #f31e7a;
}

.active-testimonial-carousel-3 .owl-controls .owl-dots .owl-dot.active::before {
  background: #fd712c;
}

.active-testimonial-carousel-3 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #fd712c;
}

.active-testimonial-carousel-4 .owl-controls .owl-dots .owl-dot.active {
  background: #4875f0;
}

.active-testimonial-carousel-4 .owl-controls .owl-dots .owl-dot.active::before {
  background: #49e5d8;
}

.active-testimonial-carousel-4 .owl-controls .owl-dots .owl-dot.active::after {
  border: 1px solid #49e5d8;
}

.single-pricing-table {
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .single-pricing-table.m-mb {
    margin-bottom: 30px;
  }
}

.single-pricing-table .price-head {
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pricing-table .price-head h6 {
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pricing-table .price {
  padding: 30px 0;
  position: relative;
}

.single-pricing-table .price h3 {
  font-size: 48px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1em;
  position: relative;
  z-index: 2;
}

.single-pricing-table .price h3 sup {
  font-size: 18px;
  position: absolute;
  top: 18px;
  left: -12px;
}

.single-pricing-table .price h3 sub {
  font-size: 18px;
}

.single-pricing-table .price-item {
  padding: 80px 0;
}

.single-pricing-table .price-item li {
  line-height: 30px;
}

.single-pricing-table .price-bottom {
  position: relative;
  padding-bottom: 50px;
}

.single-pricing-table .price-bottom p {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table .purchase-btn {
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 500;
  position: relative;
}

.single-pricing-table.price-color-1 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
}

.single-pricing-table.price-color-1:hover {
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-1:hover .price {
  background: #ef484d;
}

.single-pricing-table.price-color-1:hover .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-1:hover .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-1:hover .purchase-btn {
  border: 1px solid #fff;
  color: #fff;
  background: #ef484d;
}

.single-pricing-table.price-color-1 .price {
  background: #f7fafc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-1 .price-bottom p {
  color: #cccccc;
}

.single-pricing-table.price-color-1 .purchase-btn {
  border: 1px solid #dddddd;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.single-pricing-table.price-color-1.center {
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-1.center .price {
  background: #ef484d;
}

.single-pricing-table.price-color-1.center .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-1.center .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-1.center .purchase-btn {
  border: 1px solid #fff;
  color: #fff;
  background: #ef484d;
}

.single-pricing-table.price-color-2 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
}

.single-pricing-table.price-color-2 .price:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-2 .purchase-btn:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-2 .purchase-btn span {
  color: #333333;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pricing-table.price-color-2:hover {
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-2:hover .price:after {
  opacity: 1;
}

.single-pricing-table.price-color-2:hover .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-2:hover .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-2:hover .purchase-btn:after {
  opacity: 1;
}

.single-pricing-table.price-color-2:hover .purchase-btn span {
  color: #fff;
}

.single-pricing-table.price-color-2 .price {
  background: #f7fafc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-2 .price-bottom p {
  color: #cccccc;
}

.single-pricing-table.price-color-2 .purchase-btn {
  border: 1px solid #dddddd;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.single-pricing-table.price-color-2.center {
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-2.center .price:after {
  opacity: 1;
}

.single-pricing-table.price-color-2.center .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-2.center .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-2.center .purchase-btn:after {
  opacity: 1;
}

.single-pricing-table.price-color-2.center .purchase-btn span {
  color: #fff;
}

.single-pricing-table.price-color-3 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
}

.single-pricing-table.price-color-3 .price:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-3 .purchase-btn:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-3 .purchase-btn span {
  color: #333333;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pricing-table.price-color-3:hover {
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-3:hover .price:after {
  opacity: 1;
}

.single-pricing-table.price-color-3:hover .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-3:hover .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-3:hover .purchase-btn:after {
  opacity: 1;
}

.single-pricing-table.price-color-3:hover .purchase-btn span {
  color: #fff;
}

.single-pricing-table.price-color-3 .price {
  background: #f7fafc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-3 .price-bottom p {
  color: #cccccc;
}

.single-pricing-table.price-color-3 .purchase-btn {
  border: 1px solid #dddddd;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.single-pricing-table.price-color-3.center {
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-3.center .price:after {
  opacity: 1;
}

.single-pricing-table.price-color-3.center .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-3.center .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-3.center .purchase-btn:after {
  opacity: 1;
}

.single-pricing-table.price-color-3.center .purchase-btn span {
  color: #fff;
}

.single-pricing-table.price-color-4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
}

.single-pricing-table.price-color-4 .price:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-4 .purchase-btn:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-4 .purchase-btn span {
  color: #333333;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-pricing-table.price-color-4:hover {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(72, 118, 240, 0.25);
}

.single-pricing-table.price-color-4:hover .price:after {
  opacity: 1;
}

.single-pricing-table.price-color-4:hover .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-4:hover .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-4:hover .purchase-btn:after {
  opacity: 1;
}

.single-pricing-table.price-color-4:hover .purchase-btn span {
  color: #fff;
}

.single-pricing-table.price-color-4 .price {
  background: #f7fafc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-pricing-table.price-color-4 .price-bottom p {
  color: #cccccc;
}

.single-pricing-table.price-color-4 .purchase-btn {
  border: 1px solid #dddddd;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.single-pricing-table.price-color-4.center {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(72, 118, 240, 0.25);
}

.single-pricing-table.price-color-4.center .price:after {
  opacity: 1;
}

.single-pricing-table.price-color-4.center .price h3 {
  color: #fff;
}

.single-pricing-table.price-color-4.center .price-bottom p {
  color: #333333;
}

.single-pricing-table.price-color-4.center .purchase-btn:after {
  opacity: 1;
}

.single-pricing-table.price-color-4.center .purchase-btn span {
  color: #fff;
}

.total-blog {
  margin-bottom: 200px;
}

.single-blog {
  position: relative;
}

@media (max-width: 767px) {
  .single-blog img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .single-blog {
    margin-bottom: 200px;
  }
}

.single-blog .desc {
  padding: 40px;
  background: #f7fafc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 94%;
  left: 50%;
  transform: translate(-50%);
  top: 50%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-blog .desc {
    padding: 20px;
  }
}

.single-blog .desc h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.single-blog .desc h4 a {
  color: #333333;
}

.single-blog .desc .read-more {
  display: inline-block;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 400;
}

.single-blog .desc ul li {
  color: #333333;
  font-weight: 400;
}

.single-blog .desc ul li a {
  display: inline-block;
  color: #333333;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-blog .desc ul li a {
    font-size: 12px;
  }
}

.single-blog.color-1 .desc ul li a:hover, .single-blog.color-1 h4 a:hover {
  color: #ef484d;
}

.single-blog.color-1 .read-more:hover {
  color: #ef484d;
}

.single-blog.color-1:hover .overlay-bg-1 {
  background: rgba(239, 72, 77, 0.9);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog.color-1:hover .desc {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-blog.color-2 .desc ul li a:hover, .single-blog.color-2 h4 a:hover {
  color: #823dff;
}

.single-blog.color-2 .read-more:hover {
  color: #823dff;
}

.single-blog.color-2 .overlay-bg-2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog.color-2:hover .overlay-bg-2 {
  opacity: .9;
}

.single-blog.color-2:hover .desc {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-blog.color-3 .desc ul li a:hover, .single-blog.color-3 h4 a:hover {
  color: #f31e7a;
}

.single-blog.color-3 .read-more:hover {
  color: #f31e7a;
}

.single-blog.color-3 .overlay-bg-2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog.color-3:hover .overlay-bg-2 {
  opacity: .9;
}

.single-blog.color-3:hover .desc {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-blog.color-4 .desc ul li a:hover, .single-blog.color-4 h4 a:hover {
  color: #49e5d8;
}

.single-blog.color-4 .read-more:hover {
  color: #49e5d8;
}

.single-blog.color-4 .overlay-bg-2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog.color-4:hover .overlay-bg-2 {
  opacity: .9;
}

.single-blog.color-4:hover .desc {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.active-blog-slider .item-slider {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.active-blog-slider .owl-item {
  pointer-events: none;
}

.active-blog-slider .owl-controls {
  position: absolute;
  right: 57px;
  top: 50%;
  transform: translateY(-50%);
}

.active-blog-slider .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 10px;
}

.active-blog-slider .owl-controls .owl-dots .owl-dot.active {
  position: relative;
}

.active-blog-slider .owl-controls .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.active-blog-slider .owl-controls .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  width: 64px;
  height: 1px;
  background: #fff;
  left: 15px;
  top: 6px;
}

@media (max-width: 767px) {
  .active-blog-slider .owl-controls {
    position: absolute;
    right: 50%;
    top: -webkit-calc(100% - 50px);
    top: -moz-calc(100% - 50px);
    top: calc(100% - 50px);
    transform: translateX(50%);
  }
  .active-blog-slider .owl-controls .owl-dots .owl-dot {
    margin: 10px;
    display: inline-block;
  }
  .active-blog-slider .owl-controls .owl-dots .owl-dot.active {
    position: relative;
  }
  .active-blog-slider .owl-controls .owl-dots .owl-dot.active:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .active-blog-slider .owl-controls .owl-dots .owl-dot.active:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #fff;
    left: 6px;
    top: 15px;
  }
}

.main-article figure figcaption {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 40px 40px 30px 40px;
}

@media (max-width: 767px) {
  .main-article figure figcaption {
    padding: 40px 0 30px 0;
  }
}

.main-article figure figcaption h3 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}

.main-article figure figcaption h3 a {
  color: #333333;
}

.main-article figure figcaption h3 a:hover {
  color: #6928b5;
}

.main-article figure figcaption p {
  margin-bottom: 30px;
}

.main-article.single-article figure figcaption {
  padding: 0 40px 30px 40px;
}

.art-info {
  position: relative;
  margin-right: 26px;
}

.art-info:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #555555;
  right: -13px;
  top: 5px;
}

.art-info:last-child:after {
  height: 0;
}

.art-info span, .art-info a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.art-info a {
  margin-left: 5px;
}

.art-info:hover a {
  color: #6928b5;
}

.art-info:hover span {
  color: #6928b5;
}

@media (max-width: 767px) {
  .social-icon-2 {
    margin-bottom: 20px;
  }
}

.social-icon-2 a {
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 3px;
  border-radius: 50%;
}

.social-icon-2 a:last-child {
  margin-right: 0;
}

.social-icon-2.color-16 a {
  border: 1px solid #eee;
  color: #333;
  position: relative;
  z-index: 1;
}

.social-icon-2.color-16 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-90deg, #bc6ee9 0%, #5406b4 100%);
  background-image: -webkit-linear-gradient(-90deg, #bc6ee9 0%, #5406b4 100%);
  background-image: -ms-linear-gradient(-90deg, #bc6ee9 0%, #5406b4 100%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.social-icon-2.color-16 a:hover {
  box-shadow: 3.536px 3.536px 10px 0px rgba(84, 6, 180, 0.35);
  color: #fff;
  border: none;
}

.social-icon-2.color-16 a:hover:after {
  opacity: 1;
  z-index: -1;
}

.btn-first {
  height: 38px;
  padding: 0 40px;
  display: inline-block;
  line-height: 38px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-first span {
  position: relative;
  z-index: 2;
}

.btn-first:focus {
  outline: none;
}

.btn-first.color-16 {
  color: #333;
  color: #fff;
  border: none;
  background-image: -webkit-linear-gradient(#7e3eff 0%, #bd2aff 100%);
  background-image: -o-linear-gradient(#7e3eff 0%, #bd2aff 100%);
  background-image: linear-gradient(#7e3eff 0%, #bd2aff 100%);
  position: relative;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-16:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: -moz-linear-gradient(-90deg, #bc6ee9 0%, #5406b4 100%);
  background-image: -webkit-linear-gradient(-90deg, #bc6ee9 0%, #5406b4 100%);
  background-image: -ms-linear-gradient(-90deg, #bc6ee9 0%, #5406b4 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-first.color-16:hover {
  z-index: 1;
  box-shadow: 0px 10px 15px 0px rgba(130, 61, 255, 0.25);
}

.btn-first.color-16:hover:after {
  opacity: 1;
}

.active-article-carousel .owl-item {
  pointer-events: none;
}

.active-article-carousel .owl-controls {
  position: absolute;
  left: 50%;
  bottom: 21px;
  transform: translateX(-50%);
}

.active-article-carousel .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 10px;
  display: inline-block;
}

.active-article-carousel .owl-controls .owl-dots .owl-dot.active {
  position: relative;
}

.active-article-carousel .owl-controls .owl-dots .owl-dot.active:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.active-article-carousel .owl-controls .owl-dots .owl-dot.active:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 35px;
  background: #fff;
  left: 6px;
  top: 15px;
}

.profile-link {
  padding: 30px 40px;
  background: #f7fafc;
}

.profile-link .link-icon {
  height: 100px;
  width: 100px;
  background-image: -moz-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
  background-image: -webkit-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
  background-image: -ms-linear-gradient(180deg, #7e3eff 0%, #bd2aff 100%);
}

.profile-link .link-icon span {
  color: #fff;
  font-size: 36px;
}

.profile-link .main-link {
  margin-left: 30px;
  width: 80%;
}

.profile-link .main-link a {
  font-size: 24px;
  color: #333333;
  line-height: 1.3em;
}

.profile-link .main-link a:hover {
  color: #6928b5;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .profile-link .main-link {
    width: 62%;
  }
  .profile-link .main-link a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .profile-link .main-link {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .profile-link .main-link a {
    font-size: 18px;
  }
}

.pagination {
  margin-left: -6px;
}

.pagination a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #f7fafc;
  text-align: center;
  margin-left: 12px;
}

.pagination a span {
  color: #555555;
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
}

.pagination a.active {
  background: #823dff;
  position: relative;
}

.pagination a.active span {
  color: #fff;
}

.pagination a.active:after {
  content: '';
  width: 36px;
  height: 36px;
  top: -3px;
  left: -3px;
  border: 1px solid #6928b5;
  position: absolute;
  border-radius: 50%;
}

.pagination a.active:before {
  content: '';
  width: 1px;
  height: 40px;
  top: 32px;
  left: 16px;
  background: #6928b5;
  position: absolute;
}

.common-widget {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
}

.common-widget h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.up-next-widget .related-post {
  padding: 15px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.up-next-widget .related-post:hover {
  background: #f7fafc;
}

.up-next-widget .related-post .left-img {
  width: 30%;
}

.up-next-widget .related-post .desc {
  width: 60%;
}

.up-next-widget .related-post .desc a:hover {
  color: #6928b5;
}

.profile-widget {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.profile-widget .profile-top {
  padding: 30px;
}

.profile-widget .profile-top .profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.profile-widget .profile-top .profile-info h4 {
  font-size: 18px;
  margin: 15px 0;
}

.profile-widget .profile-follower {
  position: relative;
}

.profile-widget .profile-follower:after {
  position: absolute;
  content: "";
  background: #f3f3f3;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}

.profile-widget .profile-follower .connection {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
}

.profile-widget .profile-follower .connection h4 {
  text-align: center;
}

.profile-widget .profile-link {
  padding: 20px 30px;
  border-bottom: 1px solid #f3f3f3;
}

.profile-widget .profile-link li a span {
  display: inline-block;
  margin-right: 5px;
  color: #6928b5;
}

.profile-widget .profile-link li a:hover {
  color: #6928b5;
}

.profile-widget .profile-export {
  padding: 20px 30px;
}

.profile-widget .profile-export a span {
  display: inline-block;
  margin-right: 5px;
  color: #6928b5;
}

.profile-widget .profile-export a:hover {
  color: #6928b5;
}

.post-cat .total-cat a {
  padding: 10px 20px;
  background: #f7fafc;
  margin-top: 10px;
}

.post-cat .total-cat a:hover {
  color: #6928b5;
}

.tag-widget h5 {
  margin-bottom: 15px;
}

.tag-widget .total-tag a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 17px;
  background: #f7fafc;
  margin-top: 15px;
}

.tag-widget .total-tag a:hover {
  color: #6928b5;
}

.blog-blockquote {
  padding-left: 40px;
  position: relative;
}

.blog-blockquote:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #823dff;
  top: 0;
  left: 0;
}

.comment-h3 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.btn-first.no-radius {
  border-radius: 0px;
}

.btn-first.no-radius.color-16:after {
  border-radius: 0px;
}

.btn-first.reply {
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: none;
}

@media (max-width: 767px) {
  .btn-first.reply {
    margin-top: 10px;
  }
}

.btn-first.reply span {
  color: #333333;
}

.btn-first.reply:hover span {
  color: #fff;
}

.comment-input input {
  width: 100%;
  line-height: 40px;
  padding: 0 30px;
  background: #f7fafc;
  border: none;
  margin-top: 15px;
}

.comment-input input:focus {
  outline: none;
  background: #fff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 0, 0, 0.05);
}

.comment-input textarea {
  width: 100%;
  padding: 15px 30px;
  background: #f7fafc;
  border: none;
  margin-top: 15px;
  margin-bottom: 30px;
  resize: none;
}

.comment-input textarea:focus {
  outline: none;
  background: #fff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 0, 0, 0.05);
}

.profile-info img {
  width: 70px;
  height: 70px;
}

.total-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.single-related-post .desc span {
  font-size: 13px;
}

.single-related-post .desc span a {
  text-decoration: underline;
}

.single-related-post .desc span a:hover {
  color: #5c14b7;
}

.single-related-post .desc h5 {
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 5px;
}

.single-related-post .desc h5 a {
  color: #333333;
}

.single-related-post .desc h5 a:hover {
  color: #5c14b7;
}

.privacy-banner-height {
  height: 500px;
}

.privacy-banner-height .banner-content h2 {
  font-weight: 400;
}

.breadcumb {
  margin-top: 10px;
}

.breadcumb a, .breadcumb span {
  line-height: 30px;
  color: #fff;
  margin: 5px;
}

.total-privacy-content {
  padding: 120px 0 90px 0;
}

.single-privacy-content {
  margin-bottom: 30px;
  padding: 30px 40px;
  background: #f7fafc;
}

@media (max-width: 767px) {
  .single-privacy-content {
    padding: 30px 15px;
  }
}

.single-privacy-content .privacy-serial {
  width: 85px;
  height: 85px;
  background: #fff;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  line-height: 85px;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .single-privacy-content .privacy-serial {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 15px;
  }
}

.single-privacy-content .privacy-text {
  margin: 0;
}

.single-privacy-content:hover .privacy-serial {
  box-shadow: 0px 10px 15px 0px rgba(130, 61, 255, 0.098);
  color: #fff;
}

.comming-header {
  position: absolute;
  width: 100%;
}

.countdown-timer-wrapper .timer {
  display: flex;
}

.countdown-timer-wrapper .timer .timer-wrapper {
  text-align: center;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .countdown-timer-wrapper .timer .timer-wrapper {
    margin-left: 15px;
  }
}

.countdown-timer-wrapper .timer .timer-wrapper:first-child {
  margin-left: 0;
}

.countdown-timer-wrapper .timer .timer-wrapper .time {
  width: 70px;
  height: 70px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #f84a50;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .countdown-timer-wrapper .timer .timer-wrapper .time {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.countdown-timer-wrapper .timer .timer-wrapper .text {
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.comming-soon {
  overflow: hidden;
}

@media (max-width: 767px) {
  .comming-soon .pd-mobile {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .comming-soon .main-menu nav {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .comming-soon .banner-content h2 {
    color: #fff;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .comming-soon .banner-content p {
    color: #fff;
  }
}

.comming-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-image: url(../img/comming-bg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .comming-bg {
    background-position: center right;
  }
}

.fixed-social-icon {
  position: absolute;
  bottom: 50px;
  right: 0;
}

@media (max-width: 767px) {
  .fixed-social-icon {
    right: 50%;
    transform: translateX(50%);
  }
}

.fixed-social-icon a {
  width: 35px;
  border-radius: 3px;
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  color: #fff;
}

.fixed-social-icon a:hover {
  color: #f95249;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.comming-soon .modal-backdrop {
  z-index: 0;
}

.comming-soon .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100vh;
  width: 100vw;
}

.comming-soon .newslatter-text {
  width: 45%;
}

@media (max-width: 767px) {
  .comming-soon .newslatter-text {
    width: 100%;
  }
}

.comming-soon .subscribe-field {
  width: 45%;
}

@media (max-width: 767px) {
  .comming-soon .subscribe-field {
    margin-top: 20px;
    width: 100%;
  }
}

.comming-soon .newslatter .newslatter-text h2 {
  font-size: 32px;
}

.comming-soon .newslatter .newslatter-text p {
  font-size: 14px;
}

.comming-soon .modal-close {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

.notify-btn {
  padding: 0 30px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 3px;
  display: inline-block;
  color: #333333;
  cursor: pointer;
  background: #f7fafc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.notify-btn:hover {
  border-radius: 3px;
  background-image: -moz-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  background-image: -webkit-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  background-image: -ms-linear-gradient(0deg, #fd712c 0%, #f21780 100%);
  box-shadow: 0px 10px 20px 0px rgba(243, 32, 119, 0.2);
  color: #fff !important;
  border: 1px solid transparent;
}

.contact-bg-1 {
  background: #1c1a38;
}

.contact-bg-2 {
  background: #16143d;
}

.contact-bg-3 {
  background: #14112f;
}

.contact-bg-5 {
  background: #181e2f;
}

.footer-bg-1 {
  background: #100e26;
}

.footer-bg-2 {
  background: #0c0b28;
}

.footer-bg-4 {
  background: #111728;
}

.total-address .single-address {
  margin-bottom: 20px;
}

.total-address .single-address span {
  margin: 0px 20px 0 0;
}

.total-address .single-address p {
  margin: 0;
}

.total-address .single-address.color-1 span {
  color: #ef484d;
}

.total-address .single-address.color-2 span {
  color: #bd2aff;
}

.total-address .single-address.color-3 span {
  color: #fd712c;
}

.total-address .single-address.color-4 span {
  color: #49e5d8;
}

@media (max-width: 767px) {
  footer.section-full {
    padding: 50px 0;
  }
}

.footer-content p {
  margin: 0;
}

@media (max-width: 767px) {
  .footer-content p {
    font-size: 12px;
  }
}

.footer-content p.color-1 a {
  color: #fff;
}

.footer-content p.color-2 a {
  color: #fff;
}

.footer-content p.color-3 a {
  color: #fff;
}

.footer-content p.color-3 a:hover {
  color: #fd712c;
}

.footer-content p.color-4 a {
  color: #fff;
}

.footer-content p.color-4 a:hover {
  color: #49e5d8;
}

.footer-social li {
  margin-right: 5px;
}

.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
}

.footer-social li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.footer-social.color-1 li a {
  background: rgba(255, 255, 255, 0.2);
}

.footer-social.color-1 li a i {
  color: #100e26;
}

.footer-social.color-1 li a:hover {
  background: #ef484d;
}

.footer-social.color-1 li a:hover i {
  color: #fff;
}

.footer-social.color-2 li a {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.footer-social.color-2 li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 3px;
}

.footer-social.color-2 li a i {
  color: #100e26;
}

.footer-social.color-2 li a:hover:after {
  opacity: 1;
}

.footer-social.color-2 li a:hover i {
  color: #fff;
}

.footer-social.color-3 li a {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.footer-social.color-3 li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 3px;
}

.footer-social.color-3 li a i {
  color: #100e26;
}

.footer-social.color-3 li a:hover:after {
  opacity: 1;
}

.footer-social.color-3 li a:hover i {
  color: #fff;
}

.footer-social.color-4 li a {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.footer-social.color-4 li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 3px;
}

.footer-social.color-4 li a i {
  color: #100e26;
}

.footer-social.color-4 li a:hover:after {
  opacity: 1;
}

.footer-social.color-4 li a:hover i {
  color: #fff;
}

@media (min-width: 768px) {
  #top-section {
    /* background-image:url('../img/background_photo.jpg'); */
    background-size: cover;
    padding-top:0px;
  }
}
@media (max-width: 767px) {
  #top-section {
    /* background-image:url('../img/phone/p7.png'); */
    background-size: auto 49%;
    background-position: 100% 90%;
    background-repeat: no-repeat;
    padding-top:80px;
  }
}
.social-btn {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin:0px;
}
.facebook {
background-image: url('../img/social/facebook.png');
}
.instagram {
background-image: url('../img/social/instagram.png');
}
.twitter {
background-image: url('../img/social/twitter.png');
}
.skype {
background-image: url('../img/social/skype.png');
}
.linkedin {
background-image: url('../img/social/linkedin.png');
}
.pdf {
background-image: url('../img/social/pdf.png');
}
.youtube {
background-image: url('../img/social/youtube-icon.png');
}

.footer-social {
  margin-top:-30px;
}
.logo-btn {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  background-position:center left;
  margin:0px;
  background-image: url('../img/icon/web.png');
}


.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}