@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
body{ 
  margin: 0px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  /*font-family: 'Mukta', sans-serif;*/
  /* font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Raleway', sans-serif;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,a:hover{color:#333; text-decoration:none !important;}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.imgResponsive{
  width: 100%;
}
.rowflex {
  display: flex;
  flex-wrap: wrap;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main {
  overflow: hidden;
  background-color: #1c1c1c;
  /*background: transparent linear-gradient(180deg, #D1EDF7 0%, #7B9BC0 12%, #244889 57%, #010139 100%) 0% 0% no-repeat padding-box;*/
  /*background: rgb(1,1,57);
  background: -moz-linear-gradient(90deg, rgba(1,1,57,1) 0%, rgba(56,91,150,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(1,1,57,1) 0%, rgba(56,91,150,1) 100%);
  background: linear-gradient(90deg, rgba(1,1,57,1) 0%, rgba(56,91,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010139",endColorstr="#385b96",GradientType=1);*/
}

.homepage {
  position: relative;
}

.homepage .logo {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 9;
  max-width: 150px;
}

.sunny-logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 9;
  max-width: 300px;
}
.sunny-logo img{
  width: 100%;
}

.rennie-logo {
  position: absolute;
  left: 50px;
  top: 200px;
  z-index: 9;
}
.rennie-logo h3{
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 5px 0;
}
.rennie-logo h3 span{
  font-weight: bold;
}
.rennie-logo img{
  width: 100%;
  max-width: 150px;
}

.homepage .logonew {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 3;
  max-width: 100px;
}

.homepage .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.homepage .building-bg {
  position: relative;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.homepage .building {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}

.registerBtn {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -76px;
  z-index: 3;
  background-color: #cc9f53;
  color: #fff;
  font-size: 18px;
  padding: 8px 40px 6px 40px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 36px;
  border: 1px solid #cc9f53;
}

.registerBtn:hover,
.registerBtn:focus{
  background-color: #1c1c1c;
  color: #cc9f53;
  border: 1px solid #cc9f53;
}

section {
  position: relative;
  z-index: 3;
}

#intro {
  margin-bottom: 0px;
  width: 100%;
  padding: 80px 0;
}

#intro .shape2 {
  width: 100%;
  z-index: -1;
}

#intro .content {
  text-align: center;
  width: 90%;
  margin: auto;
}
#intro .content h1,
#intro .content h4{
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#intro .content h1 span,
#intro .content h4 span{
  font-weight: normal;
}
#intro .content h2{
  font-size: 44px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin: 60px 0 30px 0;
}
#intro .content h2 span{
  font-weight: normal;
}
#intro .content h3{
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
#intro .content p {
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin: 0 auto 10px auto;
}
.count-bg{
  width: 100%;
  max-width: 530px;
  padding: 40px 40px 30px 50px;
  margin: auto;
  border-top: 1px solid #cc9f53;
}
.countli,
.countli ul{
  margin: 0 0 30px 0;
  padding: 0px;
}
.countli li{
  list-style: none;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 25px;
}
.countli li span{
  width: 50px;
  height: 50px;
  line-height: 46px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  border: 2px solid #cc9f53;
  border-radius: 50%;
}
.partner-logo{
  width: 100%;
  margin-bottom: 80px;
}

.partner-logo ul{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.partner-logo ul li{
  list-style: none;
  display: inline-block;
  margin: 0 20px;
}
.map {
  position: relative;
  z-index: 3;
  width: 100%;
  display: block;
  margin: 20px auto;
}

@media screen and (min-width: 64em) {
  .map {
    width: 80%;
  }
}

#register {
  width: 100%;
  padding: 80px 0 0 0;
  margin: auto;
}

@media screen and (min-width: 64em) {
  #register {
    width: 80%;
  }
}

#register h2{
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

