/******************************************************************
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;*/
  font-weight: 400;
  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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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;
  }
}

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

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

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

.toggle-btn {
  display: none;
}

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

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

@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-17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

@media (max-width: 767px) {
  .header-17 .total-header-area {
    background: #ffb312;
  }
}

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

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

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

@media (max-width: 767px) {
  .header-17 .default-header .btn-group {
    margin-right: 5px;
  }
  .header-17 .default-header .btn-first.color-17 {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
  }
  .header-17 .default-header .btn-first.color-17.mr-10 {
    margin-right: 3px;
  }
}

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

.header-17 .main-menu ul li a:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  position: absolute;
  content: "";
  height: 1px;
  background: #6a69d2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-17 .main-menu ul li a:hover:after {
  width: 80%;
}

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

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

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

.header-17 .side-menubar .menu-contact .social-contact a:hover {
  background: #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;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .header-18 .main-menu {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 1024px) {
  .header-18 .btn-first {
    margin-right: 10px;
  }
}

@media (min-width: 0) and (max-width: 576px) {
  .header-18 .lead-btn {
    display: none;
  }
  .header-18 .btn-first.color-18 {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
  }
  .header-18 .btn-first.color-18.mr-10 {
    margin-right: 5px;
  }
}

.header-18 .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  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 .menu-btn:hover {
  background: #fbd100;
  color: #fff;
}

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

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

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

@media (min-width: 0) and (max-width: 1024px) {
  .header-18 .toggle-btn {
    display: block;
  }
}

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

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

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

.header-19 .menu-btn:hover {
  background: #eb2153;
  color: #fff;
}

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

@media (min-width: 0) and (max-width: 576px) {
  .header-19 .btn-first.color-19 {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
  }
  .header-19 .btn-first.color-19.mr-10 {
    margin-right: 5px;
  }
}

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

.header-20 .total-header-area {
  background: #4621ad;
  -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;
  }
}

@media (min-width: 0) and (max-width: 576px) {
  .header-20 .default-header .logo img {
    width: 90px;
    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:hover {
  background: #ed6722;
  color: #fff;
}

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

@media (min-width: 0) and (max-width: 576px) {
  .header-20 .btn-first {
    margin-right: 5px;
  }
  .header-20 .btn-first.color-20 {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
  }
  .header-20 .btn-first.color-20.mr-10 {
    margin-right: 5px;
  }
}

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

.header-21 .total-header-area {
  background: #36b0f4;
  -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;
  position: relative;
}

@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:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  position: absolute;
  content: "";
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-21 .main-menu ul li a:hover:after {
  width: 80%;
}

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

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

.header-21 .menu-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

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

@media (min-width: 0) and (max-width: 576px) {
  .header-21 .btn-first {
    margin-right: 5px;
  }
  .header-21 .btn-first.color-21 {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
  }
  .header-21 .btn-first.color-21.mr-10 {
    margin-right: 5px;
  }
}

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

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

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

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

.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;*/
  font-weight: bold;
  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;
  border: none;
}

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

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

@media (max-width: 767px) {
  .search-form .btn-first {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .search-form .btn-first .seacrh {
    display: none;
  }
}

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

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

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

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

.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 (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 (max-width: 767px) {
  .zeplin-banner .fullscreen {
    height: 700px !important;
  }
}

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

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

.zeplin-banner p {
  font-size: 20px;
  font-weight: 300;
  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;
  }
}

@media (max-width: 767px) {
  .behance-banner .search-form .btn-first.color-21 {
    padding: 0 10px;
  }
}

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

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

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

.total-filter {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .total-filter {
    display: block !important;
  }
}

.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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-behance-product:hover {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}

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

.single-behance-product .desc {
  padding: 20px;
}

.single-behance-product .desc h4 a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333333;
  text-transform: uppercase;
}

.single-behance-product .desc h4 a:hover {
  color: #165fd4;
}

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

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

.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;
  text-align: center;
}

.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;
  font-size: 24px;
}

.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: 75%;
  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: 75%;
  position: absolute;
  content: "";
}

.price-table-20 .ct-nav .nav-item0 {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 25px 10px 25px;
}

.price-table-20 .ct-nav .nav-item0.active {
  position: relative;
}

.price-table-20 .ct-nav .nav-item0.active:after {
  bottom: 0;
  left: 0;
  background: #f69733;
  height: 2px;
  width: 100%;
  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;
}

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

@media (max-width: 767px) {
  .cta-20 .cta-content.right-cta {
    margin-left: 0;
    margin-top: 30px;
  }
}

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

@media (max-width: 767px) {
  .active-testimonial .item p br {
    display: none;
  }
}

.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: #eee;
  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:nth-child(2) {
  background: url(../img/home19/d2.jpg);
}

.testimonial-19 .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../img/home19/d3.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;
}

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

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

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