
/* CSS override */
/*color change css*/
  .icon-splitter-event-menu-header {
    width: 60px;   
    height: 60px;  
    margin-right: 8px; 
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(/images/event-menu-header.webp);
    transition: background-image 0.3s ease;
  }
  #photo-selection-menu-header {
     background-position: 0px 0;
  }
  #media-menu-header {
     background-position: -60px 0;
  }
  #share-menu-header {
     background-position: -120px 0;
  }
  #information-menu-header {
     background-position: -180px 0;
  }
  #event-setting-menu-header {
     background-position: -240px 0;
  }
  #print-menu-header {
     background-position: -300px 0;
  }
  #logged-in-user-menu-header {
     background-position: -360px 0;
  }
  #view-menu-header {
     background-position: -420px 0;
  }
  #profile-menu-header {
     background-position: -480px 0;
  }
  #add-client-menu-header {
     background-position: -540px 0;
  }
  #client-menu-header {
     background-position: -600px 0;
  }
  #event-manager-menu-header {
     background-position: -600px 0;
  }
  @media (min-width: 760px) and (max-width: 1500px)  {
    #event-menu-header {
      margin-left: 16px;
      background-position: -120px 0;
    }
  }
  .icon-splitter-menu-header {
        width: 45px;   
        height: 45px;  
        margin-right: 8px; 
        vertical-align: middle;
        background-repeat: no-repeat;
        background-image: url(/images/menu-icons-header.webp);
        transition: background-image 0.3s ease;
  }
  #dashboard-menu-header {
      background-position: 0px 0;
  }
  #user-menu-header {
      background-position: -45px 0;
  }
  #event-menu-header {
      background-position: -90px 0;
  }
  #plan-recharge-menu-header {
      background-position: -135px 0;
  }
  #pages-menu-header {
      background-position: -180px 0;
  }
  #slideshow-menu-header {
      background-position: -225px 0;
  }
  #gallery-menu-header {
      background-position: -270px 0;
  }
  #packages-menu-header {
      background-position: -315px 0;
  }
  #contact-us-menu-header {
      background-position: -360px 0;
  }
  #about-us-menu-header {
      background-position: -405px 0;
  }
  #logo-images-menu-header {
      background-position: -450px 0;
  }
  #android-menu-header {
      background-position: -495px 0;
  }
  #send-android-menu-header {
      background-position: -540px 0;
  }
  #whatsapp-menu-header {
      background-position: -585px 0;
  }
  #event-enquiry-menu-header {
      background-position: -675px 0;
  }
  #google-review-menu-header {
      background-position: -720px 0;
  }
  #profile-menu-header {
      background-position: -765px 0;
  }
  #language-menu-header {
      background-position: -810px 0;
  }
  #referal-menu-header {
      background-position: -855px 0;
  }
  #change-password-menu-header {
      background-position: -900px 0;
  }
  #logout-menu-header {
      background-position: -945px 0;
  }
  #studio-setting-menu-header {
      background-position: -990px 0;
  }
  #event-manager-download-menu-header {
      background-position: -1035px 0;
  }
 a{
    text-decoration: none!important;
  }
  .badge-self {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #28a745;
    color: white;
    padding:0.5rem 4rem 0.5rem 4rem;
  }
  .border-none{
    border:0 !important;
  }
  .btn-close-color-change {
    background-color: white;
    border: none;
    color: white;
  }
.home-page-nav-link {
    color: #fff;
    font-weight: bold;
}
.help-icon-with-background{
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -1.6rem;
}
.help-icon-with-background:hover {
    background-color: #123145;
    color:#fff;
  }
.button-primary {
  background-color:#1d1d1f;
  color: #fff;
}

