body {
  font-family: "Whitney SSm A", "Whitney SSm B";
}

.welcome_content_section {
  background: url("../img/welcome-page-main-img.png");
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.welcome_content_section .welcome_content {
  position: absolute;
  left: 20%;
  transform: translate(7%, 30%);
  text-align: center;
  background: #fff;
  padding: 30px;
}

.welcome_content_section .welcome_content h2 {
  color: #082536;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.welcome_content_section .welcome_content p {
  line-height: 30px;
  color: #082536;
  font-weight: 400;
  font-size: 16px;
  padding-top: 10px;
}
.welcome_content_section .welcome_content p.secondary-para{
  font-size: 14px;
}
.welcome_content_section .welcome_content a.link {
  text-decoration: none;
  position: relative;
  color: #082536;
}

.welcome_content_section .welcome_content a.link:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  border-width: 0 0 1px;
  border-style: solid;
}

.welcome_content_section .welcome_content a.link:hover {
  color: #00A6CC;
}

.welcome_content_section .welcome_content a.btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #00A6CC;
  border-radius: 0;
  padding: 7px 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.welcome_content_section .welcome_content a.btn-1 {
  margin: 20px 30px 20px 0;
}

.welcome_content_section .welcome_content a.btn-2 {
  margin: 20px 0px 20px 30px;
}

.footer-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1050;
  background: #1e365f;
  text-align: center;
}

.footer-section img {
  width: 170px;
  height: auto;
  margin-top: 40px;
  text-align: center;
}
.footer-section img.logo-1{
margin-right: 10px;
}
.footer-section img.logo-2{
  margin-left: 10px;

}
.footer-section .copyrights {
  font-size: 12px;
  margin: 30px auto;
  opacity: 0.8;
}

.footer-section .copyrights p, .footer-section .copyrights a {
  color: #fff;
  line-height: 10px;
}

@media only screen and (max-width: 992px) {
  .welcome_content_section .welcome_content {
    transform: translate(-13%, 30%);
  }
}

@media only screen and (max-width: 767px) {
  .welcome_content_section .welcome_content h2 {
    font-size: 26px;
  }
  .welcome_content_section .welcome_content {
    transform: translate(-13%, 25%);
  }
  .welcome_content_section .welcome_content p {
    font-size: 14px;
  }
  .welcome_content_section .welcome_content p.secondary-para{
    font-size: 12px;
  }
  .welcome_content_section .welcome_content a.btn {
    font-size: 14px;
    padding: 7px 30px;
  }
  .welcome_content_section .welcome_content a.btn-1 {
    margin: 10px 10px 10px 0;
  }
  .welcome_content_section .welcome_content a.btn-2 {
    margin: 10px 0px 10px 10px;
  }
}
/* lanscape start */

@media only screen and (max-width: 960px) and (orientation: landscape) {
  .footer-section {
      position: static;
    }
  .welcome_content_section {
  height: 150vh;
}
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .footer-section {
      position: static;
    }
    .welcome_content_section {
    height: 200vh;
  }
}
/* lanscape end */

@media only screen and (max-width: 510px) {
  .welcome_content_section .welcome_content {
    transform: translate(-13%, 10%);
    padding: 20px;
  }
  .welcome_content_section .welcome_content h2 {
    font-size: 22px;
  }
  .welcome_content_section .welcome_content a.btn {
    padding: 7px 10px;
  }
  .welcome_content_section .welcome_content a.btn-1, .welcome_content_section .welcome_content a.btn-2 {
    margin: 20px auto;
  }
  .footer-section img {
    margin-top: 20px;
    width: 135px;
  }
  .footer-section .copyrights {
    margin: 20px auto;
}
}

@media only screen and (max-width: 384px) {
  .welcome_content_section .welcome_content {
    transform: translate(-13%, 13%);
        padding: 20px;
  }
  .welcome_content_section .welcome_content h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .welcome_content_section .welcome_content p {
    font-size: 12px;
    line-height: 1.75;
    padding-top:0;
    margin-bottom: 0;
  }
  .welcome_content_section .welcome_content p.secondary-para{
    font-size: 11px;
  }
  .welcome_content_section .welcome_content a.btn {
    font-size: 12px;
    padding: 5px 7px;
  }
  .welcome_content_section .welcome_content a.btn-1, .welcome_content_section .welcome_content a.btn-2 {
    margin: 10px auto;
  }
  .footer-section img {
    width: 110px;
  }
  .footer-section img.logo-1{
  margin-right: 0px;
  }
  .footer-section img.logo-2{
    margin-left: 0px;

  }
  .footer-section .copyrights {
    font-size: 10px;
}
}

@media only screen and (max-width: 320px) {
  .welcome_content_section .welcome_content {
    transform: translate(-13%, 5%);
        padding: 15px;
  }
  .welcome_content_section .welcome_content h2 {
      font-size: 18px;
    }
    .welcome_content_section .welcome_content p {

      line-height: 1.5;
    }
}
