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

  * Template Nam: Til System Front-end
  * Template UR:  https://tilsystem.co.uk/
  * Description:  tilsystem
  * Author:       tilsystem.co.uk
  * Author URI:   https://tilsystem.co.uk/
  * Version:      1.0.0
  * Last update:  27-01-2021

 * -----------------------------------------------------------------*
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 *
	00. Plugins;
	01. base;
	02. Header;
	03. Nav;
	04. Footer;
 *

 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

	$brand_color: #ff5252;

-------------------------------------------------------------------*/
/*
	=================================
		@Loaded All Plugins
		@Sazzad362
	=================================
*/
/* 
 * Embed Google Font
 * font-family: 'Poppins', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap");
/* 
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url("../css/bootstrap.min.css");
/* 
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import url("../css/font-awesome.min.css");
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Copyright (c) 2018 Daniel Eden
 */
@import url("../css/animate.css");
/*
=======================================
| ----@ Variables For Font Family
=======================================
*/
/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --color-primary: #6549D5;
  --color-primary-rgba: rgb(5, 157, 255);
  --color-primary-alt: #059DFF;
  --color-primary-light: #059DFF;
  --color-primary-lightest: #059DFF;
  --color-secondary: #FB5343;
  --color-tertiary: #6549D5;
  --color-tertiary-alt: #6549D5;
  --color-pink: #E33FA1;
  --color-light-green: #36C6F0;
  --color-lessdark: #1e1e1e;  
  --gradiant: linear-gradient(95deg,var(--color-primary) 15%,var(--color-tertiary) 45%,var(--color-pink) 75%,var(--color-secondary) 100%) 98%/200% 100%;
  --radius: 10px;
  --color-body: #acacac;
  --color-blackest: #0f0f11;
  --subtitle-font: "Lobster Two",cursive;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html, button, input, select, textarea {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

p {
  margin: 0 0 10px;
}

code, kbd, pre, samp {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu, ol {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
  list-style-type: square;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul, li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/**
 * Typography
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  color: #757589;
  font-weight: 400;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: #060606;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
  margin: 0;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #C112FF;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

h1 {
  font-size: 56px;
  line-height: 68px;
}
h1.axil-display-1 {
  font-size: 80px;
  line-height: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: 50px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1.axil-display-1 {
    font-size: 55px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.axil-display-1 {
    font-size: 55px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1.axil-display-1 {
    font-size: 44px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  h1.axil-display-1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  h1.axil-display-1 {
    font-size: 36px !important;
    line-height: 45px !important;
  }
}
h2 {
  font-size: 50px;
  line-height: 62px;
}

h3 {
  font-size: 34px;
  line-height: 46px;
}

h4 {
  font-size: 26px;
  line-height: 32px;
}

h5 {
  font-size: 22px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h1 br {
    display: none;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 br {
    display: none;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  h3 br {
    display: none;
  }

  h4 {
    font-size: 20px;
    line-height: 29px;
  }
  h4 br {
    display: none;
  }
}
p {
  font-size: 16px;
  line-height: 28px;
}
p.subtitle-1 {
  font-size: 15px;
  line-height: 24px;
}
p.subtitle-2 {
  font-size: 20px;
  line-height: 32px;
}
p.subtitle-3 {
  color: #52526C;
  font-size: 24px;
  line-height: 38px;
}
p:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
/* List Style */
ul, ol {
  padding-left: 18px;
}

a {
  text-decoration: none;
  outline: none;
  color: #C112FF;
  display: inline-block;
}
a:hover, a:focus, a:active {
  outline: none;
}
a:visited {
  color: inherit;
}
a:hover {
  color: #C112FF;
}

input, button, select, textarea {
  background: transparent;
  border: 1px solid #D3D3D3;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #757589;
}

input:focus, input:active {
  outline: none;
  border-color: #C112FF;
}

button:focus, button:active {
  outline: none;
  border-color: #C112FF;
}

select:focus, select:active {
  outline: none;
  border-color: #C112FF;
}

textarea:focus, textarea:active {
  outline: none;
  border-color: #C112FF;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
*/
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

input, select, textarea {
  width: 100%;
  font-size: 14px;
}

input, select {
  height: 40px;
  padding: 0 15px;
}

.btn-purble-outline {
  border: 1px solid white;
  padding: 6px 12px;
  border-radius: 5px;
  transition: all 0.1s;
}
.btn-purble-outline:hover {
  text-decoration: none;
  color: white;
  box-shadow: -2px 3px 7px 1px #00000036;
  animation: pulse 1s ease-out .4s;
}

.btn-red {
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 0.1s;
  background-color: #FFD2C8;
  color: #ff3e11 !important;
  border: 1px solid;
  border-color: transparent;
}
.btn-red:hover {
  text-decoration: none;
  color: #ff3e11;
  background-color: transparent;
  border: 1px solid;
  border-color: #ff3e11;
}

.btn-purple {
  padding: 8px 16px;
  border-radius: 100px;
  transition: all 0.1s;
  border-color: transparent;
  background: var(--gradiant);
  transition: 0.4s;
  border: 1px solid;
  border-color: transparent;
  color: #fff !important;
}
.btn-purple:hover {
  box-shadow: var(--shadow-primary);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  text-decoration: none;
}

.btn-big {
  padding: 17px 56px !important;
}

#topheader {
  background-color: white;
  box-shadow: 0px 8px 15px #96969629;
  padding: 10px 0;
}
#topheader a {
  color: #757589;
}
#topheader a:hover {
  color: #ff3e11;
}

/*================
	Desktop Menu
==================*/
.menu {
  padding: 30px 0;
}

.mobile_menu_waper .logo img {
    max-width: 179px;
    transform: translateY(-5px);
}

.menu .logo img {
    max-width: 220px;
    transform: translateY(-3px);
}

.menu .menu_items ul {
  margin: 0;
  padding: 0;
}
.menu .menu_items ul li {
  list-style: none;
  display: inline-block;
}
.menu .menu_items ul li a {
  color: var(--color-body);
  margin: 0 14px;
  padding: 6px;
}
.menu .menu_items ul li a:hover {
  background: var(--gradiant);
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu .menu_items ul li.contact {
  border: 1px solid var(--color-body);
  border-radius: 5px;
}
.menu .menu_items ul li.login {
  background: linear-gradient(95deg,var(--color-primary) 15%,var(--color-tertiary) 45%,var(--color-pink) 75%,var(--color-secondary) 100%) 95%/200% 100%;
  border-radius: 100px;
  margin-left: 20px;
}

.menu .menu_items ul li.login a {
  color:#fff;
}

.menu .menu_items ul li.login:hover a {
  color:#fff;
  -webkit-text-fill-color: unset;
}
#menu_hero {
  position: relative;
}
#menu_hero .mobile_menu {
  position: absolute;
  top: 0;
  width: 100%;
}
#menu_hero .nav_wapper {
  z-index: 9;
  position: relative;
}

