body{
   font-family: 'Poppins', sans-serif;
  font-size: 12px; 
}
.sidebar{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
h1 {
  margin: 40px 0px 20px 0px;
  font-size: 42px;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
}
h2{
  line-height: 34px;
  font-family: 'Playfair Display', serif;
  font-weight: bold;  
}
p{
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color: #7c6b61;
  margin-bottom:25px;
}
.subHeading-1{
  text-transform: none;
  font-size: 48px;
}
.subHeading-1-color{
  text-transform: none;
  font-size: 48px;
  color: #EF695E;
}
.subHeading-1-mar{
  margin-bottom: 85px;
}
.subHeading-2{
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  color: #7c6b61;
  margin-bottom: 50px !important;
}
.subHeading-3{
  text-transform: none;
  font-size: 18px;
  color: #000;
  line-height: 24px;
}
.subHeading-3-white{
  text-transform: none;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.margin-75{
  margin-top: 75px;
}
.navbar-default{
  background-color: transparent;
}
.gallery img{
  margin-bottom: 20px;
}
.note{
  font-family: 'Poppins', sans-serif;
  font-size: 10px; 
  color: #fff;  
}
form{
  width: 55%;
  margin: 50px 0 0 50px;  
}
.registerBtn{
  position: relative;
}
.home-form{
  width: 65%;
  margin: 0;
}
.content-wrapper{
  width: 55%;
  margin: 100px 0 0 50px;  
}
p.helpline{
  color:  #4b6881;
  line-height: 28px;
  margin-top:75px;
  font-weight: bold;
}
.btn-primary{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size:13px;
  font-weight:bold;
  background-color: #4b6881;
  border: none;
}
.btn-sm{
  border-radius: 1px;
}
.logo-area{
  float: right;
  margin-right: 50px;
  height: 100%;
  position: relative;
}
.logo-area img{
  margin-top:25px;
}
.conqlogo{
  position: absolute;
  bottom: 20px;
  right: 0px;  
}
.home-conqlogo{
  position: absolute;
  bottom: -130px;
  right: 230px;
}
.bgimg{
  display: table;
  color: #fff;
  background: url(../images/THECOLLETT_Rooftop_Final2000.jpg) bottom center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 1000px;
  width: 100%;
}
.bgimg-body{
  display: table-cell;
  vertical-align: top;  
}
.cont-wrapper{
  display: table;
  width: 100%;
}
.cont-body{
  display: table-cell;
  vertical-align: middle;  
}
.btn-danger{
  background: transparent;
  border: 5px solid #EF695E;
  border-radius: 0;
  color: #EF695E;
  text-transform: uppercase;
  font-weight: bold;  
}
.btn-danger:hover{
  background: #EF695E !important;
  border-color: #EF695E;
  color: #fff;
}
@media (max-width:768px){
.sidebar{
  height: 100px;
  background-color: #000;
  display: inline-block !important;
  z-index: 1000;
}
form{
  width: 100%;
  margin: 110px 0;
}
.content-wrapper{
  width: 100%;
  margin: 110px 0;
}
.btn-primary{
  margin: 15px 0 -75px;
  padding: 10px;
  font-size: 18px;
}
h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}
p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.logo-area{
  float: left;
  margin:0;
  float: right;
  height: 100%;
  position: relative;
  width: 100%;
}
.logo-area img{
  margin: 15px;
  margin-left: 0;
}
.gallery img{
  width: 100%;
}
}
@media (max-width: 992px) {
form{
  width: 100%;
  margin: 110px 0;
}
.btn-primary{
  margin: 15px 0;
  padding: 8px;
  font-size: 18px;
}
}