.button-primary:hover {
  background-color: #FFFF;
  border: 1px solid #1c1919;
  color: #1d1d1f;
}
/*.col-3-width{
  width: 20.83325%;
}
.col-9-width{
  width:79.16675%;
}*/
.color-bg-link {
   background-color: #F8F6E3;
   color: #000;
   transition: all 0.4s;
  }
  .color-bg-link:hover {
/*   background-image: linear-gradient(to right,#F00067,#fff);*/
   color: #000;
   transform: scale(1.1);
}

  .custom-side-menu-style {
    background-color: #f8f9fa;
    border-radius:0 0 0 30px;
    border: 1px solid #ddd;
  }
  .display-block {
      display: block !important;
  }
  .dropdown-item:focus, .dropdown-item{
    -webkit-background-clip: text;
  }
  .studio-links-card{
    border-radius: 45px 10px 10px 45px
  }
  .studios-links-overlay{
    background-color: #1f6c8e;
  /*  background: -webkit-linear-gradient(#F00067,#4A0055);*/
    border-radius: 45px 0 0 45px;
  }
  .icon{
    padding: 15px 15px 14px 15px; 
    display: flex; 
    align-items: center;
    width: 50px;
    margin-bottom: 30px;
    margin: 1px 4px 1px 1px;
  }
  .icon-sm{
    padding: 10px 10px 10px 10px; 
    display: flex; 
    align-items: center;
    height: 55px;
    width: 55px;
    margin: 1px 4px 1px 1px;
  }
 .icon-background{
    background-color: #1d1d1f;
    color:#fff; 
 }
 .contact-us-icon{
    height: 50px!important;
    width: 50px!important;
    background-image: linear-gradient(to top,#cfa13e, #e1eec3, #cfa13e);
    color:#123145; 
    border-radius: 50%;
  }
  .card-border{
    background-color: transparent;
    border : 0.5px solid #e1eec3;
  }
  .text-title{
    font-size: 1.5rem !important;
  }
  .text-value{
    color: #000;
    font-size: 1rem;
  }
  .text-ellipsis{
    white-space: nowrap; 
    overflow: hidden;    
    text-overflow: ellipsis; 
    max-width: 100%;  
    max-width: 12ch;  
    display: block;  
  }
  .text-value-sm{
    color: #000;
    font-size: 1.0rem;
    font-weight: bolder;
  }
  .text-link{
    color: #0000EE;
    text-decoration: underline;
    font-weight: bold;
    font-size:1.3em;
  }
  .text-color{
    color: #000;
    /*background: -webkit-linear-gradient(#F00067,#4A0055);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    font-weight: bold;*/
  }
  .text-home-heading{
/*    background: -webkit-linear-gradient(#f7e5a5, #e7c97b);*/
    /*background-image: linear-gradient(to top, #450303, #603e3e, #411111);;
                      -webkit-background-clip: text;
                      -webkit-text-fill-color: transparent;*/
    color:#474546;
    font-weight: bold;
  }
  .text-home-heading-p{
    color:#fff;
    font-weight: bold;
  }
  .text-key {
    color: #888888;
    font-size: 0.9rem;
    margin-bottom: -5px;
  }
.text-key-title {
  font-weight: bold;
  font-size: 1.5rem;
}
.text-help {
  color: #888888;
  font-size: 0.8rem;
}
.text-title-help {
  padding-left: .8rem;
  font-weight: bold;
  color:#000;
  font-size: .8rem;
  margin-top: -1rem;
  margin-left: -.1rem;
  margin-bottom: 1rem;
}
.photomall-logo{
    max-height:45px;
    margin-top: 7px;
}
  .transparent-background{
    background-color:transparent;
  }
  .video-style{
      max-width: 100%;
      height: auto;
    }

  /*.text-color:hover{
    background: -webkit-linear-gradient(#F00067,#4A0055);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    font-weight: bold;
  }*/
  .btn{
    border-radius: 10px;
    margin:10px;
    padding: 5px 12px;
    cursor: pointer;
    display: inline-block;
  }
  .disable-btn{
    background-color: transparent;
    border: 6px double #fff;
    outline: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
  }
  .card-gradient-btn {
    color: #fff;
    border: 1px solid #fff;
    transition: color 0.3s, border 0.3s, background-color 0.3s;
  }
  .card-gradient-btn:hover {
    border: none;
    background-image: linear-gradient(to top, #123145, #1c81a6);
  }
  .primary-btn{
    background-color: #1d1d1f;
    color:#fff;
  }
  .primary-btn:hover{
    background-color: #fff;
    color: #1d1d1f;
    border: 1px solid #1c1919;
  }
  @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
  }

  .blink-button {
      animation: blink 1.5s infinite;
  }
  .secondary-btn{
    background-color: #f5f5f1;
    color:#000;
    outline: 1px solid #bfc3c5;
  }
  .secondary-btn:hover{
    background-color: #F8F6E3;
  }
  .close-btn, .btn-danger{
    background: #dc3545;
    color: #fff;
  }
  .close-btn:hover{
    background: #dc3545;
    color: #fff;
  }
  .bg-color{
    background-color: #1f6c8e;
    color:#fff;
  }
  .event_profile_details{
        padding:10px;
        margin: 30px;
        border-radius: 15px;
    }
  .slider-color{
      accent-color:#1f6c8e;
      width: 100%;
  }
  .center-btn {
    display: block;
    width: 150px;
    margin: 15px auto;
    font-size: 16px;
    border-radius: 50px;
    border: 6px double #fff;
    outline: 1px solid #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
    text-align: center;
  }
/*  home page(photo selection software) css*/
.safe-and-secure-card{
    border-radius: 10px 10px 0 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important; 
    height: 90px;
    width: 90px;
}
.button-secondary {
  background-color: #f5f5f1;
  color: #000;
  outline: 1px solid #bfc3c5;
}
.how-it-works-card{
    border-radius: 50%; height:150px; width:145px;
    background-image: linear-gradient(to bottom,#1c81a6,#123145);
}
.how-it-works-card-sm{
    border-radius: 50%; height: 150px;width: 140px;
    background-image: linear-gradient(to top,#1c81a6,#123145);
}
.how-it-works-outline{
  border-radius:100px;
  background-color:transparent;
  border: 3px solid #fff;
}
.ease-of-access-to-customers-card{
    background-image: linear-gradient(to left,#1c81a6,#123145);
    border-radius: 50%;
     height: 170px;
     width: 170px;
}
.easy-photo-selection-process-card{
    background-color:transparent;height: 50px; width: 50px; border-radius: 10px 10px 0 10px!important;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;margin: 5px;padding: 20px;
}
.photomall-back-theme{
    background-image: url('/images/background-theme.png');
    background-repeat: no-repeat;
    background-size: cover;
}
/*    end of home page css*/
  *{
    padding: 0px;
    margin: 0px;
    /*font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;*/
    }
    p{
      font-size: 1.2em;
    }
    .footer-list-font-size{
      font-size: 1.2em;
    }
  
 
  .img-banner{
    height: 100%;
  }
  #image-container {
    position: relative !important;
  }

  .my_photo_msg{
    font-size: 15px;
    color: green;
    text-align: center;
  }
  .margin-bottom-space{
    margin-bottom: 20%;
  }
  /*.{
    color:#4A0055 !important;
  }*/

  .img-feature{
    max-width: 70%;
    height:auto;
  }
/*  .bg-color-primary{
    background-color:#123145;
  }*/
  .gradient-card-features {
      background-image: linear-gradient(to top,#1c81a6,#123145);
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .display-vertical-center{
     text-align: right;
  }
  .main-heading-bg-color, footer{
    background-color: #fffff;
    color:#000 ;
  }
  .card-style{
    position: relative;
    padding: 20px;
    display: flex;
    border-radius: 0px 30px 20px  0px;
  }
  .primary-bg-color{
    background-color: #123145;
  }
  .main-heading-icon{
      font-size: 1.9em;
  }
  .title-ptml {
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#fff;
  }
  .card_benefits{
    height: 100%;
    padding: 25px !important;
    border-radius: 10% !important;
 }
  .card-big{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
    margin: 5px;
    padding: 20px;
  }
  .card-event{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
    margin: 5px;
  }
  .card-big-gradient{
    background: rgba(239,239,239,0.25);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
  .card-big-setting{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
    margin: 5px;
    padding: 20px;
    border-radius: 20px;
    border-top: 5px solid #003B73;
    background-color: #d2e6f7;
  }
  .event-text-value{
    font-weight: bold;
  }
  .errorMessage {
     color: red;
  }
  .card-feature{
    border: none;
  }
  
  .watermark-label{
      font-weight: bold;
      font-size: 1.2rem;
  }
  .white-background{
    background-color: #fff;
  }
  .card-medium{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
    border-radius: 10px !important;
    margin: 5px!important;
  }
  .card-header{
    border-bottom:none !important;
    background-color: #FFFFFC;
  }
  .search-button{
    background-color: #1d1d1f;
    color:#fff;           
  }

  /*.album-text{
    background-color: #fec832;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: black!important;
  }*/
  .album-text{
    cursor: pointer;
    color: grey;
    margin-top: -27px;
    margin-left: 10px;
  }
  .media-album-text{
    cursor: pointer;
    color: grey;
    margin-top: -15px;
  }
  .red-gradient{
    background-image: linear-gradient(to right,#5c040e,#d1061d,#f00c6b);
  }
  .common-dark-blue{
    background-color: #003B73;
    color: #fff;
  }
  .card-shadow{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  
  .remove-btn{
    background-color: #dc3545;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    font-weight: bold;
    color: white!important;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
  }
  .remove-btn:hover{
    background-color: white;
    color: black!important;
  }
  .button-my-photos
  {
      position: relative;
      top:-55px;
      left:40%;
      padding: 6px 6px 3px 6px;
      background-color: #fff;
      border-radius: 50%;
      font-weight: bold;
      cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
      outline: 1px solid #003B73;
      color: #003B73;
      transition: all 0.4s;
  }
  .padding-1px{
    padding: 2.5px !important;
  }
  .padding-25px{
    padding: 25px !important;
  }
  .help-btn{
    background-color: #1d1d1f;
    color:#fff;
    outline: 3px solid #e7c97b;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
    border-radius: 50px;
  }
  .call-to-action {
       position: fixed;
       left: 0;
       bottom: 0;
       width: 100%;
       background-color: #000;
       color: white;
       text-align: center;
       z-index: 100000;
    }
  .button-my-photos:hover
  {
      position: relative;
      top:-55px;
      left:40%;
      padding: 6px 6px 3px 6px;
      background-color: #003B73;
      border-radius: 50%;
      font-weight: bold;
      cursor: pointer;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
      outline: 1px solid #fff;
      color: #fff;
      transition: all 0.4s;
  }
  .custom-file-label {
      font-size: 1.1em;
      font-weight: bolder;
      align-items: center;
      background-color: #003B73;
      border-radius: 50px;
      margin-top:5px;
      font-weight: bold;
      color:#fff;
      cursor: pointer;
      border: 6px double #fff;
      outline: 1px solid #fff;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
      transition: all 0.4s;
  }
  .custom-file-label:hover {
      font-size: 1.1em;
      font-weight: bolder;
      align-items: center;
      background-color: #003B73;
      border-radius: 50px;
      margin-top:5px;
      font-weight: bold;
      color:#fff;
      cursor: pointer;
      border: 6px double #fff;
      outline: 1px solid #fff;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
      transform: scale(1.1);
  }
  
  .mt-less-15px{
    margin-top: -50!important;
  }
  .event-nav{
    background-color: #FFFFFF!important;
  }

/* CSS override END*/

   /* li a{
      text-decoration: none !important;
    }*/
    .login-overlay{
      position: absolute; 
      background: rgb(255, 255, 255);
      background: rgba(255, 255, 255, 0.3); /* Black see-through */
      width: 100%;
      height: 100%;
      transition: .5s ease;
      opacity: 0.3;
      left: 0;
    }
    .overlay-outline{
      border-radius: 30px !important;
      z-index: 2; position: relative; bottom: 0;right: 0; top: 0;
      outline: 1px solid #d2e6f7; outline-offset: -10px;
    }
    .pricing-card{
/*      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
      width: 100%; height:210px; border-radius: 30px;
    }
    
  @media screen and (min-width: 320px) and (max-width: 480px){
    .login-image-page{
      display: none!important;
    }
    .pricing-img{
      /*margin-top: -180px;
      margin-left: 130px;*/
      display: none!important;
    }
    /*.pricing-card{
      width: 100%; height:270px !important; border-radius: 30px;
      margin-top: 30px!important;
      position: relative;
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }*/
    .pricing-content > h3{
      font-size: 50px ;
      font-weight: 200px;
      margin-top: 50px !important;
      margin-left: 10px;
      margin-right: 10px;
    }
  }    
    .spinner {
      display: inline-block;
      opacity: 0;
      max-width: 0;
      -webkit-transition: opacity 0.25s, max-width 0.45s;
      -moz-transition: opacity 0.25s, max-width 0.45s;
      -o-transition: opacity 0.25s, max-width 0.45s;
      transition: opacity 0.25s, max-width 0.45s;
      /* Duration fixed since we animate additional hidden width */
    }
    .text-shadow{
      text-shadow: 1px 2px #000;
    }

    .has-spinner.active {
      cursor: progress;
    }
    .has-spinner.active .spinner {
      opacity: 1;
      max-width: 50px;
      /* More than it will ever come, notice that this affects on animation duration */
    }
    .pm-border {
      border-color: #ffc832;
    }
    .yellow-border {
      border: 3px solid #fec832;
    }
    .yellow-border-1 {
      border: 1px solid #fec832;
    }
    .black-border{
      border: 2px solid black;
    }
    .black-border-1{
      border: 1px solid black;
    }
    .login-heading-bg{
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgb(0, 0, 0);
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0.4;
      border-radius: 30px;
    }

    #phone{
      margin-top:50px;
      margin-left:auto;
      margin-right:auto;
      text-align:center;
      border-radius:20px;
      border:5px solid white;
      width:280px;
      height:600px;
    }
    #screen{
      width:100%;
      height:500px;
      color:#000;
    }
    #screen2{
      width:100%;
      height:500px;
      color:#000;
    }
    .color{
      height: 28px;
      width: 50px;
    }

    .color-red {
      color: #d10202;
    }
    .color-green {
      color: #04b329;
    }
/*    card css*/
    .card{
      background-color: #FFFFFC;
      border-radius: 10px;
    }
    .padding-10{
      padding: 10px;
    }
    .padding-20{
      padding: 20px;
    }
    .padding-30{
      padding: 30px;
    }
    .card-stat-event-list{
      position: relative;
      display: flex;
      cursor: pointer;
      border-radius:1em 1em;
      border-top: 5px solid #1f6c8e ;
      background-color: #fff;
      height: 100%;
    }
    .card-stat{
      position: relative;
      display: flex;
      cursor: pointer;
      border-radius: 10px;
      border-color:#cacbcb;
      background-color: #fff;
      padding: 1.25rem;
    }
    .card-stat1{
      position: relative;
      padding: 5px;
      display: flex;
      cursor: pointer;
      border-radius: 10px;
      border-top: 5px solid #1f6c8e ;
      background-color: white;
      width: 246px;
      height:245px;
    }
    .card-app{
      position: relative;
      padding: 30px;
      border-color:#DFDFDF;
      background-color: #FFFFFC;
      border-radius: 20px;
      display: flex;
      justify-content: space-between;
      cursor: pointer;
    }
    .card-app .card .iconBx{
      font-size: 4.0em;
      text-align: right;
    }
    .card-plan .card{
      position: relative;
      padding: 30px;
      box-shadow: 0 7px 15px #888888;
      border-radius: 20px;
      display: flex;
    }
    .card-plan-small{
      position: relative;
      padding: 15px;
      box-shadow: 0px 0px 4px 1px #888888;
      border-radius: 20px;
    }
    .card-plan-sm{
      position: relative;
      padding: 15px;
      box-shadow: 0px 0px 4px 1px #888888;
      height: 100%;
    }
    .card-plan-small{
      font-size: 0.85em;
/*      color:#888888;*/
      margin-bottom: 3px;
    }
    .card-plan-small{
      font-weight: bold;
      font-size: 1.2em;
    }
    .card-plan{
      position: relative;
      font-weight: 700;
      font-size: 1.9em;
    }
    .card-plan{
      font-size: 1.1em;
/*      color:#888888;*/
      margin-bottom: 3px;
    }
    .card-plan{
      font-size: 1.8em;
      text-align: right;
    }
/*  end of card css*/
    .plan-name{
      background-image: linear-gradient(to bottom,#e1fcfb,#b3f2ef);
    }
    .plan-validity{
      background-image: linear-gradient(to bottom,#edfce1,#c6f2a2);
    }
    .plan-wallet{
      background-image: linear-gradient(to bottom,#e6d0f7,#d194ff);
    }
    .plan-recharge{
      background-image: linear-gradient(to bottom,#faebed,#ffc2c9);
    }
    .card-add-money{
      box-shadow: 0 0 20px 0 #000;
    }
   
    .gradient-blue-menu{
      background: -webkit-linear-gradient(#F00067,#4A0055);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
    }
    .dot{
      height: 25px;
      width:25px;
      background-color:#000;
      border-radius: 50%;
      color:#fff;
    }
/*    .dot-gradient{
      background-image: linear-gradient(to top,#cfa13e, #e1eec3, #cfa13e);
                      -webkit-background-clip: text;
                      -webkit-text-fill-color: transparent;
    }*/
    .dot-gradient-big{
      height: 80px;
      width:80px;
      background-image: linear-gradient(to right,#cfa13e, #e1eec3, #cfa13e);
      border-radius: 50%;
      display: inline-block;
      padding-left:3px;
      padding-top: 20px;
      color:#123145;
    }
    .dot-gradient-sub{
      height: 3.2rem;
      width:3.2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border: 1px solid #fff;
    }
    .round-border{
      border-radius: 50%;
      border: 1px solid #8888;
      height: 1.9rem;
      width:1.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
    .square-logo{
      display: inline-block;
      height:100%;
      border-radius: 5px;
      width: auto;
    }
    .color-bg-lite-green {
      background-image: linear-gradient(#ecf3d7, #fbfcf7);
    }
    .color-bg-lite-blue {
      background-image: linear-gradient(#d9ecfd, #f7fbfe);
    }
    .color-bg-lite-purple {
      background-image: linear-gradient(#f5eefd, #fdfcfe);
    }
    .color-bg-lite-yellow {
      background-image: linear-gradient(#fff7e5, #fffcf7);
    }
    .color-bg-lite-red {
      background-image: linear-gradient(#fde4d9, #fef9f7);
    }
    .color-bg-lite-pink {
      background-image: linear-gradient(#deeaff, #89b2f5);
    }
    .color-bg-lite-orange-pink {
      background-image: linear-gradient(#ffe1ce, #fff4f3);
    }
    .radius-5px{
      border-radius: 5px;
    }
    .radius-10px{
      border-radius: 10px;
    }
    .radius-20px{
      border-radius: 20px;
    }
    .radius-15px{
      border-radius: 15px;
    }
    .radius-30px{
      border-radius: 30px;
    }
    .radius-50{
      border-radius: 50%;
    }
    .shadow-normal{
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
    }
   
    /*.offcanvas-width{
        width: 25%!important;
    }*/
    
    @media (max-width: 767.98px) {
      /*.offcanvas-width{
        width: 100%!important;
      }*/
      .pricing-card{
        display: none;
      }
    }

    .file{
      height: 50px;
      width: 250px;
    }
    .primarydark{
      background-color: #000;
    }
    .mobile__wrapper {
      width: 340px;
      box-shadow: 2px 2px 20px rgba(17, 17, 17, 0.6);
      border-radius: 16px;
      border: 1px solid #111;
      overflow: hidden;
      margin: 5px auto 0;
    }
    .mobile__outline--top,
    .mobile__outline--bottom {
      background-color: #111;
      height: 54px;
      margin: 0 auto;
      width: 340px;
      position: relative;
    }
    .mobile__outline--top:before, .mobile__outline--top:after,
    .mobile__outline--bottom:before,
    .mobile__outline--bottom:after {
      display: block;
      content: "";
      background-color: #666;
      position: absolute;
    }
    .mobile__outline--top {
      border-radius: 15px 15px 0 0;
    }
    .mobile__outline--top:before {
      width: 16px;
      height: 16px;
      border-radius: 30px;
      top: 19px;
      left: 130px;
    }
    .mobile__outline--top:after {
      width: 42px;
      height: 4px;
      border-radius: 30px;
      top: 25px;
      left: 158px;
    }
    .mobile__outline--bottom {
      border-radius: 0 0 15px 15px;
    }
    .mobile__outline--bottom:before {
      width: 30px;
      height: 30px;
      border-radius: 50px;
      bottom: 12px;
      left: 155px;
    }
    .mobile__outline--body {
      border-left: 10px solid #111;
      border-right: 10px solid #111;
      box-sizing: border-box;
      margin: 0 auto;
      width: 340px;
      height: 568px;
    }
    .mobile__screen {
      border: 0;
      outline: none;
      overflow: hidden;
      width: 320px;
      height: 568px;
      margin: 0 auto;
      background-color: white;
    }
    .mobile__screen1 {
      border: 0;
      outline: none;
      overflow: hidden;
      width: 320px;
      height: 568px;
      margin: 0 auto;
      background: linear-gradient(to bottom, rgba(255,200,50, 0.75),rgba(245, 246, 252, 0.80));
    }
    .banner-image {
      height: 8vh;
      width: 320px;
      background: #000;
      position: relative;
      right: 0.9rem;
      
    }
    #img_contain{
      border:1px solid grey;
      margin-top:10px;
      width:100px;
    }
    #file-input{
      margin-left:7px;
      padding:10px;
      background-color:gray;
    }
    .card1{
      position: relative;
      left: 25px;
    }
    .side-background{
      height: 35rem;
      background-color: rgba(0, 0, 0, 0.8);

    }
    .fa-wifi{
      position: relative; 
      left: 13rem; 
      color: white;
    }
    .fa-battery-three-quarters{
      position: relative; 
      left: 13rem; 
      color: white;
    }
    .demoimage{
      position: relative; 
      top: 12px;
    }
    #list{
      list-style-type:none; 
      color: #fefefe;
    }
    .sidedrawer{
      position: relative; 
      bottom: 12px;
    }
    .appname{
      color: #ffc832;
    }
    .calender{
      color: #ffc832;
    }
    .sidemenu{
      position: relative; 
      bottom: 29px; 
      right: 33px;
    }
    .btn-red{
      background-color: red ;
      color: #fff;
    }
    .btn-secondary{
      background-color: #000 ;
      color: #ffc832;
    }
    .btn-secondary:hover{
      background-color: #000;
      color: #ffc832;
    }
    .thumbnail {
     width: 100%;
     height: 100%;
     overflow: hidden;
   }
   .thumbnail:hover > img {
     transform: scale(1.3)
   }
   .thumbnail:hover > div {
     opacity: 1
   }
   .thumbnail > img {
    max-width: 100%;
    transition: all 0.3s ease
  }
  .thumbnail div {
   position: absolute;
   background: rgba(1,1,1,0.8);
   color: #fff;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: all 0.3s ease;
   line-height: 300px;
   text-align: center;
   font-size: 30px;
   z-index: 2
 } 

 .item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}
.nav-item-style-page {
  display: flex;
  align-items: center;
  padding: 13px;
  width: 100%;
  border-radius: 50px;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
.nav-item-style-page:hover {
  background-image: linear-gradient(to top,#1c81a6,#123145);
  color: #fff !important;
  width: 100%;
  border-radius: 50px;
  padding: 13px;
}
/*.ribbon-title--b {
  background-color: #fec832;
  color: #000;
  display: block;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  font-size: 18px;
  line-height: 1.02;
  margin: 20px auto;
  max-width: 100%;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 496px;
  transition: all 300ms;
}
.ribbon-title--a {
  background-color: #000;
  color: #fec832;
  display: block;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  font-size: 18px;
  line-height: 1.02;
  margin: 20px auto;
  max-width: 100%;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 496px;
  transition: all 300ms;
}*/
.ribbon-title--b {
  background-color: #fec832;
  color: #000;
  font-size: 18px;
  text-align: center;
  transition: all 300ms;
}
.ribbon-title--a {
  background-color: #000;
  color: #fec832;
  font-size: 18px;
  text-align: center;
  transition: all 300ms;
}
.object-fit-cover{
  object-fit: cover !important;
}

.bg-black {
  background: #000 !important;
}

.text-body {
  color: #000 !important;
}

.font-size-40 {
  font-size: 40px
}
.font-size-30 {
  font-size: 30px
}
.font-size-25 {
  font-size: 25px
}
.font-size-22 {
  font-size: 22px
}
.font-size-18 {
  font-size: 18px
}
.font-size-16 {
  font-size: 16px
}
.font-size-14 {
  font-size: 14px
}
.font-size-12 {
  font-size: 12px
}
.text_color_blue{
  color: #084FA6;
}
.text_color_red{
  color: #FB4E30;
}
.text-color-white{
  color: #FFF;
}
.text-color-white-badge{
  -webkit-text-fill-color: #fff;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}


.white-font {
  color: #fff
}

.black-font {
  color: #000 !important;
}

.padding-5px {
  padding: 5px
}
.icon-text-color{
  color: #000;
}
.icon-text-color.active{
  color: #000;
}

.common-font-color {
  background: -webkit-linear-gradient(#fff,#fff,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.common-font-icon-color{
    background: -webkit-linear-gradient(#fff,#fff,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#F00067,#4A0055);
}
.black-bg-yellow-text{
  color: #000;
  background-color: #fec832;
}
.yellow-bg{
  background-color: #fec832;
}
.yellow-color{
  color: #fec832;
  font-weight: bold;
}
.black-bg {
  background: #000
}



.margin-bottom-17p {
  margin-bottom: 17%
}

.header {
  width: 100%;
  z-index: 2;
  margin-top: -10px
}



.header .logo {
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 5%
}

.header .menu {
  clear: both;
  max-height: 0;
  background-color: red;
  transition: max-height .2s ease-out
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding-top: 26px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  user-select: none
}

.header .menu-icon .navicon {
  background-color: #fec832;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 28px;
  margin-top: 70%;
  margin-right: 200%;
  margin-left: -80%
}

.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
  background: #fec832;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%
}

.header .menu-icon .navicon:before {
  top: 5px
}

.header .menu-icon .navicon:after {
  top: -5px
}

.header .menu-btn {
  display: none
}

.header .menu-btn:checked~.menu {
  max-height: 340px
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: 0 0
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg)
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg)
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
  top: 0
}

.dropdown-list {
  text-align: left;
  padding-left: 7px;
  background-color: #fff;
  color: #333;
  border-style: none;
  display: block
}

.dropdown-box {
  margin-right: 7px
}

@media (min-width:600px) {
  .header-left {
    float: left
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    background-color: #000
  }
  .header .menu-icon {
    display: none
  }
}



.masthead .intro-text {
  padding-top: 200px;
  padding-bottom: 50px;
  position: static
}

@media (min-width:992px) {
  .masthead .intro-text .intro-lead-in {
    background-color: #d2e6f7;
  }
}

.masthead .intro-text .intro-heading {
  font-size: 45px;
  font-weight: 600;
  position: static
}

@media (min-width:768px) {
  .masthead .intro-text {
    padding-top: 200px;
    padding-bottom: 50px;
    position: static
  }
  .masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    position: static
  }
}

@media (max-width:768px) {
  .masthead .intro-text .intro-heading {
    color: #003B73;
  }
  .masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 50px;
    position: static
  }
}

.home-photomall-family {
  font-family: Merienda
}


/*.singleImage{position:relative;max-width:600px}.overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:.9;transition:.3s ease;background-color:transparent}.singleImage:hover .overlay{opacity:.8;background-color:#000}*/

.icon_play {
  color: #fec832;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center
}

.home-content {
  text-align: justify;
  font-size: 18px;
  line-height: 30px
}

.home-border {
  border: 1px solid #gray;
}
.testimonial-border {
  border: 1px solid #585858;
}
.overview-img-height {
  width: 110%
}

@media screen and (max-width:600px) {
  .overview-img-height {
    width: 100%
  }
}

@media screen and (max-width:750px) {
  .overview1 {
    background-color: #fff;
    margin-top: -30px
  }
}

.home-bold-i {
  font-weight: 700;
  font-style: italic
}

@media (max-width:767px) {
  .font-size-3em {
    font-size: 3em
  }
}

@media (min-width:992px) {
  .font-size-4em {
    font-size: 4.375em!important
  }
  .shimmer {
    font-weight: 300;
    margin: 0 auto;
    padding: 0 120px 0 0;
    display: inline;
    margin-bottom: 0
  }
  .shimmer {
    text-align: center;
    color: rgba(255, 255, 255, .1);
    background: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(.5, #000));
    background: -moz-gradient(linear, left top, right top, from(#000), to(#000), color-stop(.5, #000));
    background: gradient(linear, left top, right top, from(#000), to(#000), color-stop(.5, #000));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222
  }
  @-moz-keyframes shimmer {
    0% {
      background-position: top left
    }
    100% {
      background-position: top right
    }
  }
  @-webkit-keyframes shimmer {
    0% {
      background-position: top left
    }
    100% {
      background-position: top right
    }
  }
  @-o-keyframes shimmer {
    0% {
      background-position: top left
    }
    100% {
      background-position: top right
    }
  }
  @keyframes shimmer {
    0% {
      background-position: top left
    }
    100% {
      background-position: top right
    }
  }
  /*::selection {
    background-color: #1f6c8e;
    color: #fff !important;
  }*/
  .user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-size: cover
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: top left
  }
  100% {
    background-position: top right
  }
}

@-o-keyframes shimmer {
  0% {
    background-position: top left
  }
  100% {
    background-position: top right
  }
}

@keyframes shimmer {
  0% {
    background-position: top left
  }
  100% {
    background-position: top right
  }
}


.user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-size: cover
}

.user_options-container {
  position: relative;
  width: 80%
}

.user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #1a2c56;
  border-radius: 3px
}

.ms-header {
  display: flex;
  align-items: center;
  jsutify-content: center;
  font-family: sans-serif
}

@media (max-width:767px) {
  .ms-header-title {
    font-size: 3rem
  }
  .ms-slider-words {
    font-size: 3rem
  }
}

@media (min-width:992px) {
  .ms-header-title {
    font-size: 4rem
  }
  .ms-slider-words {
    font-size: 4.3rem
  }
}
.pointer-cursor{
  cursor: pointer;
}

.ms-header-title {
  flex: 1 1 100%;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .4)
}

.ms-slider {
  display: inline-block;
  height: 1.5em;
  overflow: hidden;
  vertical-align: middle;
  -webkit-mask-image: linear-gradient(transparent, #fff, #fff, #fff, transparent);
  mask-image: linear-gradient(transparent, #fff, #fff, #fff, transparent);
  mask-type: luminance;
  mask-mode: alpha
}

.ms-slider-words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-name: wordSlider;
  animation-name: wordSlider;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
  animation-duration: 7s
}

.ms-slider-word {
  display: block;
  line-height: 1.3em;
  text-align: center
}



/*Toggle button*/ 
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; 
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3545;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 7px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #198754;
}

input:focus + .slider {
  box-shadow: 0 0 1px #198754;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.form-check-input-before {
  background-color: #dc3545; 
  border-color: #dc3545;
}
.form-check-input:checked {
    background-color: #0b8026;
    border-color: #0b8026;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.padding-3px{
  padding: 3px !important;
}
.padding-left-1px{
  padding-left: 1px !important;
}

.slider.round:before {
  border-radius: 50%;
}
.z-index-nav {
  z-index: 10000;
}



@-webkit-keyframes wordSlider {
  0%,
  27% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50%,
  75% {
    -webkit-transform: translateY(-33%);
    transform: translateY(-33%)
  }
  100% {
    -webkit-transform: translateY(-66%);
    transform: translateY(-66%)
  }
}

@keyframes wordSlider {
  0%,
  27% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50%,
  75% {
    -webkit-transform: translateY(-33%);
    transform: translateY(-33%)
  }
  100% {
    -webkit-transform: translateY(-66%);
    transform: translateY(-66%)
  }
}

@-moz-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

.bouncer i {
  display: block;
  color: #fff
}

.home-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 60px
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite
}

.album-btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 16px;
  background: #000;
  color: #fec832;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: normal;
  border: 0;
  border-radius: .4rem;
  box-shadow: -1px 1px 8px rgba(0, 0, 0, .4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.album-btn:hover {
  box-shadow: -2px 2px 16px rgba(0, 0, 0, .6)
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #1a2c56;
  color: #fec832;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 300px;
  font-size: 18px
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein .5s, fadeout .5s 2.5s;
  animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }
  to {
    bottom: 300px;
    opacity: 1
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }
  to {
    bottom: 300px;
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 300px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes fadeout {
  from {
    bottom: 300px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 0
  }
}

.floating-form .label {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  color: #121212!important;
  font-size: 0.9rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.floating-form label {
  transition: all .6s;
  touch-action: manipulation;
  size: 12px
}

.floating-form label {
  letter-spacing: .05em
}

.floating-form .input-text:focus {
  outline: 0!important;
  border-bottom: 1px solid lightgrey;
  height: 40px;
}

.floating-form input:placeholder-shown+label {
  cursor: text;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: top bottom;
  transform: translate(0, 1rem)
}

.floating-form input:focus+label,
.floating-form input:not(:placeholder-shown)+label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.floating-form input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.floating-form .label input:focus~span {
  color: #000;
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit
}

::-moz-placeholder {
  opacity: 0;
  transition: inherit
}

.floating-form input:focus::-webkit-input-placeholder {
  opacity: 1
}

.floating-form input:focus::-moz-placeholder {
  opacity: 1;
  color: gray
}

.floating-form .input-text {
  border: 0;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: text;
}

textarea {
  background: linear-gradient(to bottom, transparent 100%, #1a2c56 8%) no-repeat;
  background-position: -300px 0;
  background-size: 300px 100%;
  display: block;
  width: 100%;
  height: 110px;
  font-size: 15px;
  transition: all .6s
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

textarea:focus,
textarea:valid {
  background-position: 0 0;
  outline: 0
}

textarea:focus~label,
textarea:valid~label {
  top: -12px;
  color: #1a2c56;
  font: 700 12px
}

.error,
.help-block {
  color: red;
  font-size: 12px
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0
}

.tab-group:after {
  content: "";
  display: table;
  clear: both
}

.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  background: rgba(160, 179, 176, .25);
  color: #000!important;
  font-size: 17px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease
}

.tab-group .active a {
  background: #000;
  color: #fec832!important
}

.tab-content>div:last-child {
  display: none
}

.login-tab-form h1 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin: 0 0 40px
}

.error_message {
  color: maroon;
  text-align: left;
  margin-left: 15px
}
.contact-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 7%
}

.client-button-style {
  /*width: 110px;*/
  font-size: 12px;
  color: #fff!important
}

#client_table button:hover {
  color: #fff!important;
  font-weight: 700
}

.my-album-card {
  width: 380px
}

@media (max-width:767px) {
  .my-album-card {
    width: 100%
  }
}

@media (max-width:500px) {
  #captcha {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
  }
}

.image-outer-container {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 50%;
  position: relative
}

.image-inner-container {
  border-radius: 50%;
  padding: 5px;
  background: #833ab4;
  background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
  background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4)
}

.image-inner-container img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 5px solid #fff
}

.image-outer-container .yellow-icon {
  background-color: #fec832;
  position: absolute;
  right: 30px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  border: 5px solid #fff;
  border-radius: 50%
}

.dashboard-username-h1 {
  color: #000;
  font-size: 1.5em;
  margin: auto;
  text-align: center
}

.user-profile-name {
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
  font-style: normal;
  padding-top: .1em;
  text-shadow: .07em .07em 0 rgba(0, 0, 0, .1)
}

.dashboard-profile-name::after,
.dashboard-profile-name::before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: .2;
  margin: 0 .6em;
  font-size: .5em
}

.album-cover-image-hover {
  position: relative
}

.album-cover-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden
}

.album-cover-name {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  color: #fff
}

.album-cover-image-over:hover .album-cover-image {
  opacity: .3
}

.album-cover-image-over:hover .album-cover-name {
  opacity: 1
}

#aboutus-container {
  box-shadow: 0 15px 30px 1px rgba(128, 128, 128, .31);
  background: rgba(255, 255, 255, .9);
  text-align: center;
  border-radius: 5px;
  overflow: hidden
}

#team {
  padding: 60px 0
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 40px
}

#team .member-info-content {
  margin-top: 50px;
  transition: margin .2s
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin .4s
}

#team .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
  text-align: center
}

#team .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
  text-align: center
}

#team .member .social a {
  transition: none;
  color: #fff
}

#team .member .social a:hover {
  color: #1ac8db
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px
}

#team button {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: .5s;
  margin-bottom: 20px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #1ac8db;
  display: table;
  margin: auto;
  border: none;
  outline: 0
}

#team button:hover {
  background: #fff;
  color: #1ac8db;
  cursor: pointer
}

#team .img {
  border-radius: 100%;
  display: flex;
  flex: 0 0 150px;
  height: 200px;
  justify-content: center;
  margin-top: 10%;
  position: relative;
  width: 200px;
  background: rgba(0, 0, 0, .2);
  overflow: hidden
}