.main_hero_waper {
  position: relative;
}
.main_hero_waper .hero_waper {
  min-height: calc(100vh - 100px);
  position: relative;
}

@media only screen and (min-width: 1900px) {
  .main_hero_waper .hero_waper {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 2500px) {
  .main_hero_waper .hero_waper {
    display: flex;
    align-items: center;
    padding-top: 0px !important;
  }
}

.main_hero_waper .hero_waper.inner-hero {
  padding: 55px 0 120px;
  min-height: inherit;
}
.main_hero_waper .hero_waper h3 {
  color: var(--color-body);
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
.main_hero_waper .hero_waper h2 {
  color: var(--color-body);
  font-size: 22px;
  line-height: 1.5;
  margin: 25px 0 25px 0;
  font-weight: normal;
}


.main_hero_waper .hero_waper h1 {
  color: var(--color-body);
  font-size: 30px;
  line-height: 1;
  margin: 0;
}
.main_hero_waper .hero_waper p {
  color: var(--color-body);
  margin: 20px 0 30px;
}
.main_hero_waper .hero_waper a {
  color: var(--color-body);
  transition: 0.5s;
}
.main_hero_waper .hero_waper a:hover span {
  text-decoration: underline;
}
.main_hero_waper .hero_waper .reting {
  display: flex;
}
.main_hero_waper .hero_waper .reting ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_hero_waper .hero_waper .reting li {
  display: inline-block;
}
.main_hero_waper .hero_waper .reting span {
  margin-left: 10px;
}
.main_hero_waper #promo_tab_mobile {
  position: relative;
  max-width: 860px;
  min-height: 388px;
  margin: 0 auto;
  width: 100%;
}
.main_hero_waper #promo_tab_mobile img {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner_page .hero_waper {
  padding: 80px 0;
}

