@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Scss Document */

body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  background:#fff;
  color: #111;
  line-height: normal;
}


p {
  font-size: 16px;
  color: #555;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #488aed; }

a:hover { color: #0f69f0; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/

.common-btn {
  font-size: 18px;
  background: #285388;
  color: #fff;
  padding: 16px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  letter-spacing: 0.5px;
}

/* Modern Hover Effects */
.common-btn:hover {
  background: #0f69f0;
  color: #fff;
}


.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:48px;
  font-weight:400;
  color:#000;
  margin-bottom:0px;
  display: inline-block;
  text-transform: uppercase;
}

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; line-height: 28px; }

.form-control {
  border-radius: 0px;
  padding: 10px 15px;
  font-size: 16px;
  background-color:#f5f5f5;
  color: #000;
  border: 1px solid #ccc;
}

select.form-control { padding: 0; padding-left:15px; height:45px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color:#f5f5f5;
  border:1px solid #ccc;
  color: #000 !important;
}

textarea.form-control{ height: auto; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #FBF6E7;
  border: 1px solid #0f69f0;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

header{ padding:10px 0px; background: #fff; box-shadow:0px 0px 10px rgb(0 0 0 / 10%); }
.logo h1{ margin-bottom: 0px; }
.logo img{ max-height: 70px; }

.banner{ position: relative; }
.banner-content{ position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; width: 100%; text-align: center; }

.banner-content h2{ font-size:64px; color: #fff; margin-bottom:20px; }
.banner-content p{ font-size:24px; color: #fff; margin-bottom:20px; max-width: 600px; margin:0px auto 30px; font-weight: 300; }

.sec1{ padding:70px 0px; }
.sec1-content{ padding-right: 50px; }
.sec1-content p{ font-size:21px; margin-bottom:30px; font-weight: 300; line-height: 34px; }
.sec1-content h3{ font-size: 38px; margin-bottom: 0px; color: #000; font-weight: 600; }

.sec2{ padding-bottom: 70px; }

.contactusform { padding:0px; }
.contactus-innerform .form-group { margin-bottom: 15px; }
.contactus-innerform .form-group label {
  margin-bottom: 7px;
  display: block;
}

footer{ text-align: center; background:#070E1E; padding: 30px 0px; color: #fff; margin-top:70px; }

.inner-header{ display: flex; align-items: center; justify-content: space-between; }
#waitlistmodal .contactusform {
  padding:20px;
}

.sec1-pic {
  text-align: center;
}
.sec1-pic img {
  max-height: 500px;
  object-fit: cover;
  width: auto;
  margin: auto;
}




@media (max-width:520px){
.banner-content h2{ font-size: 32px; }
.banner img{ height: 400px; object-fit:cover; }
.banner-content p{ font-size: 16px; margin: 0px auto 20px; }
.banner-content{ padding-left: 30px; padding-right: 30px; }
.sec1-content {  padding-right: 0px; margin-top: 30px; }
.sec1-content p{ font-size: 18px; line-height: 28px; }
.sec1 { padding: 30px 0px; }
.sec1 .row{ flex-direction: column-reverse; }
.title{ font-size: 36px; }
.sec2{ padding-bottom: 30px; }
footer{ padding: 30px 20px; margin-top: 30px; }
.sec1-content h3{ text-align: center; }
.inner-header{ display: block; }
.header-btn{ margin-top: 15px; }
.header-btn a{ width: 100%; }
.common-btn{ width: 100%; }





}














