#register h2 span{
  display: block;
  color: #cc9f53;
}
.register-form{
  width: 100%;
  padding: 0 100px;
}
.register-form .form-control{
  font-size: 16px;
  color: #fff;
  height: 44px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.register-form textarea.form-control{
  height: auto;
}
.register-form .form-control option{
  color: #666;
}
.register-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.register-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.register-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.register-form .form-control:focus {
  border-color: #cc9f53;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sendbtn{
  background-color: #cc9f53;
  color: #fff;
  font-size: 18px;
  padding: 12px 35px 8px 35px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 36px;
  border: 1px solid #cc9f53;
}
.sendbtn:hover,
.sendbtn:focus{
  background-color: #1c1c1c;
  color: #cc9f53;
  border: 1px solid #cc9f53;
}

footer {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 50px 0;
  margin: auto;
}

@media screen and (min-width: 64em) {
  footer {
    width: 80%;
  }
}
.footer-inner{
  width: 100%;
  padding: 0 100px;
}
.footer-logo{
  width: 100%;
  margin-bottom: 50px;
}

.footer-logo ul{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.footer-logo ul li{
  list-style: none;
  display: inline-block;
  margin: 0 20px;
}
.footer-address{
  width: 100%;
  padding: 30px 0 60px 0;
  border-top: 1px solid #999;
}

.footer-contact-box{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer-contact-box span{
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-contact-box a{
  color: #fff;
}
.copyright{
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.disclaimer{
  font-size: 13px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}
.social-media{
  width: 100%;
  text-align: center;
}
.social-media-li,
.social-media-li ul{
  margin: 0 0 15px 0;
  padding: 0px;
}
.social-media-li li{
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.social-media-li li a{
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #1c1c1c;
  display: block;
  text-align: center;
  border-radius: 50%;
}
.social-media-li li a:hover{
  background-color: #cc9f53;
  color: #fff;
}

.district-text{
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 30px auto;
  background-color: #cc9f53;
  display: inline-block;
  padding: 7px 15px;
}
.district-text span{
  font-weight: normal;
}


@media (min-width: 200px) and (max-width: 767px) {
  .district-text{
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 5px 12px;
  }
  #main{
    /*background: transparent linear-gradient(180deg, #000e40 0%, #000e40 12%, #000e40 57%, #000e40 100%) 0% 0% no-repeat padding-box;*/
    background-color: #1c1c1c;
  }
  .homepage .logo {
    left: 20px;
    top: 20px;
    max-width: 80px;
  }
  .registerBtn{
    padding: 5px 12px 4px 12px;
    font-size: 11px;
    left: 25px;
    top: 100px;
    margin-left: 0px;
    border-radius: 20px;
  }
  .partner-logo ul li{
    display: block;
    margin: 0 0 20px 0;
  }
  .partner-logo ul li img{
    max-height: 40px;
  }

  .sunny-logo {
    left: 15px;
    top: 10px;
    max-width: 150px;
  }
  .rennie-logo {
    position: inherit;
    left: 0;
    top: 0;
    z-index: 9;
    margin: 0 auto 40px 0;
    text-align: center;
  }

  .rennie-logo h3{
    font-size: 18px;
    font-weight: normal;
  }
  .rennie-logo img{
    width: 100%;
    max-width: 150px;
  }

  #intro{
    padding: 0px;
  }
  .partner-logo{
    margin-bottom: 50px;
  }
  #intro .content {
    margin: auto;
    padding: 0 0 30px 0px;
  }
  #intro .content h1, #intro .content h4{
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  #intro .content h2 {
    font-size: 26px;
    margin: 50px 0 20px 0;
  }
  #intro .content h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  #intro .content p{
    font-size: 16px;
  }
  .shape2{
    display: none;
  }
  .count-bg{
    max-width: 320px;
    margin: auto;
    padding: 20px 0 10px 15px;
  }
  .countli li{
    font-size: 16px;
    padding-left: 0px;
  }
  .countli li span {
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
    border: 2px solid #cc9f53;
  }
  .map{
    width: 90%;
  }
  #register{
    padding: 30px 0;
  }
  #register h2{
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0 15px;
  }
  .register-form{
    padding: 0 20px;
  }
  .sendbtn {
    font-size: 17px;
    padding: 9px 30px;
  }
  footer{
    padding: 20px 0;
  }
  .footer-logo{
    margin-bottom: 20px;
  }
  .footer-logo ul li{
    margin: 0 15px;
  }
  .footer-logo ul li img{
    height: 40px;
  }
  .footer-inner{
    padding: 0 20px;
  }
  .footer-address{
    padding: 20px 0 15px 0;
  }
  .footer-contact-box{
    margin-bottom: 20px;
  }
  .disclaimer{
    font-size: 12px;
  }
}