#team .img img {
  height: 100%
}

#team .img__overlay {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .25s;
  z-index: 1
}

#team .img__overlay:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3)
}

.demo {
  background: #252c44
}

.our-team {
  text-align: center
}

.our-team .team_img {
  position: relative;
  overflow: hidden
}

.our-team .team_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all .3s ease 0s
}

.our-team:hover .team_img:after {
  bottom: 0
}

.our-team img {
  width: 100%;
  height: auto
}

.our-team .social {
  padding: 0 0 18px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -100%;
  right: 10px;
  background: #f76c5e;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  transition: all .3s ease 0s
}

.our-team:hover .social {
  top: 0
}

.our-team .social li a {
  display: block;
  padding: 15px;
  font-size: 15px;
  color: #fff
}

.our-team:hover .social li a:hover {
  color: #2a4284
}

.team-content {
  padding: 20px 0
}

.title {
  font-size: 18px;
  font-weight: 700;
  color: #2a4284;
  text-transform: capitalize;
  margin: 0 0 20px;
  position: relative
}

.title:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #27ae61;
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: 9px;
  transition-duration: .25s
}

.title:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #27ae61;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: 9px;
  transition-duration: .25s
}

.our-team:hover .title:after,
.our-team:hover .title:before {
  width: 50px
}