/*===========================================
	Responsive
*===========================================*/
@media (max-width: 768px) {
  .main_hero_waper .hero_waper {
    padding: 60px 0;
  }
  .main_hero_waper .hero_waper h2, .main_hero_waper .hero_waper h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .main_hero_waper .hero_waper p {
    margin: 20px 0;
  }
  .main_hero_waper .hero_waper main {
    padding: 20px 0;
  }
  .main_hero_waper .hero_waper .reting {
    display: unset;
  }
  .main_hero_waper .hero_waper .reting span {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .main_hero_waper .hero_waper {
    text-align: center;
  }
  .main_hero_waper .hero_waper h2, .main_hero_waper .hero_waper h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .main_hero_waper .hero_waper p {
    margin: 20px 0;
  }
  .main_hero_waper .hero_waper main {
    padding: 50px 0;
  }
  .main_hero_waper .hero_waper .reting {
    display: unset;
  }
}
.mobile_menu_waper {
  padding: 15px 0;
}
.mobile_menu_waper .logo {
  color: white;
}

.button_container {
  position: absolute;
  top: 20px;
  right: 6%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container.active {
  position: fixed;
}
.button_container:hover {
  opacity: .7;
}
.button_container span {
  background: white;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
  width: 80%;
}
.button_container span:nth-of-type(3) {
  top: 22px;
  width: 60%;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container.active span:nth-of-type(3) {
  width: 100%;
}

.overlay {
  position: fixed;
  background: #c112ff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 10;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
  z-index: 1;
}
.overlay.open li.login {
  height: 30px !important;
  background: #ff3e11;
  min-height: 1px !important;
  border-radius: 50px;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 8);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li .drop_mobile {
  display: none;
}
.overlay ul li .drop_mobile li {
  height: initial !important;
  min-height: auto;
  margin: 10px 0;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}
.redtext {
  color: #ff3e11;
}

.greentext {
  color: #3CD500 !important;
}

.particalright:after {
  position: absolute;
  content: '';
  background-image: url(../images/particals_one.png);
  width: 63%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  right: -50%;
  top: 67%;
}

.particalprice:after {
  position: absolute;
  content: '';
  background-image: url(../images/particals_one.png);
  width: 40%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  right: -35%;
  top: 50%;
  z-index: -1;
}

.particalleft:after {
  position: absolute;
  content: '';
  background-image: url(../images/particals_one.png);
  width: 63%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: -25%;
  top: 57%;
  z-index: -1;
}

.particallkeyfeature:after {
  position: absolute;
  content: '';
  background-image: url(../images/particals_one.png);
  width: 37%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: -34%;
  top: 73px;
  z-index: -1;
}

.particallContact:after {
  position: absolute;
  content: '';
  background-image: url(../images/particals_two.png);
  width: 37%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 100px;
}

.particallFaq:after {
  position: absolute;
  content: '';
  background-image: url(../images/faq.png);
  width: 10%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  right: -20%;
  top: 100px;
}

@media (max-width: 768px) {
  .particalright:after {
    position: relative;
  }

  .particalleft:after {
    position: relative;
  }

  .particalprice:after {
    position: relative;
  }

  .particallkeyfeature:after {
    position: relative;
  }
}
/*
	Color
==========================
*/
.red {
  color: #ff3e11 !important;
}

.purple {
  color: #c112ff;
}

#faqcontainer {
  margin: 50px 0;
}
#faqcontainer #faq .card {
  margin-bottom: 30px;
  border: 0;
  background: var(--color-lessdark);
  border-radius: var(--radius)!important;
}
#faqcontainer #faq .card .card-header {
  padding: 0;
  background: var(--color-lessdark);
  border-radius: 10px;
}
#faqcontainer #faq .card .card-header .btn-header-link {
  background: var(--gradiant);
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: left;
  font-weight: 600;
  padding: 20px;
  border-radius: 0;
  border-bottom: 1px solid #3a3a3a;
  white-space: break-spaces;
}
#faqcontainer #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  background: var(--gradiant);
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#faqcontainer .btn.btn-header-link.collapsed {
  border-bottom: 0px solid transparent !important;
}

