
/*CSS by Akash*/

.video-container1 {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container1 iframe,
.video-container1 object,
.video-container1 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.mobileShow {
  display: none;
}

.mobileShow img{
    width: 100%;  
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobileShow {
    display: block;
    width: 40%;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -20%;
  }
}




.cc-color-override-688238583.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgba(54, 121, 230, 1);
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}
.cc-window.cc-banner {
 /*   padding: 1em 1.8em;*/
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-bottom {
    bottom: 1em;
}
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-color-override-688238583.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 86, 86)
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-bottom {
    bottom: 1em;
}
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}
/*---------------------------------*/




body{
  width: 100%;
  height: 100%;
  margin: 0;
  letter-spacing: .5px;
  padding: 0;
  font-family: 'Cabin', sans-serif;
}
.navbar.influencer-nav {
  margin: 15px 0;
}
.nav.navbar-menus > li > a:focus, .nav > li > a:hover {
  background-color: initial;
}
.navbar-brand.logo-main {
  padding: 3px 15px;
}
.header-sec{
  width: 100%;
  float: left;
  position: absolute;
  z-index:1;
}
.logo-main img {
  float: left;
  max-width: 170px;
  width: 100%;
}
.navbar-menus{
  padding: 0;
  margin: 0;
}
.navbar-menus li{
  float: left;
  list-style: none;
}
.navbar-menus > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
 .navbar-menus > li > a.btn-cus {
  padding: 8px 25px;
  margin: 6px 0 0 0;
  transition: all 0.3s ease 0s;
  background: #F06620 !important;
  color: #fff;
}
.navbar-menus > li > a.btn-cus:hover {
  background: #F06620;
  color: #fff !important;
  transition: all 0.3s ease 0s;
}
.navbar-nav.navbar-menus > li > a:hover {
  color: #f06620;
  transition: all 0.3s ease 0s;
}
.home{
  width: 100%;
  float: left;
  height: 620px;
  background-color:#588EF0;
 /* background-image:url(../image/background-blue.png);*/
  background-size: cover;
  background-position:center center;
  position: relative;
}
.home::after{
  content:'';
  background:#000;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.caption {
  display: table;
  float: left;
  height: 100%;
  width: 100%;
  text-align: center;
}
.caption h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.caption h4 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin: 40px 0;
}
.caption-inner {
  display: table-cell;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
.btn-cus{
  background: #F06620;
  padding:10px 25px;
  color: #fff;
  font-size: 18px;
}
.btn-cus:hover{
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.features {
  background: #f6f7f8 none repeat scroll 0 0;
  float: left;
  padding-bottom: 60px;
  width: 100%;
}
.features h1 {
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.features h1::after {
  background-color: #ff931e;
  bottom: 0px;
  content: "";
  height: 2px;
  left: calc(50% - 10px);
  position: absolute;
  top: auto;
  width: 20px;
}

.feature-title > i {
  color: #6194EE;
  display: inline-block;
  font-size: 64px;
  padding: 45px 0 30px;
  text-align: center;
}
.feature-title:hover {
  box-shadow:0 2rem 1rem -1rem rgba(20, 30, 40, 0.1);
  transform: translateY(-0.5rem);
  transition: all 0.3s ease 0s;
}
.feature-title h4 {
  font-size: 22px;
  margin: 0;
}
.feature-title p {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 9px;
  font-weight: 400;
}
.last_feature {
  float: left;
  margin: 45px 0;
  width: 100%;
}
.how-app {
  background-color: #f9f9f9;
  background-image: url("../image/image132.png");
  float: left;
  height: 550px;
  width: 100%;
}
.how-app h1 {
  color: #fff;
  padding-bottom: 30px;
  padding-top: 60px;
  position: relative;
  text-align: center;
  font-size: 45px;
  font-weight: 800;
}

.how-app .image_mobile {
  float: right;
  margin-right: 100px;
  max-width: 250px;
  width: 100%;
  margin-top: 80px;
}
.how-app h2{
  color: #fff;
}
.how-app p {
  color: #fff;
  float: left;
  font-size: 18px;
  width: 100%;
}
.image-wrap {
  position: relative;
}
.image_inner {
  display: inline-block;
  margin-top: 70px;
  width: 227px;
}
.slick-prev::before {
  content: "";
}
.slick-next::before {
  content: "";
}
.image_inner::after {
  /*background-image: url("../image/original.png");*/
  background-size: contain;
  bottom: 0;
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}
.subscriber-form {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 18px;
  height: 70px;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}
label.mt10 {
  bottom: -52px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.subscriber-form input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: black;
  height: 100%;
  left: 0;
  letter-spacing: 1px;
  padding: 10px 11% 10px 30px;
  position: absolute;
  top: 0;
  width: 80%;
}
.section-padding {
  padding: 100px 0;
  float: left;
  width: 100%;
}
.subscriber-form button {
  background: #8256ff none repeat scroll 0 0;
  border: 2px solid #8256ff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  height: 100%;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 150px;
}
.area-title {
  margin-bottom: 80px;
  position: relative;
}
.area-title h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.area-title h2 span {
  color: #8256ff;
}
/******************************            Download App           *********************************/

.quote-sec {
  background-color: #F7F7F9;
  float: left;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.way-point {
  bottom: calc(100% - 2px);
  cursor: pointer;
  display: flex;
  fill: #fff;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.dwn-app {
  float: left;
  width: 100%;
  margin-top: 25%;
}
.app-heading {
  float: left;
  position: relative;
  width: 100%;
}
.app-heading span {
  border: 2px solid #b9cee8;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
  margin-left: 60px;
  padding: 5px 15px;
}
.quote-sec h1 {
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
}
.quote-sec p {
  line-height: 30px;
  margin-bottom: 30px;
}
.download-btn .btn-app {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #4c545e;
  color: #4c545e;
  line-height: 1;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 3px 10px 5px;
  text-align: left;
}
.download-btn .btn-app {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #4c545e;
  color: #4c545e;
  line-height: 1;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 3px 10px 5px;
  text-align: left;
}
.footer-sec {
  background-color: #151515;
  color: #969696;
  float: left;
  font-size: 15px;
  width: 100%;
}
.wrap-div {
  float: left;
  width: 100%;
}
.footer-inner {
  padding: 20px 0;
}
.footer-sec .footer-links {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer-inner .logo-main{
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-left: 0;
}
.social-links{
  /*width: 100%;*/
  float: left;
  margin-top:20px;
  padding: 0;
  margin: 0;
}
.social-links li{
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 10px;
}
.social-links li a{
  float: left;
  text-decoration: none;
  background: #fff;
  border-radius: 100px; 
}
.social-links li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  float: left;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  width: 25px;
}
.recent_menus {
  float: left;
  margin-left: 30%;
}
.recent_menus ul{
  padding: 0;
  margin: 0;
}
.recent_menus ul li{
  width: 100%;
  float: left;
  margin:10px 0;
  list-style: none;
}
.recent_menus ul li a{
  color: #fff;
}
.recent_menus ul li a:hover{
  text-decoration: none;
}

.footer-inner p {
  margin-bottom: 30px;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: justify;
  float: left;
}
.facebook-color{
  color: #4867AA;
}
.twitter-color{
  color: #1DA1F2;
}
.pinterest-p{
  color: #E16B76;
}
.instagram-color{
  color: #0099EA;
}
.footer-sec .footer-links li {
  float: left;
  margin-left: 20px;
}
.footer-sec .footer-links li a {
  color: #969696;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.newsletter h1 {
  color: #fff;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}
.newsletter h1::after {
  background-color: #fff;
  bottom: 80%;
  content: "";
  height: 2px;
  left: calc(50% - 10px);
  position: absolute;
  width: 20px;
}
.newsletter > input {
  background: #fff;
  border: 0 none;
  color: #606060;
  font-size: 15px;
  height: 45px;
  padding-left: 27px;
  width: 100%;
}
.input-2 .inputt{
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 20px 0 0 20px;
  color: #606060;
  font-size: 15px;
  height: 45px;
  padding-left: 27px;
  width: 100%;
}
.subscribe{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}
.subscribe .subscribe2 {
  border: 0 none;
  border-radius: 0 50px 50px 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  letter-spacing: 0.5px;
  margin-right: -10px;
  background: #F06620;
}
/******************************            Footer-Copyright           *********************************/

.copyright {
  background-color: #222;
  border-top: 2px solid #333;
  color: #f0f0f0;
  float: left;
  text-align: center;
  width: 100%;
}
.copyright > .container > h4 {
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
.li_social-icons {
  float: left;
  margin-top: 3px;
}
.li_links {
  float: left;
  line-height: 29px;
  margin-left: 10px;
}
.button-body {
  bottom: 20px;
  margin: 0 20px 13px 0;
  position: fixed;
  right: 0;
  width: 60px;
}
.button-body a{
  background:#999;
  padding: 20px;
  border-radius:7px;
  color:#fff;
  color:#4040da;
  font-size:14px;
  text-decoration: none;
  box-shadow: 0 3px 14px 10px rgba(255, 255, 255, 0.16), 0 -10px 20px 0 rgba(255, 255, 255, 0.12);
}
.button-body a:hover, .button-body a:focus{
  /*background-color: #F06620;*/
  background-color: #4040da;
  text-decoration: none;
 /* box-shadow: 0 3px 14px 10px rgba(240, 102, 32, 0.16), 0 -10px 20px 0 rgba(240, 102, 32, 0.12);*/
}
.terms1 > h1 {
  float: left;
  width: 100%;
  margin: 0;
}
.shadow-div img {
  width: 100%;
}
.shadow-div {
  display: inline-block;
  float: left;
  margin: 50px 0;
  text-align: center;
  width: 100%;
}
.shadow-div img {
  margin-left: 100px;
  max-width: 320px;
  width: 100%;
}
.icon-terms {
  float: left;
  margin-right: 30px;
}
.icon-terms i {
  background: #f06620 none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 3px 14px 10px rgba(240, 102, 32, 0.16), 0 -10px 20px 0 rgba(240, 102, 32, 0.12);
  color: #fff;
  float: left;
  font-size: 37px;
  padding: 22px;
}
.term_update > p {
  float: left;
  font-size: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  margin-top: 10px;
  width: 89%;
  color: #999;
}
.terms-content{
  width: 100%;
  float: left;
}
.terms-content p {
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  width: 100%;
}
.terms{
  width: 100%;
  float: left;
  margin: 50px 0;
}
.terms1 {
  width: 100%;
  float: left;
  margin:50px 0;
}
.terms-ul{
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.terms-ul ol{
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.terms-ul > ol > li {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.terms-ul {
  color: #999;
  float: left;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.terms-ul > li {
  float: left;
  margin: 10px 0;
  width: 100%;
  list-style: inside;
}
.terms-content > h4 {
  line-height: 34px;
  margin: 10px 0;
  color: #4b4b4b;
}
.terms-caption {
  background-image: url("../image/terms.png");
  background-position: center center;
  background-size: cover;
  float: left;
  height: 350px;
  position: relative;
  width: 100%;
}
.terms-caption::after {
  background: rgba(0,0,0,0.52);
  bottom: auto;
  content: "";
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  height: 350px;
}
.terms-caption .button {
  position: relative;
  z-index: 4;
}
.privacy-caption {
  background-image: url("../image/privacy.png");
  background-position: center center;
  background-size: cover;
  float: left;
  height: 350px;
  position: relative;
  width: 100%;
}
.privacy-caption::after {
  background: rgba(0,0,0,0.52);
  bottom: auto;
  content: "";
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  height: 350px;
}
.privacy-caption .button {
  position: relative;
  z-index: 4;
}
.link {
  color: #fff;
  text-decoration: none;
}
.link:hover{
  color: #fff;
  text-decoration: none; 
}
.color-white {
  color: #fff;
}
.app-works_index  ol {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.app-works_index ol li {
  float: left;
  font-size: 15px;
  margin: 10px 0;
  color: #fff;
  margin-left: 11px;
}
.app-works_index .how-heading {
  font-size: 25px;
  margin: 0px 0  30px;
}
.app-works_index .how-heading {
  font-size: 24px;
  margin-bottom: 10px;
}
.feature_div > ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.feature_div > ul > li {
  float: left;
  list-style: outside none none;
  margin: 5px;
}
.feature-title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  float: left;
  height: 100%;
  max-width: 218px;
  min-height: 278px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.feature-title > img {
  display: inline-block;
  margin-bottom: 17px;
  margin-top: 40px;
  text-align: center;
  width: 68px;
}
.navbar-menus .active > a {
  color: #F06620;
}
.footer-inner p > .admin {
  color: #969696;
  text-decoration: underline;
}
.terms-ul .admin {
  color: #ff5f14;
  margin: 0 10px 0 0;
  text-decoration: underline;
}
.footer-inner p > .admin {
  color: #FF5F14;
  margin: 0 10px 0 0;
  text-decoration: underline;
}
.show-content {
  margin-bottom: 10px !important;
}
.ad_index > .admin {
  color: #FF5F14;
  text-decoration: underline;
  margin: 0 10px 0 0;
}