.post {
  display: inline-block;
  font-size: 15px;
  color: #f76c5e;
  text-transform: capitalize
}

.post:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27ae61;
  margin: 0 auto;
  position: relative;
  top: -13px
}

@media only screen and (max-width:990px) {
  .our-team {
    margin-bottom: 30px
  }
}

.message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  width: 100%;
  color: #fff;
  margin: -1px;
  padding: 15px;
  position: sticky;
  font-weight: 700;
  animation: animate-bg 2s linear infinite
}

.error-info {
  background-color: #f64b2f
}

.info {
  background-color: #7eb62e
}

.info_info {
  background-color: #f60
}

@keyframes animate-bg {
  from {
    background-position: 0 0
  }
  to {
    background-position: -80px 0
  }
}


/*.pm-btn:hover {
  nox-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  transform: translateY(-3px)
}*/

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px 0 0 3px;
}

.btn { 
  /*margin-bottom:10px;*/
  font-weight: bold;
}
.border-radius-big{
  width: 10rem;
  padding: 0.6rem;
  border-radius: 2rem;
}
#dashboard_sidenav a {
  position: absolute;
  left: -94px;
  transition: .3s;
  padding: 15px;
  width: 130px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  background-color: #1a2c56;
  color: #fec832
}

.footer-contact-icon{
  color:#fff; 
  text-decoration: none;
}
@media screen and (max-width:750px) {
  .footer-font-size {
    font-size: 12px;
    font-weight: 400
  }
}
.footer-bottom-color{
 background-image: linear-gradient(to right,#585858 10% ,#292929 90% );
}

/* start btn-label in main_web - user show page */
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 0 0 3px;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left !important;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: auto;
  text-overflow: ellipsis;
}

