HEX
Server: Apache
System: Linux v2532718.hostpapavps.net 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 26 10:33:12 EDT 2025 x86_64
User: emiin2 (1016)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emiin2/music.emiinfluencersapp.com/eminent/css/main.css
/*
SIMILAR SECTIONS IN DIFFERENT PAGES USE THE SAME STYLING, JUST A CHANGE IN THE CLASS OF ID NAME
*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 20px;
  color: #5e629c;
  line-height: 28px;
  margin-bottom: 0;
}

a:hover,
a:focus {
  color: #000;
}

a {
  color: purple;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #392047;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-white {
  background: #fff;
}

.bg-defult {
  background: #3c9cfd !important;
}
.bg-purple {
    background: #392047 !important;
}
.bg-gold {
  background: #ebbe53;
}
.text-white {
    color : #fff!important;
}
.text-purple {
    color: purple!important;
}
.text-gold {
   color: #facf55!important; 
}
/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 70px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #f8e7d3;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

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

.btn-common {
  border: 1px solid #ffffff;
  background-color: #392047;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #f8e7d3;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border: 1px solid #f7d28d;
  cursor: pointer;
  background-color: #f7d28d;
  color: #392047;
  /* width: 180px; */
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover,
.btn-border-blue:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-border-blue {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #392047;
  color: #392047;
  /* width: 180px; */
  height: 50px;
  padding: 14px 15px;
}

.btn-border-filled {
  cursor: pointer;
  border: 1px solid #392047;
  color: #f8e7d3;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  /* width: 200px; */
  height: 50px;
  padding: 15px 15px;
}

.btn-border-filled:hover {
  color: #f8e7d3;
  background-color: transparent;
  border-color: #f8e7d3;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #f7d28d;
  color: #392047;
  padding: 10px 23px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singin:hover,
.btn-singin:active,
.btn-singin:focus {
  color: #f8e7d3;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #f8e7d3;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: 'Poppins', sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

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

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

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

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

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

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

.padding-0 {
  padding: 0;
}

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

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

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

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

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #392047;
  background: linear-gradient(95deg, #392047 40%, #3d3e7f 100%);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #f8e7d3;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #f8e7d3;
}

.menu-bg {
  background: #392047;
  background: linear-gradient(95deg, #392047 40%, #3d3e7f 100%) !important;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #f8e7d3 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #f8e7d3;
  font-size: 14px;
  padding: 8px 0px;
  margin-left: 26px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #f7d28d;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #f8e7d3;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
  color: #f8e7d3;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #f8e7d3 !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}
.dropdown-item {
  text-transform: uppercase;
}
/* ==========================================================================
   Hero Area
   ========================================================================== */
.about {
  position: relative;
  min-height: 390px;
  height: 480px;
  background-image: url("../img/bg/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 37%;
  margin-bottom: 0;
  padding: 24px 0;
}
.verification {
  position: relative;
  min-height: 390px;
  height: 500px;
  background-image: url("../img/bg/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 37%;
  margin-bottom: 0;
  padding: 24px 0;
}
.engagement {
  position: relative;
  min-height: 390px;
  background-image: url("../img/bg/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 37%;
  margin-bottom: 0;
  padding: 24px 0;
}
.social-media {
  position: relative;
  min-height: 390px;
  background-image: url("../img/bg/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 37%;
  margin-bottom: 0;
  padding: 24px 0;
}
.twitter-marketing {
  position: relative;
  min-height: 390px;
  background-image: url("../img/bg/5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 37%;
  margin-bottom: 0;
  padding: 24px 0;
}
.yt_marketing {
  position: relative;
  min-height: 390px;
  background-image: url("../img/bg/3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 37%;
  margin-bottom: 0;
  padding: 24px 0;
}
.ig-marketing {
  position: relative;
  min-height: 390px;
  background-image: url("../img/bg/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 37%;
  margin-bottom: 0;
  padding: 24px 0;
}
.about::after, verification::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.5;
  background-color: rgba(27, 29, 30, 0.7);
}

.hero-area {
  position: relative;
}

.hero-social li {
  display: inline-block;
  margin-right: 20px;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #392047;
  background: linear-gradient(95deg, #392047 40%, #3d3e7f 100%);
  transform-origin: 0;
  z-index: -12;
}

.hero-area .contents {
  padding: 200px 0 100px;
}

.hero-area .contents h2 {
  color: #f7d28d;
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #f8e7d3;
  font-size: 18px;
  line-height: 26px;
}

.hero-area .contents .btn {
  /*margin-top: 40px;*/
  margin-right: 20px;
  text-transform: uppercase;
  /* width: 180px; */
  height: 50px;
  padding: 15px 15px;
}


.hero-area .contents .btn-border:hover {
  background: #fff;
  color: #392047;
}

.hero-area .intro-img {
  padding: 180px 0 0px;
}

.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   About 
   ========================================================================== */
#services .services-item {
  padding: 60px 30px;
  /* border: 1px solid #ddd; */
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#services .services-item img:hover {
  width: 200px!important;
  height: 150px!important;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease!important;
}

#services .services-item h1 {
  font-size: 50px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  color: #392047;
  margin-bottom: 15px;
}

#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #3d3e7f;
}

/* ==========================================================================
   Solutions Section 
   ========================================================================== */
#solutions .solution-col {
  background: #fff;
  max-width: 312px;
  height: 190px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  margin: 30px;
  padding: 30px;
  position: relative;
}
#why-use .why-use-col {
  background: #fff;
  max-width: 312px;
  box-shadow: 10px 8px 30px 0 rgba(0,50,70,.22);
  margin: 30px;
  padding: 30px;
  position: relative;
}

#solutions .solution-col p {
  font-size: 28px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 1.2;
  color: #392047;
  /* margin-top: 30px; */
}

#solutions .solution-col a {
  display: block;
  color: #3d3e7f;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  bottom: 30px;
  /* margin: 25px 0 0; */
}

#why-use {
  position: relative;
}

#why-use::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 325px;
  bottom: 0;
  width: 100%;
  height: 350px;
  background: -webkit-gradient(linear, left top, right top, from(#392047), to(#805dd3));
  background: linear-gradient(to right, #392047, #805dd3);
  z-index: -1;
}

#why-use .why-use-col p {
  color: #392047;
}

#why-use .why-use-col p:nth-child(1) {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 400px;
}

#why-use .main-icon {
  background: #392047;
  border-radius: 50%;
  font-size: 50px;
  height: 70px;
  width: 70px;
}

#why-use .why-use-col .icon {
  font-size: 60px;
}

/* ==========================================================================
   business-plan Section 
   ========================================================================== */
#business-plan {
  padding-bottom: 130px;
}

