@font-face {
  font-family: "HP Simplified";
  src: url(../fonts/HPSimplified-Regular.woff2) format("woff2"),
    url(../fonts/HPSimplified-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HP Simplified Bold";
  src: url(../fonts/HPSimplified-Bold.woff2) format("woff2"),
    url(../fonts/HPSimplified-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Exo", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
}
.clr-red {
  color: #c3070c;
}
.clr-blue {
  color: #0e1e82;
}
.bannerSection {
  background: #41c3f3cc; /*background:radial-gradient(circle,rgba(22,168,90,1) 0%,rgba(26,171,228,1) 14%,rgba(255,201,40,1) 48%,rgba(236,53,56,1) 100%);*/
  padding-top: 30px;
  padding-bottom: 60px;
}
.bannerSection h1 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
}
.bannerSection h2 {
  color: #141313;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
}
.bannerSection p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500;
}
.borderRight {
  border-right: 3px solid #fff;
}
.branch {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bannerSection h3 {
  color: #9b0c10;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 500;
}
.bannerSection h4 {
  color: #f2f2f2;
  font-size: 20px;
  margin-bottom: 0;
}
.bannerSection h4 span {
  padding: 0 10px;
  display: inline-block;
}
.validateContainer {
  border: 5px solid #fcc3a1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  padding-left: 70px;
  border-radius: 50px;
  float: left;
  margin: 0 auto 20px;
  width: 100%;
}
.validateContainer .year,
.validateContainer .location {
  text-align: left;
  margin-left: 20px;
  margin-top: 8px;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  height: 34px;
  background: #fff;
  border: 0;
  border-radius: 50px;
  width: 90%;
}
.form-inline .form-group {
  width: 29.7%;
  float: left;
  margin-bottom: 18px;
}
.form-inline .form-group:last-child {
  width: 4%;
}
.form-inline .form-group > label {
  padding-left: 15px;
}
.form-inline .landingbtnsubmit {
  background: #ec3539;
  color: #fff;
  border: 0;
  border-radius: 50%;
  font-size: 20px;
  float: right;
  padding: 3px 6px 1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form-inline .landingbtnsubmit:hover {
  background: #ffcc29;
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form-inline select.form-control::-ms-expand {
  display: none;
}
@media screen and (min-width: 0\0) {
  .form-inline select.form-control {
    background: none\9;
    padding: 5px\9;
  }
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hashtagSection {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f606f6',endColorstr='#ffb70e',GradientType=1);
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.aboutSection {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../landing-images/about.jpg) #f3f3f3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
.aboutSection h2 {
  color: #000;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}
.aboutSection h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.aboutSection p {
  font-size: 17px;
  color: #000;
}
.aboutSection .box {
  background: #fecd28;
  padding: 40px;
  width: 75%;
  margin: 0 auto;
  border-radius: 50px;
  border: 4px solid #fff;
}
.pointersSection ul {
  padding-left: 0;
  margin-bottom: 50px;
  margin-top: 0;
  float: left;
  width: 100% !important;
}
.pointersSection ul li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  font-size: 17px;
  text-align: center;
  padding: 30px 0;
}
.pointersSection ul li.borderbottom {
  border-bottom: 1px solid #ccc;
}
.pointersSection ul li.borderRight {
  border-right: 1px solid #ccc;
}
.pointersSection ul li img {
  width: 45px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.pointersSection ul li span {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}
.pointersSection h2,
.locationSection h2,
.educationSection .box h2 {
  color: #9b0c10;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.pointersSection p,
.educationSection p {
  font-size: 17px;
}
.educationSection {
  background: #fecd28;
}
.educationSection .col1 {
  padding-right: 0;
}
.educationSection .col2 {
  padding-left: 0;
}
#carousel-example-generic {
  box-shadow: 0 4px 20px #b96a4c;
  position: relative;
  z-index: 99;
}
.educationSection .box {
  padding: 50px 50px 50px 150px;
  background: #fff;
  margin-top: 100px;
  margin-left: -100px;
}
.educationSection .box p {
  margin-bottom: 0;
}
.fill {
  width: 100%;
  height: 370px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators li {
  background-color: #fd9934;
  border: 1px solid #fd9934;
}
.carousel-indicators .active {
  background-color: #f71fd3;
  border: 1px solid #f71fd3;
}
.hashtagSection h2 {
  color: #9b0c10;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.hashtagSection p {
  color: #0d0d0d;
  font-size: 18px;
}
.hashtagSection p span {
  padding-right: 15px;
  display: inline-block;
}
.locationSection h3 {
  color: #141313;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  background: #f2f1f1;
  padding: 15px;
}
footer {
  background: #141313;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(22, 168, 90, 1);
  background: -moz-linear-gradient(
    left,
    rgba(22, 168, 90, 1) 0%,
    rgba(26, 171, 228, 1) 25%,
    rgba(255, 201, 40, 1) 59%,
    rgba(236, 53, 56, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(22, 168, 90, 1)),
    color-stop(25%, rgba(26, 171, 228, 1)),
    color-stop(59%, rgba(255, 201, 40, 1)),
    color-stop(100%, rgba(236, 53, 56, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(22, 168, 90, 1) 0%,
    rgba(26, 171, 228, 1) 25%,
    rgba(255, 201, 40, 1) 59%,
    rgba(236, 53, 56, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(22, 168, 90, 1) 0%,
    rgba(26, 171, 228, 1) 25%,
    rgba(255, 201, 40, 1) 59%,
    rgba(236, 53, 56, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(22, 168, 90, 1) 0%,
    rgba(26, 171, 228, 1) 25%,
    rgba(255, 201, 40, 1) 59%,
    rgba(236, 53, 56, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(22, 168, 90, 1) 0%,
    rgba(26, 171, 228, 1) 25%,
    rgba(255, 201, 40, 1) 59%,
    rgba(236, 53, 56, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16a85a',endColorstr='#ec3538',GradientType=1);
}
footer p {
  margin-bottom: 0;
}
footer a,
footer a:hover,
footer a:focus {
  color: #fff;
}
.fixedBtn {
  position: fixed;
  right: 0; /*bottom:0*/
  background: #ec3539;
  color: #fff;
  font-weight: 700;
  padding: 15px 25px;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: 2px solid #000;
  z-index: 9999;
}
.fixedBtn:hover {
  background: #000;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.form-control {
  font-size: 13px;
}
.pd-top-30 h2 {
  color: #9b0c10;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.award {
  padding: 30px;
  margin: 0 auto;
}
.award img {
  background-color: #fff;
  border-radius: 47px;
  padding: 20px;
}
.text-white {
  color: #fff;
}
.locationSection h5 {
  font-size: 18px;
}
.box-img {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .form-inline .form-group {
    width: 33%;
    float: left;
    margin-bottom: 20px;
  }
  .form-inline .form-group:last-child {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .form-inline .form-group {
    width: 100%;
  }
  .form-inline .form-control {
    width: 100%;
  }
  .validateContainer {
    padding: 20px;
    border-radius: 15px;
  }
  .form-inline .form-group:last-child {
    width: 100%;
  }
  .form-inline .landingbtnsubmit {
    border-radius: 50px;
    float: none;
    width: 100%;
  }
  .educationSection .box {
    padding: 50px;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .educationSection .col1 {
    padding-right: 15px;
  }
  .educationSection .col2 {
    padding-left: 15px;
  }
  .form-inline .form-group:last-child {
    width: 6%;
  }
  .validateContainer .year,
  .validateContainer .location {
    text-align: left;
    margin-left: 0;
    margin-top: 0;
  }
  .validateField .help-block {
    left: 0 !important;
  }
  .validateField {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .reward {
    padding: 0;
  }
  .award img {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
  }
  .logo {
    width: 80px;
  }
  .ten-year-logo {
    width: 80px;
  }
  .bannerSection h1 {
    font-size: 24px;
  }
  .bannerSection h1 br {
    display: none;
  }
  /*.bannerSection p {*/
  /*  display: none;*/
  /*}*/
  .bannerSection {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .borderRight {
    border-right: 2px solid #fff;
  }
  .bannerSection h2 {
    font-size: 18px;
  }
  .bannerSection h3 {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 20px;
  }
  .bannerSection h4 {
    font-size: 16px;
  }
  .form-inline .form-group {
    width: 100%;
  }
  .form-inline .form-control {
    width: 90%;
  }
  .validateContainer {
    padding: 20px;
    border-radius: 15px;
  }
  .form-inline .form-group:last-child {
    width: 100%;
  }
  .form-inline .landingbtnsubmit {
    border-radius: 50px;
    float: none;
    width: 58%;
  }
  .aboutSection {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .aboutSection h2,
  .pointersSection h2,
  .locationSection h2,
  .hashtagSection h2,
  .educationSection .box h2 {
    font-size: 24px;
  }
  .pointersSection p,
  .educationSection p,
  .hashtagSection p {
    font-size: 16px;
  }
  .aboutSection h3 {
    font-size: 20px;
  }
  .aboutSection p {
    font-size: 16px;
  }
  .aboutSection .box {
    width: 90%;
    padding: 20px;
    border-radius: 15px;
  }
  .pointersSection ul {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section {
    padding-top: 40px;
  }
  .fill {
    height: 250px;
  }
  .educationSection .box {
    padding: 30px;
  }
  .locationSection h3 {
    font-size: 18px;
  }
  .map {
    margin-bottom: 20px;
  }
  .pointersSection ul li img {
    width: 30px;
  }
  .pointersSection ul li {
    font-size: 12px;
  }
  .pointersSection ul li span {
    padding-left: 3px;
    line-height: 15px;
    font-weight: 600;
  }
  .hashtagSection br {
    display: none;
  }
}
@media (max-width: 580px) {
  .col-xs-6 {
    width: 100%;
  }
  .col-xs-6 img {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .logo {
    margin-left: 0;
  }
  .pointersSection ul li span {
    display: block;
    text-align: center;
  }
  .fixedBtn {
    width: 100%;
    bottom: 0;
  }
  footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 481px) {
  .fixedBtn {
    transform: rotate(-90deg);
    right: -45px !important;
    top: 220px !important;
  }
}
@media (max-height: 375px) {
  .fixedBtn {
    top: 150px !important;
    padding: 15px;
  }
}
.firsthide {
  display: none !important;
}
.firsthide.show {
  display: inline-block !important;
}
.sendotpBtn.hide {
  display: none !important;
}
.form-inline .form-group.sendotpBtn {
  text-align: left;
  margin-left: 2%;
}