.color-bc-black {
  border-color: gray;
}
.color-bc-black:hover {
  color: gray;
}
.common-button-style {
  width: auto;
  font-weight: bold;
  background: #fec832 !important;
  font-size: 15px;
  border-radius: 50px;
  color:#000;
  outline: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*.common-button-style:hover {
  background: #000 !important;
  color: #fec832 !important;
}*/
/* end btn-label in main_web - user show page */

.social-media {
  font-size: 15px;
  width: 26px;
  text-align: center;
  margin: 3px;
  padding: 4px;
  border: 1px solid #fec832;
  border-radius: 50%;
  color: #fec832
}

.fa-facebook:hover {
  color: #3b5998;
  border: 1px solid #3b5998
}

.instagram:hover {
  color: #8a3ab9;
  border: 1px solid #8a3ab9
}
::-moz-selection {
  background: #1f6c8e;
  text-shadow: none
}

img::selection {
  background: 0 0
}

img::-moz-selection {
  background: 0 0
}

.slideshow {
  margin: 0 auto;
  padding-top: 100px;
  height: 400px;
  background: #000;
  box-sizing: content-box
}



.details-form-container {
  width: 800px;
  height: 140%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
.box-shadow {
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);*/
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
}
.box-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px,inset 0 0 20px rgba(0, 0, 0, 0.24)!important;
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 100%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  color: #1a2c56;
  transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.file-upload {
  width: 600px;
  border-radius: 100%;
  margin-top: -130px;
  cursor: pointer
}

.file-upload-input {
  display: none
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1fb264;
  position: relative
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1fb264;
  border: 4px dashed #fff
}

.file-upload-image {
  border-radius: 100%;
  margin-left: -60px;
  margin-top: -10px;
  margin-bottom: -150px
}

@media screen and (max-width:600px) {
  .file-upload-image {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    margin-left: -50px;
    margin-top: 50px;
    margin-bottom: -100px
  }
  #name {
    margin-left: 0
  }
}

.left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.name {
  margin-left: 30px;
  font-weight: 400px;
  font-size: 22px;
  color: #1a2c56
}

.gallery2 {
  box-shadow: 0 2px 10px 2px grey;
  margin-top: 35px
}

.gallery div {
  margin-bottom: 30px
}

.gallery img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
  width: 200px;
  height: 150px;
  cursor: pointer;
  max-width: 100%
}

@media screen and (max-width:600px) {
  #name {
    margin-left: 0
  }
  .gallery {
    margin-bottom: 30px
  }
}

.box {
  height: 100px;
  width: 50px;
  padding: 35px;
  border-radius: 20px/50px
}

.modal-title {
  /*color: #000;
  text-align: center;
  font-size: 20px;*/
  font-weight: bold;
  padding: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width:600px) {
  .modalbox .box {
    margin: 0 auto;
    min-width: 210px;
    padding: 40px;
    width: 100%;
    margin-top: 100px
  }
}

.header_studio_name {
  color: #fec832
}

.myalbum_content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden
}

.myalbum_content .myalbum_content-overlay {
  background: rgba(0, 0, 0, .7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s
}

.myalbum_content:hover .myalbum_content-overlay {
  opacity: 1
}

.myalbum_content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.myalbum_content-text {
  color: #1a2c56
}

#add_client {
  margin-top: 2px;
  margin-right: 30px
}

.client-btn {
  font-weight: 700;
  background-color: #1a2c56;
  color: #fec832;
  border-radius: 100%;
  padding: 7px;
  text-align: center;
  outline: 0;
  border: none
}

#alert {
  color: #fec832
}

.client_column {
  color: #1a2c56
}

.client_polaroid {
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media screen and (max-width:600px) {
  .popup {
    margin: 100px auto;
    padding-top: 2px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out
  }
}

.icon_verified_color {
  color: green
}
.icon_unverified_color{
  color: gray;
}

.change-password-main {
  padding: 20px 20px 0 20px
}

#trash {
  font-size: 25px
}

.category {
  font-size: 16px;
  padding-top: 20px
}

.sidenav {
  height: 60%;
  width: 10%;
  position: fixed;
  left: 15px;
  text-align: left;
  overflow-x: hidden;
  padding-top: 20px;
  background: 0 0;
  line-height: 30px
}

.sidenav a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  color: #1a2c56
}

.addalbum-gallery {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  overflow: hidden
}

.addalbum-gallery .addalbum-gallery-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid
}

@media screen and (max-width:1200px) {
  .addalbum-gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
  }
}

@media screen and (max-width:800px) {
  .addalbum-gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}

@media screen and (max-width:600px) {
  .addalbum-gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }
  to {
    bottom: 300px;
    opacity: 1
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }
  to {
    bottom: 300px;
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 300px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes fadeout {
  from {
    bottom: 300px;
    opacity: 1
  }
  to {
    bottom: 0;
    opacity: 0
  }
}

.url_passcode {
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px
}

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer
}

.btn-info,
.btn-success,
.btn-warning {
  color: #fff
}

@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
    transform: translate3d(-30px, -50%, 0)
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
}

@keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
    transform: translate3d(-30px, -50%, 0)
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
}

@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
    transform: translate3d(calc(100% + 30px), -50%, 0)
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
  }
}

@keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
    transform: translate3d(calc(100% + 30px), -50%, 0)
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
  }
}

@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.user_options-registered,
.user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #fff;
  font-weight: 300
}

.user_registered-title,
.user_unregistered-title {
  font-size: 1.66rem;
  color: #fff;
  font-weight: 700
}

.user_registered-text,
.user_unregistered-text {
  font-size: .83rem
}

.user_registered-login,
.user_unregistered-signup {
  margin-top: 30px;
  border: 1px solid #fec832;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fec832;
  text-transform: uppercase;
  letter-spacing: .2rem;
  transition: background-color .2s ease-in-out, color .2s ease-in-out
}

.user_registered-login:hover,
.user_unregistered-signup:hover {
  border: 1px solid #1a2c56;
  color: #1a2c56;
  background-color: #fec832
}

.user_options-forms {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, .25);
  overflow: hidden;
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.user_options-forms .user_forms-login {
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out
}

.user_options-forms .forms_title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #1a2c56;
  letter-spacing: .1rem
}

.user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  letter-spacing: .1rem;
  transition: border-color .2s ease-in-out
}

.user_options-forms .forms_field-input::placeholder {
  font-size: 18px;
  font-weight: 300
}

.user_options-forms .forms_field-input:focus {
  border-color: gray
}

.user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10px
}

.user_options-forms .forms_buttons-forgot {
  letter-spacing: .1rem;
  color: #ccc;
  text-decoration: underline;
  transition: color .2s ease-in-out
}
.text_underline{
  text-decoration: underline;
}  
.user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3
}

.user_options-forms .forms_buttons-action {
  background-color: #e8716d;
  border-radius: 3px;
  padding: 10px 35px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1rem;
  transition: background-color .2s ease-in-out
}

.user_options-forms .forms_buttons-action:hover {
  background-color: #e14641
}

.user_options-forms .user_forms-login,
.user_options-forms .user_forms-signup {
  position: absolute;
  top: 20px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out, transform .5s ease-in-out;
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.user_options-forms .user_forms-signup {
  -webkit-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0)
}

.user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end
}

.user_options-forms .user_forms-login {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible
}

.user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
  animation: bounceLeft 1s forwards
}

.user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
  animation: showSignUp 1s forwards
}

.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0)
}

.user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
  animation: bounceRight 1s forwards
}

.forms_fieldset {
  border-style: none
}

@media screen and (max-width:990px) {
  .user_options-forms {
    min-height: 350px
  }
  .user_options-forms .forms_buttons {
    flex-direction: column
  }
  .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 30px
  }
  .user_options-forms .user_forms-login,
  .user_options-forms .user_forms-signup {
    top: 40px
  }
  .user_options-registered,
  .user_options-unregistered {
    padding: 50px 45px
  }
}

.profilepress-reg-status {
  border-radius: 6px;
  font-size: 17px;
  line-height: 1.471;
  padding: 10px 19px;
  background-color: #e74c3c;
  color: #fff;
  font-weight: 400;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0
}



.fs-title {
  margin-bottom: 10px
}

.fs-subtitle {
  font-weight: 400
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step
}

#progressbar li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  width: 33%;
  float: left;
  position: relative
}

#progressbar li:before {
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 15px;
  color: #333;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto 5px auto
}

#progressbar li:first-child:after {
  content: none
}

#progressbar li.active:after,
#progressbar li.active:before {
  background: #1a2c56;
  color: #fff
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 50px;
  align-items: stretch;
  width: 100%;
  margin: auto 0
}

@media (max-width:767px) {
  .price-grid {
    margin: auto 10px!important
  }
}
#pricing-table-6{
  text-align: center;
  padding: 40px 17px 60px;
  transition: .3s ease-in;
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, #000  15%, rgba(255,200,50, 0.75) 100%);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.25), 0 15px 12px rgba(0,0,0,0.99);
}
#pricing-table-6.bg-orange {
  background-color: #f06031;
}
#pricing-table-6 .price-header .title {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 35px;
}
#pricing-table-6 .price-header .icon {
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 30px;
  color: #197beb;
  transition: .3s ease-in;
}
#pricing-table-6 .price-header .price {
  font-size: 32px;
  line-height: 10px;
  color: 000;
  font-weight: 750;
  margin-bottom: 2px;
  transition: .3s ease-in;
  text-align: center;
  padding-left: 2px;
  position: relative;
  padding: 20px 20px 20px;
  z-index: 0;
}
#pricing-table-6 .price-header .price:after {
  position: absolute;
  left: -20%;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  content: '';
  height: 100%;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  z-index: -1;
}
#pricing-table-6 .price-header .price .month {
  font-size: 22px;
  line-height: 23px;
}
#pricing-table-6 .price-footer {
  margin-top: 40px;
}
#pricing-table-6 .price-footer .order-btn {
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 25px;
  color: #ffc832;
  transition: .5s ease-in;
  font-weight: 600;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
#pricing-table-6 .price-footer .order-btn:hover {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
  background-color: #ffc832;
  color: #000;
}
.pricing-table-6{
  text-align: center;
  padding: 10px 10px 100px;
  transition: .3s ease-in;
  position: relative;
  z-index: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.25), 0 15px 12px rgba(0,0,0,0.99);
}
.pricing-table-6.bg-orange {
  background-color: #f06031;
}
.pricing-table-6 .price-header .title {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 35px;
  color: #000;
}
.pricing-table-6 .price-header .icon {
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 30px;
  color: #197beb;
  transition: .3s ease-in;
}
.pricing-table-6 .price-header .price {
  font-size: 32px;
  line-height: 10px;
  color: 000;
  font-weight: 750;
  margin-bottom: 2px;
  transition: .3s ease-in;
  text-align: center;
  position: relative;
  padding: 15px 15px 15px;
  z-index: 0;
}
.pricing-table-6 .price-header .price:after {
  position: absolute;
  left: -20%;
  top: 0;
  width: 90%;
  background-color: #fec832;
  border-radius: 20px;
  content: '';
  height: 100%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: -1;
}