#business-plan .main-title {
  color: #392047;
  font-weight: 900;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}

#business-plan .sub-title {
  color: #392047;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

#business-plan .container-fluid {
  /* padding-right: 30px;
  padding-left: 30px; */
}

#business-plan .bp-row {
  position: relative;
  width: 100%;
  margin: 10px 0 50px;
  padding: 0 120px;
}

#business-plan .bp-default-color::after {
  background: #ffffff;
}

#business-plan .bp-custom-color::after {
  background: #392047;
  background: linear-gradient(95deg, #392047 40%, #3d3e7f 100%);
}

#business-plan .bp-row::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 575px;
  z-index: -1;
}

#business-plan .business-item-info {
  margin-top: 50px;
}

#business-plan .business-item-info .icon {
  text-align: left;
  font-size: 70px;
  color: #f8e7d3;
  width: 110px;
  height: 110px;
  margin-bottom: 0px;
  display: block;
  border-radius: 50%;
  position: relative;
}

#business-plan .business-item-info h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}

#business-plan .bp-default-color .business-item-info h2 {
  color: #392047 !important;
}

#business-plan .bp-custom-color .business-item-info h2 {
  color: #f7d28d !important;
}

#business-plan .bp-default-color .business-item-info p,
#business-plan .bp-default-color .business-item-info a {
  color: #392047 !important;
  font-size: 16px;
  margin-bottom: 20px;
}

#business-plan .bp-custom-color .business-item-info p,
#business-plan .bp-custom-color .business-item-info a {
  color: #f8e7d3 !important;
  font-size: 16px;
  margin-bottom: 20px;
}

/* ==========================================================================
   Features 
   ========================================================================== */
#features {
  background: #f9f9f9;
}

#features .featured-bg {
  background: #fff;
}

#features .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

#features .featured-border2 {
  border-bottom: 1px solid #ededed;
}

