form.search {
    color: #555;
    display: flex;
    padding: 2px;
    border: 1px solid currentColor;
    border-radius: 20px;
  }

  input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
  }
  
  input[type="search"]::placeholder {
    color: #bbb;
  }
  
  button[type="submit"] {
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
  }
  
  button[type="submit"]:hover {
    opacity: 1;
  }
  button[type="submit"]:focus, input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
  }
  form.nosubmit {
    border: none;
    
    padding: 0;
  }
  
  input.nosubmit {
    width: 400px;
    border: 1px solid #555;
    display: block;
    padding: 9px 4px 9px 40px;
    /*background: transparent url(../img/telescope-3gr.svg) no-repeat 8px center;*/
    background: transparent url(../img/Telescope-3.svg) no-repeat 8px center;
    background-size: 32px 32px;
   /* background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
  */
  }

  input[type="text"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
  }
  
  input[type="text"]::placeholder {
    color: #bbb;
  }



  /*--------------------------------------------------------------
# main-search Section
--------------------------------------------------------------*/
#main-search {
    width: 100%;
    height: 100vh;
    background-size: cover;
  }
  #main-search .container {
    
    position: relative;
  }
  @media (max-width: 992px) {
    #main-search .container {
      padding-top: 58px;
    }
  }
  #main-search h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
  }
  #main-search h2 {
    color: #6f6f6f;
    margin: 10px 0 0 0;
    font-size: 22px;
  }
  #main-search .btn-about {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #34b7a7;
  }
  #main-search .btn-about:hover {
    background: #3dc8b7;
  }
  @media (min-width: 1024px) {
    #main-search {
      background-attachment: fixed;
    }
  }
  @media (max-width: 992px) {
    #main-search:before {
      content: "";
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }
    #main-search h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #main-search h2 {
      font-size: 18px;
      line-height: 24px;
    }
  }

/*--------------------------------------------------------------
# results Section
--------------------------------------------------------------*/
#results {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}
#results .container {
  padding-top: 70px;
  position: relative;
}
@media (max-width: 992px) {
  #results .container {
    padding-top: 58px;
  }
  .promo {
    margin-left: 0px;
  }
}
#results h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
}
#results h2 {
  color: #6f6f6f;
  margin: 10px 0 0 0;
  font-size: 22px;
}
#results .btn-about {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #34b7a7;
}
#results .btn-about:hover {
  background: #3dc8b7;
}
@media (min-width: 1024px) {
  #results {
    background-attachment: fixed;
  }
  .promo {
    margin-left: -30px;
    font-size: 80%;
   }
}
@media (max-width: 992px) {
  #results:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #results h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #results h2 {
    font-size: 18px;
    line-height: 24px;
  }

}




@media (min-width: 992px) {
  article {
    width: 70%;
  }
}
article {
  margin-bottom: 30px;
}

article h3 {
  font-weight: 700;
  font-size: 26px;
  color: #555555;
}
article a {
  font-weight: 700;
  font-size: 26px;
  color: #555555;
}

article p {
  color: #555555;
  margin-bottom: 7px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.social-links {
  padding-right: 15px;
}
.social-links a {
  color: #6f6f6f;
  padding-left: 10px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  font-size: 16px;
  
}
.social-links a:hover {
  color: #34b7a7;
}
.social-links .url {
  font-weight: lighter;
  text-align: right;
  font-style: italic;
  padding-left: 30px;
}

.rounded-box {
  display: inline;
  border: 1px solid #6f6f6f ;
  margin-left: 50px;
  padding: 0px 20px;
  border-radius: 7px;
}

@media (max-width: 992px) {
  .social-links .url {
    display: none;
  }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
  margin-top: 40px;
  
  display: inline-block;
}

.pagination i {
  color: #6f6f6f;
}
.pagination a.current{
  font-weight:bold;
}

#PageScroller .hide{
  display: none;
}
.pagin a {
  color: #6f6f6f;
  padding: 8px 16px;
  font-weight: lighter;
  text-decoration: none;
}
.pagin a:hover {
  color: #51cdbe;
}
.pagin i:hover {
  color: #51cdbe;
}
.pagin i {
  color: #6f6f6f;
}

.pagin .page {

  width: 10px;
  overflow-wrap: normal;
  display:inline-block
}

a .disabled {
  cursor: default;
  color: lightgray;
}

/** Cover **/
.getspace {
  padding-top: 70px;
}

#promote {
  width: 100%;
  
  position: relative;
  background-size: cover;
}

.promoteForm input{
  width: 200px;
}

.promote_site input {
  width: 100%;
} 

.colored {
  color:#34b7a7
}
.w-max1 {
  width: 200px;
}

.widescreen {

    width: 100%;
    height: 100vh;
    background-size: cover;
  
}

.mesgbox {
  width: 80%;
}