/******************************************************************
Theme Name: Execution Landing Template
Description: Execution App Landing & Product Showcase HTML5 Template
Author: Codepixar
Author URI: http://www.codepixar.com/
Version: 1.0
Created: 25/07/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.  Advantage
6.  Video
7.  Protfolio
8.  Team
9.  Pricing Table
10. Testimonial
11. Blog
12. Subscription
13. Footer Widget
14. Footer

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

Background: #fff (White)
Heading: #333333
Text : #666666
Gray : #f9fafc
Border: #cccccc


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

Body  : 14px/24px 'Poppins', sans-serif;
Heading : 'Poppins', sans-serif;
  h1  :   36px
  h2  :   30px
  h3  :   24px
  h4  :   18px
  h5  :   14px
  h6  :   12px
-----------------------------------------------------------------------*/
/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

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

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

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

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

body {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.home-17 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
}

.home-17 h1, .home-17 h2, .home-17 h3, .home-17 h4, .home-17 h5, .home-17 h6 {
  font-family: 'Dosis', sans-serif;
}

.home-18 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-18 h1, .home-18 h2, .home-18 h3, .home-18 h4, .home-18 h5, .home-18 h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

.home-19 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-19 h1, .home-19 h2, .home-19 h3, .home-19 h4, .home-19 h5, .home-19 h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

.home-20 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-20 h1, .home-20 h2, .home-20 h3, .home-20 h4, .home-20 h5, .home-20 h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

.home-21 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-21 h1, .home-21 h2, .home-21 h3, .home-21 h4, .home-21 h5, .home-21 h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

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: #666666;
}

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

.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;
}

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

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", 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-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;
}

.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;
}

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

.section-150 {
  padding: 150px 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;
}

.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;
}

.total-header-area {
  padding: 20px 0;
  background: #fff;
  position: relative;
  z-index: 999999;
}