#faqcontainer #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
  background: var(--gradiant);
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#faqcontainer #faq .card .collapsing {
  line-height: 30px;
}
#faqcontainer #faq .card .collapse {
  border: 0;
}
#faqcontainer #faq .card .collapse.show {
  line-height: 30px;
}
#faqcontainer .faq_title {
  margin-bottom: 60px;
}
#faqcontainer .faq_title h3 {
  text-align: center;
}

#main_footer {
  position: relative;
  margin-top: 100px;
  padding: 0 0 60px;
  overflow-x: hidden;
}
/* #main_footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
  background: transparent linear-gradient(248deg, #ff3e11 0%, #c112ff 100%) 0% 0% no-repeat padding-box;
} */
#main_footer .footer_menu {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
#main_footer .footer_menu ul li {
  display: inline-block;
  margin-right: 25px;
}
#main_footer .footer_menu ul li a {
  color: #fff;
}
#main_footer .footer_menu ul li a:hover {
  background: var(--gradiant);
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main_footer .copy {
  margin-top: 25px;
}
#main_footer .copy p {
  color: #fff;
}

.newsletter_area {
  background: var(--color-lessdark);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 7px #00000036;
  text-align: center;
  position: relative;
  z-index: 1;
}
.newsletter_area .title {
  font-size: 25px;
}
.newsletter_area p {
  color: #565656;
}
.newsletter_area .form {
  margin-top: 20px;
}
.newsletter_area .form input {
  border: 0;
  border-bottom: 1px solid #363232;
  background: var(--color-lessdark);
}
.newsletter_area .form input:focus {
  outline: none;
  box-shadow: none;
}
.newsletter_area .form button {
  width: 100%;
}

@media (min-width: 1024px) {
  #main_footer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/footer_particals.png");
  }
  .newsletter_area .form button {
    width: 250px;
    transform: translateY(-10px);
  }
}
#scrollUp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: var(--color-lessdark);
  border-radius: 100px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#scrollUp:hover {
  background: var(--gradiant);
  color: #ffffff;
}
#scrollUp.show {
  opacity: 1;
}
#scrollUp i {
  -webkit-animation: mymove 1s ease-in 0s infinite alternate;
  animation: mymove 1s ease-in 0s infinite alternate;
  display: inline-block;
  position: relative;
}

#scrollDown {
  position: absolute;
  left: 50%;
  bottom: 15%;
  background: #0f0f11;
  line-height: 1;
  padding: 18px 10px;
  border-radius: 30px;
  display: none;
}

@media only screen and (min-width: 1170px) {
  #scrollDown {
    display: block;
  }
}

#scrollDown i {
  -webkit-animation: mymove 1s ease-in 0s infinite alternate;
  animation: mymove 1s ease-in 0s infinite alternate;
  display: inline-block;
  position: relative;
}

@-webkit-keyframes mymove {
  from {
    top: -5px;
  }

  to {
    top: 5px;
  }
}
@keyframes mymove {
  from {
    top: -5px;
  }

  to {
    top: 5px;
  }
}
#pricing_home {
  padding: 60px 0;
}
#pricing_home .price_header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#pricing_home .price_header h3 {
  color: #ff3e11;
}
#pricing_home .price_box {
  text-align: center;
  margin-top: 50px;
  background: var(--color-lessdark);
  padding: 20px;
  box-shadow: 5px 5px 20px 0px #0000001a;
  border-radius: 10px;
}
#pricing_home .price_box a {
  color: #007bff;
}
#pricing_home .price_box h4 {
  color: #333;
  font-size: 22px;
  line-height: 1;
  margin: 18px 0 5px;
  font-weight: 200;
}
#pricing_home .price_box h5 {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
#pricing_home .price_box small {
    margin-bottom: 25px;
    display: block;
    font-size: 11px;
    color: #8a8a8a;
}

