/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #2dc997;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url(../img/wed1.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2dc997;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #2dc997;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2dc997;
}

#mobile-nav ul .menu-item-active {
  color: #2dc997;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 50px 0 60px 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url(../img/wed5.jpg) fixed center center;
  background-size: cover;
  padding: 50px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #2dc997;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #2dc997;
  position: absolute;
  width: 250px;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}
.portfolio-image{
  width: 290px;
  height: 200px;
}

.bline {
    background: #2dc997;
    position: relative;
    height: 3px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 40px 0 40px 0;
  background-color: #333;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 24px;
    display: inline-block;
    background: #fff;
    color: #2dc997;
    line-height: 1;
    padding: 8px 0;
    border-radius: 100%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#contact .social-links a:hover {
  background-color: #fff;
  color: #2dc997;
}
.contact-icon{
  color: #fff;
}
/*section header for contact*/
.section-header .section-title3 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description3 {
  text-align: center;
  padding-bottom: 40px;
  color: #fff;
}
.section-text{
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-home {
  background: #000;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
#footer {
  background: #000;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin-top: 50px;
}
#footer .copyright-home {
  text-align: center;
}
#footer .copyright {
  text-align: center;
}
#footer .credits-home {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
/*-----------------------------
# Others 
index-2
------------------------------*/
.find{
  margin-top: 40px;
}
.btn-find {
    color: #fff;
    background-color: #2dc997;
    border-color: #2dc997;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #2dc997;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid grey;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.card-img-top{
  height: 150px;
}
.alert{
  margin-top: 30px;
}
/*-----------------------------
# Others 
vendor-general
------------------------------*/
.request-button{
  float: right;
  text-align: center;
}
.text-muted {
    color: #2dc997 !important;
}
/*pagination for general-vendor page*/
.pagination-align{
  float: right;
  margin: 10px 100px 0px 0px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2dc997;
    border-color: #2dc997;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2dc997;
    background-color: #fff;
    border: 1px solid #2dc997;
}

/*vendor-general filter*/
.filter-right{
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
}
.filter-list{
  padding: 0px 12px;
}



.card-body{
  height: 190px;
}
.card-footer{
  height: 60px;
}
.card-text{
  height: auto;
}
.icon{
  color: green;
  font-size: 120px;
  margin: 30px 0px 30px 0px;
}
.process-image{
  height: 80px;
  width: 80px;
  margin-top: 40px;
}
.process-text{
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #000;
  padding: 10px;
}
.process-description{
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}
.request-button-image{
  height: 30px;
  width: 30px;
}
#header2 {
    padding: 30px 0;
    height: 85px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: black;
}
.section-header .section-title2{
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin: 120px 0px 5px 0px;
}
.section-header .section-description2{
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}
/*
single page
*/
img {
  max-width: 100%; 
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.cardd {
    margin-top: 50px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*detail-page social icons*/
.container-paid{
  background-color: #eee;
  margin: 10px;
  padding: 12px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 4px;
    -moz-osx-font-smoothing: grayscale;
}


.card-header {
  background-color: #2dc997!important;
}
.checked, .price span {
    color: #2dc997;
}
@media(max-width: 689px){
.modal-query{
    width: 50%;
    margin: 0 auto;
}
.hidden-mobile{
  display: none;
}
#hero {
    width: 100%;
    height: 62vh;
}
}
.modal-query{
    text-align: center;
}
/*register-main*/
.reg-welcome{
  font-weight: 400;
  color: #2dc997;
  text-align: center;
}
#page1 {
  width:100%;
  padding: 5% 0;
  margin: 10px auto ;
}
.mid {text-align:center;}
.round{
  border: 1px solid #ddd; 
  border-radius:4px; 
  padding:20px; 
  background:#fff;
  }
.button{
  float: right;
  margin-top: -20px;
}
p{
  margin-top: 0;
  margin-bottom: 0;
}
.continue{
  margin: 0 auto;
  margin-top: 50px;
}
/*registration for vendor-plan*/
.plan-title{
  text-align: center;
  padding: 8px;
}
.panel-body{
  text-align: center;
  background-color: #fff;
  height: auto;
  color: #000;
  border-radius: 6px;
  border-color: #2dc997;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 12px;
}
.panel-title{
  text-align: center;
  background-color: #2dc997;
  padding: 12px;
  height: 40px;
  border-radius: 6px;
}
.panel-title2{
  text-align: center;
  background-color: #007bff;
  padding: 12px;
  height: 40px;
  border-radius: 6px;
}
.panel-title3{
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 12px;
  height: 40px;
  border-radius: 6px;
}
.panel-footer{
  padding: 8px;
}



