@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

* {
  box-sizing: border-box;
}


.content {
  padding: 50px 100px;
}

.content p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 30px;
 
}

.content p {
  font-size: 18px;
}

.sidebar-contact {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  left: -350px;
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;

  transition: 0.5s ease-in-out;
  z-index: 10000;
}
.sidebar-contact .close {
  float: right;
 
}

.sidebar-contact.active {
  left: 40%;
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidebar-contact input,
.sidebar-contact textarea{
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(0,0,0, .5);
  outline: none;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact button[type="button"] {
  background: #1ECBE1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
  width: 100%;
}
.sidebar-contact p {
  margin: 0 0  20px;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  color: #1ECBE1;
  text-align: center;
}

.toggle {
 
  top: 50%;
  z-index: 99;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: #1ECBE1;
  position: fixed;
}


.toggle::before {
  /*content: "\F32F";*/
  font-family: 'Bootstrap Icons'; 
  color: #fff;
  font-size: 18px;
}
.bi-envelope::before {
  color: #fff;
}
.toggle.active::before {
  content: \F62A;
}
.flexx 
{
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.theme-btn {
    color: #FFF;
    background-color: #f4a654;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0px;
    /* float: left; */
    letter-spacing: 0.3px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding-bottom: 2rem;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}