.pricing-table-6 .price-header .price .month {
  font-size: 22px;
  line-height: 23px;
}
.pricing-table-6 .price-footer {
  margin-top: 40px;
}
.pricing-table-6 .price-footer .order-btn {
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 25px;
  color: #ffc832;
  transition: .5s ease-in;
  font-weight: 600;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.pricing-table-6 .price-footer .order-btn:hover {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
  background-color: #ffc832;
  color: #000;
}
.pricing-table-6 .price-body ul {
  margin: 35px;
  padding: 0;
}
.pricing-table-6 .price-body ul li {
  list-style: none;
  margin-left:1em;
  color: #fff;
  margin: 25px 0;
  transition: .3s ease-in;
}
.pricing-table-6 .price-body ul li:first-child {
  margin-top: 0;
}
.pricing-table-6 .price-body ul li:last-child {
  margin-bottom: 0;
}
.price-body ul li:before{
 content: "\00BB";
 position: relative;
 left: -5px;
}
.banner {
  width: auto;
  background-size: cover;
  font-size: 60px;
  color: #000;
  text-align: center;
  padding: 40px 15px;
}
.gradient{
 background-image: linear-gradient(to right,#585858 10% ,#292929 90% );

}

.big-text {
  font-size: 80px;
  font-weight:900;
  animation-delay: 1s;
}
.for-text{
  font-size: 40px;
  font-weight:400;
  animation-delay: 1s;
}

.banner a {
  display: inline-block;
  background: #000;
  color: #ffc832;
  text-transform: uppercase;
  padding: 15px;
  text-decoration: none;
  font-size: 40px;
}
.banner a:hover {
  background: #ffc832;
  color: #000;
  padding: 5px 10px;
}
.ribbon {
  width: 400px;
  height: 60px;
  margin: 100px auto 0px;
  position: relative;
  color: #000;
  font: 28px/60px sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #ffc832;
  
  -webkit-animation: main 250ms;
  -moz-animation: main 250ms;
  -ms-animation: main 250ms;
  animation: main 250ms;
}
.ribbon i {
  position: absolute;
}
.ribbon i:first-child, .ribbon i:nth-child(2) {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  border: 20px solid transparent;
  border-right-color: #ffc832;
  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}
.ribbon i:nth-child(2) {
  left: auto;
  right: -20px;
  border-right-color: transparent;
  border-left-color: #ffc832;
}
.ribbon i:nth-child(3), .ribbon i:last-child {
  width: 20px;
  bottom: -20px;
  left: -60px;
  z-index: -2;
  border: 30px solid #ffc832;
  border-left-color: transparent;
  
  -webkit-animation: back 600ms;
  -moz-animation: back 600ms;
  -ms-animation: back 600ms;
  animation: back 600ms;
  
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.ribbon i:last-child {
  bottom: -20px;
  left: auto;
  right: -60px;
  border: 30px solid #ffc832;
  border-right-color: transparent;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.mycard {
  text-align: center;
  position: relative;
  border-radius: 15px;
  padding: 0 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
  transition: .5s;
  overflow: hidden
}

.mycard:hover {
  transform: scale(1.04)
}

.basic,
.basic .heading .fa {
  background: linear-gradient(-15deg, #000, #fec832)
}

.mycard::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  transform: skewY(-5deg) scale(1.5)
}

.heading h2 {
  position: relative;
  margin: 20px 0 0;
  color: #fff;
  font-size: 28px;
  z-index: 2
}

.circular-shape {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  background: linear-gradient(-15deg, #000, #fec832)
}

.circular-content {
  font-size: 40px;
  padding-top: 15px;
  margin-bottom: 0
}

.price {
  position: relative;
  z-index: 2
}

.price h4 {
  margin: 0;
  padding: 20px 0 0 0;
  color: #fff;
  font-size: 40px
}
.plans-icon{
  text-align: right;
  font-size: 1.5em;
}

.option {
  position: relative;
  z-index: 2
}

.option ul {
  margin: 0;
  padding: 0
}

.option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 14px
}

.mycard a {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  font-weight: 700
}

.fa-times {
  color: red
}

.heading-bg {
  border-radius: 0 0 70% 70%;
  background-color: #000
}

.padding-10px {
  padding: 10px
}

@media (max-width:767px) {
  .order-button-padding {
    margin: 40px auto 8px
  }
}

.timeline {
  position: relative
}

.timeline::before {
  content: '';
  background: #666;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.timeline-item {
  width: 100%;
  margin-bottom: 70px
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0
}

.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3)
}

.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #f5f5f5
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: #fec832;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px
}

.bnt-more {
  background: #3f51b5;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6)
}

.timeline-card {
  padding: 0!important
}

.timeline-card p {
  padding: 0 20px
}

.timeline-card a {
  margin-left: 20px
}

.timeline-img-header {
  height: 200px;
  position: relative;
  margin-bottom: 20px
}

.timeline-img-header h2 {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 20px
}

.date {
  background: #ff4081;
  display: inline-block;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0
}

@media screen and (max-width:768px) {
  .timeline::before {
    left: 50px
  }
  .timeline .timeline-img {
    left: 50px
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent
  }
}

.padding-left-px {
  padding-left: 10px
}

.padding-right-px {
  padding-right: 10px
}
.padding-bottom-px {
  padding-bottom: 20px
}

.icon-facebook {
  color: #3b5998
}

.icon-twitter {
  color: #1da1f2
}

.icon-googleplus {
  color: #db4a39
}

.icon-instagram {
  color: #8a3ab9
}

.icon-youtube {
  color: #c4302b
}

.icon-facebook-grey {
  color: grey
}

.icon-twitter-grey {
  color: grey
}

.icon-googleplus-grey {
  color: grey
}

.icon-instagram-grey {
  color: grey
}

.icon-youtube-grey {
  color: grey
}

.para-list-style {
  text-align: justify;
  font-size: 14px
}



.password-eye-icon {
  float: right;
  margin-left: -25px;
  margin-top: -40px;
  position: relative;
  color: grey;
  font-size: 20px
}

.copy-to-clipboard {
  background: #000;
  border-radius: 50%;
  text-align: center;
  padding: 5px 7px
}

.popup-icon-color {
  color: #fec832;
  font-size: 14px;
  padding-right: 8px
}

.login-form-container {
  max-width: 800px
}

section#formHolder {
  padding: 50px 0
}

.brand {
  padding: 0 20px;
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-color: #000;
  min-height: 638px;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  z-index: 9999
}

.brand.active {
  width: 100%
}

.brand::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .85)
}

.brand .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

.login-user-form {
  position: relative
}

.login-user-form .form-piece {
  background: #fff;
  min-height: 580px;
  margin-top: 28px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
  color: #bbb;
  padding: 30px 0 60px;
  position: absolute;
  top: 0;
  left: -30%;
  width: 130%;
  overflow: hidden
}

.login-user-form form {
  padding: 0 30px;
  margin: 0;
  width: 70%;
  position: absolute;
  left: 25%
}

@media (max-width:480px) {
  section#formHolder .user-form {
    width: 100vw;
    margin-left: 0
  }
  h2 {
    /*font-size:50px!important*/
  }
}
/*------------------------- paginate -------------------------------*/
.page-item.active .page-link {
  background-color: #1d1d1f;
  color:#fff;
  border-color: #1d1d1f;
}
.page-link {
  color:#000;
}
.page-link:hover {
  color: #fff !important;
  background: #1d1d1f !important;
  
}
/*-------------------------------------------------------------------------*/

.grey-color {
  color: grey
}
.plan-background {
  background-color: #404040;
}  
.margin-bottom-none {
  margin-bottom: 0
}
.padding-top-5px{
  margin-top: -50px;
}

.bg-style {
  background: #000;
  border-left: 3px solid #fec832;
  padding: 2px 0;
  margin-top: 2%
}

.number-count-design {
  width: auto;
  height: auto;
  border-radius: 50%;
  background: #000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 3px
}

@media screen and (max-width:767px) {
  .qrcode-margin {
    margin-top: 10px!important
  }
}

.predesigned-card {
  border: 1px solid grey!important;
  background-image: linear-gradient(-225deg, rgba(254, 200, 50, .51) 50%, rgba(0, 0, 0, .03) 50%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.hover-effect:hover {
  top: -7px;
  box-shadow: 0 12px 16px rgba(0, 0, 0, .2)!important
}

/*.form-control {
  border-style: none;
  border-bottom: 1px solid #1a2c56;
  outline-color: #fff;
}*/

#catalogue div {
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  background-size: 100% 100%
}

#loaderMask {
  text-align: left;
  padding-top: 20%;
  color: #000
}

#loaderMask span {
  font-size: 5em;
  color: #000
}

.frame ul li .pag-nums span {
  display: block
}




.album_text {
  height: inherit;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font: 900 35px/50vh Merienda, cursive;
  text-align: center;
  filter: invert(1)
}

.client_name {
  margin-left: -300px;
  font-weight: 700;
  font-size: 25px
}

.album_name {
  margin-left: -320px;
  font-size: 20px
}
.font-size-20{
  font-size:20px;
}

#row {
  padding: 50px;
  margin-top: 100px
}

.cardd {
  border-bottom: 4px solid #000
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.card-1:hover {
  box-shadow: 10px 14px 28px rgba(0, 0, 0, .25), 10px 10px 10px rgba(0, 0, 0, .22)
}

/*.card-footer {
    background-color: rgba(255,255,255, 0.9);
    border-top: 1px solid rgba(255,255,255, 1);
    border-radius: 10px !important;
    
}*/

.photo-selection-status-selected {
  color: #fff;
  background-color: #28a745;
}

.photo-selection-status-rejected {
  color: #fff;
  background-color: #dc3545;

}
.photo-selection-status-wait-listed {
  
  background-color: #fec832;
  color: black;
}
/*a.current{background:red;color:#fff;box-shadow:3px 3px 15px 3px #666;border-color:#c76c0c;background:#c76c0c;color:#fff;cursor:pointer;zoom:1;opacity:1}*/
.hidden-input {
  left: -999px;
  position: absolute
}
.update-cover-margin {
  margin-top: 14%
}

@media (max-width:767px) {
  .update-cover-margin {
    margin-top: 125%
  }
}

.dashboard-card {
  overflow: hidden;
  border-radius: 0
}

.card-block {
  padding: 10px 5px
}

.card-block .rotate {
  z-index: 8;
  float: right;
  height: 100%
}

.card-block .rotate i {
  color: rgba(20, 20, 20, .15);
  position: absolute;
  right: -16px;
  bottom: 0;
  display: block;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg)
}

.dashboard-card-bg-color {
  background: rgba(0, 0, 0, .52)
}

.font-icon-style {
  color: #fec832!important;
  font-size: 45px
}
.logo-pic {
  overflow: hidden;
  position: absolute;
  width: 7rem;
}

.logo-pic img {
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
  position: absolute;
  width: 170px
}

.logo-pic:hover .image-wrapper {
  bottom: 0
}

.qr-iamge {
  border-radius: 0
}

.profile-cancel {
  background-color: #fff!important;
  border: 1px solid #000!important
}

.logo-pic-mobile {
  border-radius: 50%;
  height: 120px;
  overflow: hidden;
  position: absolute;
  width: 120px
}

.logo-pic-mobile img {
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
  position: absolute;
  transition: all .15s ease-out;
  width: 120px
}

.logo-pic-mobile:hover .image-wrapper {
  bottom: 0
}