#features .featured-border3 {
  border-right: 1px solid #ededed;
}

#features .feature-item {
  padding: 30px;
  overflow: hidden;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#features .feature-item .feature-icon {
  background: #e3fff2;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #3ecf8e;
  margin-top: 12px;
}

#features .feature-item .feature-icon i {
  font-size: 40px;
  color: #3ecf8e;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}

#features .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#features .feature-item p {
  font-size: 16px;
  display: block;
}

#features .feature-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#features .feature-item:hover .feature-icon {
  background: #3ecf8e;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#features .feature-item:hover .feature-icon i {
  color: #f8e7d3;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

/* ==========================================================================
   Features 
   ========================================================================== */
#download-app {
  padding-bottom: 100px;
}

#download-app .download-info {
  padding-top: 30px;
}

#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}

#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}

#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
}

#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}

#download-app .download-info .downlaod-btn a {
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}

#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}

#download-app .download-info .downlaod-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}

#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}

#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

#download-app .download-statatics p {
  font-size: 18px;
  color: #5e629c;
}

/* ==========================================================================
   Showcase 
   ========================================================================== */
#showcase {
  padding-bottom: 375px;
}

#showcase .right-position {
  position: relative;
}

#showcase .showcase-area {
  position: absolute;
  width: 97%;
  z-index: 12;
  top: 260px;
  margin: 0px auto;
}

#showcase .showcase-text h2 {
  color: #f8e7d3;
}

#showcase .showcase-text p {
  color: #f8e7d3;
}

#showcase .gradient-bg {
  background: #392047;
  background: linear-gradient(95deg, #392047 40%, #3d3e7f 100%);
  padding: 119px 0px 80px 0px;
}

#showcase .showcase-slider .owl-controls .owl-page.active span,
#showcase .showcase-slider .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #3ecf8e;
}

#showcase .showcase-slider .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3ecf8e;
}

#showcase .showcase-slider .owl-controls .active span {
  width: 15px;
  height: 15px;
}

#showcase .showcase-slider .screenshot-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

#showcase .showcase-slider .screenshot-thumb .fancy-table {
  padding-top: 72px;
}

#showcase .showcase-slider .screenshot-thumb p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

#showcase .showcase-slider .screenshot-thumb h5 {
  font-size: 20px;
  color: #f8e7d3;
  display: block;
  font-weight: 600;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a {
  display: inline-block;
  margin: 8px;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#showcase .showcase-slider .screenshot-thumb .zoom-icon a i {
  color: #f8e7d3;
  font-size: 20px;
}

#showcase .showcase-slider .screenshot-thumb>.hover-content {
  background-color: #3ecf8e;
  opacity: 0.90;
  height: 85%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 83%;
  margin: 25px;
}

#showcase .showcase-slider .screenshot-thumb:hover .hover-content {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

#showcase .showcase-slider .owl-wrapper-outer {
  padding: 20px 0px;
}

/* ==========================================================================
   Testimonial section
   ========================================================================== */
#testimonial {
  margin-bottom: 270px;
  background: url(../img/bg/testimonial-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#testimonial .right-position {
  position: relative;
}

#testimonial .testimonial-area {
  position: absolute;
  width: 100%;
  z-index: 12;
  top: 260px;
  margin: 0px auto;
}

#testimonial #client-testimonial {
  background-color: #fff;
  padding: 54px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
}

#testimonial #client-testimonial .content-inner p {
  font-size: 24px;
  color: #5e629c;
  font-style: italic;
  line-height: 35px;
}

#testimonial #client-testimonial .author-info {
  padding-top: 26px;
  padding-bottom: 20px;
}

#testimonial #client-testimonial .author-info h5 {
  color: #151948;
  font-size: 18px;
}

#testimonial #client-testimonial h5 span {
  font-size: 16px;
  color: #5e629c;
  font-style: italic;
}

#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev {
  color: #3ecf8e;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: #fff;
  filter: Alpha(Opacity=50);
  position: absolute;
  left: -20px;
  top: 48%;
  opacity: 1;
  border: 1px solid #ccc;
  width: 38px;
  height: 38px;
  padding: 8px 0px;
}

#testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next {
  color: #3ecf8e;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50px;
  background: #fff;
  filter: Alpha(Opacity=50);
  position: absolute;
  right: -20px;
  top: 48%;
  opacity: 1;
  border: 1px solid #ccc;
  width: 38px;
  height: 38px;
  padding: 8px 0px;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ==========================================================================
   Our Pricing 
   ========================================================================== */
#pricing {
  position: relative;
}

#pricing .pricing-table {
  padding: 55px;
  background: #ffffff;
  border: 1px solid #ccc;
  position: relative;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#pricing::after {
  content: '';
  display: block;
  position: absolute;
  top: 250px;
  left: 0;
  bottom: -15vw;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#392047), to(#3d3e7f));
  background: linear-gradient(to right, #392047, #3d3e7f);
  z-index: -1;
}

#pricing .pricing-table .client-avatar {
  display: block;
  position: absolute;
  top: -48px;
  left: 30px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 50, 70, 0.18);
  box-shadow: 0 8px 20px 0 rgba(0, 50, 70, 0.18);
}

#pricing .pricing-table h3 {
  font-size: 20px;
  color: #f8e7d3;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}

#pricing .pricing-table h1 {
  color: #3ecf8e;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}

#pricing .pricing-table h1 span {
  font-size: 16px;
  position: absolute;
  left: 20%;
  top: 10px;
}

#pricing .pricing-table ul {
  padding-bottom: 28px;
}

#pricing .main-pricing-col:nth-child(2) .pricing-table {
  margin-top: 50px;
}

#pricing .pricing-table ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5e629c;
  display: block;
  line-height: 33px;
}

#pricing .pricing-table:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* ==========================================================================
   team section
   ========================================================================== */
#team {
  background: #ffffff;
}

#team .single-team {
  position: relative;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#team .single-team img {
  width: 100%;
}


#team .single-team:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#team .single-team .team-details {
  padding: 45px 0px 30px 0px;
  position: relative;
}
#team .media-logos {
  justify-content: center;
  align-content: center;
}
#team .media-logo {
  margin-top: 50px;
}

#team .media-logo {
  display: inline-block;
  height: 200px;
  vertical-align: middle;
}

#team .media-logo img {
  vertical-align: middle;
}


/* ==========================================================================
   Blog section
   ========================================================================== */
.blog-hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  color: #f8e7d3;
  overflow: hidden;
  position: relative;
}

.blog-hero-area .contents {
  padding: 160px 0 140px;
}

#blog {
  background: #ffffff;
}

#blog .media-resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#blog .media-resource {
  max-width: 380px;
  width: 100%;
  margin: 8px;
}

#blog .media-resource-banner {
  max-width: 720px;
  margin: 8px 0;
}

#blog .media-resource:hover {
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.success-stats h2 {
  color: #f7d28d;
  font-weight: 700;
  font-size: 60px;
}

/* ==========================================================================
   Blog index2 version
   ========================================================================== */
#blog2 {
  background: #fff;
}

#blog2 .blog-item-wrapper {
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#blog2 .blog-item-wrapper:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  border-color: #ff704f;
}

#blog2 .blog-item-wrapper:hover h3 a {
  color: #ff704f;
}

#blog2 .blog-item-wrapper .blog-item-text {
  padding: 26px 30px 30px 30px;
}

#blog2 .blog-item-wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

#blog2 .blog-item-wrapper h3 a {
  color: #151948;
}

#blog2 .blog-item-wrapper p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}

#blog2 .blog-item-wrapper a.read-more {
  color: #ff704f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

#blog2 .blog-item-wrapper a.read-more i {
  color: #ff704f;
  font-size: 10px;
  position: absolute;
  top: 3px;
}

#blog2 .blog-item-wrapper .author {
  border-top: 1px solid #ddd;
  padding: 18px 30px 35px 30px;
}

#blog2 .blog-item-wrapper span.name a {
  color: #5e629c;
  font-size: 14px;
}

#blog2 .blog-item-wrapper span.name i {
  color: #ff704f;
  margin-right: 5px;
}

#blog2 .blog-item-wrapper span.date a {
  color: #5e629c;
  font-size: 14px;
}

#blog2 .blog-item-wrapper span.date i {
  color: #ff704f;
  margin-right: 5px;
}

/* ==========================================================================
   Blog single post section
   ========================================================================== */
.blog-hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