.email_features {
  margin-bottom: 25px;
}
.email_features ul{}
.email_features ul li{
  list-style: none;
  margin-bottom: 15px;
}
#pricing_home .price_box .price {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  margin-bottom: 15px;
}
#pricing_home .price_box .price h1 {
  font-size: 35px;
  line-height: 1.5;
  margin: 0;
  font-weight: 200;
}

.pricing_inner_page {
  background-color: #FFF;
  background: linear-gradient(180deg, white, #f0f4f6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*===========================================
  Responsive
*===========================================*/
@media (max-width: 768px) {
  #pricing_home {
    padding: 30px 0;
  }
  #pricing_home .price_header h3 {
    font-size: 25px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  #pricing_home {
    padding: 30px 0;
  }
  #pricing_home .price_header h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}
#integration_services {
  padding: 60px 0 80px;
  background: #f5f5f5;
}
#integration_services .header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#integration_services .header h3 {
  color: #757589;
}
#integration_services .services_img {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 10px auto 0;
}
#integration_services .services_img div {
  display: inline-block;
  margin: 10px;
}
#integration_services .services_img div img {
  display: block;
  margin: 0 auto;
}

/*===========================================
	Responsive
*===========================================*/
@media (max-width: 768px) {
  #integration_services {
    padding: 40px 0;
  }
  #integration_services .header {
    margin-bottom: 20px;
  }
  #integration_services .services_img {
    text-align: center;
  }
  #integration_services .services_img div {
    display: inline-block;
    margin: 10px;
  }
}
@media (max-width: 576px) {
  #integration_services {
    padding: 30px 0;
  }
  #integration_services .services_img {
    text-align: center;
  }
  #integration_services .services_img div {
    display: inline-block;
    margin: 15px;
    width: 40%;
  }
}
.marketing_services {
  padding: 60px 0 60px 0;
}
.marketing_services .header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.marketing_services .header h3 {
  color: #c112ff;
}
.marketing_services .single_box {
  border-radius: 4px;
  padding: 0 22px;
  margin-top: 30px;
}
.marketing_services .single_box h6 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.marketing_services .single_box i {
  font-size: 50px;
  color: #ff3e11;
  margin-bottom: 15px;
}
.marketing_services .single_box .view_more {
  transition: all 0.5s ease;
}
.marketing_services .single_box .view_more i {
  font-size: 22px;
  margin-bottom: 0;
}
.marketing_services .single_box .view_more:hover {
  margin-left: 15px;
}

.inner_page .single_box {
  margin-top: 60px !important;
}

/*===========================================
	Responsive
*===========================================*/
@media (max-width: 768px) {
  .marketing_services {
    padding: 40px 0;
  }
  .marketing_services .header h3 {
    font-size: 25px;
    line-height: 1;
  }
  .marketing_services .single_box {
    padding: 0 15px;
    margin-top: 10px !important;
  }

  #video_info {
    padding: 30px 0 !important;
  }
}
@media (max-width: 576px) {
  .marketing_services {
    padding: 0px 0;
  }
  .marketing_services .header h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .marketing_services .single_box {
    padding: 0 40px;
    margin-top: 30px;
  }
  .marketing_services .single_box h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #video_info {
    padding: 30px 0 !important;
  }
}
.global_section {
  padding: 0 0;
}
.global_section .inner_header {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 50px;
}
.global_section .inner_header h3 {
  color: #333;
  font-weight: 300;
}
.global_section .inner_header small {
  letter-spacing: 2px;
  font-size: 16px;
}
.global_section main {
  text-align: left;
}

.box_item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box_item li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.box_item li:before {
  content: url("../images/tick.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*===========================================
	Responsive
*===========================================*/
@media (max-width: 768px) {
  .global_section {
    padding: 40px 0;
  }
  .global_section img {
    max-width: 100%;
    height: auto;
  }
  .global_section .content h3 {
    font-size: 25px;
    line-height: 1.3;
    margin: 10px 0 20px;
  }
  .global_section .inner_header h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .global_section .inner_header br {
    display: none;
  }
}
@media (max-width: 576px) {
  .global_section {
    padding: 0px 0;
  }
  .special_1 {
    padding-top: 0 !important;
  }
  .global_section img {
    max-width: 100%;
    height: auto;
  }
  .global_section .content {
    text-align: center;
    padding: 20px 0 0;
  }
  .global_section .content h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .global_section .box_item {
    padding: 5px 35px;
    text-align: left;
  }
  .global_section .inner_header {
    padding: 30px 0 0;
    text-align: left;
  }
  .global_section .inner_header h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  .global_section .inner_header br {
    display: none;
  }
}
#successful_emailing {
  padding: 60px 0 0 0;
}
#successful_emailing .header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#successful_emailing .header h3 {
  font-size: 30px;
}
#successful_emailing a {
  color: #007bff;
  margin-bottom: 50px;
}

