/*------------------------------------------------------------------

  * Template Nam: Email Validator

 * -----------------------------------------------------------------*
 *                         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");
/* 
 * 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;
}

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 {
  border-top: 1px solid #ededed;
  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;
}

@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: 35px;
  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;
  color: #757589;
}
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: 5px;
  transition: all 0.1s;
  background-color: #F7E2FF;
  color: #c112ff !important;
  border: 1px solid;
  border-color: transparent;
}
.btn-purple:hover {
  text-decoration: none;
  color: #c112ff;
  background-color: transparent;
  border: 1px solid;
  border-color: #c112ff;
}

#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;
}
.menu .logo span {
  color: white;
  font-size: 28px;
}
.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: white;
  margin: 0 14px;
  padding: 6px;
}
.menu .menu_items ul li a:hover {
  color: #000;
}
.menu .menu_items ul li.contact {
  border: 1px solid white;
  border-radius: 5px;
}
.menu .menu_items ul li.login {
  border-left: 1px solid white;
  margin-left: 30px;
}

#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:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);*/
  clip-path: polygon(100% 0, 100% 61%, 0 100%, 0 0);
  background: transparent linear-gradient(248deg, #ff3e11 0%, #c112ff 100%) 0% 0% no-repeat padding-box;
  z-index: initial;
}
.main_hero_waper .hero_waper {
  position: relative;
  padding: 80px 0 160px;
  z-index: 1;
  min-height: 50vh;
}
.main_hero_waper .hero_waper h3,
.main_hero_waper .hero_waper h2 {
  color: white;
  font-size: 35px;
  line-height: 1.5;
  margin: 0;
}
.main_hero_waper .hero_waper p {
  color: white;
  margin: 20px 0 30px;
}
.main_hero_waper .hero_waper a {
  color: white;
  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 400px;
}

.hero_waper img{
  max-width: 100%;
}

/*===========================================
	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;
  }
  .content_area {
      padding: 30px 30px !important;
  }
}
@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;
}
#faqcontainer #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}
#faqcontainer #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #FDF9FF;
  color: #c112ff;
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px solid #c112ff;
  border-radius: 0;
}
#faqcontainer #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
}
#faqcontainer #faq .card .card-header .btn-header-link.collapsed {
  background: #FDF9FF;
  color: #000;
}
#faqcontainer #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#faqcontainer #faq .card .card-header .collapsed {
  border-bottom: 1px solid #e5e5e5;
}
#faqcontainer #faq .card .collapsing {
  background: #FDF9FF;
  line-height: 30px;
}
#faqcontainer #faq .card .collapse {
  border: 0;
}
#faqcontainer #faq .card .collapse.show {
  background: #FDF9FF;
  line-height: 30px;
  color: #222;
}
#faqcontainer .faq_title {
  margin-bottom: 60px;
}
#faqcontainer .faq_title h3 {
  text-align: center;
}
#faqcontainer .faq_title h3 span {
  color: black;
}

#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 {
  color: #000;
}
#main_footer .copy {
  margin-top: 25px;
}
#main_footer .copy p {
  color: #fff;
}

.newsletter_area {
  background: white;
  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 #ddd;
}
.newsletter_area .form input:focus {
  outline: none;
  box-shadow: none;
}
.newsletter_area .form button {
  width: 200px;
  background-color: #F7E2FF;
  color: #c112ff !important;
  border: 0px;
}

@media (min-width: 1024px) {
  #main_footer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/footer_particals.png");
  }
}
#scrollUp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: 2px solid #8a19fa;
  color: #8a19fa;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#scrollUp:hover {
  background-color: #8a19fa;
  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;
}

@-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: #fff;
  padding: 20px;
  box-shadow: 5px 5px 20px 0px #0000001a;
}
#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;
}
#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: 0;
  /*transform: translateY(-350px);*/
  margin-top: -350px;
  padding-bottom: 80px;
  z-index: 10;
  position: relative;
}

.content_area{
  background: #fff;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 0px 10px 22px -9px #0000007d;
}

.content_area button {
    margin-top: 20px;
    width: 200px;
    background-color: #F7E2FF;
    color: #c112ff !important;
    border: 1px solid;
    padding: 12px 0;
}

.content_area .list-group{

}

.content_area .list-group-item{
  padding: 8px 15px;
  font-size: 14px;
}

.content_area .msg_success{
  background: #e5ffe6;
}
.content_area .msg_danger{
  background: #ffe7e7;
}

.content_area button:active,
.content_area button:hover{
  background-color: transparent !important;
  border-color: #c112ff !important;
}

.marketing_services .header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.marketing_services .header h3 {
  color: #c112ff;
  font-size: 30px;
}
.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;
  }

  .right{
    max-width: 230px;
    width: 100%;
  }
  .justify-content-between-sd{
    justify-content: space-between!important;
  }

}
@media (max-width: 576px) {
  .marketing_services {
    padding: 30px 0;
    margin-top: -250px;
  }
  .right{
    max-width: 210px;
    width: 100%;
  }
  .justify-content-between-sd{
    justify-content: space-between!important;
  }
  .sd_mobile{
    margin-top: 30px;
  }
  .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: 60px 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%);
}

.special_1 {
  background-color: #f9edf9;
  background-image: url("../images/pixel-pattern-bottom-left-dark.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.special_2 {
  background: #f5f5f5;
}

/*===========================================
	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: 20px 0;
  }
  .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;
  background-color: #fdfaea;
}
#successful_emailing .header {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#successful_emailing .header h3 {
  color: #c112ff;
  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;
  background: #f5f5f5;
}
#get_support .support_img {
  margin: 20px 0;
}
#get_support .support_img img {
  width: 220px;
  margin: 0 auto;
}

/*===========================================
	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;
  }
}



/*
===========================================
  Our Custom CSs
===========================================
*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  transform: scale(0.7);
  margin: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c112ff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