#blog .media-resource {
  -webkit-transition: transform .2s linear, -webkit-box-shadow .2s linear;
  -moz-transition: transform .2s linear, -moz-box-shadow .2s linear;
  transition: transform .2s linear, box-shadow .2s linear;
}

#blog .media-resource:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog-single {
  padding: 80px 0;
  background: #ecf0f1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

#blog-single .blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

#blog-single .blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

#blog-single .blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

#blog-single .blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#blog-single .blog-comment .comment-list .children {
  padding-left: 40px;
}

#blog-single .blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px dashed #346afe;
}

#blog-single .blog-comment .comment-author {
  margin-bottom: 10px;
}

#blog-single .blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.blog-hero-area .post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-hero-area .post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.blog-hero-area .post-meta ul li i {
  margin-right: 5px;
}

.blog-hero-area .post-meta ul li a {
  color: #fff;
}

.blog-hero-area .post-meta ul li a:hover {
  color: #ff704f;
}

#blog-single .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#blog-single .btn-common {
  background-color: #ff704f;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

#blog-single .form-control:focus {
  border: 1px solid #ff704f;
  outline: none;
  box-shadow: none;
}

#subscribe .form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

#blog-single textarea {
  border-radius: 4px !important;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}


/* ===================================================================
FREE TRIAL SECTION
======================================================================= */
#free-trial {
  position: relative;
  margin-top: -60px;
}

#how-to {
  position: relative;
  margin-top: 10px;
}

#free-trial .info-box-container {
  max-width: 811px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 50, 70, 0.22);
  box-shadow: 0 0 30px 2px rgba(0, 50, 70, 0.22);
  margin: 0 auto;
  padding: 64px;
}

#how-to .info-box-container {
  max-width: 1000px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 50, 70, 0.22);
  box-shadow: 0 0 30px 2px rgba(0, 50, 70, 0.22);
  margin: 0 auto;
  padding: 50px;
}

#how-to .info-box-container .icon {
  font-size: 80px;
}

#how-to .how-to-content p:nth-child(2) {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

/*#free-trial::after,*/
/*#how-to::after {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 2px;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  height: 350px;*/
/*  background: -webkit-gradient(linear, left top, right top, from(#392047), to(#3d3e7f));*/
/*  background: linear-gradient(to right, #392047, #3d3e7f);*/
/*  z-index: -1;*/
/*}*/

/* ==========================================================================
   Contact section
   ========================================================================== */
#contact form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact form#contactForm input[type=text],
#contact form#contactForm input[type=email] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content {
  padding-top: 130px;
  background: #180e29;
}

#footer-Content .footer-logo img {
  padding-top: 70px;
}
#footer-Content .footer-email {
    color: #f7d28d!important;
}
#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

#footer-Content .copyright {
  margin-top: 125px;
  border-top: 1px solid #3c1f6e;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-Content .copyright p {
  color: #f7d28d;
  font-size: 18px;
}

#footer-Content .copyright a {
  color: #ddd;
}

#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}

#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}
#footer-Content .widget .subscribe-area input[type=email] {
      background: #24153c;
      border: 1px solid #fff;
      color: #e2e2e2;
      font-size: 14px;
      font-style: italic;
      height: 38px; }
    #footer-Content .widget .subscribe-area span i {
      position: absolute;
      right: 0;
      width: 60px;
      height: 38px;
      color: #fff;
      top: 0;
      background: #f7d28d;
      display: block;
      padding: 9px 20px;
      font-size: 18px;
      border-radius: 0px 4px 4px 0px; }

#footer-Content h3.block-title {
  color: #f7d28d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

#footer-Content ul.menu li a {
  color: #f8e7d3;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#footer-Content .footer-social-icons li {
  display: inline-block;
  margin-right: 15px;
}

#footer-Content .footer-social-icons a {
  color: #f7d28d;
  font-size: 20px;
}

#footer-Content ul.menu li a:hover {
  color: #392047;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#footer-Content .payment-icons {
    margin-top: 20px;
}
#footer-Content .payment-icons li {
    display: inline;
}
#footer-Content .payment-icons .fa {
    color: #ebbe53;
    font-size: 25px;
    padding: 5px;
}

