<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  background-color: #ffffff;
}

p {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 14px;
  color: #0c0c0c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Merriweather Sans', sans-serif;
  margin: 0 0 25px 0;
  color: #212121;
}

h1,
h2,

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}


ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  min-height: 100vh;
  background-size: cover;
  background-color: #281b36;
  background-attachment: fixed;
  text-align: center;
}

.main-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 33%);
  background: linear-gradient(to bottom, rgb(0 0 0 / 92%) 0%, rgb(255 255 255 / 0%) 100%);
}

.logo {
  text-align: center;
}

.logo img { 
  width: 100%;
  max-width: 220px;
}

.main-banner-content h1 {
  font-size: 40px;
  color: #004990;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 50px;
}


.main-banner-content p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-btn:disabled {
  opacity: .5;
  background: #a5a5a5;
  cursor: not-allowed;
}
.form-btn {
  background: linear-gradient(to right, #30a500 0%, #3fd900 100%);
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  height: 55px;
  border: none;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  padding: 15px 25px;
  display: inline-block;
  outline: 0 !important;
  min-width: 300px;
}

.form-btn:hover {
  color: #ffffff;
  background: linear-gradient(to left, #30a500 0%, #3fd900 100%);
}

.main-banner-content {
  max-width: 767px;
  margin: auto;
}

.featured {
  margin-top: 40px;
}

.featured p {
  font-size: 14px;
}

.logo-featured {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-featured img {
  background: #fff;
  height: 60px;
  width: auto;
  margin: 0 2px;
  padding: 8px;
}

.footer {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.footer p {
  font-size: 12px;
  margin: 0;
  color: #404040;
}


ul.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
}

ul.footer-link li a {
  color: #404040;
}

ul.footer-link a:hover {
  text-decoration: underline;
  color: #000;
}

ul.footer-link li:after {
  content: '|';
  color: #404040;
  padding: 0 10px;
}

ul.footer-link li:last-child:after {
  display: none;
}


.main {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide {
  background-size: cover !important;
  background-position: center !important;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}

.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.left {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.right {
  width: 50%;
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow-y: auto;
}

.swiper-horizontal {
  touch-action: pan-y;
  height: 100% !important;
}

.swiper-slide h2 {
  font-size: 32px;
  position: relative;
  background: #fff;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 800;
  color: #004990;
  width: 100%;
  text-align: center;
  max-width: 480px;
  margin: 40px auto;
}



/**Form page**/
.header-area {
  background: #ededed;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 40px;
}

.box {
  max-width: 750px;
  margin: auto;
  padding: 45px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
  border-radius: 5px;
  background: #fff;
}

.question {
  text-align: center;
  font-size: 30px;
  color: #004990;
  font-weight: 800;
  margin-bottom: 20px;
}

.box p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.form-control {
  background: rgb(30 30 30 / 5%);
  border: 2px solid lightgrey;
  min-height: 55px;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
  color: #777;
  outline: 0;
}

.form-control:focus {
  border: 2px solid #0b4c9f;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: n
}

.form-control.error {
  border: 2px solid #ff0000;
  background-color: #fff3f3;
}

.form-control.error + label.error {
  display: none !important;
}

.footer-text {
  font-size: 10px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.6;
  text-align: justify;
}

.footer-text a {
  text-decoration: underline;
}

.box .col-lg-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.box .row {
  margin-left: -5px;
  margin-right: -5px;
}

.footer-logo {
  max-width: 100%;
  margin-top: 25px;
}
.thankyou-form {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.thankyou-form:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(253 253 253 / 62%);
}
.thankyou-img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 30px !important;
}

.project-form .box {
  max-width: 1024px;
}

.radio-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}

.radio-img {
  position: relative;
  width: 100%;
  height: 150px;
}

.image {
  background-position: center center;
  /* background-color: gray; */
  display: inline-block;
}

.image:hover {
  border: 2px solid #30a500 !important;
}

.img_size_small .image {
  width: 70% !important;
}

.img_size_small .image+p::after,
.img_size_small .image+p::before {
  left: 65px !important;
}

.radio-img&gt;input {

  /* display: none; */
  opacity: 0;
  position: absolute;
}

.radio-img&gt;.image {
  cursor: pointer;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: .3s ease all;
}

.c-label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.radio-img&gt;input:checked+.image {
  border: 2px solid #30a500 !important;
  background: rgb(48 165 0 / 10%);
}

.radio-img&gt;input:checked+.image+p {
  font-weight: 800;
  color: #121212;
}

.radio-img&gt;input:checked+.image+p::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 0px solid #999;
  border-radius: 100%;
  background: transparent;
  display: inline-block;
}

.radio-img&gt;input:checked+.image+p::after {
  content: "\f00c";
  width: 25px;
  height: 25px;
  background: #121212;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 1) !important;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 1.4em;
  padding-top: 2px;
  display: none;
}

.radio-img&gt;.image img {
  width: 80px;
  transition: .3s ease all;
}

.pro-action {
  text-align: center;
  margin-top: 45px;
}

select.form-control {
  background-image: url(../img/arrow.png);
  background-size: 15px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.cat {
  width: 22.8%;
  margin: 0px 10px;
  padding-bottom: 20px;
}

.grid label {
  font-size: 12px;
  text-align: center;
  display: block;
}

.grid {
  margin-top: 5px;
  display: none;
}

.grid .form-control {
  font-size: 12px;
  min-height: 45px;
  margin-bottom: 20px;
}
.error.chk-error {
  background: #ffa2a2;
  color: #b90e0e;
  padding: 4px 20px;
  font-weight: 700;
  width: 100%;
  border-radius: 3px;
}
@media (max-width:991px) {
  .left {
    display: none;
  }

  .right {
    width: 100%;
    padding: 35px;
  }

  .logo img {
    max-width: 180px;
  }

  .main-banner-content h1 {
    font-size: 25px;
    margin-top: 25%;
  }

  .main-banner-content p {
    font-size: 14px;
  }

  .main {
    min-height: auto;
  }

  .footer p {
    font-size: 10px !important;
  }

  ul.footer-link {
    font-size: 10px;
    margin-top: 5px;
  }

  .box {
    width: 90%;
    padding: 30px;
  }

  .form-control {
    margin-bottom: 10px;
  }

  .form-group {
    margin-bottom: 0;
  }

  .question {
    font-size: 20px;
  }

  .question br {
    display: none;
  }

  .box p {
    text-align: center;
    font-size: 14px;
  }

  .form-btn {
    min-width: auto;
    width: 100%;
  }
  .cat {
    width: 100%;
  }
}</pre></body></html>