/*theme name: notanku*/
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800|Oswald:300,400,500,600,700&display=swap");
body {
  overflow-x: hidden;
  font-family: Oswald !important;
}

.font-family {
  font-family: Oswald !important;
}

.font-family-secondary {
  font-family: Muli !important;
}

.muted-bg {
  color: #191819 !important;
  background-color: #E5E5E5 !important;
}
.muted-bg.light {
  color: #191819 !important;
  background-color: #F8F8F8 !important;
}
.muted-bg.dark {
  color: #191819 !important;
  background-color: #8E8E8E !important;
}

.primary {
  color: #FFFFFF !important;
  background-color: #FFC220 !important;
}
.primary.with-other {
  color: #F37021;
}

.secondary {
  color: #191819 !important;
  background-color: #00275D !important;
}
.secondary.with-white {
  color: #FFFFFF;
}
.other {
  color: #FFFFFF !important;
  background-color: #F37021 !important;
}
.dark {
  color: #FFFFFF !important;
  background-color: #191819 !important;
}
.primary-text, .secondary.with-primary, .other.with-primary, .dark.with-primary {
  color: #FFC220;
}

.other-text {
  color: #F37021;
}

.secondary-text, .primary.with-secondary, .other.with-secondary, .dark.with-secondary {
  color: #00275D;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

a {
  -webkit-transition: linear 0.5s;
  -moz-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -o-transition: linear 0.5s;
  transition: linear 0.5s;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none;
}

.fit-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fit-image.stretch {
  object-fit: cover;
}

.z-depth-half {
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
}

.rounded-2x {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
}

.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image.center {
  background-position: center center;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.embed-responsive-map::before {
  padding-top: 350px;
}

.header-margin {
  -webkit-transition: ease-in-out 0.55s;
  -moz-transition: ease-in-out 0.55s;
  -ms-transition: ease-in-out 0.55s;
  -o-transition: ease-in-out 0.55s;
  transition: ease-in-out 0.55s;
}

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

.m-0, body {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.owl-carousel.custom-owl-nav .owl-nav button {
  top: 30px;
  color: #FFFFFF;
  font-size: 27px;
  position: absolute;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  background: #00275D;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21) !important;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.21) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.21) !important;
}
.owl-carousel.custom-owl-nav .owl-nav button span {
  top: -8px;
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.owl-carousel.custom-owl-nav .owl-nav button.owl-prev {
  left: -35px;
}
.owl-carousel.custom-owl-nav .owl-nav button.owl-next {
  right: -35px;
}

.header-social-container {
  height: 55px;
  padding: 0 8px;
  background: #00275D;
  border-top: 2px solid #FFC220;
  border-bottom: 2px solid #FFC220;
}
.header-social-container .header-social-icon {
  width: 45px;
  height: 100%;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-social-container .header-social-icon img {
  width: 22px;
  height: 22px;
}
.header-social-container .header-social-icon:nth-child(1), .header-social-container .header-social-icon:nth-child(3) {
  background: #001129;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.header-social-container .header-social-icon:nth-child(1) img, .header-social-container .header-social-icon:nth-child(3) img {
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
}

header {
  height: 52px;
  padding: 8px;
  background: url("https://notanku.com/wp-content/uploads/2019/09/hedaer-bg-min.jpg") no-repeat;
  background-size: cover;
}
header .logo-tagline-container {
  position: relative;
}
header .logo-tagline-container .logo {
  top: -60px;
  left: 10px;
  z-index: 11;
  position: absolute;
}
/* @media (min-width: 767px) {
  header .logo-tagline-container .logo {
    left: 60px;
  }
} */
header .logo-tagline-container .logo img {
  width: 144px;
  height: 120px;
}
@media (min-width: 767px) {
  header .logo-tagline-container .logo img {
    width: 70%;
    height: auto;
  }
}
header .logo-tagline-container .tagline {
  font-size: 18px;
  color: #00275D;
  margin-left: 275px;
}
@media (max-width: 766px) {
  header .logo-tagline-container .tagline {
    display: none;
  }
}
header .header-call-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-call-container .header-call-icon {
  padding: 8px;
  color: #FFC220;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background: #00275D;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
header .header-call-container .header-call-num {
  height: 40px;
  color: #FFFFFF;
  font-size: 23px;
  padding: 8px 15px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00275D;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}.header-call-num:hover {
	background-color: #FFC220 !important;
}
@media(max-width:767px){.primary-section {
  background: url("https://notanku.com/wp-content/uploads/2019/09/primary-bg-min1-min.png") no-repeat;
  background-size: cover;
}}
@media(min-width:768px){.primary-section {
  background: url("https://notanku.com/wp-content/uploads/2019/09/primary-bg-min.png") no-repeat;
  background-size: cover;
}
}
@media (min-width: 1023px) {
  .primary-section {
    padding-bottom: 50px;
    background-size: 100% 100%;
  }
}

.banner-container {
  height: 500px;
  position: relative;
}
.banner-container .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-container .banner-caption {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}
.banner-container .banner-caption .banner-caption-title {
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 4px solid #FFFFFF;
  margin-top: 125px !important;
  color: #191819 !important;
  background-color: #FFC220 !important;
}
@media (min-width: 767px) {
  .banner-container .banner-caption .banner-caption-title {
    font-size: 18px;
    padding: 10px 24px;
  }
}
@media (min-width: 1023px) {
  .banner-container .banner-caption .banner-caption-title {
    font-size: 21px;
    padding: 10px 30px;
  }
}
@media (min-width: 1200px) {
  .banner-container .banner-caption .banner-caption-title {
    font-size: 25px;
    padding: 10px 38px;
  }
}
@media (min-width: 1600px) {
  .banner-container .banner-caption .banner-caption-title {
    font-size: 28px;
    padding: 10px 46px;
  }
	header .logo-tagline-container .logo{width:20%;text-align:right;}
	header .logo-tagline-container .logo img {
	width: 100%;
	height: auto;
	max-width:300px;
}
	header .logo-tagline-container .tagline {
	margin-left: 21%;
}
	.our-services-container.water-list{min-height:567px;}
}

.featured-image {
  width: 80%;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;display:block;margin:auto;
}

.featured-title {
  font-size: 20px;
  color: #00275D;
}
@media (min-width: 767px) {
  .featured-title {
    font-size: 22px;
  }
}
@media (min-width: 1023px) {
  .featured-title {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .featured-title {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .featured-title {
    font-size: 34px;
  }
	.hot-water .featured-content ,.service-section .service-section-content,.difference-section-text, .para-text p, .myth-list-text{
	font-size: 18px;}
	.featured-plumbing-button {
    height:50px !important;
    width: 180px !important;
	font-size:20px;
}
	.our-service-single p {
	font-size: 20px;
}
	
}

.featured-content {
  font-size: 16px;
  line-height: 24px;
  font-family: Muli;
}

.service-section {
  padding: 8px;
  color: #FFFFFF;
  background: url("https://www.notanku.com/wp-content/uploads/2019/09/Group-7-min.jpg") no-repeat;
  background-size: cover;
}

@media (min-width: 1023px) {
  .service-section,.difference-section {
    padding-top: 50px !important;padding-bottom:50px;
    background-size: 100% 100% !important;
  }
}
.service-section .service-section-title ,.difference-section .difference-section-title,.para-text .para-title,.myth-title,.myth-fact-title{
  font-size: 22px;
}
.myth-list-title {
	font-size: 20px;
}
@media (min-width: 767px) {
  .service-section .service-section-title,.difference-section .difference-section-title,.para-text .para-title ,.myth-title,.myth-fact-title{
    font-size: 28px;
  }
	.myth-list-title {
	font-size: 20px;
}
}
@media (min-width: 1023px) {
  .service-section .service-section-title,.difference-section .difference-section-title,.para-text .para-title ,.myth-title,.myth-fact-title{
    font-size: 34px;
  }
	.myth-list-title {
	font-size: 22px;
}
	
}
@media (min-width: 1200px) {
  .service-section .service-section-title {
    font-size: 40px;
    padding-right: 85px !important;
	}
	.difference-section .difference-section-title,.para-text .para-title,.myth-title,.myth-fact-title{
    font-size: 40px;
  }
	.myth-list-title {
	font-size: 24px;
}
}
@media (min-width: 1600px) {
  .service-section .service-section-title,.difference-section .difference-section-title,.para-text .para-title ,.myth-title,.myth-fact-title{
    font-size: 46px;
  }
	.myth-list-title {
	font-size: 28px;
}
}
.service-section .service-section-content {
  font-size: 15px;
  line-height: 25px;
  font-family: Muli;
}
.footer-call-num:hover {
	color: #FFC220;
}
.service-section .our-services-container {
  padding: 8px 25px 30px !important;
  color: #00275D !important;
  background-color: #FFC220 !important;
  -webkit-box-shadow: -10px -10px 0 #FFC220 !important;
  -moz-box-shadow: -10px -10px 0 #FFC220 !important;
  box-shadow: -10px -10px 0 #FFC220 !important;
}
.service-section .our-services-container .our-services-title {
  font-size: 16px;
}
@media (min-width: 767px) {
  .service-section .our-services-container .our-services-title {
    font-size: 19px;
  }
}
@media (min-width: 1023px) {
  .service-section .our-services-container .our-services-title {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .service-section .our-services-container .our-services-title {
    font-size: 28px;
  }
}
.service-section .our-services-container .our-services-tile-container {
  padding: 4px 15px;
  color: #FFFFFF !important;
  background-color: #00275D !important;
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Muli;
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-icon .minus, .service-section .our-services-container .our-services-tile-container .our-services-tile-icon .plus {
  width: 18px;
  height: 18px;
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-icon .minus {
  display: none;
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-content {
  font-size: 15px;
  position: relative;
  padding-left: 28px !important;
  font-family: Muli;
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-content:after {
  top: 20px;
  left: 14px;
  width: 1px;
  content: "";
  background: #FFFFFF;
  position: absolute;
  height: calc(100% - 40px);
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-content .drop {
  right: 25px;
  bottom: 25px;
  position: absolute;
}
.service-section .our-services-container .our-services-tile-container .our-services-tile-content .drop img {
  width: 100px;
  height: 145px;
}
.service-section .our-services-container .our-services-tile-container.open .our-services-tile-icon .plus {
  display: none;
}
.service-section .our-services-container .our-services-tile-container.open .our-services-tile-icon .minus {
  display: flex;
}

.shark-plumbing-container {
  padding-bottom: 55px !important;
  background: url("https://notanku.com/wp-content/uploads/2019/09/shark-bg-min.jpg") no-repeat;
  background-size: 100% 100%;
}
.shark-plumbing-container .shark-img {
  width: 100%;
}
.shark-plumbing-container .shark-plumbing-title {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Muli;
}
@media (max-width: 766px) {
.banner-container {
	 height: auto;	position: relative;
}
.banner-container .banner-caption {
 height: auto;	
	
}
.banner-container .banner-image {
	height: auto;	
}
  .shark-plumbing-container .shark-plumbing-title {
    color: #00275D;
  }
}
@media (min-width: 766px) and (max-width: 1023px) {
  .shark-plumbing-container .shark-plumbing-title {
    margin-top: 30px;
  }
}
.shark-plumbing-container .shark-plumbing-subtitle {
  color: #FFFFFF;
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 766px) {
  .shark-plumbing-container .shark-plumbing-subtitle {
    color: #00275D;
  }.shark-plumbing-container .shark-img {
	width: 72%;
	margin: auto;
	display: block;
}.footlogo {
	width: 66% !important;
	margin: auto;
	display: block;
}
}
.shark-plumbing-container .shark-plumbing-content {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: Muli;
}
.shark-plumbing-container .shark-plumbing-button ,.featured-plumbing-button,.primary-section .shark-plumbing-button{
  height: 40px;
  width: 145px;
  color: #FFFFFF;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: Muli;
  background: url("images/btn-bg.png") no-repeat;
  background-size: 100% 100%;
	font-weight:bold;
}

.we-service-section {
  padding-top: 100px;
  margin-top: -80px !important;
  background: url("https://notanku.com/wp-content/uploads/2019/09/curved-silver-frame-min.png") no-repeat;
  background-size: 100% 180px;
}
@media (max-width: 766px) {
  .we-service-section {
    background: none !important;
  }
}
.we-service-section .we-service-section-head {
  font-size: 25px;
  margin-top: -67px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 2px solid #FFFFFF;
  padding: 12px 25px !important;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  color: #00275D !important;
  background-color: #FFC220 !important;
}
@media (max-width: 766px) {
  .we-service-section .we-service-section-head {
    width: 80%;
    text-align: center;
  }
}
.we-service-section .we-service-section-head span {
  display: flex;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
.we-service-section .we-service-logo {
  height: 110px;
}
.we-service-section .we-service-logo img {
  padding: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer {
  padding: 8px;
  color: #FFFFFF;
  background: #002E5B;
  background-size: cover;
}
@media (min-width: 1023px) {
  footer {
    padding: 15px;
  }
}
footer .footer-call-title {
  font-size: 28px;
  font-weight: 600;
}
footer .footer-call-num {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  text-decoration: none;
}
footer .footer-office-hour-title {
  font-size: 25px;
}
footer .footer-office-hour {
  margin-bottom: 10px;
  font-family: Muli;
}

.footer-copy-right {
  padding: 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  background-color: #01204A !important;
}
.form-section {
  padding: 8px;
  background: url("https://notanku.com/wp-content/uploads/2019/09/primary-bg-min.png") no-repeat;
  background-size: cover;
}
@media (min-width: 475px) {
  .form-section {
    padding: 12px;
  }
}
@media (min-width: 767px) {
  .form-section {
    padding: 24px;
  }
}
@media (min-width: 1023px) {
  .form-section {
    padding: 36px;
  }
}
@media (min-width: 1200px) {
  .form-section {
    padding: 48px;
  }
}
@media (min-width: 1600px) {
  .form-section {
    padding: 60px;
  }
}
.form-section .form-container {
  padding: 8px;
  background: #FFFFFF;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}
@media (min-width: 1023px) {
  .form-section .form-container {
    padding: 16px;
  }
}
.form-section .form-container .request-form-heading {
  font-size: 22px;
  color: #00275D;
}
@media (min-width: 767px) {
  .form-section .form-container .request-form-heading {
    font-size: 28px;
  }
}
@media (min-width: 1023px) {
  .form-section .form-container .request-form-heading {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .form-section .form-container .request-form-heading {
    font-size: 40px;
  }
}
.form-section .form-container .request-form-input {
  width: 100%;
  font-size: 14px;
  min-height: 40px;
  color: #00275D;
  padding: 10px 12px;
  border: 1px solid #E5E5E5;
  font-family: Oswald;
}
.form-section .form-container .request-form-input::placeholder {
  font-size: 14px;
  color: #00275D;
  font-family: Oswald;
}
.form-section .form-container .request-form-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #00275D;
  font-family: Oswald;
}
.form-section .form-container .request-form-input::-ms-input-placeholder {
  font-size: 14px;
  color: #00275D;
  font-family: Oswald;
}
.form-section .form-container .request-form-input::-moz-placeholder {
  font-size: 14px;
  color: #00275D;
  font-family: Oswald;
}
.form-section .form-container .request-form-input:focus {
  outline: solid;
  outline-color: #00275D;
  outline-width: 1px !important;
}
.form-section .form-container .request-form-submit {
  width: 180px;
  margin: auto;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Oswald;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  border: 1px solid #00275D;
  color: #FFFFFF !important;
  background-color: #00275D !important;
}
.form-section .form-container .request-form-submit:hover, .form-section .form-container .request-form-submit:focus {
  color: #00275D !important;
  background-color: transparent !important;
}
.gfield_label {
	display: none !important;
}

#input_1_1, #input_1_2, #input_1_3, #input_1_4{
	width: 100%;
	font-size: 14px;
	min-height: 40px;
	color: #00275D;
	padding: 10px 12px;
	border: 1px solid #E5E5E5;
	font-family: Oswald;
}
#gform_submit_button_1{
	width: 180px;
	margin: auto;
	height: 50px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 1px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Oswald;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	-ms-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
	border: 1px solid #00275D;
	color: #FFFFFF !important;
	background-color: #00275D !important;
}
#gform_submit_button_1:hover {
	color: #00275D !important;
	background-color: transparent !important;
}.gform_wrapper {
	margin: 0 auto !important;
}
.servcta {
	height: 50px;
	width:auto;
	color: #00275D;
	padding:1rem;
	display:inline-block;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: Muli;
	background: #FFC220;
	background-size: 100% 100%;
	margin: auto;
	font-weight: 600;
	cursor: pointer;
}
.servcta:hover{color:#fff}
/*# sourceMappingURL=style.css.map */
#gform_confirmation_wrapper_1{width:100%;}
#gform_confirmation_message_1 {
	text-align: center !important;
	font-size: 120%;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 5px;
	font-family: Muli;
}
@media(min-width:768px) and (max-width:1024px){ footer .col-lg-2,footer .col-lg-1{width:0;}}
@media(min-width:768px) and (max-width:1200px){.banner-container{height:auto;}}
@media(max-width:767px){
.featured-image{margin-top:20px;}
header .logo-tagline-container .logo{top:-20px;}
header .logo-tagline-container .logo img{width:100%;height:auto;}
}
@media(min-width:768px){.gform_wrapper{width:80%;}}
.servcta.why-btn {
	background: #fff;
	font-size: 18px;
	height: auto;
	font-weight: bold;
}
.servcta.why-btn:hover{background:#FFC220;}