body{
    font-family:"Josefin Sans",Arial,Tahoma,sans-serif
}
.header nav{
    background:0 0;
    height:78px
}
.absolute-top{
    top:0;
    left:0;
    position:absolute;
    z-index:1023
}
.page-container{
    background:#2c2c51;
    color:#fff
}
.slideshow{
    background:url(bg.jpg);
    height:100vh;
    position:relative;
    background-size:cover;
    background-repeat:no-repeat
}
.overlay-slideshow{
    position:absolute;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(181,181,181,.7);
    z-index:1
}
.slideshow div{
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    left:10%;
    z-index:2
}
.slideshow h2{
    font-size:3.2vw;
    color:white;
    font-weight:bolder
}
.slideshow p{
    color:rgb(228, 226, 231)
}
.slideshow a{
    padding:.7rem 1rem;
    color:#fff;
    background-color:whitesmoke;
    text-decoration:none;
    border-radius:20px
}
.about-us{
    text-align:center
}
.pt-7{
    padding-top:5rem
}
.pb-7{
    padding-bottom:5rem
}
.about-us{
    background:#f2e8df;
    color:#024126
}
.footer{
    color:#f5f5f5;
    width:100%;
    position:absolute;
    bottom:0;
    border-bottom:1px solid #d3d3d3
}
.copyrights{
    border-top:1px solid #d3d3d3
}
.footer span i{
    font-size:1.5rem;
    margin-right:5px
}
.footer span h4{
    color:#776c62;
    display:inline-block
}
.btn{
    width:120px;
    height:50px;
    cursor:pointer;
    background:0 0;
    border:1px solid #91c9ff;
    outline:0;
    transition:1s ease-in-out;
    position:relative
}
svg{
    position:absolute;
    left:0;
    top:0;
    fill:none;
    stroke:#fff;
    stroke-dasharray:150 480;
    stroke-dashoffset:150;
    transition:1s ease-in-out
}
.btn:hover{
    transition:1s ease-in-out;
    background:rgb(183, 178, 192)
    
}
.btn:hover svg{
    stroke-dashoffset:-480
}
.btn span{
    color:#fff;
    font-size:18px;
    font-weight:100
}
.close-btn a{
    color:white;
    font-size:3rem;
 
}
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 6; /* Stay on top */
    top: 0;
    right: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
    color:white;
    box-shadow: -5px -5px 40px #000000d9;
    background:rgba(93, 98, 183, 0.452);
    margin-right: -100%;
    width:50%
  }
  @font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf"); }
  @font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf"); }
  @font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf"); }

  

  a:hover {
    text-decoration: none; }
  
  :focus {
    outline: none; }
  
  .wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover; }
  
  .inner {
    max-width: 758px;
    margin: auto;
    margin-top: 0;
    padding: 77px 99px 87px;
    padding-top:20px;
     }
  
  textarea {
    resize: none; }
  
  
  .form-group {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 48px; }
    .form-group span {
      font-size: 15px;
      color: white;
      position: absolute;
      top: 11px;
      transition: all .2s ease;
      transform-origin: 0 0;
      cursor: text; }
    .form-group span.border {
      height: 2px;
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      top: 41px;
      transform: scaleX(0);
      transition: all .15s ease;
      background: #fff; }
  
  .form-control {
    border: none;
    border-bottom: 2px solid white;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    background: none;
    font-family: "Montserrat-SemiBold"; }
    .form-control:focus, .form-control:valid {
      border-bottom: 2px solid #fff; }
      .form-control:focus + span, .form-control:valid + span {
        transform: translateY(-22px) scale(0.8); }
        .form-control:focus + span + .border, .form-control:valid + span + .border {
          transform: scaleX(1); }
          .form-control:focus {
              background:transparent;
              color:white;
              outline: none;
          }
  
  textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px; 
    height: 43px;
    overflow-y: hidden;
}
  
  .inner button {
    border: none;
    width: 162px;
    height: 51px;
    border: 2px solid #fff;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .form-group button i {
      margin-left: 10px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      .inner button:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      .inner button:hover {
      border-color: transparent; }
      .inner button:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
        .inner button:hover i {
        -webkit-transform: translateX(4px);
        transform: translateX(4px); }
  
  @media (max-width: 767px) {
  
    .inner {
      padding: 27px 20px 37px;
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none; }
 }
  
  /*# sourceMappingURL=style.css.map */
@media only screen and (max-width:600px){
    .pb-7{
        padding-bottom:3rem
    }
    .pt-7{
        padding-top:3rem
    }
}
