html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #23272b;
}
.spam {
  display: none;
}
.map{
  width: 100%;
  height: 100%;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/roboto-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v20-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin-regular.ttf")
      format("truetype"),
    /* Safari,Android,iOS */ url("../fonts/roboto-v20-latin-regular.svg#Roboto")
      format("svg");
  font-display: swap; /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url("../fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v20-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin-500.ttf")
      format("truetype"),
    /* Safari,Android,iOS */ url("../fonts/roboto-v20-latin-500.svg#Roboto")
      format("svg");
  font-display: swap; /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v20-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin-700.ttf")
      format("truetype"),
    /* Safari,Android,iOS */ url("../fonts/roboto-v20-latin-700.svg#Roboto")
      format("svg");
  font-display: swap; /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v20-latin-900.eot"); /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"),
    url("../fonts/roboto-v20-latin-900.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v20-latin-900.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin-900.ttf")
      format("truetype"),
    /* Safari,Android,iOS */ url("../fonts/roboto-v20-latin-900.svg#Roboto")
      format("svg");
  font-display: swap; /* Legacy iOS */
}
.info {
  color: #dcd7dd;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  line-height: 27px;
  background-color: #030c25;
}
.info .fab {
  font-size: 1.8rem;
  margin: 8px 2px 0px 5px;
}
.info .fab:hover {
  color: #ffffff;
}
li.nav-item {
  padding: 5px 15px 5px 15px;
  margin: 0px;
  font-size: 0.9em;
  font-weight: 500;
}
.navbar {
  padding: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease;
  border-bottom: 1px solid #d5dde9;
}
.navbar-light {
  background-color: #ffffff;
}
.navbar-brand {
  background: -webkit-linear-gradient(45deg, #0e141f 83%, #ffffff 2%);
  background: -webkit-linear-gradient(left, #032271 83%, #ffffff 2%);
  background: linear-gradient(45deg, #032271 83%, #ffffff 2%);
}
.navbar-light .navbar-nav .nav-link {
  color: #030c25;
  padding: 0.4rem 0.5rem;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #032271;
  border-bottom: 0.1rem solid #0e141f;
  padding: 0.3rem 0.5rem;
}
/*header*/
header {
  width: 100%;
  height: auto;
  background-size: cover;
  font-size: 0.9em;
  color: #030c25;
  overflow: hidden;
}
.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header .tophead {
  padding-top: 125px;
  padding-bottom: 210px;
}
header .title-main {
  font-size: 3vw;
  font-weight: 900;
  color: #032271;
}
header .intro-text {
  font-size: 1.2em;
}
.fa-ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #032271 !important;
}
.fa-ul {
  margin-left: 15px !important;
}
.text-color {
  color: #032271;
}
.btn-lg {
  font-size: 1.5rem;
  padding: 5px 25px 5px 25px;
}
.btn-sm {
  width: 125px;
  margin: 10px 10px 10px 0px;
}
.bg-color {
  background: #032271;
}
/*why us*/
.module {
  padding: 0px 0px 0px 0px;
  margin-top: -70px;
}
.services .service-item {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #fff;
  transition: all 0.4s linear;
  background: #030c25;
  border-left: silver solid 1px;
}
.services .service-item h2 {
  font-size: 1.7em;
  color: #ffffff;
}
.services .service-item img {
  width: 64px;
  height: 64px;
}
.section-title {
  position: relative;
  font-size: 2.2rem;
  padding-bottom: 15px;
  font-weight: 700;
}
.sup-title {
  color: #030c25;
  font-size: 1.1em;
  position: relative;
  padding: 0px 10px 10px 0px;
  font-weight: 500;
}
.sup-title:after {
  background: #0634a8;
  width: 80px;
  height: 3px;
  top: 10px;
  left: 100%;
  content: "";
  position: absolute;
  display: block;
}
.fa-ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #0e141f;
}
.fa-ul {
  margin-left: 15px !important;
}
/*contact*/
.form-control {
  font-weight: 500;
  font-size: 1.2em;
  color: #030c25;
  margin-bottom: 20px;
  border-radius: 5px;
  border: #032271 2px solid;
  background: none;
}
.contact-us {
  border-radius: 4px;
}
.btn-submit {
  width: 200px;
  font-size: 1.4rem;
  padding: 10px 40px 10px 40px;
}
.form-control:focus {
  border: #030c25 2px solid;
  box-shadow: none;
}
.unselected {
  user-select: none;
}
.g-recaptcha {
  max-width: 100%;
}
.g-recaptcha * {
  transform: scale(1);
  margin-bottom: 15px;
}
/*footer*/
.footer {
  padding: 20px 0 10px 0;
  line-height: 28px;
  background: url("../img/bg-contact.webp") no-repeat center center;
  background-size: cover;
  background-color: #0e141f;
  color: #fff;
}
.footer .fab {
  font-size: 1.8rem;
  margin: 10px 5px 0px 0px;
}
.footer .fab:hover {
  color: #032271;
}
footer h3 {
  color: #fff;
}
footer a {
  color: #fff;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: #0e141f;
  text-decoration: none;
}
@media (max-width: 1419.98px) {
  li.nav-item {
    padding: 5px 15px 5px 10px;
    margin: 0px;
    font-size: 0.8em;
    font-weight: 500;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0.2rem 0;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #0e141f;
    border: 0;
    padding: 0.2rem 0;
  }
}
@media (max-width: 1199.98px) {
  .btn-lg {
    font-size: 1.2rem;
  }
  li.nav-item {
    padding: 5px 15px 5px 0px;
    margin: 0px;
    font-size: 0.7em;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0.1rem 0;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #0e141f;
    border: 0;
    padding: 0.1rem 0;
  }
}
@media (max-width: 991.98px) {
  header .tophead {
    padding-top: 100px;
    padding-bottom: 175px;
  }
  header .title-main {
    font-size: 4.1vw;
  }
  .info {
    font-size: 0.8rem;
    font-weight: 300;
  }
  .service-item:hover {
    cursor: pointer;
    transform: translateY(0px);
  }
  .services .service-item {
    border-left: none;
  }
  .info .fab {
    font-size: 1.5rem;
    margin: 10px 3px 0px 5px;
  }
  .mobile-none {
    display: none;
  }
  li.nav-item {
    padding: 5px 20px 5px 20px;
    margin: 0px;
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  header .title-main {
    font-size: 4.5vw;
  }
  .hours {
    display: none;
  }
  .info {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .section-title {
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .sup-title {
    font-size: 1em;
  }
  header {
    background-position: right center;
  }
  .bg-mobile {
    background: rgba(251, 254, 251, 0.4);
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  header .title-main {
    font-size: 6.8vw;
    white-space: normal;
  }
  .btn-lg {
    min-width: 145px;
    font-size: 1.2rem;
    padding: 5px 10px 5px 10px;
  }
  .navbar-brand {
    width: 70%;
  }
  header .tophead {
    font-size: 13px;
  }
}
@media (max-width: 475.98px) {
  header .tophead {
    padding-top: 40px;
  }
  body {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 435.98px) {
  .info {
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
  }
}
@media (max-width: 379.98px) {
  .info {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 20px;
  }
  .g-recaptcha * {
    transform: scale(0.92);
    margin-left: -12px;
  }
  .btn-lg {
    min-width: 125px;
    font-size: 1rem;
    padding: 5px 10px 5px 10px;
  }
}
/* Hover.css Copyright Ian Lunn 2017. Generated with Sass.*/ /* Bounce To Right */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #032271;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #030c25;
  border-radius: 0px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
  color: #fff;
}
.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.hvr-radial-out-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #032271;
  background: #dcd7dd;
  border: 2px solid #032271;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #032271;
  border-radius: 0px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out-2:active,
.hvr-radial-out-2:focus,
.hvr-radial-out-2:hover {
  color: #fff;
}
.hvr-radial-out-2:active:before,
.hvr-radial-out-2:focus:before,
.hvr-radial-out-2:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-clock:before {
  content: "\f017";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-phone:before {
  content: "\f095";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-youtube-square:before {
  content: "\f431";
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa {
  font-family: "Font Awesome 5 Free";
}
.fa {
  font-weight: 900;
}

/*print modal coupon*/
@media print {
  body.modalprinter * {
    visibility: hidden;
  }
  body.modalprinter .modal-dialog.focused {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
  body.modalprinter .modal-dialog.focused .modal-content {
    border-width: 0;
  }
  body.modalprinter
    .modal-dialog.focused
    .modal-content
    .modal-header
    .modal-title,
  body.modalprinter .modal-dialog.focused .modal-content .modal-body,
  body.modalprinter .modal-dialog.focused .modal-content .modal-body * {
    visibility: visible;
    width: 100%;
  }
  body.modalprinter .modal-dialog.focused .modal-content .modal-header,
  body.modalprinter .modal-dialog.focused .modal-content .modal-body {
    padding: 0;
    width: 100%;
  }
  body.modalprinter
    .modal-dialog.focused
    .modal-content
    .modal-header
    .modal-title {
    margin-bottom: 20px;
  }
}

.CUS{
  
  padding: 0;
  border-radius: 30px;
}
form.CUS input.subject {
    display: none;
}

.CUS .form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.CUS .form-row p {
    flex: 1;
    margin: 0;
}

.CUS textarea {
    width: 100%;
    font-size: 15px;
    border: 1px solid #020202;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    background-color: #f0f0f0;
}

.CUS .submit {
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    background-color: #f0f0f0;
    color: #161515;
}

.CUS input,
.CUS select {
    width: 100%;
    font-size: 15px;
     border: 1px solid #d4d4d4;
    box-sizing: border-box;
    font-weight: normal;
    padding: 10px;
    margin: 5px 0;
    background-color: #f0f0f0;

}

.CUS label {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    color: #161616;
}

.CUS legend {
    font-size: 20px;
    text-align: left;
    color: #161616;
}

form.CUS,
.CUS fieldset {
    border: none;
}