.reg-title{
  text-align: center;
  color: #2dc997;
  font-weight: 400;
  padding: 20px;
}
.tag-reg{
  padding: 10px;
  border: 1px solid #969393;
  text-align: center;
  height: auto;
}
.tag-reg:hover{
  box-shadow: 1px 1px 3px 1px #969393;
    border: none;
}
.reg-content{
  text-align: center;
  padding: 8px;
}
.reg-body{
  padding: 8px;
}
.reg-anchor{
  color: #fff;
}
#portfolio {
    background: #f7f7f7;
    padding: 60px 0;
}
/*platform colors*/
.btn-secondary {
    color: #fff;
    background-color: #2dc997;
    border-color: #2dc997;
}
.btn-primaryyy {
    color: #fff;
    background-color: #000;
}
.btn-primaryy {
    color: #fff;
    background-color: #007bff;
}
/*.btn-primaryy:hover {
    background-color: #007bff;
}*/
.btn-primar {
    color: #fff;
    background-color: #2dc997;
}
/*.btn-primar:hover {
    color: #fff;
    background-color: #2dc997;
    border-color: #2dc997;
}*/

/*login*/
.login-bg{
  background-image: url(../img/wed2.jpg);
  background-size: cover;
  height: auto;
}
.login-page {
    width: 420px;
    padding: 6% 0;
    margin: 60px auto;
}
@media(max-width: 789px){
.login-page{
  height: auto;
  width: auto;
  margin: auto;
}
}
@media(max-width: 789px){
#footer{
  margin-top: 180px;
}
}
.login-textspace{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    background: #fff;
}
.login-logo{
  text-align: center;
}
/* works header pages*/
.works-bg {
  width: 100%;
  height: 50vh;
  background: url(../img/wed8.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.works-bg .works-container {
  position: absolute;
  color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.works-title{
  position: absolute;
  color: #fff;
}
.overlay {
    background-color: #000;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
}
/* blog header page*/
.media img{
  width:200px; float:left; margin-right: 18px; border-radius: 5px;
}
.blog-bg {
  width: 100%;
  height: 50vh;
  background: url(../img/wed7.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.blog-bg .blog-container {
  position: absolute;
  color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.blog-title{
  position: absolute;
  color: #fff;
}
.overlay {
    background-color: #000;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
}
/*about-us page and header*/
.about-bg {
  width: 100%;
  height: 50vh;
  background: url(../img/ring.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.about-bg .about-container {
  position: absolute;
  color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.about-tag{
  margin-top: 30px;
  padding: 5px;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.about-title{
  position: absolute;
  color: #fff;
}
.overlay {
    background-color: #000;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
}
.about-text{
  padding: 10px;
  margin-bottom: 30px;
}
/*how it works page*/
.work {
  background: #fff;
  padding: 50px 0 60px 0;
}
.work-text{
  text-align: center; padding: 6px; margin: 12px 0px 12px 0px; color: #2dc997;
}
.work-paragraph{
  margin: 12px 0px 12px 0px; color: #2dc997;
}
.user-work{
  background-color: #333;
  width: 100%;
  padding: 30px 0px 30px 0px;
  margin: 40px 0px 0px 0px;
}
.work-text2{
  text-align: center; padding: 6px; margin: 12px 0px 12px 0px; color: #fff;
}
.work-paragraph2{
  margin: 12px 0px 12px 0px; color: #fff;
}
/*registration-general*/
/*body {
    margin-top:40px;
}*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 80%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.reg-container {
    background-color: #e7e7e7;
    padding: 50px 0 30px 0;
    width: auto;
    margin: 0 auto;
    height: auto;
}
.reg-align{
  margin: 0 auto;
  width: 80%;
}

/*blog*/
.line {
    border-bottom: 1px dotted #ccc;
    margin: 15px 0;
}
@media(max-width: 789px){
.media-page{
  height: auto;
  width: auto;
  margin: auto;
}
}
@media(min-width: 789px){
.media-page{
  height: auto;
  width: 500px;
  margin: auto;
}
}
/*registration-notify*/
.textspace{
  margin: 270px 0px;
}
/*advert*/
.advert-top{
  margin-top: 110px;
  margin-bottom: 40px;
}
.advert{
  width: 250px;
  height: 250px;
  background-color: red;
  margin-top: 30px;
}
.advert-top2{
  margin-top: 0px;
  margin-bottom: 40px;
}
.advert2{
  width: 250px;
  height: 250px;
  background-color: red;
  margin-top: 30px;
}