body {
  font-family:'Source Sans Pro', Arial,sans-serif;
  cursor: pointer;
  height: 22.2vh;
  z-index: -1;
  position: relative;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 48px 1.6rem 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}
.sticky-top{
  padding-top: 61px;
  padding-bottom: 0;
  position: relative;
  height: 61px;
  width: 99.9%;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; 
}

.sidebar .nav-link {
  line-height: 2em;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  font-size: 11px;
  padding: .2rem 1rem;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}


.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.navbar-brand {
  float: right;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 63px 1.6rem 0;
  width: 15.6%;
}
.navbar-brand img{
    width: 100px;
    position: fixed;
}
.navbar .navbar-toggler {
  left: 11px;
  top: 1.2rem;
}
.navbar-dark .navbar-toggler{
  color:#ffffff00;
}
.position-sticky {
  top:24rem;
  position: fixed !important;
}
.social-icons{
  position: fixed;
    bottom: 5px;
    width: 140px;
    align-content: end;
    right: 7.1rem;
}
.social-icons a{
  line-height:30px;
  
}
.social-logo {
  width: 22px;
  height: 22px;
}
.sociallogo{
  padding: 13rem 0 0 0;
}
 .mail-lo{
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  position: relative;
  left: 7px;
  top: -2px;
 }
 #formButton {
  color: #ffffff;
  background: #0c0d0d;
  padding: 16px 20px 14px 32px;
  text-decoration: none;
  position: fixed;
  float: right;
  right: -52px;
  rotate: 270deg;
  bottom: 2rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: none;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  width: 93%;
  padding: 0;
}
.mains{
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
}
.form-control {
    padding: 0.8rem .75rem;
    color: black;
    border-radius: 0;
    border: 1px solid black;
    font-family: sans-serif;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color:none;
  outline: 0;
  box-shadow:none;
}
iframe {
  border:0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: #ffffff; 
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
  border: 1px solid black;
  width: 87%;
  height: 97%;
}
.colour-1{
  height: 98%;
}
.colour-2 p{
  font-size: 11px;
    letter-spacing: 1px;
    line-height: 20px;
    right: -4rem;
    position: relative;
}
.conntact{
	padding: 10px;
    background: #fffffffa;
    display: nones;
    top: 0rem;
    position: fixed;
    width: 100%;
    height: 100vh;
	display:none;
}
#formButton{
	font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #ffffff;
    background: #0c0d0d;
    padding: 14px 20px 14px 20px;
    text-decoration: none;
    position: fixed;
    float: right;
    right: -50px;
    rotate: 270deg;
    bottom: 3.4rem;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    border: none;
    cursor: pointer; 
    width: auto;
}
#submit{
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: black;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width:  -webkit-fill-available;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: black;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
text-align: center;
  font-size: 14px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #0a0a0a;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.modal-backdrop {
  background-color: #ffffff;
}
.modal-content{
  border: 1px solid black;
  border-radius: 0;
}
.modal-title {
  font-size: 24px;
  font-family: "Glory";
  font-weight:700;
}
.modal-header{
  border-bottom: 0;
}
.modal-body {
  padding: 0 1rem;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
/*  */
@media only screen and (max-width: 1023px){
  .navbar-brand img {
    width: 76px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-top {
    width: 99.5%;
  }
  .navbar-brand {
    padding: 30px 1.6rem 0;
    width: 26.6%;
}
.navbar-brand img {
  width: 70px;
  position:absolute;
}
.social-icons{
  display: none;
}
.position-sticky {
  top: -2.8rem;
  position: relative !important;
}
.sidebar .nav-link {
  padding: 0.2rem 0rem;
}
.mains {
  position: relative;
  top: 9rem;
  justify-content: center;
  align-items: flex-start;
  padding-left:0rem;
}
iframe {
    width: 100%;
    height: 100%;
}
.row-flex {
  width: auto;
  padding: 1rem 1.7rem;
}
.colour-1 {
  height: 48vh;
}
.colour-2{
  top: 3rem;
  position: relative;
}
.colour-2 p {
  right: 0;
}
}
@media only screen and (max-width: 320px) {
  .navbar-brand {
    width: 32.6%;
}
.colour-1 {
  height: 34vh;
}
}
       .formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
  }
  .formbold-form-label {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: black;
    outline: none;
    resize: none;
    padding: 12px 24px;
  border-radius: 0px;
  border: 1px solid black;
  height: 120px;
  }

  .formbold-btn {
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 13px;
  border-radius: 6px;
  padding: 4px 20px;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }
  .form{
    margin-top:8rem;
    position: relative;
    text-align: center;
  }
  .form h2{
    font-size: 32px;
  }
  .formbold-main-wrapper {
    padding: 0px 30px;
}
.header.header-4 .navbar-brand img {
    max-width: 150px;
}
.alert-success {
    position: fixed;
    right: 0;
    bottom: 1rem;
    z-index: 10;
}
.modal-header {
    padding: 1rem 2rem;
}
.modal-title{
  font-family: 'Gilroy-Bold' !important;
}
.hh-title {
	font-size: 24px;
  font-weight: 600;
}
.modal.fade .modal-dialog {
    height: 92vh;
    display: flex;
    align-items: center;
}