.polaroid {
  background-color: #fff;
  margin-bottom: 10%;
  margin-top: 1%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.album-gallery-image {
  height: 200px;
  border-radius: 5px;
  border-bottom-left-radius: 120px 40px;
  border-bottom-right-radius: 120px 40px
}

.login-card-margin {
  margin-top: -100px
}

.login-main-card-height {
  height: 680px
}

@media (max-width:767px) {
  .login-card-margin {
    margin-top: -160px
  }
  .login-main-card-height {
    height: 600px
  }
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.clockface {
  width: 160px;
  padding: 3px;
  text-align: center
}

.clockface>div {
  clear: both;
  overflow: auto
}

.clockface .inner,
.clockface .outer {
  width: 22px;
  height: 22px;
  line-height: 22px;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.clockface .inner.active,
.clockface .inner.active:hover,
.clockface .outer.active,
.clockface .outer.active:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.clockface .inner:hover,
.clockface .outer:hover {
  background-color: #dcdcdc
}

.clockface .outer {
  color: gray;
  font-size: .8em
}

.clockface .outer.active,
.clockface .outer.active:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.clockface .outer.active.active,
.clockface .outer.active.disabled,
.clockface .outer.active:active,
.clockface .outer.active:hover,
.clockface .outer.active:hover.active,
.clockface .outer.active:hover.disabled,
.clockface .outer.active:hover:active,
.clockface .outer.active:hover:hover,
.clockface .outer.active:hover[disabled],
.clockface .outer.active[disabled] {
  color: #fff;
  background-color: #51a351
}

.clockface .inner.active,
.clockface .inner.active:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.clockface .inner.active.active,
.clockface .inner.active.disabled,
.clockface .inner.active:active,
.clockface .inner.active:hover,
.clockface .inner.active:hover.active,
.clockface .inner.active:hover.disabled,
.clockface .inner.active:hover:active,
.clockface .inner.active:hover:hover,
.clockface .inner.active:hover[disabled],
.clockface .inner.active[disabled] {
  color: #fff;
  background-color: #04c
}

.clockface .l1 .cell,
.clockface .l5 .cell {
  width: 22px;
  display: inline-block
}

.clockface .l1 .outer {
  margin-bottom: 3px
}

.clockface .l5 .outer {
  margin-top: 3px
}

.clockface .l2 .inner,
.clockface .l2 .outer,
.clockface .l3 .inner,
.clockface .l3 .outer,
.clockface .l4 .inner,
.clockface .l4 .outer {
  display: inline-block;
  vertical-align: middle
}

.clockface .l2 .left,
.clockface .l3 .left,
.clockface .l4 .left {
  float: left
}

.clockface .l2 .left .outer,
.clockface .l3 .left .outer,
.clockface .l4 .left .outer {
  margin-right: 3px
}

.clockface .l2 .right,
.clockface .l3 .right,
.clockface .l4 .right {
  float: right
}

.clockface .l2 .right .outer,
.clockface .l3 .right .outer,
.clockface .l4 .right .outer {
  margin-left: 3px
}

.clockface .ampm {
  font-size: .8em;
  text-decoration: none;
  border-bottom: dashed 1px
}

.clockface .ampm:focus {
  outline: 0
}

.gamma-container {
  min-height: 300px
}

.gamma-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  color: #fff
}

.gamma-gallery:after,
.gamma-gallery:before {
  content: " ";
  display: table
}

.gamma-gallery:after {
  clear: both
}

.gamma-gallery li {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  padding: 24px
}

.gamma-gallery li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block
}

.gamma-description {
  background: #000;
  background: rgba(255, 255, 255, .6);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out
}

.no-touch .gamma-gallery li:hover .gamma-description {
  opacity: 1
}

.gamma-description:before {
  content: '';
  height: 100%
}

.gamma-description h3,
.gamma-description:before {
  display: inline-block;
  vertical-align: middle
}

.gamma-description h3 {
  width: 100%;
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px
}

.gamma-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10001;
  color: #fff
}

.gamma-buttons button {
  float: left;
  background: #333;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
  border: none;
  outline: 0
}

.gamma-buttons button:before,
.gamma-nav span:before {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: block;
  text-align: center;
  opacity: .7;
  outline: 0
}

.gamma-buttons button:hover {
  background: #666
}

button.gamma-btn-close:before {
  content: '\2715'
}

button.gamma-btn-ssplay:before {
  content: '\25b6'
}

button.gamma-btn-sspause:before {
  content: '\2389'
}

.gamma-single-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
  display: none
}

.gamma-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  z-index: 9999
}

.gamma-single-view img {
  position: absolute;
  cursor: pointer
}

