.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0C2B4D !important;
}

.border-secondary {
  border-color: #FF6700 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .site-wrapper {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0C2B4D !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #02060b !important;
}

.text-secondary {
  color: #FF6700 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b34800 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #363636 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.sprite {
  position: relative;
}

.sprite:before {
  content: "";
  background-image: url(../images/sprite.png);
  background-position: -9999px -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

a {
  transition: all .2s ease-in-out;
  text-decoration: underline;
}

.hidden-mobile-md {
  display: none;
}

@media (min-width: 768px) {
  .hidden-mobile-md {
    display: inline;
  }
}

@media (min-width: 768px) {
  .hidden-desktop-md {
    display: none;
  }
}

.toggleBlock {
  display: none;
}

@media (min-width: 768px) {
  .toggleBlock {
    display: block !important;
    height: auto !important;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?s6vthw");
  src: url("../fonts/icomoon.eot?s6vthw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?s6vthw") format("truetype"), url("../fonts/icomoon.woff?s6vthw") format("woff"), url("../fonts/icomoon.svg?s6vthw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-circle:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-repair:before {
  content: "\e902";
}

.icon-Appointment:before {
  content: "\e903";
}

.icon-pricing:before {
  content: "\e904";
}

.icon-list:before {
  content: "\e905";
}

.icon-star:before {
  content: "\e906";
}

.icon-quote:before {
  content: "\e907";
}

.icon-phone-ring:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-linkedin:before {
  content: "\e90a";
}

.icon-twitter:before {
  content: "\e90b";
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0C2B4D;
  --secondary: #FF6700;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363636;
  text-align: left;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body {
    line-height: 1.6;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 1.125rem;
    line-height: 1.85;
  }
}

.site-wrapper {
  margin: 0 auto;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  align-items: stretch;
  flex-direction: column;
  overflow-x: hidden;
}

.site-content {
  flex-grow: 1;
}

@media screen and (min-width: 0\0) {
  .site-content {
    flex-grow: 0;
  }
}

.site-header, .site-content, .site-footer {
  flex-shrink: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0C2B4D;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #02060b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 4.375rem;
}

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.5625rem + 3.75vw) ;
  }
}

