@charset "utf-8";
/* CSS Document */

/******* Fonts Face CSS Start **********/

/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0px;
  padding: 0px;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  display: inline-block;
}
a:focus,
a:active,
a:visited {
  outline: none;
  border: 0px;
}
select:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
}

/******* Common Element CSS End ******/

body {
  padding-top: 125px;
  background: #fff;
  color: #2c82b0;
}
.navbar {
  padding: 0px 40px;
  background: #2c82b0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar-brand {
  display: inline-block;
}
.navbar-brand img {
  max-width: 150px;
}
.banner-sec {
  min-height: 100vh;
}
.about-sec {
  padding: 100px 0px;
  text-align: center;
  align-items: center;
  display: flex;
}
.about-sec h2 {
  font-weight: 700;
}
.about-sec p {
  font-size: 16px;
  color: #000;
}
.common-title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 700;
}
.download-sec {
  padding: 100px 0px;
  text-align: center;
  background: #2c82b0;
  color: #fff;
}
.download-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.download-btns a {
  display: inline-block;
  margin: 15px 25px;
}
.download-btns a img {
  max-width: 200px;
}
footer {
  padding: 15px 0px;
}
.footer-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #000;
}
.footer-links {
  display: flex;
  list-style-type: none;
}
.footer-sec p {
  margin: 0;
}
.footer-links li {
  margin-left: 15px;
}
.footer-links li a {
  color: #000;
  text-decoration: none;
}
.footer-links li a:hover {
  color: #2c82b0;
}
.common-terms-sec {
  padding: 40px 0px;
  color: #000;
}
.common-terms-sec h1 {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
  background: #2c82b0;
  padding: 30px 0;
  color: #fff;
}
.common-terms-sec h2 {
  color: #2c82b0;
}
.common-terms-sec p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.common-terms-sec ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 20px;
}
.common-terms-sec ul li {
  margin-bottom: 10px;
  color: #000;
}
.common-terms-sec ul li a {
  color: #000;
  text-decoration: none;
}
.common-terms-sec a:hover {
  color: #e1b145;
}
.common-terms-sec h2 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
}
.common-terms-sec a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}
.common-terms-sec a:hover {
  color: #e1b145;
}
.about-sec img {
  max-height: 500px;
}
.about-sec .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-card-data {
  background-color: #2c82b0;
  padding: 20px;
}

.contact-card-data h3,
.contact-card-data p {
  color: #fff;
  margin: 0;
}
.contact-card-data a {
color:#fff;
}

.contact-card-data .card-body {
  padding: 0;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
  padding: 15px 20px;
  border-radius: 5px;
}
.contact-form input:focus,
.contact-form textarea:focus {
 outline:none; 
 box-shadow :none;
}

.contact-form button {
  background: #2c82b0;
  color: #fff;
  border: none;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover,
.contact-form button:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background: #27719a;
}

#successAlert {
  display: none;
}

#successAlert.show {
  display: block;
}

@media (max-width: 767px) {
  body {
    padding-top: 80px;
  }
  .navbar {
    padding: 10px 20px;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .banner-sec {
    min-height: 50vh;
  }
  .about-sec,
  .download-sec {
    padding: 40px 0px;
  }
  .about-sec .row {
    flex-direction: column-reverse;
  }
  .common-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .about-sec p {
    font-size: 14px;
  }
  .download-btns a {
    margin: 10px;
  }
  .download-btns a img {
    max-width: 125px;
  }
  .footer-sec {
    flex-direction: column-reverse;
  }
  .footer-links {
    margin-bottom: 15px;
  }
  .common-terms-sec h1 {
    font-size: 24px;
  }
  .common-terms-sec h2 {
    font-size: 18px;
  }
  .common-terms-sec p {
    font-size: 14px;
  }
  .contact-card-data button {
    width: 100%;
  }
}
