@font-face {
  font-family: "montserrat-bold";
  src: url("../fonts/montserrat-bold.ttf") format("truetype"), url("../fonts/montserrat-bold.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-regular";
  src: url("../fonts/montserrat-regular.ttf") format("truetype"), url("../fonts/montserrat-regular.woff") format("woff"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.hb-mn-i-h input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "montserrat-regular" !important;
  color: #1E1E1E !important;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea,
  table {
    font-size: 14px;
  }
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

body,
div {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #CCCCCC;
}

::selection {
  background-color: #CCCCCC;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

body {
  display: block;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  font-weight: 200;
  background-color: #FFF;
}

h1 {
  text-align: center;
}

.flx-h {
  display: flex;
}

.flx-v {
  display: flex;
  flex-direction: column;
}

.flx-c1 {
  justify-content: center;
  align-items: center;
}

.flx-c2 {
  align-items: center;
}

.flx-c3 {
  justify-content: center;
}

.flx-c4 {
  justify-content: space-between;
}

.flx-c5 {
  align-items: center;
  justify-content: space-between;
}

.flx-c6 {
  align-items: center;
  justify-content: space-around;
}

.flx-c7 {
  align-items: flex-start;
}

.flx-c8 {
  align-items: flex-end;
}

.flx-g-5 {
  gap: 5px;
}

.flx-g-10 {
  gap: 10px;
}

.flx-g-15 {
  gap: 15px;
}

.flx-g-20 {
  gap: 20px;
}

.flx-g-25 {
  gap: 25px;
}

.flx-g-30 {
  gap: 30px;
}

.flx-g-40 {
  gap: 40px;
}

.flx-wrp {
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .flx-mob-wrp {
    flex-wrap: wrap;
  }
}

.flx-sp-bt {
  justify-content: space-between;
}

.flx-sp-ar {
  justify-content: space-around;
}

.spacer-xlarge {
  height: 6em !important;
}
@media only screen and (max-width: 480px) {
  .spacer-xlarge {
    height: 2em !important;
  }
}

.spacer-large {
  height: 2em;
}
@media only screen and (max-width: 768px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 1.5em;
}

.spacer-small {
  height: 1em;
}

.spacer-tiny {
  height: 0.5em;
}

.txt-cntr {
  text-align: center;
}

.page-content {
  padding-top: 100px;
  min-height: 500px;
}
@media only screen and (max-width: 480px) {
  .page-content {
    padding-top: 75px;
  }
}

.page-width {
  padding-left: 100px;
  padding-right: 100px;
  height: inherit;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-width h2 {
  margin: 10px auto;
}

.page-header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 14000;
  background-color: #121F34;
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 75px;
  }
}

.pg-lg {
  color: #FFF;
}
.pg-lg a {
  color: #FFF;
}
@media only screen and (max-width: 480px) {
  .pg-lg {
    width: 130px;
  }
}
.pg-lg .cptn {
  font-size: 0.75em;
  margin-top: -5px;
  padding: 0;
  line-height: 1;
  opacity: 0.8;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 480px) {
  .pg-lg .cptn {
    font-size: 0.6em;
    letter-spacing: 1.1px;
  }
}

.mn-nav {
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 480px) {
  .mn-nav {
    display: none;
  }
}

.hdr-n-itm {
  font-size: 1.25em;
  color: #FFFFFF;
  position: relative;
}
.hdr-n-itm a {
  color: #FFFFFF;
}

.hdr-n-itm-actv {
  position: relative;
}
.hdr-n-itm-actv a {
  color: #FFFFFF;
}

.hdr-n-itm-actv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FFF;
  left: 0;
  bottom: -6px;
}

/**
Mobile Menu
**/
.hb-mn-i-h {
  display: none;
  position: relative;
  z-index: 9002;
}
@media only screen and (max-width: 768px) {
  .hb-mn-i-h {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hb-mn-i-h {
    display: block;
  }
}
.hb-mn-i-h input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hb */
  -webkit-touch-callout: none;
}
.hb-mn-i-h input:checked ~ .hb-mn {
  transform: none;
}
.hb-mn-i-h span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #FFF; /*$text-color-one;*/
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 480px) {
  .hb-mn-i-h span {
    margin-bottom: 5px;
  }
}
.hb-mn-i-h #hb3 {
  margin-bottom: 0 !important;
}
.hb-mn-i-h #hb2 {
  width: 22px;
}
.hb-mn-i-h #hb1 {
  transform-origin: 0% 100%;
  width: 22px;
}
.hb-mn-i-h input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
  background: #FFF;
}
.hb-mn-i-h input:checked ~ #hb1 {
  width: 21px;
  top: 0px;
  transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
}
.hb-mn-i-h input:checked ~ #hb2 {
  opacity: 1;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.hb-mn-i-h input:checked ~ #hb3 {
  width: 20px;
  transform: rotate(-45deg) translate(0, 0) scale(1.1, 1.5);
  top: 0px;
  left: 0px;
}