/*===========================================
	Responsive
*===========================================*/
@media (max-width: 768px) {
  #successful_emailing {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  #successful_emailing {
    padding: 30px 0;
  }
  #successful_emailing main {
    text-align: left;
  }
}
#service_partners {
  padding: 60px 0;
}
#service_partners .header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#service_partners .header h3 {
  font-size: 30px;
}
#service_partners .payment_gateways {
  margin-top: 30px;
  text-align: center;
}
#service_partners .payment_gateways ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#service_partners .payment_gateways ul li {
  display: inline-block;
  margin: 0 20px;
}
#service_partners .payment_gateways i {
  font-size: 100px;
}

/*===========================================
	Responsive
*===========================================*/
@media (max-width: 1024px) {
  #service_partners .payment_gateways i {
    font-size: 85px;
  }
}
@media (max-width: 768px) {
  #service_partners {
    padding: 40px 0 0;
  }
  #service_partners .payment_gateways {
    text-align: center;
    margin-top: 30px;
    max-width: 400px;
    margin: 20px auto 0;
  }
  #service_partners .payment_gateways i {
    font-size: 85px;
  }
  #service_partners .payment_gateways ul li {
    margin: 5px 10px;
  }
}
@media (max-width: 576px) {
  #service_partners {
    padding: 30px 0 0;
  }
  #service_partners .payment_gateways i {
    font-size: 60px;
  }
  #service_partners .payment_gateways ul {
    text-align: center;
    margin-top: 15px;
  }
  #service_partners .payment_gateways ul li {
    margin: 8px 10px;
  }
}
#video_info {
  padding: 60px 0;
}
#video_info .header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#video_info .header h3 {
  color: #c112ff;
  font-size: 30px;
}
#video_info .video_info {
  width: 700px;
  margin: 40px auto 0;
}
#video_info .video_info iframe {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.marketing_fan {
  background: #f5f5f5;
}

#get_support {
  padding: 60px 0;
}
#get_support .support_img {
  margin: 20px 0;
}
#get_support .support_img img {
  width: 220px;
  margin: 0 auto;
}

/*.new-about-img{
  max-width: 320px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  display: block;
}*/

#tnc{
  margin-top: 60px;
}

/*===========================================
	Responsive
*===========================================*/
@media (max-width: 768px) {
  .inner_page .header {
    margin-bottom: 20px;
  }

  #get_support .header h3,
  #video_info .header h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  #faqcontainer h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  #faqcontainer .faq_title {
    margin-bottom: 20px;
  }

  #get_support {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .marketing_services .header h3 {
    font-size: 22px;
  }

  .inner_page .single_box {
    margin-top: 30px !important;
  }

  #get_support .header h3,
  #video_info .header h3 {
    font-size: 22px;
    line-height: 1.5;
  }

  #video_info .video_info {
    width: 100%;
  }

  #faqcontainer {
    margin: 30px 0;
  }
  #faqcontainer h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  #faqcontainer .faq_title {
    margin: 0;
  }
  #faqcontainer #faq .card {
    margin-bottom: 10px;
  }

  #get_support {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .why_chose_us {
    padding: 20px 0 !important;
  }
}

@media (min-width: 1200px) {
  .main_hero_waper .hero_waper h1{
    font-size: 45px;
    
  }
  .main_hero_waper .hero_waper .font-large{
    font-size: 62px;    
  }
}

@media (max-width: 768px) {
  .mt-100-sd{
    margin-top: 100px !important;
  }
  .main_hero_waper .hero_waper.inner-hero{
    padding: 0 0 80px;
  }
}

#tnc p{
    text-align: justify;
}

.price_img i {
    font-size: 40px;
    padding: 15px 0;
    color: #8a19fa;
}