.default-header .logo img {
  width: 195px;
  height: auto;
  -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 (min-width: 768px) and (max-width: 1200px) {
  .default-header .logo img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .default-header .logo img {
    width: 150px;
  }
}

.search-field {
  position: relative;
  z-index: 99999;
  margin-right: 10px;
}

.search-field input {
  width: 40px;
  display: inline-block;
  border: 1px solid #eee;
  padding-left: 30px;
  height: 40px;
  border-radius: 20px;
  background: #f9fafc;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform-origin: right top 0;
}

.search-field input:focus {
  outline: none;
  width: 435px;
  padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .search-field input:focus {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .search-field input:focus {
    width: 200px;
  }
}

.search-field:hover input {
  width: 435px;
  padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .search-field:hover input {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .search-field:hover input {
    width: 200px;
  }
}

.search-field button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  -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;
  cursor: pointer;
}

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

.search-field button span {
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  display: inline-block;
  -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;
}

.search-field button.color-1 {
  border: 1px solid #fff;
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.search-field button.color-1:hover {
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.menu-btn {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  -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;
}

.menu-btn span {
  display: inline-block;
  line-height: 38px;
  -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;
}

.menu-btn i {
  display: inline-block;
  line-height: 35px;
  -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;
}

.menu-btn.color-1 {
  border: 1px solid #fff;
  background: -moz-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background: -webkit-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background: -ms-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.menu-btn.color-1 span {
  color: #333;
}

.menu-btn.color-1 i {
  color: #333333;
}

.menu-btn.color-1:hover {
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

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

.menu-btn.color-1.color-1-hover {
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

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

.menu-btn.color-11 {
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, #f8f4fc 0%, #e4ccff 100%);
  background-image: -webkit-linear-gradient(-90deg, #f8f4fc 0%, #e4ccff 100%);
  background-image: -ms-linear-gradient(-90deg, #f8f4fc 0%, #e4ccff 100%);
  box-shadow: 3.536px 3.536px 10px 0 rgba(84, 6, 180, 0.35);
}

.menu-btn.color-11 span {
  color: #333;
}

.menu-btn.color-11 i {
  color: #333333;
}

.menu-btn.color-11: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;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-btn.color-11:hover {
  z-index: 1;
}

.menu-btn.color-11:hover:after {
  opacity: 1;
  z-index: -1;
}

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

.menu-btn.color-11:hover i {
  color: #fff;
}

.menu-btn.color-16 {
  background: transparent -moz-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%) repeat scroll 0 0;
  border: 1px solid #fff;
  box-shadow: 3.536px 3.536px 10px 0 rgba(0, 0, 0, 0.1);
}

.menu-btn.color-16:hover {
  background-image: -moz-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  border: 1px solid #fff;
  box-shadow: 3.536px 3.536px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.menu-btn.color-16.color-16-hover {
  background-image: -moz-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  border: 1px solid #fff;
  box-shadow: 3.536px 3.536px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.toggle-btn {
  position: relative;
  z-index: 99999;
}

.move-bar {
  position: fixed;
  right: 350px;
}

.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: 9999;
  height: 100vh;
  bottom: 0;
  width: 300px;
  text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {
  .side-menubar {
    height: 500px;
    overflow-y: scroll;
  }
}

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

@media (min-width: 480px) and (max-width: 767px) {
  .side-menubar nav {
    top: 56%;
    transform: translate(-50%, 0%);
  }
}

.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: #333333;
  padding: 3px;
  font-weight: 400;
  display: inline-block;
}

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

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

.side-menubar nav ul.color-3 li.active a {
  color: #f52283;
}

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

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

.side-menubar nav ul.color-7 li a:hover {
  color: #316be2;
}

.side-menubar nav ul.color-7 li a:hover {
  color: #f7832c;
}

.side-menubar .menu-contact {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 480px) and (max-width: 767px) {
  .side-menubar .menu-contact {
    display: none;
  }
}

.side-menubar .menu-contact .email {
  padding-bottom: 20px;
  position: relative;
  width: 300px;
}

.side-menubar .menu-contact .email a {
  display: inline-block;
  color: #666666;
}

.side-menubar .menu-contact .email:after {
  content: "";
  background: #eaeef4;
  height: 1px;
  position: absolute;
  width: 300px;
  bottom: 0;
  left: 0;
}

.side-menubar .menu-contact .social-contact {
  padding-top: 20px;
  text-align: center;
}

.side-menubar .menu-contact .social-contact a {
  display: inline-block;
  border: 1px solid #cccccc;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  border-radius: 50%;
  margin-right: 5px;
}

.side-menubar .menu-contact .social-contact.color-1 a:hover {
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  color: #fff;
}

.side-menubar .menu-contact .social-contact.color-2 a:hover {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  color: #fff;
}

.side-menubar .menu-contact .social-contact.color-11 a:hover {
  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%);
  border: 1px solid #fff;
  box-shadow: 3.536px 3.536px 10px 0 rgba(84, 6, 180, 0.35);
}

.side-menubar .menu-contact .social-contact.color-11 a:hover i {
  color: #fff;
}

.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);
}

.is-sticky .total-header-area {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999999;
}

.is-sticky .logo img {
  width: 150px;
  height: auto;
}

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

.main-menu nav ul li a {
  display: inline-block;
  padding: 10px 30px;
  color: #333333;
}

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

.search-field input:focus + .color-2 {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.search-field input:focus + .color-2 span {
  color: #fff;
}

.search-field input:hover + .color-2 {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.search-field input:hover + .color-2 span {
  color: #fff;
}

.search-field button.color-2 {
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  border: 1px solid #fff;
}

.search-field button.color-2:hover {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.search-field button.color-3 {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  border: 1px solid #fff;
}

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

.search-field button.color-3:hover {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  border: 1px solid #fff;
}

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

.search-field button.color-11 {
  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%);
  border: 1px solid #fff;
}

.search-field button.color-11 span {
  color: #fff;
}

.search-field button.color-11:hover {
  box-shadow: 3.536px 3.536px 10px 0px rgba(84, 6, 180, 0.35);
  border: 1px solid #fff;
}

.search-field button.color-11:hover span {
  color: #fff;
}

.search-field button.color-16 {
  background-image: -moz-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.search-field button.color-16 span {
  color: #fff;
}

.search-field button.color-16:hover span {
  color: #fff;
}

.header-2 .menu-btn.color-2 {
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  border: 1px solid #fff;
}

.header-2 .menu-btn.color-2:hover {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.header-2 .menu-btn.color-2-hover {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.header-2 .menu-btn.color-3 {
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  border: 1px solid #fff;
}

.header-2 .menu-btn.color-3:hover {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.header-2 .menu-btn.color-3:hover span {
  color: #fff;
}

.header-2 .menu-btn.color-3-hover {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.header-2 .menu-btn.color-3-hover span {
  color: #fff;
}

.header-2 .social-contact.color-3 a:hover {
  background: #f52283;
  border: 1px solid #fff;
}

.header-2 .main-menu ul li a:hover {
  color: #a561ca;
}

.header-2 .main-menu ul .active a {
  color: #a561ca;
}

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

.toggle-btn {
  display: none;
}

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

.toggle-btn.show {
  display: block;
}

.header-3 .main-menu ul li a:hover {
  color: #f52283;
}

.header-3 .main-menu ul .active a {
  color: #f52283;
}

.header-3 .side-menubar nav ul li a:hover {
  color: #f52283;
}

@media (max-width: 767px) {
  .header-4 .right-header .btn-first {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-4 .right-header {
    margin-top: 7px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-4 .btn-first {
    padding: 0 20px;
  }
}

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

.header-4 .main-menu ul li a:hover {
  color: #c4323d;
}

.header-4 .main-menu ul .active a {
  color: #c4323d;
}

.header-4 .side-menubar nav ul li a:hover {
  color: #c4323d;
}

.header-4 .menu-btn.color-4 {
  background-image: -moz-linear-gradient(-90deg, white 0%, #feafb5 100%);
  background-image: -webkit-linear-gradient(-90deg, white 0%, #feafb5 100%);
  background-image: -ms-linear-gradient(-90deg, white 0%, #feafb5 100%);
  border: 1px solid #fff;
}

.header-4 .menu-btn.color-4:hover {
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.header-4 .menu-btn.color-4-hover {
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.header-4 .menu-btn.color-6 {
  background: -moz-linear-gradient(top, #ffffff 54%, #abb9d6 100%);
  background: -webkit-linear-gradient(top, #ffffff 54%, #abb9d6 100%);
  background: linear-gradient(to bottom, #ffffff 54%, #abb9d6 100%);
  border: 1px solid #fff;
}

.header-4 .menu-btn.color-6:hover {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 3.536px 3.536px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-4 .menu-btn.color-6:hover span {
  color: #fff;
}

.header-4 .menu-btn.color-6-hover {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.header-4 .menu-btn.color-6-hover span {
  color: #fff;
}

.header-4 .menu-btn.color-7 {
  background-image: -moz-linear-gradient(90deg, #b2d4fd 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #b2d4fd 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #b2d4fd 0%, white 100%);
  border: 1px solid #fff;
}

.header-4 .menu-btn.color-7:hover {
  background-image: -moz-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -webkit-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -ms-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-4 .menu-btn.color-7:hover span {
  color: #fff;
}

.header-4 .menu-btn.color-7 {
  background-image: -moz-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -webkit-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -ms-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

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

.header-4 .menu-btn.color-8 {
  background: #f7832c;
  color: #fff;
}

.header-4 .menu-btn.color-8:hover {
  background: #f7832c;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-4 .menu-btn.color-8:hover span {
  color: #fff;
}

.header-4 .menu-btn.color-9 {
  background: #fbc80d;
  color: #fff;
}

.header-4 .menu-btn.color-9:hover {
  background: #fbc80d;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-4 .menu-btn.color-9:hover span {
  color: #fff;
}

.header-4 .menu-btn.color-10 {
  background: #3cadff;
  color: #fff;
}

.header-4 .menu-btn.color-10:hover {
  background: #3cadff;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-4 .menu-btn.color-10:hover span {
  color: #fff;
}

.header-4 .social-contact.color-4 a:hover {
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.header-4 .social-contact.color-4 a:hover span {
  color: #fff;
}

.header-4 .social-contact.color-6 a:hover {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 3.536px 3.536px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-4 .social-contact.color-6 a:hover span {
  color: #fff;
}

.header-4 .social-contact.color-7 a:hover {
  background-image: -moz-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -webkit-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -ms-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-4 .social-contact.color-7 a:hover span {
  color: #fff;
}

.header-4 .social-contact.color-8 a:hover {
  background: #f7832c;
  border: 1px solid #f7832c;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-4 .social-contact.color-8 a:hover span {
  color: #fff;
}

.header-4 .social-contact.color-10 a:hover {
  background: #3cadff;
  border: 1px solid #3cadff;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-4 .social-contact.color-10 a:hover span {
  color: #fff;
}

.header-4 .social-contact.color-16 a:hover {
  background-image: -moz-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.header-4 .social-contact.color-16 a:hover span {
  color: #fff;
}

.header-5 .main-menu ul li a:hover {
  color: #4f85f2;
}

.header-5 .main-menu ul .active a {
  color: #4f85f2;
}

.header-5 .side-menubar nav ul li a:hover {
  color: #4f85f2;
}

.header-8 {
  width: 100%;
  position: absolute;
}

.header-8 .default-header {
  background: transparent;
}

.header-8 .main-menu nav ul li a {
  color: #fff;
  font-weight: 400;
}

.header-8 .is-sticky .total-header-area.default-header {
  background: #4621ad;
}

.header-8 .main-menu ul li a:hover {
  color: #f7832c;
}

.header-8 .main-menu ul .active a {
  color: #f7832c;
}

.header-8 .side-menubar nav ul li a:hover {
  color: #f7832c;
}

.header-9 {
  width: 100%;
  position: absolute;
}

.header-9 .default-header {
  background: transparent;
}

.header-9 .main-menu nav ul li a {
  color: #fff;
  font-weight: 400;
}

.header-9 .is-sticky .total-header-area.default-header {
  background: #f63f41;
}

.header-9 .main-menu ul li a:hover {
  color: #fbc80d;
}

.header-9 .main-menu ul .active a {
  color: #fbc80d;
}

.header-9 .side-menubar nav ul li a:hover {
  color: #fbc80d;
}

.header-10 .main-menu ul li a:hover {
  color: #3cadff;
}

.header-10 .main-menu ul .active a {
  color: #3cadff;
}

.header-10 .side-menubar nav ul li a:hover {
  color: #3cadff;
}

.header-11 {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-11 .main-menu ul li a:hover {
  color: #6928b5;
}

.header-11 .main-menu ul .active a {
  color: #6928b5;
}

.header-11 .side-menubar nav ul li a:hover {
  color: #6928b5;
}

.header-11 .color-2-hover {
  box-shadow: 3.536px 3.536px 10px 0 rgba(84, 6, 180, 0.35) !important;
}

.header-14 {
  position: absolute;
  width: 100%;
}

.header-14 .total-header-area {
  background: transparent;
}

.header-16 {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-16 .main-menu ul li a:hover {
  color: #faca1d;
}

.header-16 .side-menubar nav ul li a:hover {
  color: #faca1d;
}

.header-16 .main-menu ul .active a {
  color: #faca1d;
}

.header-16 .side-menubar nav ul .active a {
  color: #faca1d;
}

.header-17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-17 .total-header-area {
  background: transparent;
}

.header-17 .is-sticky .total-header-area {
  background: #ffb312;
}

.header-17 .default-header .logo img {
  width: 150px;
  height: auto;
}

.header-17 .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.header-17 .main-menu ul li a:hover {
  color: #6a69d2;
}

.header-17 .main-menu ul .active a {
  color: #6a69d2;
}

.header-17 .side-menubar nav ul li a:hover {
  color: #6a69d2;
}

.header-18 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-18 .total-header-area {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-18 .is-sticky .total-header-area {
  background: #3a7ffb;
}

.header-18 .default-header .logo img {
  width: 150px;
  height: auto;
}

@media (max-width: 767px) {
  .header-18 .default-header .logo img {
    width: 125px;
    height: auto;
  }
}

.header-18 .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-18 .main-menu ul li a {
    padding: 10px 10px;
    font-size: 12px;
  }
}

.header-18 .main-menu ul li a:hover {
  color: #fbd100;
}

.header-18 .main-menu ul .active a {
  color: #fbd100;
}

.header-18 .side-menubar nav ul li a:hover {
  color: #fbd100;
}

.header-19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-19 .total-header-area {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-19 .is-sticky .total-header-area {
  background: #333333;
}

.header-19 .default-header .logo img {
  width: 100px;
  height: auto;
}

@media (max-width: 767px) {
  .header-19 .default-header .logo img {
    width: 100px;
    height: auto;
  }
}

.header-19 .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-19 .main-menu ul li a {
    padding: 10px 10px;
    font-size: 12px;
  }
}

.header-19 .main-menu ul li a:hover {
  color: #ed6722;
}

.header-19 .main-menu ul .active a {
  color: #ed6722;
}

.header-19 .side-menubar nav ul li a:hover {
  color: #ed6722;
}

.header-19 .menu-btn.color-9 {
  background: #ed6722;
}

.header-19 .menu-btn.color-9:hover {
  background: #ed6722;
}

.header-19 .side-menubar .menu-contact .social-contact a:hover {
  background: #ed6722;
}

.header-20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-20 .total-header-area {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-20 .is-sticky .total-header-area {
  background: #4621ad;
}

.header-20 .default-header .logo img {
  width: 130px;
  height: auto;
}

@media (max-width: 767px) {
  .header-20 .default-header .logo img {
    width: 100px;
    height: auto;
  }
}

.header-20 .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-20 .main-menu ul li a {
    padding: 10px 10px;
    font-size: 12px;
  }
}

.header-20 .main-menu ul li a:hover {
  color: #ed6722;
}

.header-20 .main-menu ul .active a {
  color: #ed6722;
}

.header-20 .side-menubar nav ul li a:hover {
  color: #ed6722;
}

.header-20 .menu-btn.color-9 {
  background: #ed6722;
}

.header-20 .menu-btn.color-9:hover {
  background: #ed6722;
}

.header-20 .side-menubar .menu-contact .social-contact a:hover {
  background: #ed6722;
}

.header-21 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-21 .total-header-area {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-21 .is-sticky .total-header-area {
  background: #36b0f4;
}

.header-21 .default-header .logo img {
  width: 130px;
  height: auto;
}

@media (max-width: 767px) {
  .header-21 .default-header .logo img {
    width: 100px;
    height: auto;
  }
}

.header-21 .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-21 .main-menu ul li a {
    padding: 10px 10px;
    font-size: 12px;
  }
}

.header-21 .main-menu ul li a:hover {
  color: #216be6;
}

.header-21 .main-menu ul .active a {
  color: #216be6;
}

.header-21 .side-menubar nav ul li a:hover {
  color: #216be6;
}

.header-21 .menu-btn.color-9 {
  background: #216be6;
}

.header-21 .menu-btn.color-9:hover {
  background: #216be6;
}

.header-21 .side-menubar .menu-contact .social-contact a {
  border: none;
}

.header-21 .side-menubar .menu-contact .social-contact a:hover {
  background: #216be6;
  border: none;
}

.btn-first {
  height: 38px;
  padding: 0 40px;
  display: inline-block;
  line-height: 38px;
  text-transform: capitalize;
  font-weight: 500;
  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:focus {
  outline: none;
}

.btn-first.color-1 {
  color: #333;
  border: 1px solid #fff;
  background: -moz-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background: -webkit-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background: -ms-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-1:hover {
  background-image: -webkit-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background-image: -o-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background-image: linear-gradient(to bottom, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  color: #fff;
}

.btn-first.color-2 {
  color: #333;
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #b853ce 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #b853ce 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #b853ce 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-2:hover {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  color: #fff;
}

.btn-first.color-3 {
  color: #333;
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-3:hover {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  color: #fff;
}

.btn-first.color-4 {
  color: #a4212b;
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, white 0%, #feafb5 100%);
  background-image: -webkit-linear-gradient(-90deg, white 0%, #feafb5 100%);
  background-image: -ms-linear-gradient(-90deg, white 0%, #feafb5 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-4:hover {
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  color: #fff;
}

.btn-first.color-4a {
  color: #333333;
  border: 1px solid #cccccc;
  background: #fff;
}

.btn-first.color-4a:hover {
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
  color: #fff;
}

.btn-first.color-5 {
  color: #333333;
  border: 1px solid #fff;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 54%, #abb9d6 100%);
  background: -webkit-linear-gradient(top, #ffffff 54%, #abb9d6 100%);
  background: linear-gradient(to bottom, #ffffff 54%, #abb9d6 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-5:hover {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.btn-first.color-5a {
  color: #333333;
  border: 1px solid #cccccc;
  background: #fff;
}

.btn-first.color-5a:hover {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.btn-first.color-7 {
  color: #333333;
  border: 1px solid #fff;
  background: #ffffff;
  background-image: -moz-linear-gradient(90deg, #b2d4fd 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #b2d4fd 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #b2d4fd 0%, white 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-7:hover {
  background-image: -moz-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -webkit-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -ms-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.btn-first.color-7a {
  color: #333333;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.btn-first.color-7a:hover {
  background-image: -moz-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -webkit-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -ms-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid #fff;
}

.btn-first.color-8 {
  color: #fff;
  background: #f7832c;
}

.btn-first.color-9 {
  color: #fff;
  background: #fbc80d;
}

.btn-first.color-10 {
  color: #333333;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.btn-first.color-10:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 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-10:hover {
  z-index: 1;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid #fff;
}

.btn-first.color-10:hover:after {
  opacity: 1;
  z-index: -1;
}

.btn-first.color-11 {
  color: #333;
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, #f8f4fc 0%, #e4ccff 100%);
  background-image: -webkit-linear-gradient(-90deg, #f8f4fc 0%, #e4ccff 100%);
  background-image: -ms-linear-gradient(-90deg, #f8f4fc 0%, #e4ccff 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-11: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-11:hover {
  z-index: 1;
  box-shadow: 3.536px 3.536px 10px 0px rgba(84, 6, 180, 0.35);
  color: #fff;
  border: 1px solid #fff;
}

.btn-first.color-11:hover:after {
  opacity: 1;
  z-index: -1;
}

.btn-first.color-14 {
  color: #155cff;
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, white 0%, #a3c1ff 100%);
  background-image: -webkit-linear-gradient(-90deg, white 0%, #a3c1ff 100%);
  background-image: -ms-linear-gradient(-90deg, white 0%, #a3c1ff 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-14:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: -moz-linear-gradient(-90deg, #1cacfb 0%, #0041f9 100%);
  background-image: -webkit-linear-gradient(-90deg, #1cacfb 0%, #0041f9 100%);
  background-image: -ms-linear-gradient(-90deg, #1cacfb 0%, #0041f9 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-first.color-14:hover {
  z-index: 1;
  background: transparent;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid transparent;
}

.btn-first.color-14:hover:after {
  opacity: 1;
  z-index: -1;
}

.btn-first.color-14-hover {
  background-image: -moz-linear-gradient(-90deg, #1cacfb 0%, #0041f9 100%);
  background-image: -webkit-linear-gradient(-90deg, #1cacfb 0%, #0041f9 100%);
  background-image: -ms-linear-gradient(-90deg, #1cacfb 0%, #0041f9 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid #fff;
}

.btn-first.submit-btn {
  width: 100%;
  border-radius: 0px;
  cursor: pointer;
}

.btn-first.reply {
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: none;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .btn-first.reply {
    margin-top: 10px;
  }
}

.btn-first.color-16 {
  color: #333333;
  border: 1px solid transparent;
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #f9eab8 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #f9eab8 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #f9eab8 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 7px 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, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 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;
  background: transparent;
  box-shadow: 3.536px 3.536px 10px 0px rgba(250, 159, 29, 0.35);
  color: #fff;
  border: 1px solid #fff;
}

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

.btn-first.color-17 {
  color: #6a69d2;
  background: #fff;
  border: none;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
}

.btn-first.color-17.gray-bg {
  background: #f9fafc;
}

.btn-first.color-17:hover {
  background: #6a69d2;
  color: #fff;
}

.btn-first.color-18 {
  color: #333333;
  background: #fff;
  border: none;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: 400;
}

.btn-first.color-18:hover {
  background: #fbd100;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-19 {
  color: #333333;
  background: #fff;
  border: none;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: 400;
}

.btn-first.color-19:hover {
  background: #eb2153;
  color: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-20 {
  color: #fff;
  background: transparent;
  border: 1px solid #ed6722;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: 400;
}

.btn-first.color-20:hover {
  background: #ed6722;
  color: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-first.color-21 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: 400;
}

.btn-first.color-21:hover {
  background-image: -moz-linear-gradient(90deg, #00b0ff 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #00b0ff 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #00b0ff 0%, white 100%);
  color: #333;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.hover-color-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
}

.hover-color-btn span {
  font-size: 24px;
  display: inline-block;
  line-height: 70px;
}

.hover-color-btn.color-16 {
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(250, 159, 29, 0.137);
}

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

.banner-head {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .banner-head {
    font-size: 26px;
  }
}

.banner-head:before {
  content: "";
  background: url(../img/h-before.png) no-repeat;
  width: 100px;
  height: 44px;
  position: absolute;
  left: 46%;
  top: -45px;
}

.banner-head:after {
  content: "";
  background: url(../img/h-after.png) no-repeat;
  width: 75px;
  height: 16px;
  position: absolute;
  left: 42%;
  bottom: -15px;
}

.section-heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 40px;
  display: inline-block;
  position: relative;
}

.section-heading:before {
  content: "";
  background: url(../img/h-before.png) no-repeat;
  width: 100px;
  height: 44px;
  position: absolute;
  left: 42%;
  top: -45px;
}

.section-heading:after {
  content: "";
  background: url(../img/h-after.png) no-repeat;
  width: 75px;
  height: 16px;
  position: absolute;
  left: 38%;
  bottom: -15px;
}

.newsletter {
  background: url(../img/map2.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.newsletter-content {
  text-align: center;
}

.newsletter-content h1 {
  font-size: 36px;
  font-weight: 500;
}

.newsletter-content span {
  display: inline-block;
  margin-bottom: 50px;
}

.newsletter-content .newsletter-form input {
  width: 390px;
  display: inline-block;
  padding: 0px 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
  border: none;
  background-color: #fff;
}

@media (max-width: 767px) {
  .newsletter-content .newsletter-form input {
    width: 300px;
    margin-bottom: 10px;
  }
}

.newsletter-content .newsletter-form input:focus {
  outline: none;
}

.newsletter-content .newsletter-form button {
  cursor: pointer;
}

.section-head-icon h2 {
  margin: 15px 0 10px 0;
}

.line-head {
  margin-bottom: 25px;
  position: relative;
}

.line-head:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 50px;
  background: #c4323d;
}

.line-head2 {
  margin-bottom: 25px;
  position: relative;
}

.line-head2:after {
  position: absolute;
  content: "";
  right: 3px;
  bottom: -10px;
  height: 2px;
  width: 50px;
  background: #c4323d;
}

.awesome-accordian .card {
  border: none;
  border-radius: 0;
  margin: 10px 0;
}

.awesome-accordian .card .my-card-head a {
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-left: 80px;
  -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;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .awesome-accordian .card .my-card-head a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .awesome-accordian .card .my-card-head a {
    font-size: 14px;
  }
}

.awesome-accordian .card .my-card-head a span {
  position: absolute;
  display: inline-block;
  color: #333333;
  font-size: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.awesome-accordian .card .my-card-block {
  padding: 10px 40px 30px 80px;
  -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;
}

.awesome-accordian .card2 {
  border: none;
  border-radius: 0;
  margin: 10px 0;
}

.awesome-accordian .card2 .my-card-head a {
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-left: 80px;
  -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;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .awesome-accordian .card2 .my-card-head a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .awesome-accordian .card2 .my-card-head a {
    font-size: 14px;
  }
}

.awesome-accordian .card2 .my-card-head a span {
  position: absolute;
  display: inline-block;
  color: #333333;
  font-size: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.awesome-accordian .card2 .my-card-block {
  padding: 10px 40px 30px 80px;
  -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;
}

.awesome-accordian.color-4 .color-change .my-card-head a {
  background: #9f202a;
  background: -moz-linear-gradient(top, #9f202a 0%, #a7222d 100%);
  background: -webkit-linear-gradient(top, #9f202a 0%, #a7222d 100%);
  background: linear-gradient(to bottom, #9f202a 0%, #a7222d 100%);
  color: #fff;
  box-shadow: none;
}

.awesome-accordian.color-4 .color-change .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-4 .color-change .my-card-block {
  background: #a7222d;
  background: -moz-linear-gradient(top, #a7222d 0%, #bd2e39 100%);
  background: -webkit-linear-gradient(top, #a7222d 0%, #bd2e39 100%);
  background: linear-gradient(to bottom, #a7222d 0%, #bd2e39 100%);
  color: #fff;
}

.awesome-accordian.color-4 .color-change2 .my-card-head a {
  background: #9f202a;
  background: -moz-linear-gradient(top, #9f202a 0%, #a7222d 100%);
  background: -webkit-linear-gradient(top, #9f202a 0%, #a7222d 100%);
  background: linear-gradient(to bottom, #9f202a 0%, #a7222d 100%);
  color: #fff;
  box-shadow: none;
}

.awesome-accordian.color-4 .color-change2 .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-4 .color-change2 .my-card-block {
  background: #a7222d;
  background: -moz-linear-gradient(top, #a7222d 0%, #bd2e39 100%);
  background: -webkit-linear-gradient(top, #a7222d 0%, #bd2e39 100%);
  background: linear-gradient(to bottom, #a7222d 0%, #bd2e39 100%);
  color: #fff;
}

.awesome-accordian.color-5 .my-card-head.c-5a a span {
  color: #d63d3e;
}

.awesome-accordian.color-5 .my-card-head.c-5b a span {
  color: #4f85f2;
}

.awesome-accordian.color-5 .my-card-head.c-5c a span {
  color: #f3c000;
}

.awesome-accordian.color-5 .my-card-head.c-5d a span {
  color: #53ba4e;
}

.awesome-accordian.color-5 .color-change .my-card-head a {
  background: #4d81ed;
  background: -moz-linear-gradient(top, #4d81ed 0%, #4a81f2 100%);
  background: -webkit-linear-gradient(top, #4d81ed 0%, #4a81f2 100%);
  background: linear-gradient(to bottom, #4d81ed 0%, #4a81f2 100%);
  color: #fff;
  box-shadow: none;
}

.awesome-accordian.color-5 .color-change .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-5 .color-change .my-card-block {
  background: #4a81f2;
  background: -moz-linear-gradient(top, #4a81f2 0%, #306ae2 100%);
  background: -webkit-linear-gradient(top, #4a81f2 0%, #306ae2 100%);
  background: linear-gradient(to bottom, #4a81f2 0%, #306ae2 100%);
  color: #fff;
}

.awesome-accordian.color-7 .color-change .my-card-head a {
  background: #00f3aa;
  background: -moz-linear-gradient(top, #00f3aa 0%, #07d9c5 100%);
  background: -webkit-linear-gradient(top, #00f3aa 0%, #07d9c5 100%);
  background: linear-gradient(to bottom, #00f3aa 0%, #07d9c5 100%);
  color: #fff;
  box-shadow: none;
}

.awesome-accordian.color-7 .color-change .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-7 .color-change .my-card-block {
  background: #07d9c5;
  background: -moz-linear-gradient(top, #07d9c5 0%, #158af7 59%);
  background: -webkit-linear-gradient(top, #07d9c5 0%, #158af7 59%);
  background: linear-gradient(to bottom, #07d9c5 0%, #158af7 59%);
  color: #fff;
}

.awesome-accordian.color-7 .color-change2 .my-card-head a {
  background: #9f202a;
  background: -moz-linear-gradient(top, #9f202a 0%, #a7222d 100%);
  background: -webkit-linear-gradient(top, #9f202a 0%, #a7222d 100%);
  background: linear-gradient(to bottom, #9f202a 0%, #a7222d 100%);
  color: #fff;
  box-shadow: none;
}

.awesome-accordian.color-7 .color-change2 .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-7 .color-change2 .my-card-block {
  background: #a7222d;
  background: -moz-linear-gradient(top, #a7222d 0%, #bd2e39 100%);
  background: -webkit-linear-gradient(top, #a7222d 0%, #bd2e39 100%);
  background: linear-gradient(to bottom, #a7222d 0%, #bd2e39 100%);
  color: #fff;
}

.awesome-accordian.color-8 .card .my-card-head a span {
  font-size: 18px;
}

.awesome-accordian.color-8 .color-change .my-card-head a {
  background: #4621ad;
  box-shadow: none;
  color: #fff;
}

.awesome-accordian.color-8 .color-change .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-8 .color-change .my-card-block {
  background: #4621ad;
  color: #fff;
}

.awesome-accordian.color-9 .card .my-card-head a span {
  font-size: 18px;
}

.awesome-accordian.color-9 .color-change .my-card-head a {
  background: #f43f40;
  box-shadow: none;
  color: #fff;
}

.awesome-accordian.color-9 .color-change .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-9 .color-change .my-card-block {
  background: #f43f40;
  color: #fff;
}

.awesome-accordian.color-10 .card .my-card-head a span {
  font-size: 18px;
}

.awesome-accordian.color-10 .color-change .my-card-head a {
  background: -moz-linear-gradient(top, #3aa8f8 0%, #38a5ff 100%);
  background: -webkit-linear-gradient(top, #3aa8f8 0%, #38a5ff 100%);
  background: linear-gradient(to bottom, #3aa8f8 0%, #38a5ff 100%);
  box-shadow: none;
  color: #fff;
}

.awesome-accordian.color-10 .color-change .my-card-head a span {
  color: #fff;
}

.awesome-accordian.color-10 .color-change .my-card-block {
  background: -moz-linear-gradient(top, #38a5ff 0%, #165dff 100%);
  background: -webkit-linear-gradient(top, #38a5ff 0%, #165dff 100%);
  background: linear-gradient(to bottom, #38a5ff 0%, #165dff 100%);
  color: #fff;
}

.statistics-area {
  overflow: hidden;
  padding: 115px 0;
}

.statistics-area.color-4 {
  background: #c4323d;
}

.statistics-area.color-5 {
  background: #f3c000;
}

.statistics-area.color-6 {
  background: #4f85f5;
}

.statistics-area.color-7 {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
}

.statistics-area .statistics {
  height: 370px;
}

.statistics-area .statistics .single-stat {
  text-align: center;
  width: 300px;
}

.statistics-area .statistics .single-stat h2 {
  color: #fff;
  font-size: 60px;
}

.statistics-area .statistics .single-stat h2 sub {
  font-size: 24px;
}

.statistics-area .statistics .single-stat span {
  display: block;
  color: #fff;
}

.statistics-area .statistics .top {
  width: 100%;
}

.statistics-area .statistics .bottom {
  width: 100%;
}

.statistics-area .execution-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 55;
}

.statistics-area .execution-download h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
}

.statistics-area .total-circle-2 .first-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 880px;
  height: 880px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}

.statistics-area .total-circle-2 .second-circle {
  width: 580px;
  height: 580px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.statistics-area .total-circle-2 .third-circle {
  width: 370px;
  height: 370px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.app-download {
  padding: 85px 0;
}

.big-download-app {
  padding: 30px 0;
  padding-left: 160px;
  display: block;
  border-radius: 3px;
  background: #fff;
  -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;
  position: relative;
}

@media (max-width: 767px) {
  .big-download-app {
    padding: 10px 0;
    padding-left: 80px;
  }
}

.big-download-app:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.big-download-app.color-4 .link-left {
  background: #c4323d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4323d 0%, #a4212b 100%);
  background: -webkit-linear-gradient(top, #c4323d 0%, #a4212b 100%);
  background: linear-gradient(to bottom, #c4323d 0%, #a4212b 100%);
}

.big-download-app.color-5 .link-left {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
}

.big-download-app .link-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 3px;
  text-align: center;
  width: 115px;
}

@media (max-width: 767px) {
  .big-download-app .link-left {
    width: 60px;
  }
}

.big-download-app .link-left img {
  display: inline-block;
}

@media (max-width: 767px) {
  .big-download-app .link-left img {
    width: 30px;
  }
}

.big-download-app .link-top {
  font-size: 30px;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 767px) {
  .big-download-app .link-top {
    font-size: 20px;
  }
}

.big-download-app .link-bottom {
  display: block;
  font-size: 12px;
}

.app-download7 .big-download-app {
  padding-left: 135px;
}

@media (max-width: 767px) {
  .app-download7 .big-download-app {
    padding-left: 80px;
    margin-top: 20px;
  }
}

.app-download7 .big-download-app:hover .link-left {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
}

.total-brand {
  border-top: 1px solid #eeeeee;
  padding: 40px 0;
}

.total-brand .owl-carousel .owl-item img {
  display: block;
  transform-style: preserve-3d;
  width: 153px;
  height: auto;
}

.total-brand .item-brand {
  opacity: .25;
  -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;
}

.total-brand .item-brand:hover {
  opacity: 1;
}

.total-brand .active-brand .item {
  text-align: center;
}

.total-brand .active-brand .item img {
  display: inline-block;
}

.first-circle {
  top: -440px;
  right: -440px;
  position: absolute;
  width: 880px;
  height: 880px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .first-circle {
    width: 500px;
    height: 500px;
    top: -250px;
    right: -250px;
  }
}

@media (max-width: 767px) {
  .first-circle {
    width: 500px;
    height: 500px;
    top: -250px;
    right: -250px;
  }
}

.first-circle .second-circle {
  width: 580px;
  height: 580px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .first-circle .second-circle {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .first-circle .second-circle {
    width: 250px;
    height: 250px;
  }
}

.first-circle .third-circle {
  width: 370px;
  height: 370px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .first-circle .third-circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .first-circle .third-circle {
    width: 100px;
    height: 100px;
  }
}

.side-tringle {
  width: 0;
  height: 0;
  border-left: 104px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 70px solid #f7832c;
  transform: rotate(-90deg);
  top: 230px;
  right: -35px;
  position: absolute;
}

.side-tringle2 {
  width: 0;
  height: 0;
  border-right: 104px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 70px solid #f7832c;
  transform: rotate(90deg);
  top: 230px;
  left: -35px;
  position: absolute;
}

.side-tringle-watch {
  width: 0;
  height: 0;
  border-left: 104px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 70px solid #fbc80d;
  transform: rotate(-90deg);
  top: 230px;
  right: -35px;
  position: absolute;
}

.side-tringle2-watch {
  width: 0;
  height: 0;
  border-right: 104px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 70px solid #fbc80d;
  transform: rotate(90deg);
  top: 230px;
  left: -35px;
  position: absolute;
}

.side-tringle-vr {
  width: 0;
  height: 0;
  border-left: 104px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 70px solid #3cadff;
  transform: rotate(-90deg) translateY(-50%);
  top: 50%;
  right: -70px;
  position: absolute;
}

.side-tringle2-vr {
  width: 0;
  height: 0;
  border-right: 104px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 70px solid #3cadff;
  transform: rotate(90deg) translateY(-50%);
  top: 50%;
  left: -70px;
  position: absolute;
}

.dots {
  padding: 0 20px;
}

.dots span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #eeeeee;
  border-radius: 50%;
  margin-right: 5px;
}

.dots span:last-child {
  margin-right: 0;
}

.learn-more {
  display: inline-block;
  background: #fff;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #eee;
  color: #333333;
}

.learn-more:hover {
  background: #f7832c;
  color: #fff;
  border: 1px solid #f7832c;
}

.learn-more-10 {
  display: inline-block;
  background: #fff;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #eee;
  color: #333333;
}

.learn-more-10:hover {
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  color: #fff;
  border: 1px solid #ffffff;
}

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

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

.social-icon a:hover {
  background: #f7832c;
  color: #fff;
  border: 1px solid #f7832c;
}

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

.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-11 a {
  border: 1px solid #eee;
  color: #333;
  position: relative;
  z-index: 1;
}

.social-icon-2.color-11 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-11 a:hover {
  box-shadow: 3.536px 3.536px 10px 0px rgba(84, 6, 180, 0.35);
  color: #fff;
  border: 1px solid #fff;
}

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

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

.social-icon-2.color-13 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 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-13 a:hover {
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid #fff;
}

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

.pagination .arrow {
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}

.pagination .arrow:last-child {
  margin-right: 0;
}

.pagination a:not(.arrow) {
  height: 35px;
  line-height: 35px;
  margin: 0 10px;
  display: inline-block;
}

.pagination.color-11 .arrow {
  border: 1px solid #eee;
  color: #333;
  position: relative;
  overflow: hidden;
}

.pagination.color-11 .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

.pagination.color-11 .arrow:hover {
  z-index: 1;
  box-shadow: 3.536px 3.536px 10px 0px rgba(84, 6, 180, 0.35);
  color: #fff;
  border: 1px solid #fff;
}

.pagination.color-11 .arrow:hover:after {
  opacity: 1;
  z-index: -1;
}

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

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

.social-icon-10 a:hover {
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  color: #fff;
  border: 1px solid #ffffff;
}

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

.section-title-17 {
  margin-bottom: 60px;
}

.section-title-17 h2 {
  font-size: 36px;
  background: -webkit-linear-gradient(45deg, #c7149e, #ffb312);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.section-title-17 p {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-title-17 p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title-17 p br {
    display: none;
  }
}

.subscription input[type=email] {
  width: 330px;
  border-radius: 30px;
  line-height: 40px;
  border: none;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .subscription input[type=email] {
    width: 290px;
  }
}

.subscription input[type=email]:focus {
  outline: none;
}

.subscription .btn-first {
  margin-left: 5px;
  border: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .subscription .btn-first {
    margin-top: 10px;
  }
}

.subscription .btn-first:hover {
  border: 1px solid transparent;
}

.subscription.border input[type=email] {
  border: 1px solid #eeeeee;
}

.section-title-18 {
  margin-bottom: 60px;
}

.section-title-18 h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.section-title-18 p {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-title-18 p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title-18 p br {
    display: none;
  }
}

.section-title-19 {
  margin-bottom: 60px;
}

.section-title-19 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 42px;
}

.section-title-19 p {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-title-19 p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title-19 p br {
    display: none;
  }
}

.subscription-19 {
  background: #f9fafc;
}

.subscription-19 .section-title-19 h2 {
  color: #eb2153;
  font-weight: 400;
}

.subscription-19 .btn-first.color-17 {
  color: #333;
  background: #fff;
}

.subscription-19 .btn-first.color-17:hover {
  background: #eb2153;
  color: #fff;
}

.subscription-19 .subscription input[type="email"] {
  background: transparent;
}

.section-title-20 {
  margin-bottom: 60px;
}

.section-title-20 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 42px;
}

.section-title-20 p {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-title-20 p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title-20 p br {
    display: none;
  }
}

.subscription-20 .btn-first.color-20 {
  color: #333;
}

.subscription-20 .btn-first.color-20:hover {
  color: #fff;
}

.subscription-21 .btn-first {
  color: #333;
}

.subscription-21 .btn-first:hover {
  color: #fff;
  background: #1e68e2;
}

.search-form {
  margin-top: 35px;
  border-bottom: 1px solid #5ec0f6;
  padding-bottom: 2px;
}

.search-form input {
  outline: none;
  border: none;
  background: transparent;
  width: 480px;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
}

.search-form input:focus {
  outline: none;
}

@media (max-width: 767px) {
  .search-form input {
    width: 130px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .search-form input {
    width: 270px;
  }
}

.search-form .btn-first {
  line-height: 42px;
}

.search-form .btn-first span {
  margin-left: 3px;
}

.search-form ::-webkit-input-placeholder {
  color: #fff;
}

.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search-form :-ms-input-placeholder {
  color: #fff;
}

.total-stat {
  padding-top: 70px;
  border-top: 1px solid #eeeeee;
}

.total-stat .single-stat .icon {
  color: #e7313c;
}

.total-stat .single-stat .icon span {
  font-size: 24px;
}

.total-stat .single-stat .stat-body h4 {
  color: #e7313c;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}

.total-stat .single-stat .stat-body h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333333;
}

.total-protfolio .single-protfolio-1 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.total-protfolio .single-protfolio-2 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/2.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  margin-right: 15px;
}

.total-protfolio .single-protfolio-3 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/3.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  margin-left: 15px;
}

.total-protfolio .single-protfolio-4 {
  height: 500px;
  background-color: #ddd;
  background: url(../img/protfolio/4.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  -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;
}

.total-protfolio .single-protfolio-4 .overlay-bg {
  -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: -webkit-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background: -o-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background: linear-gradient(to bottom, #f46300 0%, #e7303b 100%);
  transform: scaleX(0);
  opacity: .9;
}

.total-protfolio .single-protfolio-4 .overlay-bg img {
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.total-protfolio .single-protfolio-4 .overlay-bg .overlay-link {
  height: 100%;
  text-align: center;
}

.total-protfolio .single-protfolio-4 .overlay-bg .overlay-link a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.total-protfolio .single-protfolio-4:hover {
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.total-protfolio .single-protfolio-4:hover .overlay-bg {
  transform: scaleX(1);
}

.total-protfolio .single-protfolio-4:hover .overlay-bg img {
  transform: scaleY(1);
}

.total-protfolio .single-protfolio-5 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/5.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.total-protfolio .single-protfolio-6 {
  margin-top: 30px;
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/6.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

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

.video-box {
  width: 100%;
  height: 312px;
  position: relative;
  overflow: hidden;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.video-box.shadow-5 {
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

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

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

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

div.thumbnail_container {
  width: 100%;
  height: 100%;
  position: relative;
}

div.thumbnail_container .video-overlay-1 {
  background-image: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-2 {
  background-image: -moz-linear-gradient(90deg, #7f1eb4 0%, #f52283 100%);
  background-image: -webkit-linear-gradient(90deg, #7f1eb4 0%, #f52283 100%);
  background-image: -ms-linear-gradient(90deg, #7f1eb4 0%, #f52283 100%);
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-3 {
  background: #f52283;
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-8 {
  background: #4621ad;
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-9 {
  background: #f64041;
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-10 {
  background: #155cff;
  opacity: 0.9;
}

.video-fullwidth-4 {
  height: 450px;
}

.video-fullwidth-4 .thumbnail_container img {
  min-width: 100%;
  min-height: 100%;
}

.video-fullwidth-4 .thumbnail_container p {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 5;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .video-fullwidth-4 .thumbnail_container p {
    font-size: 16px;
  }
}

.video-fullwidth-4 .video-overlay-4 {
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  opacity: 0.9;
}

.video-fullwidth-4 .video-overlay-5 {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}

.video-fullwidth-4 .video-overlay-7 {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}

.video-fullwidth-4 .first-circle-4 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}

.video-fullwidth-4 .first-circle-4 .second-circle {
  width: 330px;
  height: 330px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.fullwidth-video .video-box {
  height: 600px;
  box-shadow: none;
}

.fullwidth-video .thumbnail {
  height: 100%;
}

.fullwidth-video .video-text {
  position: absolute;
  bottom: 50px;
  right: 30%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.fullwidth-video .video-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.product-vr-banner .video-box {
  box-shadow: none;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
}

.product-vr-banner .start-video {
  cursor: pointer;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}

.product-vr-banner .video-text {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
}

.fullwidth-video .item-video {
  height: 600px;
}

.fullwidth-video .owl-video-play-icon {
  background: url(../img/video/play-btn.png) no-repeat;
  cursor: pointer;
  height: 86px;
  left: 50%;
  margin-left: -43px;
  margin-top: -43px;
  position: absolute;
  top: 50%;
  transition: transform 100ms ease 0s;
  width: 86px;
  z-index: 1;
}

.fullwidth-video .owl-video-tn {
  background: url(../img/vr/v1.jpg) no-repeat !important;
  background-size: cover;
  position: relative;
}

.fullwidth-video .owl-video-tn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(21, 92, 255, 0.9);
  top: 0;
  left: 0;
}

.fullwidth-video .owl-controls {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}

.fullwidth-video .owl-controls .owl-dot {
  display: inline-block;
  margin-right: 10px;
}

.fullwidth-video .owl-controls .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.fullwidth-video .owl-controls .owl-dot.active span {
  background: #fff;
}

.design-carousel {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
}

.design-carousel .left-content {
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  width: 40%;
  height: 100%;
  -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) {
  .design-carousel .left-content {
    width: 70%;
    padding: 0 15px;
  }
}

.design-carousel .left-content h3 {
  font-weight: 500;
  font-size: 24px;
}

.design-carousel .left-content h3 span {
  color: #6928b5;
}

@media (max-width: 767px) {
  .design-carousel .left-content h3 {
    font-size: 18px;
  }
}

.design-carousel .left-content p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.design-carousel .left-content.hide {
  opacity: 0;
}

.design-carousel .item-video {
  height: 390px;
  position: relative;
}

.design-carousel .owl-video-play-icon {
  background: url(../img/video/play-btn.png) no-repeat;
  cursor: pointer;
  height: 86px;
  left: 50%;
  margin-left: -43px;
  margin-top: -43px;
  position: absolute;
  top: 50%;
  transition: transform 100ms ease .3s;
  width: 86px;
  z-index: 1;
}

.design-carousel .owl-video-wrapper {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.design-carousel .owl-video-tn {
  background: url(../img/vr/v1.jpg) no-repeat !important;
  background-size: cover;
  position: relative;
}

.design-carousel .owl-video-tn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #bc6ee9 0%, #5406b4 100%);
  background: -webkit-linear-gradient(top, #bc6ee9 0%, #5406b4 100%);
  background: linear-gradient(to bottom, #bc6ee9 0%, #5406b4 100%);
  opacity: 0.9;
  top: 0;
  left: 0;
}

.design-carousel .owl-video-play-icon:hover {
  transform: scale(1, 1);
}

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

.design-carousel .owl-controls .owl-dot {
  display: inline-block;
  margin-right: 10px;
}

.design-carousel .owl-controls .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #cccccc;
}

.design-carousel .owl-controls .owl-dot.active span {
  background: #6928b5;
}

.video-area-17 {
  padding: 150px 0 0 0;
}

.video-area-17 .video-wrapper {
  background: url(../img/home17/video-bg.png) no-repeat center center/cover;
  height: 750px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.video-area-17 .video-wrapper .container {
  height: 100%;
}

.video-area-17 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.watch-text {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 30%;
}

.watch-text h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.watch-text span {
  font-size: 18px;
  color: #fff;
}

.home-17 .mfp-bg {
  z-index: 9999999;
}

.home-17 .mfp-wrap {
  z-index: 9999999;
}

.banner-area2 {
  background: url(../img/home2/banner-bottom.png) no-repeat;
  background-position: bottom;
  position: relative;
}

.banner-area2 .mac-banner {
  position: absolute;
  bottom: -270px;
  left: 50%;
  transform: translateX(-50%);
}

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

@media (min-width: 1200px) and (max-width: 1600px) {
  .banner-area2 .mac-banner {
    bottom: -350px;
  }
}

.banner-area2 .banner-content {
  position: relative;
  margin-top: 80px;
}

.banner-area2 .banner-content:after {
  background: url(../img/home2/ornaments.png) no-repeat;
  position: absolute;
  left: 0;
  top: -70px;
  content: "";
  height: 257px;
  width: 528px;
  z-index: -1;
}

@media (max-width: 767px) {
  .banner-area2 .banner-content:after {
    width: 200px;
  }
}

.banner-area2 .banner-content h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}

.banner-area2 .banner-content h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 25px;
}

.home-second, .home-third {
  position: relative;
}

.home-second .top-img, .home-third .top-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999999;
}

@media (max-width: 767px) {
  .home-second .top-img, .home-third .top-img {
    width: 60px;
    height: auto;
    z-index: 99;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home-second .top-img, .home-third .top-img {
    width: 60px;
    height: auto;
    z-index: 99;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .home-second .top-img, .home-third .top-img {
    z-index: 99;
  }
}

.bg-1 {
  width: 622px;
  height: 408px;
  overflow: hidden;
  position: absolute;
  margin: 0px auto;
  top: -250px;
}

.bg-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-2 {
  width: 933px;
  height: 248px;
  overflow: hidden;  
  margin: 0px auto;
}

.bg-2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top center;
  display: block;
}

.home-second .top-img2, .home-third .top-img2 {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 999;
}

@media (max-width: 767px) {
  .home-second .top-img2, .home-third .top-img2 {
    width: 40px;
    height: auto;
  }
}

.home-four {
  overflow-x: hidden;
}

.banner-area4 {
  background: #c4323d;
}

@media (max-width: 767px) {
  .banner-area4 {
    overflow: hidden;
  }
}

.banner-right-content h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}

.banner-right-content p {
  color: #fff;
  margin-bottom: 30px;
}

.iphone-img {
  position: absolute;
  left: -90px;
  bottom: -147px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .iphone-img {
    left: 0;
    bottom: 0;
    position: relative;
  }
}

.banner-area5 {
  background: #53ba4e;
}

.banner-area5 .iphone-img {
  bottom: -142px;
}

@media (max-width: 767px) {
  .banner-area5 {
    overflow: hidden;
  }
}

.banner-area6 {
  background: #4f85f5;
}

.banner-area6 .iphone-img {
  bottom: -182px;
}

@media (max-width: 767px) {
  .banner-area6 {
    overflow: hidden;
  }
}

.banner-area7 {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
}

@media (max-width: 767px) {
  .banner-area7 {
    overflow: hidden;
  }
}

.single-product-banner {
  height: 400px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .single-product-banner {
    overflow: hidden;
  }
}

.single-product-banner.color-8 {
  background: #4621ad;
}

.single-product-banner.color-9 {
  background: #222222;
}

.single-product-banner .first-circle {
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-product-banner .first-circle {
    width: 500px;
    height: 500px;
    top: -250px;
    right: -250px;
  }
}

@media (max-width: 767px) {
  .single-product-banner .first-circle {
    width: 500px;
    height: 500px;
    top: -250px;
    right: -250px;
  }
}

.single-product-banner .first-circle .second-circle {
  width: 440px;
  height: 440px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-product-banner .first-circle .second-circle {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .single-product-banner .first-circle .second-circle {
    width: 250px;
    height: 250px;
  }
}

.single-product-banner .first-circle .third-circle {
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-product-banner .first-circle .third-circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .single-product-banner .first-circle .third-circle {
    width: 100px;
    height: 100px;
  }
}

.home-blog .single-article p {
  margin-bottom: 0;
}

.home-blog .single-article blockquote {
  padding-left: 40px;
  position: relative;
  margin: 20px 0;
}

.home-blog .single-article blockquote:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #6008b3;
  left: 0;
  top: 0;
}

.banner-area-blog {
  background-image: -moz-linear-gradient(-90deg, #c26be5 0%, #5800b0 100%);
  background-image: -webkit-linear-gradient(-90deg, #c26be5 0%, #5800b0 100%);
  background-image: -ms-linear-gradient(-90deg, #c26be5 0%, #5800b0 100%);
  padding: 70px 0;
}

.banner-area-blog.element {
  background-image: -moz-linear-gradient(90deg, #316be2 0%, #4f85f5 100%);
  background-image: -webkit-linear-gradient(90deg, #316be2 0%, #4f85f5 100%);
  background-image: -ms-linear-gradient(90deg, #316be2 0%, #4f85f5 100%);
}

.banner-area-blog .banner-content .left h2 {
  color: #fff;
  position: relative;
}

.banner-area-blog .banner-content .left h2:after {
  content: "";
  height: 70px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-area-blog .banner-content .left p {
  color: #fff;
  margin-bottom: 0;
  margin-left: 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .banner-area-blog .banner-content .ct-breadcrumb {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .banner-area-blog .banner-content .ct-breadcrumb {
    margin-top: 30px;
  }
}

.banner-area-blog .banner-content .ct-breadcrumb a {
  display: inline-block;
  color: #fff;
}

.banner-area-blog .banner-content .ct-breadcrumb span {
  padding: 0 10px;
  pointer-events: none;
  display: inline-block;
  color: #fff;
}

.post-comment h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.post-comment .single-input {
  margin-bottom: 15px;
}

.post-comment .single-input input, .post-comment .single-input textarea {
  width: 100%;
  border: none;
  background: #f9fafc;
  padding: 10px 30px;
  border: 1px solid transparent;
}

.post-comment .single-input input:focus, .post-comment .single-input textarea:focus {
  border: 1px solid #fff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 0, 0, 0.1);
}

.post-comment .single-input textarea {
  resize: none;
  height: 110px;
}

.total-comment .single-comment .profile-name img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.total-comment .single-comment.reply-comment {
  padding-left: 30px;
}

.related-blog h5 {
  font-size: 18px;
  font-weight: 500;
}

.single-related-blog .desc .title {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  display: block;
}

.single-related-blog .desc .title:hover {
  color: #6008b3;
}

.single-related-blog .desc span {
  font-size: 12px;
  font-weight: 300;
}

.single-related-blog .desc span a {
  text-decoration: underline;
}

.single-related-blog .desc span a:hover {
  color: #6008b3;
}

.banner-404 h1 {
  font-size: 144px;
  font-weight: 700;
  color: #fff;
}

.banner-404 p {
  color: #fff;
  font-size: 18px;
}

.banner-comming-soon h1 {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .banner-comming-soon h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .banner-comming-soon h1 {
    font-size: 36px;
  }
}

.banner-comming-soon p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.banner-comming-soon .bottom {
  font-size: 14px;
}

.subscribe-field input {
  width: 380px;
  padding: 6px 30px;
  border-radius: 20px;
  border: none;
  margin-right: 15px;
}

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

@media (max-width: 767px) {
  .subscribe-field input {
    display: block;
    width: 270px;
    margin-bottom: 10px;
  }
}

.banner-area16 {
  background-image: -moz-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
}

.banner-area16 .banner-right-content h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner-area16 .banner-right-content h1 {
  font-weight: 300;
  line-height: 1.1em;
}

.banner-area16 .right-circle-1 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}

.banner-area16 .right-circle-1:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-area16 .right-circle-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.asana-banner {
  background-image: -moz-linear-gradient(-90deg, #ffb312 0%, #c7149e 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffb312 0%, #c7149e 100%);
  background-image: -ms-linear-gradient(-90deg, #ffb312 0%, #c7149e 100%);
}

.asana-banner h1 {
  font-size: 60px;
}

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

.asana-banner-content p {
  margin: 0;
  padding: 20px 0 30px 0;
  font-size: 20px;
}

.banner-bottom-shape {
  border-top: 160px solid transparent;
  border-left: 100vw solid white;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

.leadpages-banner {
  background: #2471fe;
}

@media (max-width: 767px) {
  .leadpages-banner .fullscreen {
    height: 1200px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .leadpages-banner .banner-left {
    margin-top: 50px;
  }
  .leadpages-banner .banner-left br {
    display: none;
  }
}

@media (max-width: 767px) {
  .leadpages-banner .banner-left {
    margin-top: 50px;
  }
}

.leadpages-banner .banner-left h1 {
  font-size: 60px;
  line-height: 54px;
}

@media (max-width: 767px) {
  .leadpages-banner .banner-left h1 {
    font-size: 50px;
  }
}

.leadpages-banner .banner-left p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0 30px 0;
}

.leadpages-banner .banner-left .btn-first.color-18 {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.leadpages-banner .banner-left .btn-first.color-18:hover {
  border: 1px solid transparent;
  background: #fbd100;
  color: #333333;
}

.leadpages-banner .img-bg-18:after {
  border: 1px solid #fff;
}

.img-bg-18 {
  height: 350px;
  width: 90%;
  background: #3a76e1;
  position: relative;
}

.img-bg-18:after {
  width: 100%;
  height: 100%;
  border: 1px solid #fbd100;
  top: -10px;
  left: -10px;
  position: absolute;
  content: "";
  z-index: 1;
}

.img-bg-18 .video-thumb {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -30px;
  left: 20px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.img-bg-18 .video-thumb .overlay-bg {
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.img-bg-18 .video-thumb .play-btn {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .devoted {
    margin-top: 50px;
  }
}

.invision-banner {
  background: url(../img/home19/b.jpg) no-repeat center center/cover;
  position: relative;
}

@media (min-width: 480px) and (max-width: 767px) {
  .invision-banner .fullscreen {
    height: 700px !important;
  }
}

.invision-banner .overlay-bg {
  background: rgba(0, 0, 0, 0.75);
}

.invision-banner h1 {
  font-size: 60px;
  line-height: 54px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .invision-banner h1 {
    font-size: 50px;
  }
}

.invision-banner p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0 30px 0;
}

.zeplin-banner {
  background: url(../img/home20/bg-bottom.png), #4621ad;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left;
  background-size: contain;
}

@media (min-width: 480px) and (max-width: 767px) {
  .zeplin-banner .fullscreen {
    height: 700px !important;
  }
}

.zeplin-banner h1 {
  font-size: 60px;
  line-height: 54px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .zeplin-banner h1 {
    font-size: 50px;
  }
}

.zeplin-banner p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0 30px 0;
}

.behance-banner {
  background: #36b0f4;
}

@media (max-width: 767px) {
  .behance-banner .fullscreen {
    height: 700px !important;
  }
}

.behance-banner h1 {
  font-size: 60px;
  line-height: 54px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .behance-banner h1 {
    font-size: 50px;
  }
}

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

.behance-banner .banner-bottom img {
  height: 250px;
}

@media (max-width: 767px) {
  .behance-banner .banner-bottom img {
    height: 150px;
  }
}

.behance-banner .banner-bottom:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -55px;
  border-left: 55px solid transparent;
  border-bottom: 248px solid #309edb;
  z-index: 999;
}

@media (max-width: 767px) {
  .behance-banner .banner-bottom:before {
    left: -25px;
    border-left: 25px solid transparent;
    border-bottom: 148px solid #309edb;
  }
}

.behance-banner .banner-bottom:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -55px;
  border-right: 55px solid transparent;
  border-bottom: 248px solid #309edb;
  z-index: 999;
}

@media (max-width: 767px) {
  .behance-banner .banner-bottom:after {
    right: -25px;
    border-right: 25px solid transparent;
    border-bottom: 148px solid #309edb;
  }
}

.single-feture-content {
  color: #fff;
  text-align: center;
  padding: 180px 70px;
}

.single-feture-content .small-head {
  font-size: 14px;
  margin-bottom: 0;
}

.single-feture-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.single-feture-content.first {
  background: #e7313c;
}

.single-feture-content.second {
  background: #f7333f;
}

.single-feture-content.third {
  background: #fe7911;
}

.single-feture-content.fourth {
  background: #f46b00;
}

.main-advantage {
  background: url(../img/a-r.png) no-repeat;
  background-position: right bottom;
  background-size: 400px auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-advantage {
    background: none;
  }
}

@media (max-width: 767px) {
  .main-advantage {
    background: none;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .main-advantage {
    background-size: 300px auto;
  }
}

.active-advantage-carousel {
  position: relative;
}

.active-advantage-carousel .owl-controls {
  margin-top: 50px;
  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;
}

.active-advantage-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.active-advantage-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 4px;
  border-radius: 2px;
  margin-left: 10px;
  background: #cccccc;
}

.active-advantage-carousel .owl-dots .owl-dot.active {
  background: #e7313c;
}

@media (max-width: 767px) {
  .total-advantage-head {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .single-advantage {
    text-align: center;
  }
}

.single-advantage h4 {
  margin-bottom: 20px;
}

.single-advantage .icon {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 40px;
  width: 70px;
  height: 70px;
  text-align: center;
  -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-advantage .icon span {
  display: inline-block;
  line-height: 70px;
  -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;
  font-size: 24px;
  cursor: default;
}

.single-advantage .icon.color-1 {
  border: 1px solid #fff;
  background: -moz-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background: -webkit-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background: -ms-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.single-advantage .icon.color-1 span {
  color: #333;
}

.single-advantage .icon.color-1:hover {
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.single-advantage .icon.color-2 {
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #e7d9fd 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.single-advantage .icon.color-2 span {
  color: #333;
}

.single-advantage .icon.color-2:hover {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.single-advantage .icon.color-3 {
  border: 1px solid #fff;
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #eccedc 100%, #ead6df 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.single-advantage .icon.color-3 span {
  color: #333;
}

.single-advantage .icon.color-3:hover {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

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

.work-right {
  top: 100px;
  right: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .work-right {
    width: 50px;
    height: auto;
  }
}

.work-left {
  bottom: 100px;
  left: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .work-left {
    width: 40px;
    height: auto;
  }
}

.feture-left {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .feture-left {
    width: 50px;
    height: auto;
  }
}

.feture-right {
  position: absolute;
  bottom: 200px;
  right: 0;
}

@media (max-width: 767px) {
  .feture-right {
    width: 40px;
    height: auto;
    bottom: 0;
  }
}

.top-end-features {
  padding-top: 150px;
  margin-bottom: 300px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .top-end-features {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .top-end-features {
    margin-bottom: 100px;
  }
}

.top-end-features2 {
  padding-bottom: 150px;
}

.first-top-end {
  padding-top: 150px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .first-top-end {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .first-top-end {
    padding-top: 0;
  }
}

.safari-admin {
  position: absolute;
  top: 60px;
  right: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .safari-admin {
    width: 400px;
    top: 200px;
  }
}

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

@media (min-width: 1200px) and (max-width: 1600px) {
  .safari-admin {
    width: 650px;
  }
}

.safari-admin2 {
  position: absolute;
  bottom: 50px;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .safari-admin2 {
    width: 400px;
    bottom: 200px;
  }
}

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

@media (min-width: 1200px) and (max-width: 1600px) {
  .safari-admin2 {
    width: 650px;
  }
}

.active-mac-carousel {
  position: relative;
}

.active-mac-carousel:after {
  position: absolute;
  content: "";
  background: url(../img/home2/mac-right-ornaments.png) no-repeat;
  width: 381px;
  height: 450px;
  top: -50px;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .active-mac-carousel:after {
    width: 150px;
    height: auto;
  }
}

.active-mac-carousel:before {
  position: absolute;
  content: "";
  background: url(../img/home2/mac-left-ornaments.png) no-repeat;
  width: 381px;
  height: 450px;
  bottom: -200px;
  left: -100px;
  transform: rotate(40deg);
  z-index: -1;
}

@media (max-width: 767px) {
  .active-mac-carousel:before {
    width: 150px;
    height: auto;
  }
}

.active-mac-carousel .item {
  text-align: center;
}

.active-mac-carousel .item img {
  display: inline-block;
}

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

.active-mac-carousel .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}

.active-mac-carousel .owl-controls .owl-dots .owl-dot {
  margin-left: 10px;
  width: 15px;
  height: 4px;
  border-radius: 2px;
  background: #cccccc;
}

.active-mac-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #7f1eb4;
}

.section-right {
  position: absolute;
  top: 200px;
  right: 0;
}

@media (max-width: 767px) {
  .section-right {
    width: 50px;
    height: auto;
    top: 50px;
  }
}

.section-left {
  position: absolute;
  bottom: 200px;
  left: 0;
}

@media (max-width: 767px) {
  .section-left {
    width: 50px;
    height: auto;
    bottom: 50px;
  }
}

.drag-area {
  padding: 110px 0;
}

.drag-area.color-2 {
  background-image: -moz-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
}

.drag-area.color-3 {
  background: #f52283;
}

.drag-area .single-articale h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.drag-area .single-articale p {
  color: #fff;
}

.drag-area .section-heading {
  color: #fff;
}

.beautiful-feture .single-feture {
  -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;
  text-align: center;
  padding: 35px 10px;
}

.beautiful-feture .single-feture span {
  font-size: 40px;
  color: #333333;
  display: inline-block;
  padding-bottom: 35px;
  -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;
}

.beautiful-feture .single-feture h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.beautiful-feture .single-feture:hover {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.beautiful-feture .single-feture:hover span {
  color: #ac2530;
}

.everyone-content {
  padding-right: 50px;
}

.ultimate-interface {
  height: 554px;
}

@media (max-width: 767px) {
  .ultimate-interface {
    height: auto;
    padding: 115px 0;
  }
}

.ultimate-interface .overlay-bg {
  background: #f9fafc;
  z-index: -5;
}

.xs-mobile-area .xs-mobile-body {
  position: absolute;
  z-index: -2;
  left: 0px;
  bottom: -112px;
}

.xs-mobile-area .active-mobile-carousel {
  margin-top: 50px;
}

.right-mobile-area {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999;
}

.right-mobile-area .mobile-body {
  position: absolute;
  z-index: -2;
  left: -88px;
  top: 50%;
  transform: translateY(-50%);
}

.active-mobile-carousel {
  position: relative;
}

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

.active-mobile-carousel .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}

@media (max-width: 767px) {
  .active-mobile-carousel .owl-controls {
    display: none;
  }
}

.active-mobile-carousel .owl-controls .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  -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;
}

.active-mobile-carousel .owl-controls .owl-nav .owl-prev span {
  line-height: 33px;
  display: inline-block;
  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;
}

.active-mobile-carousel .owl-controls .owl-nav .owl-prev:hover {
  background-image: -webkit-linear-gradient(left, #a4212b 0%, #c4323d 100%);
  background-image: -o-linear-gradient(left, #a4212b 0%, #c4323d 100%);
  background-image: linear-gradient(to right, #a4212b 0%, #c4323d 100%);
  border: 1px solid #fff;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.active-mobile-carousel .owl-controls .owl-nav .owl-prev:hover span {
  color: #fff;
}

.active-mobile-carousel .owl-controls .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  margin-top: 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;
}

.active-mobile-carousel .owl-controls .owl-nav .owl-next span {
  line-height: 33px;
  display: inline-block;
  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;
}

.active-mobile-carousel .owl-controls .owl-nav .owl-next:hover {
  background-image: -webkit-linear-gradient(left, #a4212b 0%, #c4323d 100%);
  background-image: -o-linear-gradient(left, #a4212b 0%, #c4323d 100%);
  background-image: linear-gradient(to right, #a4212b 0%, #c4323d 100%);
  border: 1px solid #fff;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.active-mobile-carousel .owl-controls .owl-nav .owl-next:hover span {
  color: #fff;
}

.everyone-loves {
  padding: 100px 0;
}

.everyone-loves .everyone-content {
  padding-right: 50px;
}

.awesome-feture {
  padding: 100px 0;
}

.special-feture-video {
  padding: 115px 0;
}

.special-feture-video .single-feture .icon {
  margin-right: 20px;
}

.special-feture-video .single-feture .icon span {
  font-size: 36px;
  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;
}

.special-feture-video .single-feture .desc h5 {
  font-size: 18px;
  margin-bottom: 15px;
  -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;
}

.special-feture-video .single-feture.color-4:hover .icon span {
  color: #c4323d;
}

.special-feture-video .single-feture.color-4:hover .desc h5 {
  color: #c4323d;
}

.special-feture-video .single-feture.color-5:hover .icon span {
  color: #4f85f5;
}

.special-feture-video .single-feture.color-5:hover .desc h5 {
  color: #4f85f5;
}

.special-feture-video .single-feture.color-8:hover .icon span {
  color: #4621ad;
}

.special-feture-video .single-feture.color-8:hover .desc h5 {
  color: #4621ad;
}

.special-feture-video .single-feture.color-9:hover .icon span {
  color: #f63f41;
}

.special-feture-video .single-feture.color-9:hover .desc h5 {
  color: #f63f41;
}

.special-feture-video .single-feture.color-10:hover .icon span {
  color: #155cff;
}

.special-feture-video .single-feture.color-10:hover .desc h5 {
  color: #155cff;
}

.beautiful-feture5 .single-feture.c-5a span {
  color: #d63d3e;
}

.beautiful-feture5 .single-feture.c-5b span {
  color: #4f85f2;
}

.beautiful-feture5 .single-feture.c-5c span {
  color: #f3c000;
}

.beautiful-feture5 .single-feture.c-5d span {
  color: #53ba4e;
}

.beautiful-feture5 .single-feture:hover span {
  color: auto;
}

.ultimate-interface5 .active-mobile-carousel .owl-controls .owl-nav .owl-prev:hover {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.ultimate-interface5 .active-mobile-carousel .owl-controls .owl-nav .owl-next:hover {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.ultimate-interface5 .line-head::after {
  background: #4f85f4;
}

.everyone-loves5 .line-head::after {
  background: #4f85f4;
}

.beautiful-feture6 .single-feture:hover span {
  color: #4f85f5;
}

.ultimate-interface6 .right-mobile-area .mobile-body {
  left: -121px;
  top: 57%;
}

.everyone-loves.everyone-loves6 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.beautiful-feture7 .single-feture:hover span {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.ultimate-interface7 .active-mobile-carousel .owl-controls .owl-nav .owl-prev:hover {
  background-image: -moz-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -webkit-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -ms-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.ultimate-interface7 .active-mobile-carousel .owl-controls .owl-nav .owl-next:hover {
  background-image: -moz-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -webkit-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  background-image: -ms-linear-gradient(-90deg, #1781fd 0%, #00fbaf 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.ultimate-interface7 .line-head::after {
  background: #4f85f4;
}

.awesome-feature-drone {
  background: url(../img/drone/afd.jpg) no-repeat;
  height: 1082px;
  background-position: center center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.awesome-feature-drone .overlay-bg {
  background: rgba(70, 33, 173, 0.9);
}

.awesome-feature-drone .section-head-icon h2 {
  color: #fff;
}

.awesome-feature-drone .section-head-icon p {
  color: #fff;
}

.pop-circle {
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.pop-circle span {
  display: inline-block;
  line-height: 75px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.pop-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 3;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.pop-circle.pop-circle-img:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -25%;
  left: -25%;
  opacity: 1;
  animation-name: circle-img;
  animation-duration: 1s;
  z-index: 5;
}

.pop-circle .ct-popup {
  position: absolute;
  top: -50%;
  right: 150%;
  padding: 60px;
  pointer-events: none;
  width: 555px;
  text-align: left;
  background: #fff;
  border-radius: 3px;
  opacity: 0;
}

.pop-circle .ct-popup h4 {
  color: #f7832c;
  font-size: 30px;
  margin-bottom: 15px;
}

.pop-circle .ct-popup h5 {
  color: #4621ad;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .pop-circle .ct-popup {
    top: 170%;
    padding: 10px;
    left: 15%;
    width: 200px;
  }
}

.pop-circle.pop-circle-1 {
  top: 48%;
  right: 22%;
}

@media (max-width: 767px) {
  .pop-circle.pop-circle-1 {
    top: 40%;
    right: 60%;
  }
}

.pop-circle.pop-circle-1.pop-circle-img:before {
  background: url(../img/vr/e1.png) no-repeat;
}

.pop-circle.pop-circle-2 {
  top: 62%;
  right: 46%;
}

@media (max-width: 767px) {
  .pop-circle.pop-circle-2 {
    top: 40%;
    right: 20%;
  }
}

@media (max-width: 767px) {
  .pop-circle.pop-circle-2 .ct-popup {
    left: -100%;
  }
}

.pop-circle.pop-circle-2.pop-circle-img:before {
  background: url(../img/vr/e2.png) no-repeat;
}

.pop-circle.pop-circle-3 {
  top: 54%;
  right: 35%;
}

@media (max-width: 767px) {
  .pop-circle.pop-circle-3 {
    top: 50%;
    right: 60%;
  }
}

.pop-circle.pop-circle-3.pop-circle-img:before {
  background: url(../img/vr/e3.png) no-repeat;
}

.pop-circle.pop-circle-4 {
  top: 74%;
  left: 35%;
}

.pop-circle.pop-circle-4 .ct-popup {
  top: -50%;
  left: 150px;
}

@media (max-width: 767px) {
  .pop-circle.pop-circle-4 {
    top: 50%;
    left: 60%;
  }
}

@media (max-width: 767px) {
  .pop-circle.pop-circle-4 .ct-popup {
    left: -100%;
    top: 150%;
  }
}

.pop-circle.pop-circle-4.pop-circle-img:before {
  background: url(../img/vr/e4.png) no-repeat;
}

.pop-circle.pop-circle-img .ct-popup {
  opacity: 1;
  animation-name: circle-img;
  animation-duration: 1s;
  transform-origin: 100% 50%;
}

@keyframes circle-img {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.left-content-watch {
  margin-top: 65px;
}

.right-content-watch {
  margin-top: 65px;
}

.middle-content-watch {
  position: relative;
}

.middle-content-watch .circle {
  width: 30px;
  height: 30px;
  background: rgba(246, 82, 83, 0.25);
  border-radius: 50%;
  position: absolute;
}

.middle-content-watch .circle .mini-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f65253;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.middle-content-watch .circle.circle-1 {
  top: 15%;
  right: 32%;
}

.middle-content-watch .circle.circle-2 {
  top: 25%;
  right: 46%;
}

.middle-content-watch .circle.circle-3 {
  top: 37%;
  right: 52%;
}

.middle-content-watch .circle.circle-4 {
  top: 52%;
  right: 48%;
}

.middle-content-watch .circle.circle-5 {
  top: 59%;
  right: 49%;
}

.middle-content-watch .circle.circle-6 {
  top: 71%;
  right: 65%;
}

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

.feature-area-17 {
  background: #f9fafc;
  position: relative;
  margin: 160px 0;
}

.feature-area-17 .feature-top-shape {
  border-top: 160px solid transparent;
  border-left: 100vw solid #f9fafc;
  position: absolute;
  left: 0;
  top: -160px;
}

.feature-area-17 .feature-bottom-shape {
  border-bottom: 160px solid transparent;
  border-right: 100vw solid #f9fafc;
  position: absolute;
  right: 0;
  bottom: -160px;
}

.feature-area-17 .single-feature {
  margin-top: 30px;
}

.feature-area-17 .single-feature .icon {
  margin-bottom: 15px;
}

.feature-area-17 .single-feature .icon span {
  font-size: 24px;
  background: -webkit-linear-gradient(45deg, #c7149e, #ffb312);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-area-17 .single-feature h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-brand-17 img {
    height: 25px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .total-brand-17 img {
    margin-left: 20px;
    margin-top: 30px;
  }
}

.feature-area-18 .single-feature {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.feature-area-18 .single-feature .icon {
  margin-bottom: 15px;
}

.feature-area-18 .single-feature .icon span {
  font-size: 36px;
}

.feature-area-18 .single-feature .icon span.lnr-frame-expand {
  color: #6feab7;
}

.feature-area-18 .single-feature .icon span.lnr-smartphone {
  color: #6a69d2;
}

.feature-area-18 .single-feature .icon span.lnr-select {
  color: #1b6cff;
}

.feature-area-18 .single-feature .icon span.lnr-laptop-phone {
  color: #f36267;
}

.feature-area-18 .single-feature .icon span.lnr-code {
  color: #fab800;
}

.feature-area-18 .single-feature .icon span.lnr-magic-wand {
  color: #f36268;
}

.feature-area-18 .single-feature h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.feature-area-18 .single-feature .more {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
}

.feature-area-18 .single-feature .more span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 5px;
}

.feature-area-18 .single-feature .more:hover span {
  padding-left: 15px;
}

.work-bg {
  background: #f6f6fa;
}

.work-bg .btn-first.color-18:hover {
  background: #1b6cff;
  color: #fff;
}

.lead-generation-18 .single-lead {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 40px 0;
  background: #fff;
  text-align: center;
  margin-top: 30px;
}

.lead-generation-18 .single-lead span {
  font-size: 24px;
}

.lead-generation-18 .single-lead .lnr-pencil {
  color: #6feab7;
}

.lead-generation-18 .single-lead .lnr-hourglass {
  color: #1b6cff;
}

.lead-generation-18 .single-lead .lnr-smile {
  color: #fbd100;
}

.lead-generation-18 .single-lead .lnr-dinner {
  color: #f36267;
}

.lead-generation-18 .single-lead .lnr-apartment {
  color: #6a69d2;
}

.lead-generation-18 .single-lead .lnr-eye {
  color: #f36267;
}

.lead-generation-18 .single-lead .lnr-gift {
  color: #6feab7;
}

.lead-generation-18 .single-lead .lnr-select {
  color: #1b6cff;
}

.lead-generation-18 .single-lead h5 {
  font-size: 18px;
  margin-top: 10px;
}

.lead-generation-18 .single-lead:hover {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}

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

.cpt-150 {
  padding-top: 150px;
  border-top: 1px solid #eee;
}

.build-content .btn-first.color-20 {
  margin-top: 40px;
  color: #333;
}

.build-content .btn-first.color-20:hover {
  color: #fff;
}

.build-content .bottom-text {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 0;
}

.feature-area-20 .single-feature {
  margin-top: 20px;
}

.feature-area-20 .single-feature .icon {
  margin-right: 15px;
}

.feature-area-20 .single-feature .icon span {
  color: #cccccc;
  font-size: 24px;
}

.feature-area-20 .single-feature h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.total-filter {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 20px 0;
}

.total-filter .filter-btn {
  padding: 5px 25px;
  font-size: 15px;
  color: #333;
}

.total-filter .filter-btn span {
  margin-left: 5px;
}

.single-behance-product {
  border: 1px solid #eee;
  margin-top: 30px;
}

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

.single-behance-product .desc {
  padding: 20px;
}

.single-behance-product .desc h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.single-behance-product .desc .author {
  font-size: 13px;
}

.single-behance-product .desc .author .by {
  color: #555555;
}

.single-behance-product .desc .author a, .single-behance-product .desc .author span {
  color: #333;
  font-weight: 400;
}

.single-behance-product .desc .author a span {
  margin-left: 5px;
}

.single-behance-product .desc p {
  font-size: 13px;
  margin: 0;
}

.single-behance-product .project-info {
  background: #f9fafc;
}

.single-behance-product .project-info .single-info {
  padding: 5px 0;
  width: 43%;
  text-align: center;
}

.single-behance-product .project-info .book-mark {
  padding: 5px 0;
  background: #236eea;
  width: 14%;
  text-align: center;
}

.single-behance-product .project-info .book-mark span {
  color: #fff;
}

.imagination-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
}

.imagination-content p {
  margin: 0;
}

.imagination-bottom {
  padding-right: 60px;
  margin-top: 40px;
}

.imagination-bottom span {
  color: #ee2454;
  font-size: 24px;
}

.imagination-bottom h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.imagination-bottom.right span {
  color: #2e79fb;
}

.total-stat {
  padding-top: 70px;
  border-top: 1px solid #eeeeee;
}

.total-stat .single-stat .icon {
  color: #e7313c;
}

.total-stat .single-stat .icon span {
  font-size: 24px;
}

.total-stat .single-stat .stat-body h4 {
  color: #e7313c;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}

.total-stat .single-stat .stat-body h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333333;
}

.total-protfolio .single-protfolio-1 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.total-protfolio .single-protfolio-2 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/2.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  margin-right: 15px;
}

.total-protfolio .single-protfolio-3 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/3.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
  margin-left: 15px;
}

.total-protfolio .single-protfolio-4 {
  height: 500px;
  background-color: #ddd;
  background: url(../img/protfolio/4.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  -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;
}

.total-protfolio .single-protfolio-4 .overlay-bg {
  -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: -webkit-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background: -o-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background: linear-gradient(to bottom, #f46300 0%, #e7303b 100%);
  transform: scaleX(0);
  opacity: .9;
}

.total-protfolio .single-protfolio-4 .overlay-bg img {
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.total-protfolio .single-protfolio-4 .overlay-bg .overlay-link {
  height: 100%;
  text-align: center;
}

.total-protfolio .single-protfolio-4 .overlay-bg .overlay-link a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.total-protfolio .single-protfolio-4:hover {
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.total-protfolio .single-protfolio-4:hover .overlay-bg {
  transform: scaleX(1);
}

.total-protfolio .single-protfolio-4:hover .overlay-bg img {
  transform: scaleY(1);
}

.total-protfolio .single-protfolio-5 {
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/5.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.total-protfolio .single-protfolio-6 {
  margin-top: 30px;
  height: 235px;
  background-color: #ddd;
  background: url(../img/protfolio/6.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

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

.video-box {
  width: 100%;
  height: 312px;
  position: relative;
  overflow: hidden;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.video-box.shadow-5 {
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

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

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

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

div.thumbnail_container {
  width: 100%;
  height: 100%;
  position: relative;
}

div.thumbnail_container .video-overlay-1 {
  background-image: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-2 {
  background-image: -moz-linear-gradient(90deg, #7f1eb4 0%, #f52283 100%);
  background-image: -webkit-linear-gradient(90deg, #7f1eb4 0%, #f52283 100%);
  background-image: -ms-linear-gradient(90deg, #7f1eb4 0%, #f52283 100%);
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-3 {
  background: #f52283;
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-8 {
  background: #4621ad;
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-9 {
  background: #f64041;
  opacity: 0.9;
}

div.thumbnail_container .video-overlay-10 {
  background: #155cff;
  opacity: 0.9;
}

.video-fullwidth-4 {
  height: 450px;
}

.video-fullwidth-4 .thumbnail_container img {
  min-width: 100%;
  min-height: 100%;
}

.video-fullwidth-4 .thumbnail_container p {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 5;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .video-fullwidth-4 .thumbnail_container p {
    font-size: 16px;
  }
}

.video-fullwidth-4 .video-overlay-4 {
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  opacity: 0.9;
}

.video-fullwidth-4 .video-overlay-5 {
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}

.video-fullwidth-4 .video-overlay-7 {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}

.video-fullwidth-4 .first-circle-4 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}

.video-fullwidth-4 .first-circle-4 .second-circle {
  width: 330px;
  height: 330px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.fullwidth-video .video-box {
  height: 600px;
  box-shadow: none;
}

.fullwidth-video .thumbnail {
  height: 100%;
}

.fullwidth-video .video-text {
  position: absolute;
  bottom: 50px;
  right: 30%;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.fullwidth-video .video-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.product-vr-banner .video-box {
  box-shadow: none;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
}

.product-vr-banner .start-video {
  cursor: pointer;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}

.product-vr-banner .video-text {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
}

.fullwidth-video .item-video {
  height: 600px;
}

.fullwidth-video .owl-video-play-icon {
  background: url(../img/video/play-btn.png) no-repeat;
  cursor: pointer;
  height: 86px;
  left: 50%;
  margin-left: -43px;
  margin-top: -43px;
  position: absolute;
  top: 50%;
  transition: transform 100ms ease 0s;
  width: 86px;
  z-index: 1;
}

.fullwidth-video .owl-video-tn {
  background: url(../img/vr/v1.jpg) no-repeat !important;
  background-size: cover;
  position: relative;
}

.fullwidth-video .owl-video-tn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(21, 92, 255, 0.9);
  top: 0;
  left: 0;
}

.fullwidth-video .owl-controls {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}

.fullwidth-video .owl-controls .owl-dot {
  display: inline-block;
  margin-right: 10px;
}

.fullwidth-video .owl-controls .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.fullwidth-video .owl-controls .owl-dot.active span {
  background: #fff;
}

.design-carousel {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
}

.design-carousel .left-content {
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  width: 40%;
  height: 100%;
  -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) {
  .design-carousel .left-content {
    width: 70%;
    padding: 0 15px;
  }
}

.design-carousel .left-content h3 {
  font-weight: 500;
  font-size: 24px;
}

.design-carousel .left-content h3 span {
  color: #6928b5;
}

@media (max-width: 767px) {
  .design-carousel .left-content h3 {
    font-size: 18px;
  }
}

.design-carousel .left-content p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.design-carousel .left-content.hide {
  opacity: 0;
}

.design-carousel .item-video {
  height: 390px;
  position: relative;
}

.design-carousel .owl-video-play-icon {
  background: url(../img/video/play-btn.png) no-repeat;
  cursor: pointer;
  height: 86px;
  left: 50%;
  margin-left: -43px;
  margin-top: -43px;
  position: absolute;
  top: 50%;
  transition: transform 100ms ease .3s;
  width: 86px;
  z-index: 1;
}

.design-carousel .owl-video-wrapper {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.design-carousel .owl-video-tn {
  background: url(../img/vr/v1.jpg) no-repeat !important;
  background-size: cover;
  position: relative;
}

.design-carousel .owl-video-tn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #bc6ee9 0%, #5406b4 100%);
  background: -webkit-linear-gradient(top, #bc6ee9 0%, #5406b4 100%);
  background: linear-gradient(to bottom, #bc6ee9 0%, #5406b4 100%);
  opacity: 0.9;
  top: 0;
  left: 0;
}

.design-carousel .owl-video-play-icon:hover {
  transform: scale(1, 1);
}

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

.design-carousel .owl-controls .owl-dot {
  display: inline-block;
  margin-right: 10px;
}

.design-carousel .owl-controls .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #cccccc;
}

.design-carousel .owl-controls .owl-dot.active span {
  background: #6928b5;
}

.video-area-17 {
  padding: 150px 0 0 0;
}

.video-area-17 .video-wrapper {
  background: url(../img/home17/video-bg.png) no-repeat center center/cover;
  height: 750px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
}

.video-area-17 .video-wrapper .container {
  height: 100%;
}

.video-area-17 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.watch-text {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 30%;
}

.watch-text h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.watch-text span {
  font-size: 18px;
  color: #fff;
}

.home-17 .mfp-bg {
  z-index: 9999999;
}

.home-17 .mfp-wrap {
  z-index: 9999999;
}

@media (max-width: 767px) {
  .total-protfolio .m-mb {
    margin-bottom: 30px;
  }
}

.total-protfolio .single-protfolio {
  position: relative;
  background-color: #ddd;
  background-position: center center !important;
  background-size: cover !important;
  -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;
  overflow: hidden;
}

.total-protfolio .single-protfolio .overlay-bg {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: -webkit-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background: -o-linear-gradient(top, #f46300 0%, #e7303b 100%);
  background: linear-gradient(to bottom, #f46300 0%, #e7303b 100%);
  opacity: .2;
  transform: translate(400px, -400px);
  opacity: .9;
}

.total-protfolio .single-protfolio .overlay-bg img {
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.total-protfolio .single-protfolio .overlay-bg .overlay-link {
  height: 100%;
  text-align: center;
}

.total-protfolio .single-protfolio .overlay-bg .overlay-link a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.total-protfolio .single-protfolio:hover {
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.total-protfolio .single-protfolio:hover .overlay-bg {
  opacity: 1;
  transform: translateY(0);
}

.total-protfolio .single-protfolio:hover .overlay-bg img {
  transform: scaleY(1);
}

.total-protfolio .single-protfolio.protfolio-1 {
  height: 235px;
  background: url(../img/protfolio/1.jpg) no-repeat;
}

.total-protfolio .single-protfolio.protfolio-2 {
  height: 235px;
  background: url(../img/protfolio/2.jpg) no-repeat;
  width: 50%;
  margin-right: 15px;
}

.total-protfolio .single-protfolio.protfolio-3 {
  height: 235px;
  background: url(../img/protfolio/3.jpg) no-repeat;
  width: 50%;
  margin-left: 15px;
}

.total-protfolio .single-protfolio.protfolio-4 {
  height: 500px;
  background: url(../img/protfolio/4.jpg) no-repeat;
}

.total-protfolio .single-protfolio.protfolio-5 {
  height: 235px;
  background: url(../img/protfolio/5.jpg) no-repeat;
}

.total-protfolio .single-protfolio.protfolio-6 {
  margin-top: 30px;
  height: 235px;
  background: url(../img/protfolio/6.jpg) no-repeat;
}

/* --------------------Pop Up Window Design Start-------------------- */
.popup-content {
  padding: 60px;
  background: #ffffff;
}

.popup-content .popup-right {
  padding-left: 15px;
}

.popup-content .popup-right h2 {
  color: #333333;
  font-weight: 600;
  font-size: 36px;
}

.popup-content .popup-right p {
  font-size: 14px;
  font-weight: 300;
  color: #999;
  padding-top: 20px;
}

.popup-content .mfp-close {
  color: #000;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 30px;
  text-align: center;
  text-decoration: none;
  top: 20px;
  width: 44px;
}

.total-member .single-member {
  height: 280px;
  width: auto;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  -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;
}

.total-member .single-member.member-1 {
  background: url(../img/member/1.jpg) no-repeat;
}

@media (max-width: 767px) {
  .total-member .single-member.member-1 {
    margin-bottom: 30px;
  }
}

.total-member .single-member.member-2 {
  background: url(../img/member/2.jpg) no-repeat;
}

@media (max-width: 767px) {
  .total-member .single-member.member-2 {
    margin-bottom: 30px;
  }
}

.total-member .single-member.member-3 {
  background: url(../img/member/3.jpg) no-repeat;
}

@media (max-width: 767px) {
  .total-member .single-member.member-3 {
    margin-bottom: 30px;
  }
}

.total-member .single-member.member-4 {
  background: url(../img/member/4.jpg) no-repeat;
}

.total-member .single-member .overlay-bg {
  -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;
  transform: translate(300px, -300px);
  opacity: .9;
}

.total-member .single-member .overlay-bg:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -85px;
}

.total-member .single-member .overlay-bg .desc {
  text-align: center;
}

.total-member .single-member .overlay-bg .desc h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.total-member .single-member .overlay-bg .desc h6 {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.total-member .single-member .overlay-bg.color-1 {
  background: -webkit-linear-gradient(#f46300 0%, #e7303b 100%);
  background: -o-linear-gradient(#f46300 0%, #e7303b 100%);
  background: linear-gradient(#f46300 0%, #e7303b 100%);
}

.total-member .single-member .overlay-bg.color-2 {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
}

.total-member .single-member .overlay-bg.color-3 {
  background: #f52283;
}

.total-member .single-member .overlay-bg.color-4 {
  background: #c4323d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c4323d 0%, #a4212b 100%);
  background: -webkit-linear-gradient(top, #c4323d 0%, #a4212b 100%);
  background: linear-gradient(to bottom, #c4323d 0%, #a4212b 100%);
}

.total-member .single-member .overlay-bg.color-5 {
  background: #c4323d;
  /* Old browsers */
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
}

.total-member .single-member .overlay-bg.color-7 {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
}

.total-member .single-member .overlay-bg.color-16 {
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
}

.total-member .single-member:hover {
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.total-member .single-member:hover .overlay-bg {
  transform: translate(0);
}

.left-member-profile .social-link .single-link a {
  display: inline-block;
}

.left-member-profile .social-link .single-link a span {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .left-member-profile .social-link .single-link a span {
    margin-right: 10px;
  }
}

.left-member-profile .social-link .single-link a .menu-btn {
  height: 35px;
  width: 35px;
}

.left-member-profile .social-link .single-link a .menu-btn i {
  line-height: 35px;
}

.left-member-profile .social-link .single-link a .menu-btn.color-3 {
  background-image: -moz-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background-image: -webkit-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  background-image: -ms-linear-gradient(-90deg, #f9fafc 0%, #f7edee 100%);
  border: 1px solid #fff;
}

.left-member-profile .social-link .single-link a:hover .color-1 {
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.left-member-profile .social-link .single-link a:hover .color-1 span {
  color: #fff;
}

.left-member-profile .social-link .single-link a:hover .color-1 i {
  color: #fff;
}

.left-member-profile .social-link .single-link a:hover .color-2 {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.left-member-profile .social-link .single-link a:hover .color-2 span {
  color: #fff;
}

.left-member-profile .social-link .single-link a:hover .color-2 i {
  color: #fff;
}

.left-member-profile .social-link .single-link a:hover .color-3 {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(231, 49, 60, 0.35);
}

.left-member-profile .social-link .single-link a:hover .color-3 span {
  color: #fff;
}

.left-member-profile .social-link .single-link a:hover .color-3 i {
  color: #fff;
}

.left-member-profile .social-link .single-link a:hover .color-16 {
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(250, 159, 29, 0.137);
}

.left-member-profile .social-link .single-link a:hover .color-16 span {
  color: #fff;
}

.left-member-profile .social-link .single-link a:hover .color-16 i {
  color: #fff;
}

@media (max-width: 767px) {
  .total-progressbar {
    margin-top: 30px;
  }
}

.total-progressbar .single-progressbar {
  margin-top: 20px;
}

.total-progressbar .single-progressbar:first-child {
  margin-top: 0;
}

.total-progressbar .single-progressbar h6 {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}

.total-progressbar .single-progressbar .progress {
  background-color: #eceeef;
  border-radius: 0;
  height: 4px;
  overflow: visible;
}

.total-progressbar .single-progressbar .progress-bar {
  height: 4px;
  position: relative;
}

.total-progressbar .single-progressbar .progress-bar span {
  color: #333333;
  position: absolute;
  top: -25px;
  right: 0;
}

.total-progressbar .single-progressbar .progress-bar.color-1 {
  background-image: -moz-linear-gradient(0deg, #e7303b 0%, #f46300 100%);
  background-image: -webkit-linear-gradient(0deg, #e7303b 0%, #f46300 100%);
  background-image: -ms-linear-gradient(0deg, #e7303b 0%, #f46300 100%);
}

.total-progressbar .single-progressbar .progress-bar.color-2 {
  background-image: -moz-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
}

.total-progressbar .single-progressbar .progress-bar.color-3 {
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(127, 30, 180, 0.35);
}

.total-progressbar .single-progressbar .progress-bar.color-16 {
  background-image: -moz-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(180deg, #fad01d 0%, #fa9f1d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(250, 159, 29, 0.137);
}

.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-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: #f9fafc;
}

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

.single-pricing-table.price-color-1:hover .price {
  background-image: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  position: relative;
}

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

.single-pricing-table.price-color-1:hover .price:before {
  content: "";
  position: absolute;
  background: url(../img/p-before.png) no-repeat;
  top: 0;
  right: 0;
  width: 64px;
  height: 38px;
}

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

.single-pricing-table.price-color-1:hover .purchase-btn {
  border: 1px solid #fff;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
}

.single-pricing-table.price-color-1 .price {
  background: #fff;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 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 #cccccc;
  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 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-1.center .price {
  background-image: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  position: relative;
}

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

.single-pricing-table.price-color-1.center .price:before {
  content: "";
  position: absolute;
  background: url(../img/p-before.png) no-repeat;
  top: 0;
  right: 0;
  width: 64px;
  height: 38px;
}

.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-image: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
}

.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: #f9fafc;
}

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

.single-pricing-table.price-color-2:hover .price {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
}

.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 {
  border: 1px solid #fff;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(127, 30, 180, 0.35);
}

.single-pricing-table.price-color-2 .price {
  background: #fff;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 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 #cccccc;
  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 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-2.center .price {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
}

.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 {
  border: 1px solid #fff;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(127, 30, 180, 0.35);
}

.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: #f9fafc;
}

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

.single-pricing-table.price-color-3:hover .price {
  background: #f52283;
}

.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 {
  border: 1px solid #fff;
  color: #fff;
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(127, 30, 180, 0.35);
}

.single-pricing-table.price-color-3 .price {
  background: #fff;
  -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 #cccccc;
  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 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-3.center .price {
  background: #f52283;
}

.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 {
  border: 1px solid #fff;
  color: #fff;
  background: #f52283;
  box-shadow: 3.536px 3.536px 10px 0px rgba(127, 30, 180, 0.35);
}

.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: #f9fafc;
}

.single-pricing-table.price-color-4:hover {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-4:hover .price {
  background: #a9242e;
}

.single-pricing-table.price-color-4:hover .price .first-circle-3 {
  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 {
  border: 1px solid #fff;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(127, 30, 180, 0.35);
}

.single-pricing-table.price-color-4 .price {
  background: #fff;
  -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 #cccccc;
  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 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-4.center .price {
  background: #a9242e;
}

.single-pricing-table.price-color-4.center .price .first-circle-3 {
  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 {
  border: 1px solid #fff;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -webkit-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  background-image: -ms-linear-gradient(-90deg, #a4212b 0%, #c4323d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(127, 30, 180, 0.35);
}

.single-pricing-table.price-color-5 {
  -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: #f9fafc;
}

.single-pricing-table.price-color-5:hover {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-5:hover .price {
  background: #4f85f2;
}

.single-pricing-table.price-color-5:hover .price .first-circle-3 {
  opacity: 1;
}

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

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

.single-pricing-table.price-color-5:hover .purchase-btn {
  border: none;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-5 .price {
  background: #fff;
  -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-5 .price-bottom p {
  color: #cccccc;
}

.single-pricing-table.price-color-5 .purchase-btn {
  border: 1px solid #cccccc;
  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-5.center {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-5.center .price {
  background: #4f85f2;
}

.single-pricing-table.price-color-5.center .price .first-circle-3 {
  opacity: 1;
}

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

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

.single-pricing-table.price-color-5.center .purchase-btn {
  border: none;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-7 {
  -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: #f9fafc;
}

.single-pricing-table.price-color-7:hover {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-7:hover .price {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
}

.single-pricing-table.price-color-7:hover .price .first-circle-3 {
  opacity: 1;
}

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

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

.single-pricing-table.price-color-7:hover .purchase-btn {
  border: none;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-7 .price {
  background: #fff;
  -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-7 .price-bottom p {
  color: #cccccc;
}

.single-pricing-table.price-color-7 .purchase-btn {
  border: 1px solid #cccccc;
  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-7.center {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-7.center .price {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
}

.single-pricing-table.price-color-7.center .price .first-circle-3 {
  opacity: 1;
}

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

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

.single-pricing-table.price-color-7.center .purchase-btn {
  border: none;
  color: #fff;
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.single-pricing-table.price-color-16 {
  -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: #f9fafc;
}

.single-pricing-table.price-color-16:hover {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-16:hover .price {
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
}

.single-pricing-table.price-color-16:hover .price .first-circle-3 {
  opacity: 1;
}

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

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

.single-pricing-table.price-color-16:hover .purchase-btn {
  border: none;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(250, 159, 29, 0.137);
}

.single-pricing-table.price-color-16 .price {
  background: #fff;
  -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-16 .price-bottom p {
  color: #cccccc;
}

.single-pricing-table.price-color-16 .purchase-btn {
  border: 1px solid #cccccc;
  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-16.center {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.single-pricing-table.price-color-16.center .price {
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
}

.single-pricing-table.price-color-16.center .price .first-circle-3 {
  opacity: 1;
}

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

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

.single-pricing-table.price-color-16.center .purchase-btn {
  border: none;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  box-shadow: 3.536px 3.536px 10px 0px rgba(250, 159, 29, 0.137);
}

.single-pricing-table .price-head {
  height: 60px;
}

.single-pricing-table .price-head h6 {
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
}

.single-pricing-table .price {
  padding: 30px 0;
  overflow: hidden;
}

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

.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 {
  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;
}

.first-circle-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 266px;
  height: 266px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  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;
}

.first-circle-3 .second-circle {
  width: 175px;
  height: 175px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.first-circle-3 .third-circle {
  width: 102px;
  height: 102px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.pricing-table-17 .single-pricing-table {
  margin-top: 30px;
}

.pricing-table-17 .single-pricing-table .head {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.pricing-table-17 .single-pricing-table .head.free {
  background-image: -moz-linear-gradient(0deg, #5ce7ae 0%, #41cfff 100%);
  background-image: -webkit-linear-gradient(0deg, #5ce7ae 0%, #41cfff 100%);
  background-image: -ms-linear-gradient(0deg, #5ce7ae 0%, #41cfff 100%);
}

.pricing-table-17 .single-pricing-table .head.premium {
  background-image: -moz-linear-gradient(0deg, #41cfff 0%, #9d7aff 100%);
  background-image: -webkit-linear-gradient(0deg, #41cfff 0%, #9d7aff 100%);
  background-image: -ms-linear-gradient(0deg, #41cfff 0%, #9d7aff 100%);
}

.pricing-table-17 .single-pricing-table .head.enterprise {
  background-image: -moz-linear-gradient(0deg, #9d7aff 0%, #f36369 100%);
  background-image: -webkit-linear-gradient(0deg, #9d7aff 0%, #f36369 100%);
  background-image: -ms-linear-gradient(0deg, #9d7aff 0%, #f36369 100%);
}

.pricing-table-17 .single-pricing-table .premium-price {
  padding: 20px 40px 0 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pricing-table-17 .single-pricing-table .premium-price {
    padding: 20px 20px 0 20px;
  }
}

.pricing-table-17 .single-pricing-table .premium-price h3 {
  font-size: 60px;
  background: -webkit-linear-gradient(45deg, #42cfff, #9c7bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-right: 20px;
}

.pricing-table-17 .single-pricing-table .premium-price h3 sup {
  font-size: 24px;
  vertical-align: super;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pricing-table-17 .single-pricing-table .premium-price h3 {
    font-size: 30px;
  }
  .pricing-table-17 .single-pricing-table .premium-price h3 sup {
    font-size: 18px;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .pricing-table-17 .single-pricing-table .premium-price h3 {
    font-size: 30px;
  }
  .pricing-table-17 .single-pricing-table .premium-price h3 sup {
    font-size: 18px;
    vertical-align: middle;
  }
}

.pricing-table-17 .single-pricing-table .premium-price span {
  font-size: 13px;
  color: #999999;
  text-align: left;
}

.pricing-table-17 .single-pricing-table .price-text {
  margin: 0;
  padding: 20px 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pricing-table-17 .single-pricing-table .price-text {
    padding: 20px;
  }
}

.pricing-table-17 .single-pricing-table .sub-head {
  background: #f9fafc;
  padding-bottom: 40px;
  overflow: hidden;
}

.pricing-table-17 .single-pricing-table .features {
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pricing-table-17 .single-pricing-table .features {
    padding: 30px 20px;
  }
}

.pricing-table-17 .single-pricing-table .features .feature-head {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-table-17 .single-pricing-table .features ul {
  text-align: left;
}

.pricing-table-17 .single-pricing-table .features ul li {
  margin-top: 10px;
}

.pricing-table-17 .single-pricing-table .features ul li span {
  margin-top: 8px;
  color: #6aebb6;
  margin-right: 10px;
}

.pricing-table-17 .single-pricing-table:hover .features {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.pricing-table-17.pricing-table-18 {
  position: relative;
  z-index: 1;
}

.pricing-table-17.pricing-table-18:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 47.7%;
  background: #1b6cff;
  top: 0;
  left: 0;
  z-index: -2;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .btn-first.color-18 {
  border: 1px solid #fbd100;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .head {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .head.free {
  background: #045dff;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .head.premium {
  background: #fbd100;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .head.enterprise {
  background: #045dff;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .sub-head {
  background: #fff;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .features {
  background: #f9fafc;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .features ul li.cross {
  color: #cccccc;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .features ul li.cross span {
  color: #f36267;
}

.pricing-table-17.pricing-table-18 .single-pricing-table .premium-price h3 {
  color: #333333;
  -webkit-text-fill-color: #333333;
}

.pricing-table-17.pricing-table-18 .single-pricing-table:hover .features {
  background: #fff;
}

.price-table-20 .ct-nav {
  margin-bottom: 30px;
}

.price-table-20 .ct-nav .nav-item {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 25px 10px 100px;
}

.price-table-20 .ct-nav .nav-item.active {
  position: relative;
}

.price-table-20 .ct-nav .nav-item.active:after {
  bottom: 0;
  right: 0;
  background: #f69733;
  height: 2px;
  width: 60%;
  position: absolute;
  content: "";
}

.price-table-20 .ct-nav .nav-item2 {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 100px 10px 25px;
}

.price-table-20 .ct-nav .nav-item2.active {
  position: relative;
}

.price-table-20 .ct-nav .nav-item2.active:after {
  bottom: 0;
  left: 0;
  background: #f69733;
  height: 2px;
  width: 60%;
  position: absolute;
  content: "";
}

.price-table-20 .single-price-table {
  background: #f9fafc;
  margin-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-table-20 .single-price-table:hover {
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.price-table-20 .single-price-table .head {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.price-table-20 .single-price-table .head.free {
  background: #fdcf33;
}

.price-table-20 .single-price-table .head.starter {
  background: #fcbc39;
}

.price-table-20 .single-price-table .head.buisness {
  background: #f69733;
}

.price-table-20 .single-price-table .head.organaization {
  background: #ed6722;
}

.price-table-20 .single-price-table .price-text {
  margin-top: 10px;
}

.price-table-20 .single-price-table .premium-price {
  padding: 20px 40px 0 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .price-table-20 .single-price-table .premium-price {
    padding: 20px 20px 0 20px;
  }
}

.price-table-20 .single-price-table .premium-price h3 {
  font-size: 60px;
  color: #333333;
  -webkit-text-fill-color: #333333;
  margin-right: 20px;
}

.price-table-20 .single-price-table .premium-price h3 sup {
  font-size: 24px;
  vertical-align: super;
}

.price-table-20 .single-price-table .premium-price h3 sub {
  font-size: 24px;
}

.price-table-20 .single-price-table .btn-first.free {
  border: 1px solid #eee;
  line-height: 35px;
  padding: 0 30px;
}

.price-table-20 .single-price-table .btn-first.free:hover {
  background: #fdcf33;
  border: 1px solid #fdcf33;
}

.price-table-20 .single-price-table .btn-first.starter {
  border: 1px solid #eee;
  line-height: 35px;
  padding: 0 30px;
}

.price-table-20 .single-price-table .btn-first.starter:hover {
  background: #fcbc39;
  border: 1px solid #fcbc39;
}

.price-table-20 .single-price-table .btn-first.buisness {
  border: 1px solid #eee;
  line-height: 35px;
  padding: 0 30px;
}

.price-table-20 .single-price-table .btn-first.buisness:hover {
  background: #f69733;
  border: 1px solid #f69733;
}

.price-table-20 .single-price-table .btn-first.organaization {
  border: 1px solid #eee;
  line-height: 35px;
  padding: 0 30px;
}

.price-table-20 .single-price-table .btn-first.organaization:hover {
  background: #ed6722;
  border: 1px solid #ed6722;
}

.carousel-feedback .active-feedback-carousel .owl-controls {
  position: absolute;
  right: -370px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .carousel-feedback .active-feedback-carousel .owl-controls {
    right: -190px;
  }
}

@media (max-width: 767px) {
  .carousel-feedback .active-feedback-carousel .owl-controls {
    right: 50%;
    transform: translateX(50%);
    bottom: -50px;
  }
}

.carousel-feedback .active-feedback-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel-feedback .active-feedback-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 4px;
  border-radius: 2px;
  margin-left: 10px;
  background: #cccccc;
}

@media (max-width: 767px) {
  .carousel-feedback .active-feedback-carousel .owl-dots .owl-dot.active {
    background: #fff;
  }
}

.carousel-feedback.feedback-color-1 .left-bg {
  background-image: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background-image: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
}

.carousel-feedback.feedback-color-1 .right-bg {
  background: #f9fafc;
}

.carousel-feedback.feedback-color-1 .active-feedback-carousel .item {
  background: #fff;
}

.carousel-feedback.feedback-color-1 .active-feedback-carousel .item .reviews span {
  color: #cccccc;
}

.carousel-feedback.feedback-color-1 .active-feedback-carousel .item .reviews span:nth-child(1) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-1 .active-feedback-carousel .item .reviews span:nth-child(2) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-1 .active-feedback-carousel .item .reviews span:nth-child(3) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-1 .active-feedback-carousel .item .reviews span:nth-child(4) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-1 .active-feedback-carousel .owl-dots .owl-dot.active {
  background: #e7313c;
}

@media (max-width: 767px) {
  .carousel-feedback.feedback-color-1 .active-feedback-carousel .owl-dots .owl-dot.active {
    background: #fff;
  }
}

.carousel-feedback.feedback-color-2 .left-bg {
  background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
}

.carousel-feedback.feedback-color-2 .right-bg {
  background: #f9fafc;
}

.carousel-feedback.feedback-color-2 .active-feedback-carousel .item {
  background: #fff;
}

.carousel-feedback.feedback-color-2 .active-feedback-carousel .item .reviews span {
  color: #cccccc;
}

.carousel-feedback.feedback-color-2 .active-feedback-carousel .item .reviews span:nth-child(1) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-2 .active-feedback-carousel .item .reviews span:nth-child(2) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-2 .active-feedback-carousel .item .reviews span:nth-child(3) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-2 .active-feedback-carousel .item .reviews span:nth-child(4) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-2 .active-feedback-carousel .owl-dots .owl-dot.active {
  background: #7f1eb4;
}

@media (max-width: 767px) {
  .carousel-feedback.feedback-color-2 .active-feedback-carousel .owl-dots .owl-dot.active {
    background: #fff;
  }
}

.carousel-feedback.feedback-color-3 .left-bg {
  background: #f52283;
}

.carousel-feedback.feedback-color-3 .right-bg {
  background: #f9fafc;
}

.carousel-feedback.feedback-color-3 .active-feedback-carousel .item {
  background: #fff;
}

.carousel-feedback.feedback-color-3 .active-feedback-carousel .item .reviews span {
  color: #cccccc;
}

.carousel-feedback.feedback-color-3 .active-feedback-carousel .item .reviews span:nth-child(1) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-3 .active-feedback-carousel .item .reviews span:nth-child(2) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-3 .active-feedback-carousel .item .reviews span:nth-child(3) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-3 .active-feedback-carousel .item .reviews span:nth-child(4) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-3 .active-feedback-carousel .owl-dots .owl-dot.active {
  background: #f52283;
}

@media (max-width: 767px) {
  .carousel-feedback.feedback-color-3 .active-feedback-carousel .owl-dots .owl-dot.active {
    background: #fff;
  }
}

.carousel-feedback.feedback-color-4 .left-bg {
  background: #c4323d;
}

.carousel-feedback.feedback-color-4 .left-bg.color-6 {
  background: #316be2;
}

.carousel-feedback.feedback-color-4 .left-bg.color-7 {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
}

.carousel-feedback.feedback-color-4 .right-bg {
  background: #f9fafc;
}

.carousel-feedback.feedback-color-4 .active-feedback-carousel .item {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.carousel-feedback.feedback-color-4 .active-feedback-carousel .item .reviews span {
  color: #cccccc;
}

.carousel-feedback.feedback-color-4 .active-feedback-carousel .item .reviews span:nth-child(1) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-4 .active-feedback-carousel .item .reviews span:nth-child(2) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-4 .active-feedback-carousel .item .reviews span:nth-child(3) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-4 .active-feedback-carousel .item .reviews span:nth-child(4) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-4 .active-feedback-carousel .owl-dots .owl-dot.active {
  background: #c4323d;
}

@media (max-width: 767px) {
  .carousel-feedback.feedback-color-4 .active-feedback-carousel .owl-dots .owl-dot {
    background: #fff;
  }
}

.carousel-feedback.feedback-color-16 .left-bg {
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
}

.carousel-feedback.feedback-color-16 .right-bg {
  background: #f9fafc;
}

.carousel-feedback.feedback-color-16 .line-head2:after {
  background: transparent;
}

.carousel-feedback.feedback-color-16 .active-feedback-carousel .item {
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.carousel-feedback.feedback-color-16 .active-feedback-carousel .item .reviews span {
  color: #cccccc;
}

.carousel-feedback.feedback-color-16 .active-feedback-carousel .item .reviews span:nth-child(1) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-16 .active-feedback-carousel .item .reviews span:nth-child(2) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-16 .active-feedback-carousel .item .reviews span:nth-child(3) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-16 .active-feedback-carousel .item .reviews span:nth-child(4) {
  color: #ffd200;
}

.carousel-feedback.feedback-color-16 .active-feedback-carousel .owl-dots .owl-dot.active {
  background: #ffd200;
}

@media (max-width: 767px) {
  .carousel-feedback.feedback-color-16 .active-feedback-carousel .owl-dots .owl-dot {
    background: #fff;
  }
}

.carousel-feedback .left-bg {
  height: 505px;
}

.carousel-feedback .right-bg {
  height: 505px;
  position: relative;
}

.carousel-feedback .right-bg .dislike {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

.carousel-feedback .right-bg .dislike span {
  font-size: 275px;
  color: #333333;
  opacity: .1;
}

.carousel-feedback .right-bg .like {
  position: absolute;
  bottom: 0;
  left: 0;
}

.carousel-feedback .right-bg .like span {
  font-size: 275px;
  color: #333333;
  opacity: .1;
}

.carousel-feedback .full-carousel {
  position: relative;
}

.carousel-feedback .full-carousel .feedback-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .carousel-feedback .full-carousel .feedback-content {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
  .carousel-feedback .full-carousel .feedback-content .mobile-bg.color-1 {
    background-image: -webkit-linear-gradient(left, #f46300 0%, #e7303b 100%);
    background-image: -o-linear-gradient(left, #f46300 0%, #e7303b 100%);
    background-image: linear-gradient(to right, #f46300 0%, #e7303b 100%);
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .carousel-feedback .full-carousel .feedback-content .mobile-bg.color-2 {
    background-image: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
    background-image: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
    background-image: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .carousel-feedback .full-carousel .feedback-content .mobile-bg.color-3 {
    background: #f52283;
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .carousel-feedback .full-carousel .feedback-content .mobile-bg.color-4 {
    background: #c4323d;
    padding: 100px 30px;
  }
}

.carousel-feedback .full-carousel .feedback-static {
  text-align: right;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .carousel-feedback .full-carousel .feedback-static {
    display: none;
  }
}

.carousel-feedback .full-carousel .active-feedback-carousel .item {
  padding: 40px;
  border-radius: 5px;
}

.carousel-feedback .full-carousel .active-feedback-carousel .item:first-child {
  margin-left: 0;
}

.carousel-feedback .full-carousel .active-feedback-carousel .item .head img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.carousel-feedback .full-carousel .active-feedback-carousel .item .head-title h3 {
  font-size: 18px;
  font-weight: 500;
}

.carousel-feedback .full-carousel .active-feedback-carousel .item .head-title span {
  color: #cccccc;
}

.carousel-feedback .full-carousel .active-feedback-carousel .item .feedback-text {
  margin-top: 20px;
}

.carousel-feedback.carousel-feedback5 .line-head2::after {
  background: #4f85f4;
}

.carousel-feedback.carousel-feedback5 .active-feedback-carousel .owl-dots .owl-dot.active {
  background: #4f85f4;
}

@media (max-width: 767px) {
  .carousel-feedback.carousel-feedback5 .active-feedback-carousel .owl-dots .owl-dot.active {
    background: #fff;
  }
}

.single-blog.blog-color-1:hover .blog-img .overlay-bg {
  background: -moz-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -webkit-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  background: -ms-linear-gradient(-90deg, #f46300 0%, #e7303b 100%);
  opacity: 0.9;
}

.single-blog.blog-color-1:hover h5 a {
  color: #e7313c;
}

.single-blog.blog-color-4:hover .blog-img .overlay-bg {
  background: -moz-linear-gradient(top, #c4323d 0%, #a4212b 100%);
  background: -webkit-linear-gradient(top, #c4323d 0%, #a4212b 100%);
  background: linear-gradient(to bottom, #c4323d 0%, #a4212b 100%);
  opacity: 0.9;
}

.single-blog.blog-color-4:hover h5 a {
  color: #c4323d;
}

.single-blog.blog-color-5:hover .blog-img .overlay-bg {
  background: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  opacity: 0.9;
}

.single-blog.blog-color-5:hover h5 a {
  color: #4f85f2;
}

.single-blog.blog-color-7:hover .blog-img .overlay-bg {
  background-image: -moz-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -webkit-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  background-image: -ms-linear-gradient(-90deg, #00fbaf 0%, #1781fd 100%);
  opacity: 0.9;
}

.single-blog.blog-color-7:hover h5 a {
  color: #4f85f2;
}

.single-blog.blog-color-8:hover .blog-img .overlay-bg {
  background: #4621ad;
  opacity: 0.9;
}

.single-blog.blog-color-8:hover h5 a {
  color: #4621ad;
}

.single-blog.blog-color-9:hover .blog-img .overlay-bg {
  background: #f54041;
  opacity: 0.9;
}

.single-blog.blog-color-9:hover h5 a {
  color: #f54041;
}

.single-blog.blog-color-10:hover .blog-img .overlay-bg {
  background: #155cff;
  opacity: 0.9;
}

.single-blog.blog-color-10:hover h5 a {
  color: #155cff;
}

.single-blog.blog-color-16:hover .blog-img .overlay-bg {
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  opacity: 0.9;
}

.single-blog.blog-color-16:hover h5 a {
  color: #faa11d;
}

.single-blog .blog-img {
  position: relative;
  background-repeat: no-repeat;
  height: 260px;
  width: auto;
  border-radius: 3px;
  background-position: center center !important;
  background-size: cover !important;
}

.single-blog .blog-img .overlay-bg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.single-blog .date {
  margin-top: 35px;
  margin-bottom: 5px;
}

.single-blog h5 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;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
}

.main-article figure figcaption {
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 40px 30px 40px;
}

.main-article figure figcaption h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
}

.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;
}

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

.art-info:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #666666;
  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;
}

.blog-carousel .active-blog-carousel {
  position: relative;
}

.blog-carousel .active-blog-carousel .owl-controls {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-carousel .active-blog-carousel .owl-controls {
    display: none;
  }
}

.blog-carousel .active-blog-carousel .owl-controls .owl-nav {
  position: relative;
  width: 100%;
}

.blog-carousel .active-blog-carousel .owl-controls .owl-next {
  position: absolute;
  left: -18px;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}

.blog-carousel .active-blog-carousel .owl-controls .owl-next span {
  line-height: 36px;
  display: inline-block;
}

.blog-carousel .active-blog-carousel .owl-controls .owl-prev {
  position: absolute;
  right: -18px;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}

.blog-carousel .active-blog-carousel .owl-controls .owl-prev span {
  line-height: 36px;
  display: inline-block;
}

.blog-carousel figure figcaption {
  padding: 30px 30px 30px 30px;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
}

.blog-carousel figure figcaption h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-carousel figure figcaption h3 a {
  color: #333333;
}

.blog-carousel figure figcaption h3 a:hover {
  color: #6928b5;
}

.blog-carousel figure figcaption p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-carousel figure figcaption {
    padding: 30px 15px;
  }
}

.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: #f9fafc;
}

.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: #f9fafc;
  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: #f9fafc;
  margin-top: 15px;
}

.tag-widget .total-tag a:hover {
  color: #6928b5;
}

@media (max-width: 767px) {
  .arrow {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .blog-total-widget {
    margin-top: 30px;
  }
}

.cta-area {
  padding: 80px 0;
}

.cta-area.color-2 {
  background-image: -moz-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
  background-image: -webkit-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
  background-image: -ms-linear-gradient(180deg, #f52283 0%, #7f1eb4 100%);
}

.cta-area.color-3 {
  background: #f52283;
}

.cta-area .cta-content {
  text-align: center;
}

.cta-area .cta-content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

.cta-area .cta-content span {
  display: block;
  color: #fff;
  margin-top: 10px;
}

.cta-area-marketing {
  padding: 60px 0;
}

.cta-area-marketing .cta-content-marketing h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.cta-area-marketing .cta-content-marketing p {
  margin: 0;
}

.cta-18 {
  background: url(../img/home18/cta-bg.jpg) no-repeat center center/cover;
  padding: 300px 0;
  position: relative;
}

.cta-18 .overlay-bg {
  background: rgba(251, 209, 0, 0.95);
}

.cta-18 .cta-content h2 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cta-18 .cta-content h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-18 .cta-content h2 br {
    display: none;
  }
}

.cta-18 .cta-content p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0 30px 0;
}

.cta-18 .cta-content .btn-first.color-18:hover {
  background: #1b6cff;
  color: #fff;
}

.cta-19 {
  background: #eb2153;
}

.cta-19 .cta-content h3 {
  font-weight: 300;
  font-size: 36px;
}

.cta-19 .cta-content p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 15px 0 30px 0;
}

.cta-19 .cta-content .btn-first.color-19:hover {
  background: #1b6cff;
  color: #fff;
}

.cta-20 {
  position: relative;
}

.cta-20 .bg-pattern {
  background: url(../img/home20/p.png) repeat left center;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cta-20:after {
  background: #f69733;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.cta-20:before {
  background: #fcbc39;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

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

.cta-20 .cta-content h3 {
  font-weight: 400;
  font-size: 36px;
}

.cta-20 .cta-content ul {
  margin-top: 20px;
  margin-left: 30px;
}

.cta-20 .cta-content ul li {
  color: #fff;
  font-size: 15px;
}

.cta-20 .cta-content ul li span {
  margin-right: 10px;
}

.cta-20 .cta-content.right-cta {
  margin-left: 40px;
}

.cta-20 .cta-content .btn-first.color-19:hover {
  background: #1b6cff;
  color: #fff;
}

.cta-21 {
  position: relative;
  border-top: 1px solid #eeeeee;
}

.cta-21.bottom {
  border-bottom: 1px solid #eeeeee;
}

.cta-21 .left-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/home21/c1.jpg) no-repeat center center/cover;
}

.cta-21 .left-bg .overlay-bg {
  background: rgba(54, 176, 244, 0.8);
}

@media (max-width: 767px) {
  .cta-21 .left-bg {
    display: none;
  }
}

.cta-21 .right-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/home21/c2.jpg) no-repeat center center/cover;
}

.cta-21 .right-bg .overlay-bg {
  background: rgba(54, 176, 244, 0.8);
}

@media (max-width: 767px) {
  .cta-21 .right-bg {
    display: none;
  }
}

.cta-21 .cta-content {
  padding: 60px 0;
}

.cta-21 .cta-content h3 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 300;
}

.cta-21 .cta-content li span {
  margin-right: 5px;
}

.faq-area {
  padding: 115px 0;
}

.faq-area-17 {
  background: #f9fafc;
  position: relative;
  margin: 160px 0;
}

.faq-area-17 .feature-top-shape {
  border-top: 160px solid transparent;
  border-left: 100vw solid #f9fafc;
  position: absolute;
  left: 0;
  top: -160px;
}

.faq-area-17 .feature-bottom-shape {
  border-bottom: 160px solid transparent;
  border-right: 100vw solid #f9fafc;
  position: absolute;
  right: 0;
  bottom: -160px;
}

.book-accordion .book-card-header h5 a {
  line-height: 55px;
  padding: 0 30px;
  display: block;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .book-accordion .book-card-header h5 a {
    padding: 0 15px;
  }
}

.book-accordion .book-card-header h5 a.collapsed {
  color: #333333;
}

.book-accordion .book-card-header h5 a .lnr {
  color: #333333;
}

.book-accordion .book-card-header.color-1 h5 a:not(.collapsed) span {
  background: -webkit-linear-gradient(-135deg, #c8169d, #ffb312);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.book-accordion .book-card-header.color-1 h5 a.collapsed span {
  color: #333333;
  -webkit-text-fill-color: #333333;
  overflow: hidden;
}

.book-accordion .book-card-header.color-1 h5 a .lnr {
  color: #333333;
  -webkit-text-fill-color: #333333;
}

.book-accordion .book-card-body {
  padding: 25px 30px;
}

.active-testimonial .item img {
  height: auto;
  width: auto;
}

.active-testimonial .item h5 {
  font-weight: 600;
}

.active-testimonial .item p {
  font-size: 15px;
}

.active-testimonial .item span {
  font-size: 15px;
}

.active-testimonial .owl-controls {
  margin-top: 30px;
}

.active-testimonial .owl-controls .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.active-testimonial .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 5px;
  background: #fff;
  margin-right: 5px;
}

.active-testimonial .owl-controls .owl-dots .owl-dot.active {
  background: #6a69d2;
}

.testimonial-18 .testimonial-wrapper {
  border-top: 1px solid #eeeeee;
}

.active-testimonial-18 {
  padding: 0 200px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .active-testimonial-18 {
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .active-testimonial-18 {
    padding: 0 30px;
  }
}

.active-testimonial-18 .item img {
  height: auto;
  width: auto;
  display: inline-block;
}

.active-testimonial-18 .item h3 {
  font-weight: 600;
  font-size: 18px;
}

.active-testimonial-18 .item p {
  font-size: 15px;
  margin: 30px 0 40px 0;
}

.active-testimonial-18 .item span {
  font-size: 15px;
}

.active-testimonial-18 .owl-controls {
  margin-top: 30px;
}

.active-testimonial-18 .owl-controls .owl-dots {
  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;
}

.active-testimonial-18 .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 5px;
  background: #cccccc;
  margin-right: 5px;
}

.active-testimonial-18 .owl-controls .owl-dots .owl-dot.active {
  background: #6a69d2;
}

.testimonial-19 .item {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  padding: 150px 0 230px 0;
}

.testimonial-19 .item .overlay-bg {
  background: rgba(235, 33, 83, 0.8);
}

.testimonial-19 .item h3 {
  font-size: 36px;
  font-weight: 400;
}

.testimonial-19 .item .sub-title {
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0 90px 0;
}

.testimonial-19 .item h5 {
  font-size: 18px;
  line-height: 38px;
}

.testimonial-19 .item img {
  margin-top: 10px;
  width: auto;
  display: inline-block;
}

.testimonial-19 .owl-controls {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.testimonial-19 .owl-controls .owl-dots {
  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;
}

.testimonial-19 .owl-controls .owl-dots .owl-dot {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  border: 2px solid #fff;
  background: #cccccc;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.testimonial-19 .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../img/home19/d1.jpg);
}

.testimonial-19 .owl-controls .owl-dots .owl-dot.active {
  box-shadow: 0px 10px 20px 0px rgba(235, 33, 83, 0.3);
}

@media (max-width: 767px) {
  .screen-18 img {
    margin-bottom: 30px;
  }
}

.testimonial-20 .section-title-20 {
  margin-bottom: 0;
}

.testimonial-20 .testimonial-wrapper {
  padding: 75px 0 150px 0;
  border-bottom: 1px solid #eee;
}

.testimonial-20 .owl-controls .owl-dots .owl-dot.active {
  background: #ed6722;
}

.about-area-8 {
  padding: 250px 0 200px 0;
}

@media (max-width: 767px) {
  .about-area-8 {
    padding: 150px 0 20px 0;
  }
}

.about-area-8 .top-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20%;
}

@media (max-width: 767px) {
  .about-area-8 .top-img {
    top: -12%;
  }
}

.about-area-8 .bottom-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about-area-8 .bottom-img {
    width: 400px;
    bottom: 10%;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .about-area-8 .bottom-img {
    position: relative;
    margin-top: 50px;
  }
}

.started-execution {
  margin-top: 240px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .started-execution {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .started-execution {
    margin-top: 100px;
  }
}

.started-execution h3 {
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.started-execution h3:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background: #4621ad;
  left: 0;
  top: 0;
}

.total-store {
  margin-top: -30px;
}

.single-store {
  text-align: center;
}

.single-store h5 {
  margin-bottom: 20px;
}

.item-price .item-img {
  display: inline-block;
}

.item-price h3 {
  font-size: 30px;
  margin: 20px 0 10px 0;
  font-weight: 600;
}

.item-price h4 {
  font-weight: 500;
  font-size: 18px;
  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;
}

.item-price ul {
  margin-bottom: 25px;
}

.item-price:hover h4 {
  color: #4621ad;
}

.item-price:hover .learn-more {
  background: #f7832c;
  color: #fff;
  border: 1px solid #f7832c;
}

.gallery-area.color-8 {
  background: #f7832c;
}

.gallery-area.color-9 {
  background: #fbc80d;
}

.gallery-area.color-9 .gallery-product-area .owl-nav .owl-next span:hover {
  background: #fbc80d;
}

.gallery-area.color-9 .gallery-product-area .owl-nav .owl-prev span:hover {
  background: #fbc80d;
}

.gallery-area.color-10 {
  background: #3cadff;
}

.gallery-area.color-10 .gallery-product-area .owl-nav .owl-next span:hover {
  background: #3cadff;
}

.gallery-area.color-10 .gallery-product-area .owl-nav .owl-prev span:hover {
  background: #3cadff;
}

.gallery-area .section-head-icon h2 {
  color: #fff;
}

.gallery-area .section-head-icon p {
  color: #fff;
}

.gallery-product-area .owl-carousel .owl-item {
  text-align: center;
  pointer-events: none;
}

.gallery-product-area .owl-carousel .owl-item img {
  width: auto;
  height: 366px;
  display: inline-block;
}

.gallery-product-area .owl-nav {
  position: absolute;
  top: 20%;
  width: 100%;
}

.gallery-product-area .owl-nav .owl-next {
  position: absolute;
  left: -50px;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .gallery-product-area .owl-nav .owl-next {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .gallery-product-area .owl-nav .owl-next {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .gallery-product-area .owl-nav .owl-next {
    display: none !important;
  }
}

.gallery-product-area .owl-nav .owl-next span {
  color: #333333;
  display: inline-block;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-product-area .owl-nav .owl-next span:hover {
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #f7832c;
}

.gallery-product-area .owl-nav .owl-prev {
  position: absolute;
  right: -50px;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .gallery-product-area .owl-nav .owl-prev {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .gallery-product-area .owl-nav .owl-prev {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .gallery-product-area .owl-nav .owl-prev {
    display: none !important;
  }
}

.gallery-product-area .owl-nav .owl-prev span {
  color: #333333;
  display: inline-block;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-product-area .owl-nav .owl-prev span:hover {
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #f7832c;
}

.border-bottom {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

@media (min-width: 0) and (max-width: 576px) {
  .border-bottom {
    padding-bottom: 35px;
  }
}

.table-title h4 {
  font-size: 18px;
  font-weight: 500;
}

.table-content {
  margin-bottom: 25px;
}

.table-content.mb-0 {
  margin-bottom: 0;
}

.table-content h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (min-width: 0) and (max-width: 576px) {
  .table-content {
    margin-top: 10px;
  }
}

.total-core {
  height: 600px;
}

.total-core .core-img img {
  position: relative;
  z-index: 6;
  pointer-events: none;
}

.total-core .main-circle {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 225px;
  z-index: 9;
}

.total-core .child-circle {
  width: 180px;
  height: 180px;
  position: absolute;
}

.total-core .child-circle.child-1 {
  top: 205px;
  left: 65%;
}

.total-core .child-circle.child-2 {
  top: 405px;
  left: 55%;
}

@media (max-width: 767px) {
  .total-core .child-circle.child-2 {
    top: 352px;
  }
}

.total-core .child-circle.child-3 {
  top: 405px;
  right: 55%;
}

@media (max-width: 767px) {
  .total-core .child-circle.child-3 {
    top: 352px;
  }
}

.total-core .child-circle.child-4 {
  top: 205px;
  right: 65%;
}

.total-core .circle {
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.total-core .circle span {
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.total-core .circle h4 {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.total-core .circle:hover {
  background: #4621ad;
}

.total-core .circle:hover span {
  color: #fff;
}

.total-core .circle:hover h4 {
  color: #fff;
}

@media (max-width: 767px) {
  .total-core {
    height: 400px;
  }
  .total-core .main-circle {
    top: 105px !important;
    width: 150px;
    height: 150px;
  }
  .total-core .main-circle span {
    font-size: 10px;
  }
  .total-core .main-circle h4 {
    font-size: 14px;
  }
  .total-core .child-circle {
    width: 120px;
    height: 120px;
  }
  .total-core .child-circle span {
    font-size: 10px;
  }
  .total-core .child-circle h4 {
    font-size: 14px;
  }
  .total-core .child-circle.child-4 {
    right: 60%;
  }
  .total-core .child-circle.child-1 {
    left: 60%;
  }
}

.unboxing .total-content {
  position: relative;
}

.unboxing .left-img-height {
  height: 450px;
}

@media (min-width: 0) and (max-width: 991px) {
  .unboxing .left-img-height {
    height: auto;
  }
}

.unboxing .left-img {
  width: 50%;
  position: relative;
}

@media (min-width: 0) and (max-width: 991px) {
  .unboxing .left-img {
    width: 100%;
  }
  .unboxing .left-img img {
    width: 100%;
  }
}

.unboxing .left-img .circle {
  width: 40px;
  height: 40px;
  background: rgba(70, 33, 173, 0.25);
  border-radius: 50%;
  position: absolute;
}

.unboxing .left-img .circle .mini-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4621ad;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.unboxing .left-img .circle.circle-1 {
  top: 2%;
  right: 31%;
}

.unboxing .left-img .circle.circle-2 {
  top: 44%;
  right: 46%;
}

.unboxing .left-img .circle.circle-3 {
  top: 44%;
  right: 24%;
}

.unboxing .left-img .circle.circle-4 {
  top: 52%;
  right: 7%;
}

.unboxing .left-img .circle.circle-5 {
  top: 9%;
  right: 55%;
}

.unboxing .right-content {
  position: absolute;
  width: 100%;
  top: 0;
}

.unboxing .right-content .single-desc h4 {
  margin-bottom: 5px;
}

@media (min-width: 0) and (max-width: 991px) {
  .unboxing .right-content {
    position: relative;
    margin-top: 50px;
  }
}

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

.home-9 .started-execution h3::before {
  background: #f63f41;
}

.home-9 .learn-more:hover {
  background: #fbc80d;
  border: 1px solid #fbc80d;
}

.home-9 .social-icon a:hover {
  background: #fbc80d;
  border: 1px solid #fbc80d;
}

.home-9 .total-core .main-circle {
  top: 60px;
}

.home-9 .total-core .child-circle.child-4 {
  top: 40px;
}

.home-9 .total-core .child-circle.child-1 {
  top: 40px;
}

.home-9 .total-core .child-circle.child-3 {
  top: 240px;
  right: 53%;
}

.home-9 .total-core .child-circle.child-2 {
  top: 240px;
  left: 53%;
}

.home-9 .total-core .circle:hover {
  background: #f64041;
}

.home-9 .gallery-product-area .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.home-9 .item-price:hover h4 {
  color: #f64041;
}

.home-9 .item-price:hover .learn-more {
  background: #fbc80d;
  border: 1px solid #fbc80d;
}

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

.about-area-10 {
  padding: 50px 0 150px 0;
  position: relative;
}

.about-area-10 .left-vr-img {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-area-10 .started-execution {
  margin-top: 150px;
}

.unboxing-10 {
  position: relative;
}

.unboxing-10 .right-img-height {
  width: 905px;
  position: absolute;
  left: 40%;
  bottom: 14%;
}

.unboxing-10 .right-img-height .right-img {
  position: relative;
}

.unboxing-10 .right-img-height .right-img .circle {
  width: 30px;
  height: 30px;
  background: rgba(21, 92, 255, 0.25);
  border-radius: 50%;
  position: absolute;
}

.unboxing-10 .right-img-height .right-img .circle .mini-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #155cff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.unboxing-10 .right-img-height .right-img .circle.circle-animation {
  animation-name: blue-circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.unboxing-10 .right-img-height .right-img .circle.circle-animation .circle-animation-2 {
  animation-name: blue-circle2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.unboxing-10 .right-img-height .right-img .circle.circle-1 {
  top: 13%;
  right: 50%;
}

.unboxing-10 .right-img-height .right-img .circle.circle-2 {
  top: 50%;
  right: 25%;
}

.unboxing-10 .right-img-height .right-img .circle.circle-3 {
  top: 54%;
  right: 66%;
}

.unboxing-10 .right-img-height .right-img .circle.circle-4 {
  top: 71%;
  right: 60%;
}

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

.left-exclusive {
  background: url(../img/vr/le.jpg) no-repeat;
  height: 520px;
  background-position: top right;
  position: absolute;
  left: 0;
  bottom: 115px;
  width: 48%;
}

.core-man-height {
  height: 600px;
}

@media (min-width: 320px) and (max-width: 479px) {
  .core-man-height {
    height: 300px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .core-man-height {
    height: 500px;
  }
}

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

.core-man .main-circle {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15%;
  z-index: 9;
}

.core-man .child-circle {
  width: 180px;
  height: 180px;
  position: absolute;
}

.core-man .child-circle.child-1 {
  top: 10%;
  right: -20%;
}

.core-man .child-circle.child-2 {
  top: 50%;
  right: -20%;
}

.core-man .child-circle.child-3 {
  top: 10%;
  left: -20%;
}

.core-man .child-circle.child-4 {
  top: 50%;
  left: -20%;
}

.core-man .circle {
  border-radius: 50%;
  background: #fff;
  text-align: center;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.core-man .circle span {
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}

.core-man .circle h4 {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}

.core-man .circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.core-man .circle:hover:after {
  opacity: 1;
}

.core-man .circle:hover span {
  color: #fff;
}

.core-man .circle:hover h4 {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 479px) {
  .core-man .main-circle {
    width: 120px;
    height: 120px;
    top: -55%;
  }
  .core-man .main-circle span {
    font-size: 10px;
  }
  .core-man .main-circle h4 {
    font-size: 14px;
  }
  .core-man .child-circle {
    width: 120px;
    height: 120px;
  }
  .core-man .child-circle span {
    font-size: 10px;
  }
  .core-man .child-circle h4 {
    font-size: 14px;
  }
  .core-man .child-circle.child-3 {
    left: -38%;
    top: -100%;
  }
  .core-man .child-circle.child-1 {
    right: -38%;
    top: -100%;
  }
  .core-man .child-circle.child-4 {
    left: -38%;
    top: -10%;
  }
  .core-man .child-circle.child-2 {
    right: -38%;
    top: -10%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .core-man .main-circle {
    width: 120px;
    height: 120px;
    top: -55%;
  }
  .core-man .main-circle span {
    font-size: 10px;
  }
  .core-man .main-circle h4 {
    font-size: 14px;
  }
  .core-man .child-circle {
    width: 120px;
    height: 120px;
  }
  .core-man .child-circle span {
    font-size: 10px;
  }
  .core-man .child-circle h4 {
    font-size: 14px;
  }
  .core-man .child-circle.child-3 {
    left: -38%;
    top: -100%;
  }
  .core-man .child-circle.child-1 {
    right: -38%;
    top: -100%;
  }
  .core-man .child-circle.child-4 {
    left: -38%;
    top: -10%;
  }
  .core-man .child-circle.child-2 {
    right: -38%;
    top: -10%;
  }
}

.home-10 .item-price .learn-more {
  position: relative;
  overflow: hidden;
}

.home-10 .item-price .learn-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-10 .item-price:hover h4 {
  color: #333333;
}

.home-10 .item-price:hover .learn-more {
  z-index: 1;
  border: 1px solid #fff;
  background: transparent;
}

.home-10 .item-price:hover .learn-more:after {
  opacity: 1;
  z-index: -1;
}

.service-area {
  background: #18293d;
}

.item-service {
  background: #1d2d41;
  padding: 30px 0;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item-service span {
  font-size: 24px;
  background: -webkit-linear-gradient(#fa9f1d, #fad01d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-service:hover {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
}

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

.project-filter-btn .btn-first {
  background: transparent;
  box-shadow: none;
  margin-top: 20px;
}

.single-project-filter {
  margin-top: 30px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .single-project-filter {
    margin-left: 0;
  }
}

.single-project-filter img {
  width: 340px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-project-filter .desc h5 a {
  font-size: 18px;
  color: #333333;
}

.single-project-filter .desc h5 a:hover {
  color: #e64848;
}

.single-project-filter:hover img {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .project-filter-btn .btn-first {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .project-filter-btn .btn-first {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cta-area-marketing .btn-first {
    margin-top: 10px;
  }
}

.marketing-exclusive-content {
  padding-right: 80px;
}

.marketing-exclusive-content span {
  font-size: 18px;
  color: #cccccc;
}

.marketing-exclusive-content h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 5px 0;
}

.feature-card {
  padding: 20px 30px;
  background: #f9fafc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-card:nth-child(odd) {
  margin-left: 90px;
}

.feature-card .desc p {
  margin-bottom: 0;
}

.feature-card:hover {
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.039);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-feature-card {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .total-feature-card {
    margin-top: 30px;
  }
  .total-feature-card .feature-card {
    margin-left: 0;
  }
}

.discover-cta {
  background: url(../img/home16/b.jpg) no-repeat center center/cover;
}

.discover-cta-content span {
  font-size: 18px;
  color: #333333;
}

.discover-cta-content h3 {
  color: #fff;
  font-size: 30px;
  margin: 5px 0;
}

.discover-cta-content p {
  margin-bottom: 0;
  color: #333333;
}

.purchase-cta-area {
  padding: 75px 0;
  background: #18293d;
}

.purchase-cta-content h2 {
  color: #fff;
  font-size: 30px;
}

.purchase-cta-content span {
  margin: 10px 0 20px 0;
  display: block;
  color: #fff;
}

.active-customer-care .owl-stage-outer {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.039);
}

.active-customer-care figure figcaption {
  border-top: 5px solid #face1d;
  position: relative;
}

.active-customer-care figure figcaption:after {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 33.33%;
  height: 5px;
  background: #d21925;
}

.active-customer-care figure figcaption:before {
  position: absolute;
  content: "";
  left: 33.33%;
  top: -5px;
  width: 33.33%;
  height: 5px;
  background: #78c952;
}

.active-customer-care figure figcaption .desc {
  padding: 40px 30px;
  text-align: center;
}

.active-customer-care figure figcaption .desc p {
  margin-bottom: 0;
}

.active-customer-care .owl-controls {
  position: absolute;
  right: -200px;
  bottom: 70px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .active-customer-care .owl-controls {
    right: -160px;
    bottom: 3px;
  }
}

@media (max-width: 767px) {
  .active-customer-care .owl-controls {
    display: none;
  }
}

.active-customer-care .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.active-customer-care .owl-dots .owl-dot {
  width: 15px;
  height: 4px;
  border-radius: 2px;
  margin-left: 10px;
  background: #cccccc;
}

.active-customer-care .owl-dots .owl-dot:nth-child(1).active {
  background: #d21925;
}

.active-customer-care .owl-dots .owl-dot:nth-child(2).active {
  background: #78c952;
}

.active-customer-care .owl-dots .owl-dot:nth-child(3).active {
  background: #face1d;
}

.customer-care-content span {
  font-size: 18px;
  color: #cccccc;
}

.customer-care-content h2 {
  font-size: 30px;
  margin: 15px 0;
}

.customer-care-content p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .customer-care-content {
    margin-top: 50px;
  }
}

.footer-widget {
  background: #2a2a2a;
}

@media (max-width: 767px) {
  .footer-widget .single-widget {
    margin-bottom: 30px;
  }
}

.footer-widget .single-widget h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-widget .single-widget h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-widget .single-widget p {
  color: #999999;
  margin-bottom: 5px;
}

.footer-widget .single-widget a {
  color: #999999;
}

.footer-widget .single-widget .single-feed .icon {
  margin-right: 5px;
}

.footer-widget .single-widget .single-feed .icon i {
  color: #fff;
}

.footer-widget .single-widget .single-feed .icon span {
  color: #fff;
}

.footer-widget .single-widget.twitter-feed a {
  color: #e7313c;
}

.footer-widget .single-widget .instagram-img .ins-img {
  margin-left: 10px;
}

.footer-widget .single-widget .instagram-img .ins-img:first-child {
  margin-left: 0;
}

.default-footer {
  background: #242424;
  padding: 25px 0;
}

.default-footer p {
  margin-bottom: 0;
  color: #fff;
  line-height: 35px;
}

.default-footer .footer-copy-right a {
  color: #e7313c;
  font-weight: 500;
}

.default-footer .footer-copy-right p span {
  margin: 0 12px;
}

.footer-social-link a {
  border: 1px solid #333333;
  width: 35px;
  line-height: 35px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  -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;
}

.footer-social-link a i {
  color: #fff;
}

.footer-social-link a:hover {
  background: #f05510;
  border: 1px solid #f05510;
}

.footer-social-link-elements a {
  width: 35px;
  line-height: 35px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  -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;
}

.footer-social-link-elements.color-13 a {
  border: 1px solid #cccccc;
  position: relative;
}

.footer-social-link-elements.color-13 a i {
  color: #333333;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.footer-social-link-elements.color-13 a:after {
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 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;
}

.footer-social-link-elements.color-13 a:hover {
  border: 1px solid #fff;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}

.footer-social-link-elements.color-13 a:hover:after {
  opacity: 1;
}

.footer-social-link-elements.color-13 a:hover i {
  color: #fff;
  z-index: 2;
}

.home-second .footer-widget .single-widget.twitter-feed a {
  color: #f52283;
}

.home-second .default-footer .footer-copy-right a {
  color: #f52283;
}

.home-second .footer-social-link a:hover {
  background: -moz-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background: -webkit-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  background: -ms-linear-gradient(-90deg, #f52283 0%, #7f1eb4 100%);
  border: none;
}

.home-third .footer-widget .single-widget.twitter-feed a {
  color: #f52283;
}

.home-third .default-footer .footer-copy-right a {
  color: #f52283;
}

.home-third .footer-social-link a:hover {
  background: #f52283;
  border: none;
}

.home-five .footer-widget .single-widget.twitter-feed a {
  color: #4f85f5;
}

.home-five .default-footer .footer-copy-right a {
  color: #4f85f5;
}

.home-five .footer-social-link a:hover {
  background: transparent;
  background-image: -moz-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -webkit-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  background-image: -ms-linear-gradient(-90deg, #4f85f5 0%, #2762dc 100%);
  border: none;
}

.home-8 .footer-widget .single-widget.twitter-feed a {
  color: #f7832c;
}

.home-8 .default-footer .footer-copy-right a {
  color: #f7832c;
}

.home-9 .footer-social-link a:hover {
  background: #f64041;
  border: 1px solid #f64041;
}

.home-10 .footer-widget .single-widget.twitter-feed a {
  color: #3cadff;
}

.home-10 .default-footer .footer-copy-right a {
  color: #3cadff;
}

.home-10 .footer-social-link a {
  position: relative;
}

.home-10 .footer-social-link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -webkit-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  background-image: -ms-linear-gradient(-90deg, #3cadff 0%, #0b47ff 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}

.home-10 .footer-social-link a:hover {
  z-index: 1;
  border: 1px solid #242424;
  background: transparent;
}

.home-10 .footer-social-link a:hover:after {
  opacity: 1;
  z-index: -1;
}

.home-blog .footer-widget .single-widget.twitter-feed a {
  color: #ba6de7;
}

.home-blog .default-footer .footer-copy-right a {
  color: #ba6de7;
}

.home-blog .footer-social-link a {
  position: relative;
}

.home-blog .footer-social-link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  border-radius: 2px;
}

.home-blog .footer-social-link a:hover {
  z-index: 1;
  box-shadow: 3.536px 3.536px 10px 0px rgba(84, 6, 180, 0.35);
  border: 1px solid #242424;
  background: transparent;
}

.home-blog .footer-social-link a:hover:after {
  opacity: 1;
  z-index: -1;
}

.home-16 .footer-widget .single-widget.twitter-feed a {
  color: #faab1d;
}

.home-16 .default-footer .footer-copy-right a {
  color: #faab1d;
}

.home-16 .footer-social-link a {
  position: relative;
}

.home-16 .footer-social-link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -webkit-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  background-image: -ms-linear-gradient(90deg, #facf1d 0%, #fa9f1d 100%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}

.home-16 .footer-social-link a:hover {
  z-index: 1;
  box-shadow: 3.536px 3.536px 10px 0px rgba(250, 159, 29, 0.137);
  border: 1px solid #242424;
  background: transparent;
}

.home-16 .footer-social-link a:hover:after {
  opacity: 1;
  z-index: -1;
}

.footer-widget-17 {
  background: #303d55;
  margin-top: 160px;
}

.footer-widget-17 .footer-top-shape {
  border-top: 160px solid transparent;
  border-left: 100vw solid #303d55;
  position: absolute;
  left: 0;
  top: -160px;
}

.footer-widget-17 .single-widget img {
  margin-bottom: 38px;
}

.footer-widget-17 .single-widget h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-widget-17 .single-widget ul li a {
  color: #fff;
}

.home-17 footer {
  background: #29364e;
}

.home-17 .footer-social-link a {
  background: #545e71;
  border: none;
}

.home-17 .footer-social-link a i {
  color: #29364e;
}

.home-17 .footer-social-link a:hover {
  background-image: -moz-linear-gradient(-90deg, #ffb312 0%, #c7149e 100%);
  background-image: -webkit-linear-gradient(-90deg, #ffb312 0%, #c7149e 100%);
  background-image: -ms-linear-gradient(-90deg, #ffb312 0%, #c7149e 100%);
}

.home-17 .footer-social-link a:hover i {
  color: #fff;
}

.home-17 .footer-copy-right a {
  color: #ffb213;
}

.footer-widget-18 {
  background: #020021;
}

.footer-widget-18 .single-widget img {
  margin-bottom: 38px;
}

.footer-widget-18 .single-widget h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-widget-18 .single-widget ul li a {
  color: #fff;
}

.footer-widget-20 {
  background: url(../img/home20/g.png), #020021;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

.footer-widget-20 .single-widget img {
  margin-bottom: 38px;
}

.footer-widget-20 .single-widget h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-widget-20 .single-widget ul li a {
  color: #fff;
}

.footer-widget-21 {
  background: #020021;
}

.footer-widget-21 .single-widget img {
  margin-bottom: 38px;
}

.footer-widget-21 .single-widget h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.footer-widget-21 .single-widget ul li a {
  color: #fff;
}

.home-18 footer {
  background: #020021;
  border-top: 1px solid #35334d;
}

.home-18 .footer-social-link a {
  background: #35334d;
  border: none;
}

.home-18 .footer-social-link a i {
  color: #020021;
}

.home-18 .footer-social-link a:hover {
  background: #1b6cff;
}

.home-18 .footer-social-link a:hover i {
  color: #fff;
}

.home-18 .footer-copy-right a {
  color: #1b6cff;
}

.home-19 footer {
  background: #020021;
  border-top: 1px solid #35334d;
}

.home-19 .footer-social-link a {
  background: #35334d;
  border: none;
}

.home-19 .footer-social-link a i {
  color: #020021;
}

.home-19 .footer-social-link a:hover {
  background: #eb2153;
}

.home-19 .footer-social-link a:hover i {
  color: #fff;
}

.home-19 .footer-copy-right a {
  color: #eb2153;
}

.home-20 footer {
  background: #020021;
  border-top: 1px solid #35334d;
}

.home-20 .footer-social-link a {
  background: #35334d;
  border: none;
}

.home-20 .footer-social-link a i {
  color: #020021;
}

.home-20 .footer-social-link a:hover {
  background: #ed6722;
}

.home-20 .footer-social-link a:hover i {
  color: #fff;
}

.home-20 .footer-copy-right a {
  color: #ed6722;
}

.home-21 footer {
  background: #020021;
  border-top: 1px solid #35334d;
}

.home-21 .footer-social-link a {
  background: #35334d;
  border: none;
}

.home-21 .footer-social-link a i {
  color: #020021;
}

.home-21 .footer-social-link a:hover {
  background: #216be6;
}

.home-21 .footer-social-link a:hover i {
  color: #fff;
}

.home-21 .footer-copy-right a {
  color: #216be6;
}