.gamma-description-wrapper {
  background: rgba(0, 0, 0, .7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 5px 0
}

.gamma-single-view .gamma-description {
  background: 0 0;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto
}

.gamma-single-view .gamma-description h3 {
  font-size: 15px;
  padding: 5px 0;
  color: #fff
}

.gamma-nav span {
  position: absolute;
  display: block;
  width: 20px;
  height: 38px;
  top: 47.5%;
  margin-top: -19px;
  left: 20px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.gamma-nav span.gamma-next {
  left: auto;
  right: 20px
}

.gamma-nav span:before {
  color: #fff;
  opacity: .7;
  font-size: 40px
}

.gamma-nav span:hover:before {
  opacity: 1
}

.gamma-nav span:before {
  display: block;
  margin: 0;
  width: auto
}

.gamma-nav span.gamma-prev:before {
  content: '\2039'
}

.gamma-nav span.gamma-next:before {
  content: '\203A'
}

.gamma-img-fly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999
}

.gamma-buttons button,
.gamma-description,
.gamma-description h3,
.gamma-description-wrapper,
.gamma-nav span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
  /*.container h1 {
      font-family: Nunito
  }*/


@media screen and (max-width:750px) {
  .gamma-description {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px
  }
  .gamma-description h3 {
    font-size: 14px;
    padding: 0 5px
  }
}

@media screen and (max-width:500px) {
  .gamma-buttons {
    float: left;
    clear: both
  }
}

.text {
  color: #000;
  text-align: justify;
  font-weight: 100;
  font-size: 1em;
  letter-spacing: 1px
}
/*Mobile App Page*/
.get-app{
  position: relative;
  top: 25px;
}
#PhotoMall-Camera-Slide{
  background: linear-gradient(to top left,#ffff0000,#000000);
  height: 550px;
}
.mobile{
  position: relative;
  top: 4.78em;
  left: 4em;
}
.ps-3{
  position: relative;
  top: -4.25em;
  color: #000;
  font-weight: bolder;
}
.pa-3{
  position: relative;
  top: 2em;
}
.pa-3 .pb-3{
  position: relative;
  top: 3em;
}

.down{
  position: relative;
  top: 1em;
}
.events-3{
  position: relative;
  top: 2em;
}
.events-3 .pb-3{
  position: relative;
  top: 1em;
}
.m-2-t{
  position: relative;
  top: 1.5em;
}
.t-m-3 {
  position: relative;
  top: 1.5em;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes  mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.app_forms{
  position: relative;
  bottom: 1em;
}
.para {
 -webkit-animation: appear 1s ease 0s normal ;
 animation: appear 1s ease 0s  normal ;
}
@-webkit-keyframes appear {
  0%{
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  60%{
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes appear {
  0%{
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  60%{
    opacity: 1;
    transform: scale3d(1,1,1);
  }
}
.highcharts-credits{
  visibility: hidden;
}
@media screen and (min-width: 320px) and (max-width: 767px){

  .pa-3 .pb-3{
    position: relative;
    top: 3em;
  }
  /*.selected {
    font-size: 14px;
    padding: 4px 20px 4px 40px;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    margin-left: 145px!important;
    text-align: center;
    background-color: #28a745;
  }

  .rejected {
    font-size: 14px;
    padding: 4px 20px 4px 40px;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
    margin-left: 145px!important;
    text-align: center;
    background-color: #dc3545;

  }*/
  /*.rejected {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: red
  }*/

  /*.wait_listed {
    font-size: 14px;
    padding: 4px 20px 4px 40px;
    border-radius: 5px 0px 0px 5px;
    color: black;
    margin-left: 220px!important;
    text-align: center;
    background-color: #fec832;
  }*/
  }
.dslr-mobile-parent {
  min-height: 300px;
  position: relative;
  margin-left: 23%;
  margin-top: 2%
}

.dslr-mobile-parent .dslr-image {
  max-width: 320px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: -40px
}

.dslr-mobile-parent .dslr-image .slide-image {
  position: absolute;
  margin: auto;
  width: 170px;
  top: 130px;
  left: 40px
}

.dslr-mobile-parent .dslr-mobile {
  width: 130px;
  left: 220px
}

.dslr-mobile-parent .dslr-image .slide-mobile-image {
  position: absolute;
  margin: auto;
  height: 146px;
  width: 83px;
  left: 243px;
  top: 75px
}

@media (min-width:600px) {
  .dslr-mobile-parent {
    min-height: 420px
  }
  .dslr-mobile-parent .dslr-image {
    max-width: 620px;
    left: -235px
  }
  .dslr-mobile-parent .dslr-mobile {
    width: 270px;
    left: 400px
  }
  .dslr-mobile-parent .dslr-image .slide-image {
    width: 580px;
    height: 20.5em;
    top: -2.5em;
    left: -6em
  }
  .dslr-mobile-parent .dslr-image .slide-mobile-image {
    height: 305px;
    width: 170px;
    left: 449px;
    top: 55px
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .dslr-mobile-parent .dslr-image {
    width: 33em;
    height: 19em;
    left: -6.8722em
  }
  .dslr-mobile-parent .dslr-image .slide-image {
    width: 18.7em;
    height: 12.195em;
    bottom: 13.5em;
    left: -2.9em
  }
  .dslr-mobile-parent .dslr-mobile {
    display: block;
    width: 9.2em;
    left: 9em
  }
  .dslr-mobile-parent .dslr-image .slide-mobile-image {
    display: block;
    width: 5.9em;
    height: 12.2em;
    bottom: 5.1em;
    left: 11.5em
  }
  .get-app {
    position: relative;
    left: 4em;
    top: 1em
  }
  .fa-angle-double-down {
    position: relative;
    top: 1.5em;
    left: 10em
  }
  .app_forms {
    position: relative;
    top: 1em
  }
  .photobook {
    position: relative;
    top: 1em
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .dslr-mobile-parent .dslr-image {
    display: block;
    top: 3em;
    width: 32em;
    height: 19em;
    left: -9em
  }
  .dslr-mobile-parent .dslr-image .slide-image {
    width: 19em;
    height: 13em;
    bottom: 9.7em;
    left: -4.1em
  }
  .dslr-mobile-parent .dslr-mobile {
    display: flex;
    width: 9.5em;
    height: 18em;
    left: 13.67em
  }
  .dslr-mobile-parent .dslr-image .slide-mobile-image {
    width: 6.2em;
    height: 11.7em;
    top: 5.1em;
    left: 15.3em
  }
  .get-app {
    position: relative;
    left: 7em;
    top: 1em
  }
  .fa-angle-double-down {
    position: relative;
    top: 1.5em;
    left: 13.5em
  }
  .app_forms {
    position: relative;
    top: 1em
  }
  .photobook {
    position: relative;
    top: 2em
  }
}

@media screen and (min-width:1369px) and (max-width:3000px) {
  .dslr-mobile-parent .dslr-image .slide-mobile-image {
    width: 10.87em;
    left: 28em
  }
}
.bold{
 font-weight: bold;
}
.referral_card{
  box-shadow: 0 2px 2px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
}
.Android-app{
  z-index: 1;
  margin-bottom: -7em;
}
/*Scroll To Top CSS*/
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: .5em;
  right: 4em;
  display:none;
}
.whats-app-float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:10px;
  right:15px;
  background-color:#25d366;
  border-radius:40px;
  text-align:center;
  z-index:100;
  color:#fff !important;
}
.pm-whats-app-float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:5px;
  right:3px;
  background-color:#25d366;
  border-radius:40px;
  text-align:center;
  z-index:99999;
  color: #fff;
}
.pm-help-float{
  position:fixed;
  bottom:2px;
  left:3px;
  border-radius:40px;
  text-align:center;
  z-index:99999;
}
.content-title-heaader {
    background-color: #F8F8F8;
    position: sticky;
    z-index: 99;
    margin-left: 0;
    margin-right: 0; 
    top: 0; 
    padding: 0.5rem 1rem; 
    height: auto; 
    align-items: center; 
  }
.ai-order-images {
  position:fixed;
  bottom: 10px;
  right: 0px;
  border-radius:20px;
  text-align:center;
  z-index:99999;
  padding: 5px;
}
@media screen and (min-width: 480px) and (max-width: 767px){
  .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 5em;
    right: .2em;
    display:none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px){
  .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 6em;
    right: .1em;
    display:none;
  }
}
@media (min-width:320px) and (max-width:500px) {
  .gallery{
    width: 18rem;
  }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
button:disabled {
  cursor: not-allowed;
  color: #dddddd;
}
.z-index-nav {
  z-index: 10000;
}

.card_new {
  color: #fff;
  position: relative;
  height: auto;
  background: linear-gradient(-45deg, #003B73, #003B73);
  border-radius: 15px;
  margin: 0 auto;
  margin-top: -15px;
  padding: 10px 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}
.card_new:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-border-radius-effect {
  border-radius:20px;
  margin: 10px;
  padding: 15px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to left ,#f0f4fa 50%,#fff 50%);
  background-size: 200%;
  background-position: left;
  transition: all 0.4s;
}
.card-border-radius-effect:hover {
  background-position: right;
}
.card-border-radius-effect-benefits {
  border-radius:20px;
  margin: 10px;
  padding: 15px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to left ,#fcfced 50%,#fff 50%);
  background-size: 200%;
  background-position: left;
  transition: all 0.4s;
  box-shadow: 5px 10px #dbafa0;
  height:100%;
}
.card-border-radius-effect-benefits:hover {
  background-position: right;
}
.header-radius{
  border-radius: 20px 20px 0px 0px !important;
}
.border-radius-20{
  border-radius: 20px;
}
.card_dashboard {
  border-radius: 10px !important;
  margin: 10px;
  padding: 15px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.card_image_dashboard {
  border-radius: 20px !important;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.bg-a { /*a tag with background color*/
  color: #fec832;
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
  text-decoration: underline!important;
} 

.zoom:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
  transition: 0.5s ease-in-out;
}
.logo{
  width: 9rem;
  position: relative;
  bottom: 25px;
}
#domain-card-background{
  background-color: #000 !important;
}
.faq-li{
  padding: 5px;
}
.display-block {
  display: block !important;
}
/*Scrollbar color*/ 
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #1d1d1f; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}
.side-menu::-webkit-scrollbar {
  display: none;
}
.scroll::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.card-side-menu{
  overflow-x: hidden;
  height: 100vh;
  overflow-y: scroll;
  border-radius: 0px !important;
  scrollbar-width: none;
  background: #FAFAFA;
  height: 100vh;
}
.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  }
  .sticky-card{
    max-height: 100vh;
    min-height: 100vh;
  }
  .content-style{
      background-color: #F8F8F8;
      padding-bottom:5rem;
      padding-left: 1.5rem;
  }
  .content-title {
    background-color: #F8F8F8;
    position: sticky;
    z-index: 99;
    margin-left: 0;
    margin-right: 0; 
    top: 0; 
    padding: 0.5rem 1rem; 
    height: auto; 
    display: flex; 
    align-items: center; 
  }


/* footer social icons */
.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
.social-network li {
  display: inline;
  margin: 0 5px;
}
/* footer social icons */
.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoMap:hover i,
.social-network a.icoGoogleplay:hover i{
  color: #fff;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoInstagram:hover {
  background-color: #fb3958;
}
.social-network a.icoMap:hover {
  background-color: #00ACEE;
}
.social-network a.icoGoogleplay:hover {
  background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
  background-color: #fa1100;
}
.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}
.social-circle li a:hover i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.social-network a {
  background-color:#fff; /*#fec832;*/
}
.sidebar .nav-item {
    margin-bottom: 0;
}

.sidebar {
    overflow: hidden; 
    padding: 0; 
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*photomall event show css*/
.card-width a:hover {
  color: #000
}
.remove_text_decoration {
  text-decoration: none
}
.text-center-justify {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#add_logo_image{
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(0,0,0,0.75);
}
#add_logo_image:hover .overlay {
  opacity: 1;
}
.user-dashboard-edit {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.photomall_event-bg{
  background: linear-gradient(rgba(24,24,24, 0.8) 0%, rgba(186,139,2, 0.8) 100%);
}
.card-width{
  background-image: linear-gradient(to right, rgba(161,91,0,1), rgba(235,215,142,2),rgba(161,91,0,1));
}
.icons-color{
  color:black;
}
.negative-margin-top-5{
  margin-top: -48px;
}
.link_bg_black{
  background-color: #000;
  color: #fec832;
  padding: 7px;
  border-radius: 30px;
  font-weight: bold;
}
.list_style_type{
  list-style-type: none;
}
a.link_bg_black:hover{
  background-color: #ffc832;
  color: #000;
  padding: 7px;
  border-radius: 30px;
  text-decoration: underline;
  transition: 1s ease;
}
.pagination {
  display: flex;
  flex-wrap: nowrap;     
  overflow-x: auto;      
  white-space: nowrap;  
  -webkit-overflow-scrolling: touch;
}
.pagination li {
  flex: 0 0 auto; 
}
.myDIV {
  width: 90px;
  height: 90px;
  background:#fec832 ;
  animation: mymove 2s infinite;
} 
@keyframes mymove {
  from {background-color: #fec832;}
  to {background-color: #292929;}  
}
.button-pulsate {
  position: relative;
  width: 100%;
  height: 100%;
}
.button-pulsate:hover {
  cursor: pointer;
}
.button-pulsate:hover .button-pulsate__svg-wrapper polygon {
  fill: #000;
  transition-delay: 0;
}
.button-pulsate:hover .button-pulsate__ring {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.button-pulsate__wrapper {
  width: 70px;
  height: 70px;
}
.button-pulsate__expanding-circle {
  width: 1px;
  height: 1px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffd000;
}
.button-pulsate__ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-animation: pulse-outer 2s linear infinite;
  animation: pulse-outer 2s linear infinite;
  will-change: box-shadow;
}


/* Hide the browser's default checkbox */
.img_div .input_select {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
/*.checkmark {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid grey;
    border-radius: 50%;
}*/

/* On mouse-over, add a grey background color */
/*.img_div:hover input ~ .checkmark {
    background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.img_div .input_select:checked ~ .checkmark {
    background-color: #fec832;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.img_div .input_select:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.img_div .checkmark:after {
    left: 9px;
    bottom: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select_border{
  border: 5px solid #888888;
}
@keyframes shawdow-pulse{
  0%{
    box-shadow: 0 0 0 0px rgba(225,225,225,0.2);
    transform: scale(1);
  }
  50%{
    box-shadow: 0 0 0 35px rgba(225,225,225,0.3);
    transform: scale(1);
  }
  50%{
    box-shadow: 0 0 0 35px rgba(225,225,225,0.2);
    transform: scale(1);
  }
}
.button-pulsate__ring--second {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  border: solid 2px #000;
}
.button-pulsate__svg-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  fill: #000;
  width: 100%;
  height: 100%;
}
.button-pulsate__svg-wrapper svg {
  width: 80%;
  height: 80%;
}
.button-pulsate__svg-wrapper polygon {
  transition: 0.25s fill ease;
  transition-delay: 0.2s;
  fill: #000;
}
.help-circle{
  background-color: #000;  
  color: #fec832;
} 
* {P
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.pulse-button {
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  color: #292929;
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 #000;
  background-color: #fec832;
  cursor: pointer;
  
  &:hover {
    animation: none;
  }
}
  .photomall-heading-font-family{
      font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
  }

.image_container { 
  position: relative; 
}
.image_container img { 
  display: block; 
}
.image_container .download_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    color: black;
    background-color: white;
    margin: 10px;
    padding: 8px;
    border-radius: 20%;
}
.yellow-color{
  color:#ffc300;
}

.login-btn{
    background-color: #000;
    color: #fec832;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px;
    min-width: 44px;
    min-height: 44px;
    padding: 12px 24px;
  }
  .affiliate-heading{
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000 !important;
    font-weight: bolder;
  }
  .affiliate-subheading{
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .round-affiliate{
    height:200px;
    width:200px;
    background-color:#003B73;
    border-radius: 50%;
    display: inline-block;
    color:#fff;
  }
  .brand-promotors-sm{
    height:4.1rem;
    width:4.1rem;
    border-radius: 50%;
    background-image: linear-gradient(to right,#cfa13e, #e1eec3, #cfa13e);
    color:#123145;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .card-affilate:hover {
    font-size: 60px;
    padding-top:18px;
    height: 100px !important;
    width: 100px !important;
    position: relative;
    top: -45px;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(to bottom,#7b77f7,#5fc4fa,#c663ff);
  }
  .card-affilate{
    font-size: 60px;
    padding-top:15px;
    height: 100px !important;
    width: 100px !important;
    position: relative;
    top: -45px;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(to right,#003B73,#04618c,#00eaff);
  }
  .card-influencer{
    border-radius: 60px;
    background-color:#fff ;
    color:#003B73;
    box-shadow: 0 1px 3px 1px grey;
  }
  .affiliate-icon-size{
    font-size: 3.0em;
    color:#fff;
    align-items: center;
  }
  .affiliate.icon-text{
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
  }
  .shadow-affiliate{
    box-shadow: 0 1px 3px 1px grey;
  }
  .modal-title-affiliate-popup{
    color: #fff !important;
    font-weight: bold;
  }
  .card-affiliate-popup{
    color: #003B73;
    border: 3px solid #d2e6f7;
    border-style:double;
  }
  .modal-content-font{
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .modal-bg-theme{
    background-image: linear-gradient(to left,#7b77f7,#5fc4fa);
  }
  .nav-affiliate-home{
        /*background-image: url('/images/affiliate-theme.jpg');*/
        background-image:url('/images/affiliate-theme-new.jpg');
        background-image: cover;
        box-shadow: 2px 2px 2px #5fccfa;
    }
  .card-influencer-list i{
    font-size: 30px;
    padding-top:15px;
    height: 60px !important;
    width: 60px !important;
    position: relative;
    top: -20px;
    border-radius: 50%;
    color: #d2e6f7;
    background-color: #003B73;
  }
  .icon-bg i, .google-profile-img{
    font-size: 30px;
    height: 90px !important;
    width: 90px !important;
    position: relative;
    top: -20px;
    border-radius: 50%;
    color: #d2e6f7;
    background-color: #003B73;
  }
  .star.empty {
      color: #d3d3d3;
  }
    #watermark {
        position: absolute;
        /* You can adjust other styles such as size, position, etc. */
    }
  .width-30px {
    width: 30px !important;
  }