.global_section img {
    max-width: 400px;
    width: 100%;
}

.img_right{
  display: block;
  margin-left: auto;
}

.content_img img{
  margin-top: 40px;
  max-width: 300px;
  width: 100%;
}

.theme-gradient{
  background: var(--gradiant);
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rainbow-gradient-circle {
  position: fixed;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg,var(--color-primary),var(--color-light-green));
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.rainbow-gradient-circle.theme-pink {
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg,var(--color-secondary),var(--color-tertiary));
}

/* Lottie area */

.lottie_area svg {
  max-width: 100px;
}

#automation-responder-right svg{
  max-width: 500px;
  float: right;
}

#automation-responder svg{
  max-width: 100px;
}

.special_1{
  padding: 60px 0;
}

#responsive-email-marketing svg{
  max-width: 100px;
}

#successfull-emailing svg{
  max-width: 400px;
}

/* Scroll Down arrow */

.gap_faq{
  padding: 60px 0;
}

/* Call to action copy from typer tool */
.rainbow-callto-action.clltoaction-style-default.style-5 {
  margin: 60px 0;
}
.clltoaction-style-default.style-5 .content-wrapper {
  background-color: var(--color-blackest);
  border-radius: var(--radius);
  padding: 70px 50px;
}


.theme-shape {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-shape::before {
  position: absolute;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, var(--color-primary), var(--color-light-green));
  opacity: 0.2;
  filter: blur(100px);
  content: "";
}
.theme-shape::after {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  opacity: 0.2;
  filter: blur(100px);
  content: "";
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg, var(--color-secondary), var(--color-tertiary));
}

.tt-cs-inner h2{
  font-size: 32px;
  font-weight: 500;
}
.tt-cs-inner h6{
  font-weight: normal;
  margin-bottom: 35px;
}

/* Brand image */
.brand-style-2 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-style-2 li {
  flex-basis: 16.666%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .brand-style-2 li {
    flex-basis: 25%;
 }
}
@media only screen and (max-width: 575px) {
  .brand-style-2 li {
    flex-basis: 33.33%;
 }
}
@media only screen and (max-width: 479px) {
  .brand-style-2 li {
    flex-basis: 50%;
 }
}
.brand-style-2 li a {
  display: block;
}
.brand-style-2 li a img {
  opacity: 0.8;
  transition: 0.3s;
}
.brand-style-2 li:hover a img {
  opacity: 1;
}
.brand-style-2.variation-2 li {
  flex-basis: 25%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .brand-style-2.variation-2 li {
    flex-basis: 33.33%;
 }
}
@media only screen and (max-width: 479px) {
  .brand-style-2.variation-2 li {
    flex-basis: 50%;
 }
}

.sub-font{
  font-weight: 600;
  font-family: var(--subtitle-font);
  letter-spacing: .5px;
  line-height: 18px;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

.thext-white{
  color: #fff !important;
}

.special_2{
  padding: 20px 0 60px 0;
}

#track-email svg {
  max-width: 400px;
}

/* Swithcer */
.package_switcher {
  margin-top: 30px;
  margin-bottom: 25px;
}
.switcher {
  margin: 0 15px;
}
.switcher .switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.switcher .switch::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
}
.switcher .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}
.switcher input:checked + .switch {
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
}
.switcher input:checked + .switch::before {
  left: 27px;
  background: #fff;
}
.switcher input:checked + .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}
.switcher .switch::after {
  border: none !important;
}

.about-content {
  padding-bottom: 80px;
  /* max-width: 700px;
  width: 100%;
  margin: 0 auto; */
}

/*==============
  Price Table
=================*/
.mobile-price{
  display: none;
}
.desktop-price-table{
  display: block;
}
#desktop-yearly{
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-price{
    display: block;
  }
  #mobile-year{
    display: none;
  }
  .desktop-price-table{
    display: none;
  }
}


/*------------------
  Animated Text
------------------*/
.animated-text {
  display: block;
  margin-top: 20px;
}
.animated-text h3{
  font-size: 22px !important;
  margin-right: 10px !important;
}
.cd-headline{
  font-size: 22px;
}
.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
 }
 .animated-text {
  display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
 }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
}
.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: var(--color-secondary);
  transform: translateY(-50%);
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