.hb-mn {
  width: 101vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  color: #FFFFFF;
  background-color: #121F34;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translateX(100vw);
  transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding: 20px 20px;
  overflow: scroll;
}

/**
Mobile Menu Ends
**/
.mob-mn-itms {
  padding-top: 20px;
  color: #FFFFFF;
  font-size: 1.5em;
  height: calc(100vh - 100px);
}
.mob-mn-itms a {
  color: #FFFFFF;
}

.page-footer {
  background-color: #121F34;
  padding: 50px 0 30px 0;
}

.cpy-msg {
  font-size: 0.8em;
  text-align: center;
  color: #FFFFFF;
}

hr.wht {
  width: 100%;
  border: 0.25px solid rgba(255, 255, 255, 0.7);
  margin: 15px 0;
}

.home-hero {
  width: 100%;
  height: 620px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .home-hero {
    height: 350px;
  }
}
.home-hero p {
  text-align: center;
}
.home-hero p:first-child {
  font-size: 1.5em;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .home-hero p:first-child {
    font-size: 1.2em;
  }
}
.home-hero .hero-caption {
  font-size: 2.5em;
  margin: 5px;
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .home-hero .hero-caption {
    font-size: 2em;
  }
}
.home-hero .hero-caption span {
  color: #F0587B;
}
.home-hero .hero-img {
  position: absolute;
  width: 100%;
  bottom: -20px;
  z-index: -1;
}

.grd-section {
  background-image: url("../images/gradient-bg.png");
  padding: 30px 0;
  background-size: 100%;
  text-align: center;
}

.t-serv-hldr .t-serv-itm {
  padding: 5px 40px;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 1px 2px 4px 1px rgba(57, 64, 102, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.t-prod-hldr .t-prod-itm {
  border-radius: 4px;
  overflow: hidden;
  height: 300px;
  background-color: #D9D9D9;
  min-width: 280px;
  position: relative;
}
.t-prod-hldr .t-prod-itm .t-prod-itm-im {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.t-prod-hldr .t-prod-itm .t-prod-itm-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-prod-hldr .t-prod-itm .t-prod-itm-inf {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: calc(100% - 60px);
  color: #FFF;
  transition: top 0.3s ease-in-out;
}
.t-prod-hldr .t-prod-itm .t-prod-itm-inf .t-prod-itm-lbl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.t-prod-hldr .t-prod-itm .t-prod-itm-inf .t-prod-itm-txt {
  padding: 0 10px;
}
.t-prod-hldr .t-prod-itm .t-prod-itm-inf .ul2 ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.t-prod-hldr .t-prod-itm:hover .t-prod-itm-inf {
  top: 0px;
}

.t_p {
  font-size: 1.3em;
  text-transform: lowercase;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  padding-right: 15px;
}

.t_des {
  color: #121F34;
  text-transform: lowercase;
  line-height: 1.2;
  text-align: right;
  width: 100%;
  padding-right: 15px;
}

.contact-section {
  text-align: center;
}

.blue-btn {
  background-color: #121F34;
  padding: 5px 15px;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
}

.about-hero {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #FFF;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .about-hero {
    height: 350px;
  }
}
.about-hero div {
  text-align: center;
}
.about-hero .about-hero-img {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.about-hero .about-hero-img img {
  height: 100%;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 480px) {
  .team-hldr {
    flex-wrap: wrap;
  }
}

.team-itm {
  width: 300px;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #D9D9D9;
}
.team-itm .team-im {
  width: 100%;
  height: 100%;
}
.team-itm .team-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-itm .team-info {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 60px;
  bottom: 0;
  width: 100%;
}
.team-itm .team-info .team-ttl {
  color: #FFF;
}
.team-itm .team-info .team-desg {
  color: #FFF;
  font-size: 0.8em;
}

.contact-hldr {
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .contact-hldr {
    flex-wrap: wrap;
    grid-area: 10px;
  }
}
.contact-hldr .contact-map {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 480px) {
  .contact-hldr .contact-map iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .contact-hldr .contact-map {
    width: 100%;
  }
}
.contact-hldr .contact-info {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 480px) {
  .contact-hldr .contact-info {
    width: 100%;
  }
}
.contact-hldr .contact-addr {
  padding: 15px;
  box-shadow: 1px 2px 4px 1px rgba(57, 64, 102, 0.15);
  background-color: #FFF;
}

.icn {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icn img {
  width: 100%;
  height: 100%;
}

.phone {
  background-image: url("../images/phone.svg");
}

.email {
  background-image: url("../images/email.svg");
}

.location {
  background-image: url("../images/location.svg");
}/*# sourceMappingURL=main.css.map */