body {
  font-family: 'Open Sans', sans-serif;
    
}
body ::-webkit-scrollbar {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
}
p{
    font-family: 'Open Sans', sans-serif;
}
.project-two {
  background: url(../images/bg.jpg);
  padding: 260px 0 50px 0;
  height: 100vh;
  background-size: cover;
}


.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 35px;
}
.btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 160px;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }
  
  /*--- btn-3 ---*/
.btn-3 {
  padding: 5px;
}
.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: rgb(54, 56, 55);
}
.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
}

/* 11. hover-border-1 */
.btn.hover-border-1::before,
.btn.hover-border-1::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-1::before {
  top: 0; left: 0;
  border-left: 1px solid #515151;
  border-top: 1px solid #515151;
}
.btn.hover-border-1::after {
  bottom: 0; right: 0;
  border-right: 1px solid #515151;
  border-bottom: 1px solid #515151;
}
.btn.hover-border-1:hover::before,
.btn.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}
::before, ::after {
  position: absolute;
  content: "";
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

/* ------ RESPOSNIVE-CSS-START ------- */

@media (max-width:1199.98px) {
 
}
@media (max-width: 991.98px) {
  
}

@media (max-width: 767.98px) {
 
}
/* ------ RESPOSNIVE-CSS-END ------- */