/* STYLINGS SPECIFIC TO ABOUT US PAGE */
#mission .mission-col .video-div {
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  height: 338px;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mission .mission-col .popup-video-btn {
  position: relative;
  cursor: pointer;
  -webkit-transition: oppacity, 0.1s;
  transition: oppacity, 0.1s;
  z-index: 10;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 45px;
  padding: 0 19px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}

#mission .mission-col .video-div::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #2d3041;
  border-radius: 8px;
  opacity: 0.59;
}

/* VISION SECTION */
#vision .vision-col {
  max-width: 312px;
  margin: 32px;
  padding: 40px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
}

/* ABOUT FOUNDERS SECTION */
#about-founders img {
  height: 120px;
  width: 120px;
}

/* OUR STORY SECTION */
#our-story .story-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  z-index: auto;
}

#our-story .story-row::before {
  content: '';
  display: block;
  position: absolute;
  left: 120px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #234371;
  z-index: 2;
}

#our-story .story-row::after {
  content: '';
  position: absolute;
  top: 0;
  left: 131px;
  bottom: 0;
  width: 2px;
  background-color: #234371;
  z-index: 0;
}

#our-story .story-year {
  color: #234371;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  margin-right: 128px;
}

#our-story .story-description {
  color: #234371;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 670px;
  -ms-flex-item-align: center;
  align-self: center;
}

#our-story .story-images img {
  padding: 20px;
  margin: 20px;
}

/* TEAM SECTION */
#team .team-images {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

#team .team-images img {
  height: 100px;
  width: 100px;
  margin: 40px 40px 0;
}

/* PRICING PAGE */
#pricing-page {
  background: #392047;
  height: 100%;
}

#pricing-options {
  padding-top: 100px;
  padding-bottom: 100px;
}

#pricing-page .switch-container {
  margin-bottom: 45px;
  text-align: center
}

.pricing-tabs h2 {
  color: #f7d28d;
}

#pricing-page #pricing::after {
  bottom: 0;
}

#pricing-page .pricing-page-col {
  padding: 10px 0;
  margin: 10px;
  max-width: 350px;
}

#pricing-page .pricing-row {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

#pricing-page .social-icons i {
  font-size: 30px;
  color: #f7d28d;
}
.pricing-list {
  padding-left: 20px;
  margin-top: 20px;
}
.pricing-list i {
  color: green;

}

.pricing-list li {
  color: #392047;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 14px;
  padding: 3px;
  text-align: justify;
}
.in-pricing-switch .switch-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-offer {
  position: relative;
  margin-top: 50px;
}

#product-offer .info-box-container {
  background-image: url(https://promorepublic.com/img-new/new-landing/pricing_images/content_bundle1.jpg);
  background-position: -32px -12px;
    background-repeat: no-repeat;
    background-size: 375px 435px;
  max-width: 950px;
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  padding: 64px;
  box-shadow: 0 0 30px 2px rgba(0,50,70,.22);
}
.switch-container a {
  display: inline-block;
  font-size: 30px;
  color: #f7d28d;
}
/* FAQs SECTION */
#faqs {
  margin-top: 5px;
}
/* SUCCESS STORIES PAGE AND SMART POSTING*/
.smart-posting .media-resource,
.success_stories .media-resource {
  position: relative;
}
.success_stories .media-resource div {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.success_stories .media-resource p:nth-child(1) {
  font-size: 20px;
  color: #fff;
  line-height: 1.36;
  font-weight: 600;
}
.success_stories .media-resource p:nth-child(2) {
  font-size: 16px;
  color: #fff;
  line-height: 1.36;
}
.smart-posting .media-resource div:nth-child(2),
.success_stories .media-resource div:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  z-index: 0;
}
.smart-posting .media-resource div:nth-child(2)::after,
.success_stories .media-resource div:nth-child(2)::after {
  content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
.success_stories .media-resource div p:nth-child(2) {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
}
.smart-posting .media-resource p{
  font-size: 17px;
  color: #fff;
  display: inline-block;
}

/* LOGIN PAGE */
.login-col,
.register-col {
  border: 1px solid #fff;
  width: 500px;
  border-radius: 5px;
  padding: 30px;
}
/* INSTAGRAM */
#engage2 {
  position: relative;
  background-image: url(../img/bg/instagram-marketing.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 320px;
}

#engage2::after {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.9;
  height: 100%;
  top: 0;
  width: 100%;
}