h2,
.h2 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.heading-primary {
  color: #FF6700;
  font-size: 2.5rem;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .heading-primary {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

@media (min-width: 992px) {
  .heading-primary {
    font-size: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .heading-primary {
    font-size: calc(1.425rem + 2.1vw) ;
  }
}

@media (min-width: 1200px) {
  .heading-primary {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .heading-primary {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

@media (min-width: 1440px) {
  .heading-primary {
    font-size: 4.375rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .heading-primary {
    font-size: calc(1.5625rem + 3.75vw) ;
  }
}

.heading-secondary {
  color: #0C2B4D;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .heading-secondary {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media (min-width: 992px) {
  .heading-secondary {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .heading-secondary {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media (min-width: 1200px) {
  .heading-secondary {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .heading-secondary {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

@media (min-width: 1440px) {
  .heading-secondary {
    font-size: 2.375rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .heading-secondary {
    font-size: calc(1.3625rem + 1.35vw) ;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1310px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 0.5rem 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .form-control {
    font-size: 1rem;
    padding: .5rem .75rem;
  }
}

@media (min-width: 1440px) {
  .form-control {
    font-size: 1.125rem;
    letter-spacing: 0.05rem;
    padding: .5rem 0.875rem;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #1d69bb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 43, 77, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1;
  color: #363636;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  resize: none;
  height: 85px;
}

@media (min-width: 1440px) {
  textarea.form-control {
    height: 118px;
  }
}

.form-group {
  margin-bottom: 0.625rem;
}

@media (min-width: 1440px) {
  .form-group {
    margin-bottom: 0.875rem;
  }
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.messages {
  display: none;
}

.has-error .form-control {
  border-color: #dc3545;
}

.thank-you-message {
  text-align: center;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.5;
}

.thank-you-message a {
  color: #0C2B4D;
  white-space: nowrap;
}

.thank-you-message a:hover, .thank-you-message a:focus {
  color: #000;
  text-decoration: none;
}

.thank-you-heading {
  font-size: 1.5rem;
}

.form-header {
  text-align: center;
  position: relative;
}

.form-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 127px;
  border-bottom: 1px solid #FFBD68;
}

.form-header h2 {
  color: #0C2B4D;
}

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

@media (max-width: 991.98px) {
  .primary-form {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .primary-form {
    max-width: 400px;
    margin: 0 auto;
  }
}

.primary-form .form {
  padding: 1.25rem .75rem;
  border-style: solid;
  border-width: 4px;
  border-color: #0C2B4D;
  background: #fff;
  position: relative;
  box-shadow: 0px 12px 52px #e2e2e2;
}

@media (min-width: 576px) {
  .primary-form .form {
    border-color: #0C2B4D #0C2B4D transparent #0C2B4D;
    margin-bottom: 120px;
    padding: 1rem 1.25rem .5rem;
    border-width: 6px;
  }
}

@media (min-width: 992px) {
  .primary-form .form {
    border-width: 5px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .primary-form .form {
    margin-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  .primary-form .form {
    margin-bottom: 100px;
    border-width: 6px;
    padding: 1.5rem 1.875rem .5rem;
  }
}

.primary-form .form:before {
  content: '';
  position: absolute;
  bottom: -117px;
  left: -7px;
  top: auto;
  width: 504px;
  height: 117px;
  height: 120px;
  background-image: url("../images/border-patttern-img.png");
  background-repeat: no-repeat;
  background-size: 99.5%;
  background-position: top left;
}

@media (min-width: 992px) {
  .primary-form .form:before {
    bottom: -114px;
    left: -5px;
    width: 359px;
    height: 116px;
  }
}

@media (min-width: 1200px) {
  .primary-form .form:before {
    bottom: -120px;
    left: -6px;
    height: 120px;
    width: 434px;
    background-size: 100%;
  }
}

@media (min-width: 1440px) {
  .primary-form .form:before {
    bottom: -150px;
    left: -7px;
    width: 495px;
    height: 154px;
  }
}

@media (max-width: 575.98px) {
  .primary-form .form:before {
    display: none;
  }
}

.primary-form .form-header {
  padding-bottom: .25rem;
  max-width: 210px;
  margin: 0 auto 1rem;
  position: relative;
}

@media (min-width: 1440px) {
  .primary-form .form-header {
    margin: 0 auto 2.125rem;
    max-width: 310px;
  }
}

.primary-form .form-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 127px;
  border-bottom: 1px solid #FFBD68;
}

.primary-form .form-header h2 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .primary-form .form-header h2 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media (min-width: 1440px) {
  .primary-form .form-header h2 {
    font-size: 2.125rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .primary-form .form-header h2 {
    font-size: calc(1.3375rem + 1.05vw) ;
  }
}

.primary-form .form .form-control:hover, .primary-form .form .form-control:focus {
  box-shadow: none;
  border-color: #0C2B4D;
}

.primary-form .form textarea.form-control {
  padding-top: 0.6875rem;
}

.primary-form .form-footer {
  padding-top: .75rem;
}

@media (min-width: 1200px) {
  .primary-form .form-footer {
    padding-top: 1rem;
  }
}

@media (min-width: 1440px) {
  .primary-form .form-footer {
    padding-top: 1.375rem;
  }
}

@media (min-width: 992px) {
  .footer-form {
    margin-top: -9rem;
  }
}

@media (min-width: 1200px) {
  .footer-form {
    margin-top: -10rem;
  }
}

@media (min-width: 1440px) {
  .footer-form {
    margin-top: -12.3125rem;
  }
}

@media (max-width: 991.98px) {
  .footer-form {
    max-width: 400px;
    margin: -9rem auto 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .footer-form {
    margin: -8.5rem auto 2rem;
  }
}

@media (max-width: 767.98px) {
  .footer-form {
    margin: -7rem auto 2rem;
  }
}

@media (max-width: 575.98px) {
  .footer-form {
    margin: -6.5rem auto 1.5rem;
  }
}

.footer-form .form {
  padding: 1.5rem .75rem;
  background: #fff;
  box-shadow: 0px 12px 52px rgba(0, 0, 0, 0.16);
}

@media (min-width: 1200px) {
  .footer-form .form {
    padding: 2rem 1rem;
  }
}

@media (min-width: 1440px) {
  .footer-form .form {
    padding: 2.75rem 1.5rem 2.875rem;
  }
}

.footer-form .form-header {
  padding-top: 0.625rem;
  margin-bottom: 1rem;
}

@media (min-width: 1440px) {
  .footer-form .form-header {
    margin-bottom: 1.75rem;
  }
}

.footer-form .form-header:before {
  bottom: auto;
  top: 0;
  width: 101px;
  height: 3px;
  background-color: #FF6700;
}

.footer-form .form-header h2 {
  font-size: 1.375rem;
}

@media (max-width: 1200px) {
  .footer-form .form-header h2 {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

@media (min-width: 1200px) {
  .footer-form .form-header h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .footer-form .form-header h2 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media (min-width: 1440px) {
  .footer-form .form-header h2 {
    font-size: 1.8125rem;
    line-height: 1.3;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .footer-form .form-header h2 {
    font-size: calc(1.30625rem + 0.675vw) ;
  }
}

.footer-form .form-inner {
  padding: 0 .5rem;
}

@media (min-width: 576px) {
  .footer-form .form-inner {
    padding: 0 1rem;
  }
}

@media (min-width: 1200px) {
  .footer-form .form-inner {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1440px) {
  .footer-form .form-inner {
    padding: 0 2rem;
  }
}

.footer-form .form-group {
  margin-bottom: 1rem;
}

@media (min-width: 1440px) {
  .footer-form .form-group {
    margin-bottom: 1.125rem;
  }
}

.footer-form .form-control {
  border-color: transparent transparent rgba(0, 38, 58, 0.9) transparent;
  padding-left: .5rem;
}

.footer-form .form-control,
.footer-form .form textarea {
  height: 45px;
}

@media (min-width: 576px) {
  .footer-form .form-control,
  .footer-form .form textarea {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .footer-form .form-control,
  .footer-form .form textarea {
    height: 55px;
  }
}

@media (min-width: 1440px) {
  .footer-form .form-control,
  .footer-form .form textarea {
    height: 3.75rem;
  }
}

.footer-form .form textarea {
  padding-top: .75rem;
}

@media (min-width: 1200px) {
  .footer-form .form textarea {
    padding-top: 1rem;
  }
}

@media (min-width: 1440px) {
  .footer-form .form textarea {
    padding-top: 1.375rem;
  }
}

.footer-form .form-footer {
  padding-top: .5rem;
}

@media (min-width: 992px) {
  .footer-form .form-footer {
    padding-top: 1rem;
  }
}

@media (min-width: 1440px) {
  .footer-form .form-footer {
    padding-top: 1.375rem;
  }
}

.footer-form .has-error .form-control {
  border-color: transparent transparent #dc3545 transparent;
}

.btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #363636;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.3125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn {
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 1200px) {
  .btn {
    padding: 1rem 1.75rem;
  }
}

@media (min-width: 1200px) {
  .btn {
    font-size: 1rem;
    padding: 1.25rem 2rem;
  }
}

@media (min-width: 1440px) {
  .btn {
    min-width: 320px;
    font-size: 1.125rem;
    padding: 1.5rem 2rem;
  }
}

.btn:hover {
  color: #363636;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 43, 77, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: transparent;
  color: #0C2B4D;
  border-color: #0C2B4D;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: transparent;
  color: #FF6700;
  border-color: #FF6700;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0C2B4D;
  border-color: #0C2B4D;
}

.btn-primary:hover {
  color: #fff;
  background-color: #07192c;
  border-color: #051221;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 75, 104, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0C2B4D;
  border-color: #0C2B4D;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #051221;
  border-color: #030c16;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 75, 104, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #FF6700;
  border-color: #FF6700;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #d95800;
  border-color: #cc5200;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126, 38, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #FF6700;
  border-color: #FF6700;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #cc5200;
  border-color: #bf4d00;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 126, 38, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.banner {
  padding: 1.5rem 0;
  background-image: url(../images/banner-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

@media (min-width: 576px) {
  .banner {
    padding: 2.5rem 0 2rem;
  }
}

@media (min-width: 768px) {
  .banner {
    padding: 3.5rem 0 2rem;
  }
}

@media (min-width: 1200px) {
  .banner {
    padding: 2rem 0 2rem;
  }
}

@media (min-width: 1440px) {
  .banner {
    padding: 3.9375rem 0 2rem;
  }
}

@media (min-width: 992px) {
  .banner-left {
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .banner-content {
    padding-top: 2rem;
    margin-right: .5rem;
  }
}

@media (min-width: 1200px) {
  .banner-content {
    margin-right: 4rem;
  }
}

@media (min-width: 1440px) {
  .banner-content {
    padding-top: 3.125rem;
    margin-right: 3.125rem;
  }
}

@media (max-width: 991.98px) {
  .banner-content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .banner-content {
    margin-bottom: 1.5rem;
  }
}

.banner-content .heading-primary {
  margin-bottom: 1rem;
}

@media (min-width: 1440px) {
  .banner-content .heading-primary {
    margin-bottom: 1.875rem;
  }
}

.banner-content ul {
  font-weight: 400;
  list-style: none;
  padding: 0;
  color: #161616;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .banner-content ul {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .banner-content ul {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 991.98px) {
  .banner-content ul {
    display: inline-block;
    text-align: left;
  }
}

.banner-content ul li {
  margin-bottom: 3px;
  padding-left: 1.75rem;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 1440px) {
  .banner-content ul li {
    font-size: 1.125rem;
    letter-spacing: 0.0437rem;
    padding-left: 2.1875rem;
  }
}

.banner-content ul li:before {
  content: '\e901';
  position: absolute;
  top: 4px;
  left: 0;
  color: #0C2B4D;
  font-family: 'icomoon';
  font-size: 1.125rem;
  line-height: 1;
}

@media (min-width: 1440px) {
  .banner-content ul li:before {
    font-size: 1.375rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .banner-content ul li:before {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

.banner-content .btn-primary {
  display: none;
}

@media (min-width: 768px) {
  .banner-content .btn-primary {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .banner .primary-form {
    padding-left: .75rem;
  }
}

@media (min-width: 1440px) {
  .banner .primary-form {
    padding-left: 1.3125rem;
  }
}

.slick-dots {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  line-height: 1;
}

.slick-dots li + li {
  padding-left: 6px;
}

.slick-dots li button[type="button"] {
  background: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #FF6700;
  font-size: 0;
  padding: 0;
  text-align: center;
  outline: none;
  transition: .2s all ease-in-out;
}

.slick-dots li.slick-active button[type="button"],
.slick-dots li:hover button[type="button"] {
  background: #FF6700;
}

.site-header {
  background-color: #0C2B4D;
  padding: 0.625rem 0;
}

@media (min-width: 576px) {
  .site-header {
    padding: .75rem 0;
  }
}

@media (min-width: 992px) {
  .site-header {
    padding: 1rem 0;
  }
}

@media (min-width: 1440px) {
  .site-header {
    padding: 1.1875rem 0;
  }
}

.site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.site-header .site-logo {
  margin-right: 0.625rem;
}

@media (min-width: 1440px) {
  .site-header .site-logo {
    padding-left: 1.125rem;
  }
}

.site-header .site-logo img {
  max-width: 9rem;
}

@media (min-width: 768px) {
  .site-header .site-logo img {
    max-width: 11rem;
  }
}

@media (min-width: 992px) {
  .site-header .site-logo img {
    max-width: 13rem;
  }
}

@media (min-width: 1200px) {
  .site-header .site-logo img {
    max-width: 16rem;
  }
}

.site-header .phone-number a {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}

.site-header .phone-number a:hover, .site-header .phone-number a:focus {
  text-decoration: none;
  color: #FF6700;
}

.site-header .phone-number a .icon-phone-circle {
  font-size: 1.5rem;
  color: #FF6700;
}

@media (min-width: 576px) {
  .site-header .phone-number a .icon-phone-circle {
    font-size: 2.25rem;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .site-header .phone-number a .icon-phone-circle {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

@media (min-width: 768px) {
  .site-header .phone-number a .icon-phone-circle {
    padding-right: .5rem;
  }
}

.site-header .phone-number a span {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .site-header .phone-number a span {
    display: inline-block;
  }
}

@media (min-width: 1440px) {
  .site-header .phone-number a span {
    font-size: 1.412rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .site-header .phone-number a span {
    font-size: calc(1.2662rem + 0.1944vw) ;
  }
}

.site-header .phone-number a span.text {
  display: inline-block;
  padding-right: .5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .site-header .phone-number a span.text {
    display: none;
  }
}

.site-header .phone-number a span.number {
  display: none;
}

@media (min-width: 768px) {
  .site-header .phone-number a span.number {
    display: block;
  }
}

.services {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .services {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .services {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 992px) {
  .services {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .services {
    margin-bottom: 5.5rem;
  }
}

@media (min-width: 1440px) {
  .services {
    margin-bottom: 5.6875rem;
  }
}

@media (min-width: 992px) {
  .services__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.services__header {
  text-align: center;
  max-width: 848px;
  margin: 0 auto;
  margin-bottom: 1rem;
  color: #363636;
}

@media (min-width: 576px) {
  .services__header {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .services__header {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .services__header {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .services__header {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1440px) {
  .services__header {
    margin-bottom: 4.3rem;
    line-height: 1.8;
  }
}

.services__header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2.375rem;
  color: #0C2B4D;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .services__header h2 {
    font-size: calc(1.3625rem + 1.35vw) ;
  }
}

@media (min-width: 992px) {
  .services__header h2 {
    margin-bottom: 1.5rem;
  }
}

.services__item {
  border: 1px solid #E5E5E5;
}

@media (min-width: 992px) {
  .services__item {
    width: 48%;
  }
}

@media (max-width: 991.98px) {
  .services__item {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .services__item {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .services__item {
    margin-bottom: 1rem;
  }
}

.services__item .img-wrap img {
  width: 100%;
}

.services__item .btn-primary {
  margin-bottom: 1rem;
}

.services__title {
  text-align: center;
  margin-top: -1.2rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .services__title {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .services__title {
    margin-top: -2.1rem;
  }
}

@media (min-width: 1440px) {
  .services__title {
    margin-bottom: 2.1rem;
  }
}

.services__title h3 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid #0C2B4D;
  background-color: #0C2B4D;
  color: #fff;
  padding: 0.6rem 1.5rem;
}

@media (min-width: 992px) {
  .services__title h3 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .services__title h3 {
    font-size: 1.4rem;
    padding: 1.3rem 2.2rem;
  }
}

.check-list ul {
  font-size: 0.9rem;
  font-weight: 400;
  list-style: none;
  padding: 0;
  color: #161616;
}

@media (min-width: 1200px) {
  .check-list ul {
    font-size: 1.2rem;
  }
}

.check-list ul li {
  margin-bottom: 1.1rem;
  position: relative;
  padding-left: 1.5rem;
  display: block;
}

@media (min-width: 1200px) {
  .check-list ul li {
    padding-left: 2.1rem;
  }
}

.check-list ul li:before {
  font-family: "icomoon" !important;
  position: absolute;
  content: '\e901';
  color: #0C2B4D;
  top: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .check-list ul li:before {
    font-size: 1.5rem;
    top: -5px;
  }
}

.check-list__secondary ul {
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 1.5rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .check-list__secondary ul {
    column-count: 2;
    column-gap: 2.5rem;
  }
}

.check-list__secondary ul li {
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .check-list__secondary ul li {
    break-inside: avoid;
  }
}

@media (min-width: 1440px) {
  .check-list__secondary ul li {
    font-size: 1.25rem;
  }
}

.check-list__secondary ul li:before {
  color: #FF6700;
}

@media (min-width: 1200px) {
  .check-list__secondary ul li:before {
    top: 0;
  }
}

.check-list__tertiary ul {
  font-family: "Roboto Condensed", sans-serif;
}

.check-list__tertiary ul li {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .check-list__tertiary ul li {
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .check-list__tertiary ul li {
    font-size: 1.25rem;
  }
}

@media (min-width: 1440px) {
  .check-list__tertiary ul li {
    font-size: 1.5rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .check-list__tertiary ul li {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.check-list__tertiary ul li:before {
  color: #161616;
}

.what-we-take {
  background-color: #FF6700;
  text-align: center;
  padding-top: 1.7rem;
  padding-bottom: 1rem;
  color: #fff;
}

@media (min-width: 992px) {
  .what-we-take {
    padding-top: 2.3rem;
    padding-bottom: 0.5rem;
  }
}

.what-we-take__content {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.what-we-take__content h2 {
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .what-we-take__content h2 {
    font-size: calc(1.3625rem + 1.35vw) ;
  }
}

.what-we-take__content p {
  font-size: 0.9rem;
  line-height: 2;
}

@media (min-width: 992px) {
  .what-we-take__content p {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .what-we-take__content p span {
    display: inline;
  }
}

.what-we-take__content a {
  color: #fff;
  text-decoration: underline;
}

.listing-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .listing-block {
    padding: 2.5rem 0;
  }
}

@media (min-width: 768px) {
  .listing-block {
    padding: 3.5rem 0;
  }
}

@media (min-width: 992px) {
  .listing-block {
    padding: 4.5rem 0;
  }
}

@media (min-width: 1200px) {
  .listing-block {
    padding: 5.5rem 0;
  }
}

@media (min-width: 1440px) {
  .listing-block {
    padding: 6rem 0 6.3125rem;
  }
}

.listing-block:before {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.listing-block__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listing-block .list {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .listing-block .list {
    width: 22%;
  }
}

.listing-block .list:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 353px;
  height: 3px;
  background-image: url(../images/seperater-sm.png);
  background-size: 100% 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .listing-block .list:before {
    bottom: 2.5rem;
    left: -57%;
    transform: none;
    height: auto;
    width: 3px;
    background-image: url(../images/seperater.png);
  }
}

@media (min-width: 1200px) {
  .listing-block .list:before {
    bottom: 3rem;
  }
}

.listing-block .list:first-child:before {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .listing-block .list:not(:first-child) {
    margin-top: 0.5rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .listing-block .btn-wrap {
    padding-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .listing-block .btn-wrap {
    padding-top: 2rem;
  }
}

@media (min-width: 1200px) {
  .listing-block .btn-wrap {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .listing-block .btn-wrap {
    padding-top: 2.875rem;
  }
}

.listing-block .btn-wrap:not(.hidden-desktop-md) {
  display: none;
}

@media (min-width: 768px) {
  .listing-block .btn-wrap:not(.hidden-desktop-md) {
    display: block;
  }
}

.listing-block .btn-wrap .btn:not(.btn-primary) {
  color: #161616;
}

.listing-block .btn-wrap .btn:not(.btn-primary):hover, .listing-block .btn-wrap .btn:not(.btn-primary):focus {
  color: #FF6700;
}

.why-choose {
  background: #0C2B4D;
  padding: 1.5rem 0 .5rem;
}

@media (min-width: 576px) {
  .why-choose {
    padding: 2.5rem 0 .75rem;
  }
}

@media (min-width: 768px) {
  .why-choose {
    padding: 3.5rem 0 2.5rem;
  }
}

@media (min-width: 768px) {
  .why-choose {
    padding: 3.5rem 0 2.5rem;
  }
}

@media (min-width: 992px) {
  .why-choose {
    padding: 4.5rem 0 2.5rem;
  }
}

@media (min-width: 1200px) {
  .why-choose {
    padding: 5.5rem 0 2.5rem;
  }
}

@media (min-width: 1440px) {
  .why-choose {
    padding: 5.625rem 0 2.5rem;
  }
}

.why-choose__inner {
  align-items: center;
}

.why-choose__content {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .why-choose__content {
    padding-right: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .why-choose__content {
    padding-right: 3.125rem;
  }
}

@media (max-width: 991.98px) {
  .why-choose__content {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .why-choose__content {
    margin-bottom: 2rem;
  }
}

.why-choose__content small,
.why-choose__content h2 {
  color: #fff;
}

.why-choose__content small {
  font-weight: 700;
  font-size: 1rem;
  display: block;
}

@media (min-width: 992px) {
  .why-choose__content small {
    margin-bottom: .5rem;
  }
}

@media (min-width: 1440px) {
  .why-choose__content small {
    font-size: 1.0625rem;
    letter-spacing: 0.0813rem;
    margin-bottom: .75rem;
  }
}

@media (min-width: 1200px) {
  .why-choose__content h2 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1440px) {
  .why-choose__content h2 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .why-choose__content .btn-wrap {
    padding-top: .5rem;
  }
}

@media (min-width: 1200px) {
  .why-choose__content .btn-wrap {
    padding-top: 1rem;
  }
}

@media (min-width: 1440px) {
  .why-choose__content .btn-wrap {
    padding-top: 1.875rem;
  }
}

.why-choose .card-flip {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 1.5rem;
  transition: .2s all ease-in-out;
}

@media (min-width: 576px) {
  .why-choose .card-flip {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .why-choose .card-flip {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .why-choose .card-flip {
    padding: 0 1.5rem;
    margin-bottom: 2.5rem;
  }
}

.why-choose .card-flip:hover .card-flip__content, .why-choose .card-flip:focus .card-flip__content {
  transform: rotateY(-180deg);
  background: #FF6700;
  color: rgba(255, 255, 255, 0.8);
}

.why-choose .card-flip-wrap {
  padding-left: 0.9375rem;
}

@media (min-width: 768px) {
  .why-choose .card-flip-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .why-choose .card-flip-wrap {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .why-choose .card-flip-wrap {
    margin: 0 -1.5rem;
    padding-left: 3.375rem;
  }
}

@media (max-width: 767.98px) {
  .why-choose .card-flip-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}

.why-choose .card-flip__inner {
  border: 1px solid #FF6700;
  height: 100%;
  position: relative;
  padding: .75rem;
}

.why-choose .card-flip__inner:before {
  content: '';
  position: absolute;
  top: 35px;
  left: -10px;
  height: 15px;
  width: 15px;
  background: #0C2B4D;
}

@media (min-width: 1200px) {
  .why-choose .card-flip__inner:before {
    top: 40px;
  }
}

@media (min-width: 1440px) {
  .why-choose .card-flip__inner:before {
    top: 58px;
  }
}

.why-choose .card-flip-icon {
  color: #FF6700;
  font-size: 1.75rem;
  position: absolute;
  top: -10px;
  left: -15px;
  width: 50px;
  height: 45px;
  background: #fff;
  box-shadow: 0px 8px 26px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media (max-width: 1200px) {
  .why-choose .card-flip-icon {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media (min-width: 1200px) {
  .why-choose .card-flip-icon {
    width: 60px;
    height: 52px;
  }
}

@media (min-width: 1440px) {
  .why-choose .card-flip-icon {
    font-size: 2.5rem;
    left: -20px;
    width: 83px;
    height: 68px;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .why-choose .card-flip-icon {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

.why-choose .card-flip__content {
  border: 1px solid #707070;
  background: #fff;
  height: 100%;
  font-size: 1rem;
  line-height: 1.5;
  transition: .2s all ease-in-out;
  padding: 1rem;
  min-height: 210px;
  z-index: 1;
  position: relative;
  transform-style: preserve-3d;
  transition: all .8s ease;
}

@media (min-width: 992px) {
  .why-choose .card-flip__content {
    min-height: 270px;
  }
}

@media (min-width: 1440px) {
  .why-choose .card-flip__content {
    line-height: 1.6;
  }
}

@media (max-width: 767.98px) {
  .why-choose .card-flip__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.why-choose .card-flip__back, .why-choose .card-flip__front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.why-choose .card-flip__front {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  padding: .75rem;
}

.why-choose .card-flip__back {
  padding-top: 1rem;
  transform: rotateY(-180deg);
  z-index: 2;
}

@media (min-width: 992px) {
  .why-choose .card-flip__back {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .why-choose .card-flip__back {
    padding-top: 2rem;
  }
}

@media (min-width: 1440px) {
  .why-choose .card-flip__back {
    padding-top: 3.5rem;
  }
}

.why-choose .card-flip__title {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  color: #0C2B4D;
  transition: .2s all ease-in-out;
}

@media (min-width: 1200px) {
  .why-choose .card-flip__title {
    margin-bottom: .75rem;
  }
}

@media (min-width: 1440px) {
  .why-choose .card-flip__title {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .why-choose .card-flip__title {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.offer {
  padding-top: 1.5rem;
}

@media (min-width: 576px) {
  .offer {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .offer {
    padding-top: 3.5rem;
  }
}

@media (min-width: 992px) {
  .offer {
    padding-top: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .offer {
    padding-top: 5.5rem;
  }
}

@media (min-width: 1440px) {
  .offer {
    padding-top: 8.375rem;
  }
}

.offer-inner {
  align-items: center;
  background: #FF6700;
  color: #fff;
  padding: 1rem;
}

@media (min-width: 576px) {
  .offer-inner {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .offer-inner {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .offer-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .offer-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .offer .item-left {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (max-width: 991.98px) {
  .offer .item-left {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .offer .item-left {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .offer .item-mid {
    flex: 0 0 34%;
    max-width: 34%;
  }
}

@media (max-width: 991.98px) {
  .offer .item-mid {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .offer .item-mid {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .offer .item-mid {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .offer .item-right {
    flex: 0 0 31%;
    max-width: 31%;
  }
}

.offer .item-right figure {
  margin-bottom: 0;
}

.offer-service, .offer-discount, .offer-figure {
  height: 100%;
}

.offer-service {
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .offer-service {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media (min-width: 992px) {
  .offer-service {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .offer-service {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

@media (min-width: 1200px) {
  .offer-service {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .offer-service {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

@media (min-width: 1440px) {
  .offer-service {
    font-size: 2.9375rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .offer-service {
    font-size: calc(1.41875rem + 2.025vw) ;
  }
}

.offer-service:before, .offer-service:after {
  content: '';
  position: absolute;
}

.offer-service:before {
  border: 3px dashed #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -2;
}

@media (min-width: 992px) {
  .offer-service:before {
    right: 30px;
    left: 20px;
  }
}

@media (min-width: 1440px) {
  .offer-service:before {
    left: 34px;
    right: 38px;
  }
}

.offer-service:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/overlaped-shape.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
}

.offer-service .content-holder {
  padding: 1rem;
  text-align: center;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .offer-service .content-holder {
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 992px) {
  .offer-service .content-holder {
    padding: 1rem 2.5rem 1rem 2rem;
  }
}

@media (min-width: 1200px) {
  .offer-service .content-holder {
    padding: 1.75rem 2rem;
  }
}

.offer-service h3 {
  font-size: 3.25rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 1200px) {
  .offer-service h3 {
    font-size: calc(1.45rem + 2.4vw) ;
  }
}

@media (min-width: 992px) {
  .offer-service h3 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .offer-service h3 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

@media (min-width: 1200px) {
  .offer-service h3 {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .offer-service h3 {
    font-size: calc(1.525rem + 3.3vw) ;
  }
}

@media (min-width: 1440px) {
  .offer-service h3 {
    font-size: 4.6875rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .offer-service h3 {
    font-size: calc(1.59375rem + 4.125vw) ;
  }
}

.offer-discount small {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .offer-discount small {
    font-size: 1.5rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .offer-discount small {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.offer-discount h3 {
  font-weight: 400;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  .offer-discount h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media (min-width: 1200px) {
  .offer-discount h3 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .offer-discount h3 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

@media (min-width: 1440px) {
  .offer-discount h3 {
    font-size: 2.8125rem;
    margin-bottom: 1.6875rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .offer-discount h3 {
    font-size: calc(1.40625rem + 1.875vw) ;
  }
}

.offer-discount h3 span {
  font-weight: 700;
}

.offer-discount .bordered-text {
  text-transform: capitalize;
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  padding: 0.5625rem 0;
  position: relative;
}

@media (min-width: 1200px) {
  .offer-discount .bordered-text {
    font-size: 1.125rem;
  }
}

@media (min-width: 1440px) {
  .offer-discount .bordered-text {
    font-size: 1.5rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .offer-discount .bordered-text {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.offer-discount .bordered-text:before, .offer-discount .bordered-text:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 24px 1px;
  background-repeat: repeat-x;
}

@media (min-width: 1440px) {
  .offer-discount .bordered-text:before, .offer-discount .bordered-text:after {
    height: 2px;
    background-size: 26px 2px;
  }
}

.offer-discount .bordered-text:before {
  top: 0;
  background-position: top;
}

.offer-discount .bordered-text:after {
  bottom: 0;
  background-position: bottom;
}

.offer-figure {
  position: relative;
}

@media (max-width: 991.98px) {
  .offer-figure {
    max-width: 450px;
    margin: 0 auto;
  }
}

.offer-figure:before, .offer-figure:after {
  content: '';
  position: absolute;
  width: 1px;
  border-style: solid;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .offer-figure:before, .offer-figure:after {
    display: none;
  }
}

.offer-figure:before {
  top: 0;
  left: 0;
  border-width: 220px 85px 0px 0px;
  border-color: #FF6700 transparent transparent;
}

@media (min-width: 1200px) {
  .offer-figure:before {
    border-width: 260px 104px 0px 0px;
  }
}

@media (min-width: 1440px) {
  .offer-figure:before {
    border-width: 300px 104px 0px 0px;
  }
}

.offer-figure:after {
  bottom: 0;
  right: 0;
  border-width: 0px 0px 220px 75px;
  border-color: transparent transparent #FF6700;
}

@media (min-width: 1200px) {
  .offer-figure:after {
    border-width: 0px 0px 260px 90px;
  }
}

@media (min-width: 1440px) {
  .offer-figure:after {
    border-width: 0px 0px 300px 90px;
  }
}

.offer-figure img {
  width: 100%;
}

.testimonials {
  padding: 1.5rem 0 4rem;
}

@media (min-width: 576px) {
  .testimonials {
    padding: 2.5rem 0 5rem;
  }
}

@media (min-width: 768px) {
  .testimonials {
    padding: 3.5rem 0 7rem;
  }
}

@media (min-width: 992px) {
  .testimonials {
    padding: 4.5rem 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonials {
    padding: 5rem 0 10rem;
  }
}

@media (min-width: 1440px) {
  .testimonials {
    padding: 5.1875rem 0 12.625rem;
  }
}

.testimonials__heading small {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #FF6700;
}

@media (min-width: 1440px) {
  .testimonials__heading small {
    font-size: 1.0625rem;
    letter-spacing: 0.0813rem;
  }
}

.testimonials__heading h2 {
  color: #0C2B4D;
}

.testimonials-slide .slick-arrow {
  display: none !important;
}

@media (min-width: 768px) {
  .testimonials-slide .slick-track {
    display: flex;
  }
}

@media (min-width: 768px) {
  .testimonials-slide .slick-slide {
    height: inherit;
  }
}

.testimonials-slide__item {
  padding: 1rem 0.75rem .75rem;
}

@media (min-width: 576px) {
  .testimonials-slide__item {
    padding: 1.5rem 0.75rem;
  }
}

@media (min-width: 1200px) {
  .testimonials-slide__item {
    padding: 2rem 0.75rem;
  }
}

@media (min-width: 1440px) {
  .testimonials-slide__item {
    padding: 2.75rem 0.875rem;
  }
}

.testimonials .blockquote {
  padding: 1.5rem 1rem 2rem;
  color: #010101;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .testimonials .blockquote {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .testimonials .blockquote {
    padding: 2rem 2rem 2.5rem;
  }
}

@media (min-width: 1440px) {
  .testimonials .blockquote {
    padding: 2.5rem 2.5rem 3.625rem;
    font-size: 1.1875rem;
    line-height: 1.7;
  }
}

.testimonials .blockquote:before {
  content: '\e907';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Icomoon';
  color: #FF6700;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .testimonials .blockquote:before {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media (min-width: 1440px) {
  .testimonials .blockquote:before {
    font-size: 2rem;
    bottom: -25px;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .testimonials .blockquote:before {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.testimonials .list-star {
  margin-bottom: .5rem;
}

@media (min-width: 1200px) {
  .testimonials .list-star {
    margin-bottom: .75rem;
  }
}

@media (min-width: 1440px) {
  .testimonials .list-star {
    margin-bottom: 1.3125rem;
  }
}

.testimonials .list-star-item {
  color: #FBD100;
  font-size: 1.125rem;
  padding: 0 2px;
}

@media (min-width: 1440px) {
  .testimonials .list-star-item {
    font-size: 1.25rem;
    padding: 0 4px;
  }
}

.testimonials .client-name {
  color: #0C2B4D;
  font-weight: 700;
  font-size: 0.875rem;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .testimonials .client-name {
    bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .testimonials .client-name {
    bottom: 42px;
  }
}

.testimonials .btn-wrap {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .testimonials .btn-wrap {
    padding-top: 2rem;
  }
}

@media (min-width: 992px) {
  .testimonials .btn-wrap {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .testimonials .btn-wrap {
    padding-top: 3rem;
  }
}

@media (min-width: 1440px) {
  .testimonials .btn-wrap {
    padding-top: 3.5rem;
  }
}

.popup-form {
  max-width: 655px;
}

@media (max-width: 575.98px) {
  .popup-form {
    padding: 2.5rem .75rem 1rem;
  }
}

.popup-form .form {
  border-color: #0C2B4D;
  padding: 1rem .75rem;
  margin-bottom: 0;
  padding: 1rem;
}

@media (min-width: 1200px) {
  .popup-form .form {
    padding: 1.5rem 1.875rem;
  }
}

.popup-form .form:before {
  display: none;
}

.site-footer {
  padding: 4.5rem 0 1.5rem;
  background: #0C2B4D;
  color: #fff;
}

@media (min-width: 576px) {
  .site-footer {
    padding: 4.5rem 0 2rem;
  }
}

@media (min-width: 768px) {
  .site-footer {
    padding: 5.5rem 0 3rem;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding: 5.5rem 0 0;
  }
}

@media (min-width: 1440px) {
  .site-footer {
    padding: 6rem 0 0;
  }
}

.site-footer a {
  color: #FF6700;
}

@media (min-width: 1440px) {
  .site-footer__inner {
    padding: 0 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer__inner {
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) {
  .site-footer__logo {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1440px) {
  .site-footer__logo {
    margin-bottom: 2.875rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer__logo {
    max-width: 250px;
    margin: 0 auto 2rem;
  }
}

@media (min-width: 576px) {
  .site-footer .contact {
    margin-bottom: .5rem;
  }
}

@media (min-width: 768px) {
  .site-footer .contact {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .site-footer .contact {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .site-footer .contact {
    margin-bottom: 1.8125rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer .contact {
    text-align: center;
  }
}

.site-footer .contact-item {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .site-footer .contact-item {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .site-footer .contact-item {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .site-footer .contact-item {
    margin-bottom: 2.3125rem;
  }
}

.site-footer .contact-link {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}

@media (min-width: 1440px) {
  .site-footer .contact-link {
    font-size: 1.25rem;
  }
}

.site-footer .contact-link:hover, .site-footer .contact-link:focus {
  color: #FF6700;
  text-decoration: none;
}

.site-footer .contact-link:hover span, .site-footer .contact-link:focus span {
  color: #FF6700;
}

.site-footer .contact-link i {
  color: #FF6700;
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
  display: block;
}

@media (max-width: 1200px) {
  .site-footer .contact-link i {
    font-size: calc(1.2625rem + 0.15vw) ;
  }
}

@media (min-width: 1440px) {
  .site-footer .contact-link i {
    margin-bottom: 0.4375rem;
  }
}

.site-footer .contact-link span {
  margin-bottom: 0.3125rem;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  transition: .2s all ease-in-out;
}

@media (min-width: 1440px) {
  .site-footer .contact-link span {
    font-size: 1.25rem;
    letter-spacing: 0.0187rem;
  }
}

.site-footer__bottom {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .site-footer__bottom {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1440px) {
  .site-footer__bottom {
    margin-left: -0.875rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer__bottom {
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.site-footer__bottom .copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

@media (min-width: 1440px) {
  .site-footer__bottom .copyright {
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer__bottom .copyright {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .site-footer .social-link {
    margin-bottom: 1rem;
  }
}

.site-footer .social-link a {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 .5rem;
}

@media (max-width: 1200px) {
  .site-footer .social-link a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media (min-width: 992px) {
  .site-footer .social-link a {
    margin: 0 0 0 0.75rem;
  }
}

@media (min-width: 1440px) {
  .site-footer .social-link a {
    font-size: 1.75rem;
    margin-left: 1.125rem;
  }
}

@media (min-width: 1440px) and (max-width: 1200px) {
  .site-footer .social-link a {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.site-footer .social-link a:hover, .site-footer .social-link a:focus {
  text-decoration: none;
  color: #FF6700;
}

.sticky-phone {
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.2), 0 1px 5px rgba(255, 255, 255, 0.2);
  background-color: #0C2B4D;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  text-align: center;
}

.sticky-phone__number {
  display: block;
  color: #fff;
}

.sticky-phone__number:hover, .sticky-phone__number:focus {
  text-decoration: none;
  color: #FF6700;
}

.sticky-phone__number i {
  vertical-align: middle;
  font-size: 1.5rem;
  padding-right: 4px;
}

@media (max-width: 1200px) {
  .sticky-phone__number i {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

/*# sourceMappingURL=style.css.map */