@charset "UTF-8";
/* line 10, ../../sass/theme/homepage.theme.scss */
a.block-more-link-btn {
  margin-top: 15px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 18px;
  font-weight: bold;
  color: #124c91;
  padding: 12px 55px;
  border-radius: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #DE5920;
  text-decoration: none;
  transition: 600ms;
}
/* line 24, ../../sass/theme/homepage.theme.scss */
a.block-more-link-btn:hover {
  background-color: #de5920;
  color: #ffffff;
}

/* line 31, ../../sass/theme/homepage.theme.scss */
a.solid-white-btn {
  font-size: 16px;
  font-weight: bold;
  color: #de5920;
  padding: 11px 28px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: block;
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
  transition: 600ms;
}
/* line 44, ../../sass/theme/homepage.theme.scss */
a.solid-white-btn:hover {
  color: #124c91;
}

/* line 49, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_hero_slider {
  margin-top: -65px;
}
@media (max-width: 992px) {
  /* line 49, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_hero_slider {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /* line 49, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_hero_slider {
    margin-top: 58px;
  }
}

/*Hero Slider*/
/* line 60, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider {
  position: relative;
}
/* line 62, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider .slick-dots {
  bottom: 6.3%;
  transform: translate(0, -6.3%);
}
/* line 65, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider .slick-dots li {
  margin: 0;
  display: inline-block;
  margin-right: 11px;
  width: 19px;
  height: 19px;
}
@media (max-width: 768px) {
  /* line 65, ../../sass/theme/homepage.theme.scss */
  .slick--view--home-page .slick__slider .slick-dots li {
    margin-right: 3px;
  }
}
/* line 74, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider .slick-dots li:last-child {
  margin-right: 0;
}
/* line 77, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider .slick-dots li button {
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #DE5920;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 77, ../../sass/theme/homepage.theme.scss */
  .slick--view--home-page .slick__slider .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
/* line 89, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider .slick-dots li button:before {
  width: 19px;
  height: 19px;
  border: none;
  font-size: 0;
}
/* line 95, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider .slick-dots li button:foucs {
  outline: none;
}
/* line 101, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider .slick-dots .slick-active button {
  background-color: #DE5920;
  border-color: #DE5920;
}
/* line 108, ../../sass/theme/homepage.theme.scss */
.slick--view--home-page .slick__slider {
  margin-bottom: 0;
}

/* line 112, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider {
  position: relative;
}
/* line 114, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider.node--view-mode-teaser {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 118, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .field--name-field-media-image {
  position: relative;
}
/* line 120, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .field--name-field-media-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #000, #222, #232323);
  opacity: 0.25;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 135, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .content-wrapper {
  z-index: 2;
  position: absolute;
  width: 100%;
  max-width: 700px;
  bottom: 15%;
  transform: translate(0, -14%);
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 15px;
  text-align: center;
}
/* line 147, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .content-wrapper .field--name-body {
  margin: 0 0 25px 0px;
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  /* line 147, ../../sass/theme/homepage.theme.scss */
  .node--type-hero-slider .content-wrapper .field--name-body {
    font-size: 16px;
  }
}
/* line 157, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .content-wrapper .field--name-field-link {
  display: inline-block;
}
/* line 159, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .content-wrapper .field--name-field-link a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #de5920;
  padding: 20px 50px;
  border-radius: 30px;
  border: solid 1px #fff;
  background-color: #fff;
  text-decoration: none;
  transition: 600ms;
}
@media (max-width: 768px) {
  /* line 159, ../../sass/theme/homepage.theme.scss */
  .node--type-hero-slider .content-wrapper .field--name-field-link a {
    font-size: 14px;
    padding: 10px 35px;
  }
}
/* line 175, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .content-wrapper .field--name-field-link a:hover {
  opacity: 0.75;
}
/* line 178, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .content-wrapper .field--name-field-link a:before {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #124C91;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: unset;
  left: unset;
  right: 40px;
}
@media (max-width: 768px) {
  /* line 178, ../../sass/theme/homepage.theme.scss */
  .node--type-hero-slider .content-wrapper .field--name-field-link a:before {
    position: absolute;
    top: -1px;
    bottom: unset;
    left: unset;
    right: 28px;
  }
}
/* line 185, ../../sass/theme/homepage.theme.scss */
.node--type-hero-slider .content-wrapper .field--name-field-link a:after {
  content: "";
  width: 4px;
  height: 27px;
  background-color: #DE5920;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: unset;
  left: unset;
  right: 34px;
}
@media (max-width: 768px) {
  /* line 185, ../../sass/theme/homepage.theme.scss */
  .node--type-hero-slider .content-wrapper .field--name-field-link a:after {
    position: absolute;
    top: -1px;
    bottom: unset;
    left: unset;
    right: 20px;
  }
}

/*About Us*/
/* line 197, ../../sass/theme/homepage.theme.scss */
.field--name-body {
  font-size: 18px;
  color: #000000;
}

/* line 201, ../../sass/theme/homepage.theme.scss */
.fixed-btn-request-rate,
.modal-header,
.view-header,
.field--name-field-colored-title {
  text-align: center;
}
/* line 206, ../../sass/theme/homepage.theme.scss */
.fixed-btn-request-rate h2.colored-title,
.modal-header h2.colored-title,
.view-header h2.colored-title,
.field--name-field-colored-title h2.colored-title {
  margin: 0 auto 50px auto;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5.25px;
}
/* line 211, ../../sass/theme/homepage.theme.scss */
.fixed-btn-request-rate h2.colored-title span,
.modal-header h2.colored-title span,
.view-header h2.colored-title span,
.field--name-field-colored-title h2.colored-title span {
  font-family: Oswald;
}
/* line 214, ../../sass/theme/homepage.theme.scss */
.fixed-btn-request-rate h2.colored-title span.part-1,
.modal-header h2.colored-title span.part-1,
.view-header h2.colored-title span.part-1,
.field--name-field-colored-title h2.colored-title span.part-1 {
  color: #de5920;
}
/* line 217, ../../sass/theme/homepage.theme.scss */
.fixed-btn-request-rate h2.colored-title span.part-2,
.modal-header h2.colored-title span.part-2,
.view-header h2.colored-title span.part-2,
.field--name-field-colored-title h2.colored-title span.part-2 {
  color: #224390;
}

/* line 223, ../../sass/theme/homepage.theme.scss */
.path-frontpage .fixed-btn-request-rate {
  display: block;
  position: fixed;
  top: 75%;
  padding: 35px 20px 30px 110px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  z-index: 0;
  text-decoration: none;
  transition: 600ms;
  z-index: 9;
}
@media (max-width: 768px) {
  /* line 223, ../../sass/theme/homepage.theme.scss */
  .path-frontpage .fixed-btn-request-rate {
    top: 50%;
    padding: 20px 15px 20px 65px;
  }
}
@media (max-width: 768px) {
  /* line 223, ../../sass/theme/homepage.theme.scss */
  .path-frontpage .fixed-btn-request-rate {
    top: 40%;
  }
}
/* line 240, ../../sass/theme/homepage.theme.scss */
.path-frontpage .fixed-btn-request-rate:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, #e5edf7, #fafbfd);
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  transition: 600ms;
}
/* line 248, ../../sass/theme/homepage.theme.scss */
.path-frontpage .fixed-btn-request-rate:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../images/rate-icon.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
/* line 256, ../../sass/theme/homepage.theme.scss */
.path-frontpage .fixed-btn-request-rate h2.colored-title {
  letter-spacing: normal;
  font-size: 25px;
  position: relative;
  margin: 0;
}
@media (max-width: 768px) {
  /* line 256, ../../sass/theme/homepage.theme.scss */
  .path-frontpage .fixed-btn-request-rate h2.colored-title {
    font-size: 17px;
  }
}
/* line 264, ../../sass/theme/homepage.theme.scss */
.path-frontpage .fixed-btn-request-rate h2.colored-title:before {
  content: "";
  width: 1px;
  height: 150%;
  background-color: #b1b1b1;
  display: block;
  color: #ff262600;
  position: absolute;
  top: -25%;
  bottom: 0;
  left: -15%;
  right: 0;
}
@media (max-width: 768px) {
  /* line 264, ../../sass/theme/homepage.theme.scss */
  .path-frontpage .fixed-btn-request-rate h2.colored-title:before {
    left: -10%;
  }
}
/* line 273, ../../sass/theme/homepage.theme.scss */
.path-frontpage .fixed-btn-request-rate:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}

/* line 280, ../../sass/theme/homepage.theme.scss */
.fixed-btn-request-rate {
  display: none;
}

/* line 283, ../../sass/theme/homepage.theme.scss */
#cboxClose {
  top: 0;
}

/* line 286, ../../sass/theme/homepage.theme.scss */
#cboxLoadedContent {
  margin-bottom: 0px;
}

/* line 289, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home {
  margin-bottom: 80px;
}
/* line 291, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home .home-about-section {
  padding-top: 90px;
  position: relative;
  z-index: 0;
}
/* line 295, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home .home-about-section:before {
  content: "";
  width: auto;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  background-image: url("../../images/about-bg.png");
  background-repeat: no-repeat;
  background-position: 75%;
  background-size: contain;
  z-index: -2;
}
/* line 304, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home .home-about-section:after {
  content: "";
  width: auto;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  opacity: 0.92;
  background-image: linear-gradient(to bottom, #cee1f8, #fff);
  z-index: -1;
}
@media (max-width: 768px) {
  /* line 311, ../../sass/theme/homepage.theme.scss */
  .block-content--view-mode-about-us-home .home-about-section .field--name-field-image {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 316, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home .home-about-section .field--name-field-image img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 320, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home .home-about-section .field--name-body {
  margin: 0 0 75px 30px;
}
/* line 324, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home .home-about-section .field--name-field-link a {
  margin-left: 30px;
  padding: 13px 54px;
  border-radius: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #de5920;
  font-size: 16px;
  font-weight: bold;
  color: #124c91;
  text-decoration: none;
  transition: 600ms;
}
/* line 335, ../../sass/theme/homepage.theme.scss */
.block-content--view-mode-about-us-home .home-about-section .field--name-field-link a:hover {
  background-color: #de5920;
  color: #ffffff;
}

/* line 344, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos {
  position: relative;
  padding: 95px 0;
}
/* line 347, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos:before {
  content: "";
  width: auto;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  background-image: url("../../images/promo-bg.png");
  background-repeat: no-repeat;
  background-position: 75%;
  background-size: cover;
  z-index: -2;
}
/* line 356, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos:after {
  content: "";
  width: auto;
  height: 100%;
  background-color: #040404;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  opacity: 0.58;
  z-index: -1;
}
/* line 365, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser {
  padding-bottom: 0;
  margin: 25px auto;
}
/* line 368, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .field--name-field-promo {
  position: relative;
}
/* line 370, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .field--name-field-promo:before {
  content: "";
  width: 10%;
  height: 10%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
  background-image: url(../../images/about-bg.png);
  background-repeat: no-repeat;
  z-index: 9;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* line 380, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .field--name-field-promo .video-embed-field-launch-modal {
  background-color: #ffffff;
  padding: 4px;
  position: relative;
  z-index: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 386, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .field--name-field-promo .video-embed-field-launch-modal:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #04040430;
  z-index: 1;
}
/* line 392, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .field--name-field-promo .video-embed-field-launch-modal:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #ff262600;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  z-index: 2;
  font-size: 40px;
  margin: auto;
}
/* line 401, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .field--name-field-promo .video-embed-field-launch-modal img {
  height: 383px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 407, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .background-blue {
  width: 90%;
  height: 301px;
  margin: 15px 0 15px 30px;
  padding: 60px 52px;
  background-color: #124c91ab;
}
@media (max-width: 768px) {
  /* line 407, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .background-blue {
    width: 100%;
    margin: 15px 0 15px 0px;
    padding: 30px 26px;
  }
}
/* line 419, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .background-blue .field--name-node-title h4 {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #de5920;
}
/* line 426, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row .node--type-promo-videos.node--view-mode-teaser .background-blue .field--name-body {
  margin: 23px 0 0;
  color: #fff;
}
/* line 434, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-promo-videos .view-display-id-block_promo_videos .view-content .views-row:nth-child(even) .reverse-items {
  flex-direction: row-reverse;
}

/* line 444, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.view-display-id-block_our_services,
.view-home-page.view-display-id-block_our_services {
  padding: 80px 40px 0px 40px;
  opacity: 0.92;
  background-image: linear-gradient(179deg, #cee1f8 3%, #fff 36%);
}
@media (max-width: 768px) {
  /* line 444, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.view-display-id-block_our_services,
  .view-home-page.view-display-id-block_our_services {
    padding: 80px 15px 0px 15px;
  }
}
/* line 453, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content,
.view-home-page.custom-row .view-content {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  /* line 453, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content,
  .view-home-page.custom-row .view-content {
    flex-direction: column;
  }
}
/* line 462, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row,
.view-home-page.custom-row .view-content .custom-item.views-row {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  /* line 462, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row,
  .view-home-page.custom-row .view-content .custom-item.views-row {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 992px) {
  /* line 462, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row,
  .view-home-page.custom-row .view-content .custom-item.views-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 462, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row,
  .view-home-page.custom-row .view-content .custom-item.views-row {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 484, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper {
  position: relative;
  margin: 40px 0;
}
@media (max-width: 768px) {
  /* line 484, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper {
    margin: 10px 0;
  }
}
/* line 490, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:before,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  opacity: 0;
  background-color: #124C91;
  transition: all 300ms;
  border-bottom: 11px solid #DE5920;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 503, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .field--name-field-image,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .field--name-field-image {
  width: 100%;
}
/* line 504, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .field--name-field-image img,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .field--name-field-image img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 992px) {
  /* line 504, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .field--name-field-image img,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .field--name-field-image img {
    width: 100%;
    height: auto;
  }
}
/* line 513, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 28px 30px;
  opacity: 0.9;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #092649, #026cb4);
}
/* line 525, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-node-title h4 a,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-node-title h4 a {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  display: block;
  height: 38px;
  overflow: hidden;
}
/* line 535, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate, .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate {
  display: none;
  margin-top: 12px;
}
@media (max-width: 576px) {
  /* line 535, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate, .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate {
    margin-top: 20px;
  }
}
/* line 542, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate a.request-rate-btn, .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate a.request-rate-btn,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate a.request-rate-btn,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate a.request-rate-btn {
  font-size: 16px;
  font-weight: bold;
  color: #de5920;
  margin: 0 auto;
  padding: 8px 20px 7px;
  border-radius: 26px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: block;
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
}
@media (max-width: 1250px) {
  /* line 542, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate a.request-rate-btn, .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate a.request-rate-btn,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-dynamic-twig-fieldnode-request-a-rate a.request-rate-btn,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .webform-dialog-request_rate a.request-rate-btn {
    font-size: 14px;
    padding: 8px 20px 7px;
  }
}
/* line 562, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body {
  display: none;
  transition: 600ms;
  margin-top: 30px;
  color: #ffffff;
}
@media (max-width: 1800px) {
  /* line 562, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body {
    margin-top: 10px;
  }
}
/* line 570, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body a,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  /* line 570, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body a,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body a {
    height: 135px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  /* line 570, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body a,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body a {
    margin-top: 0;
    height: 112px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  /* line 562, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body,
  .view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper .card-text .field--name-body {
    margin-top: 15px;
  }
}
/* line 591, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover {
  cursor: pointer;
  background-image: none;
}
/* line 596, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .field--name-node-title h4 a,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .field--name-node-title h4 a {
  color: #DE5920;
  font-weight: bold;
}
/* line 602, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text {
  background-image: none;
}
/* line 603, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text .field--name-dynamic-twig-fieldnode-request-a-rate, .block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text .webform-dialog-request_rate,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text .field--name-dynamic-twig-fieldnode-request-a-rate,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text .webform-dialog-request_rate {
  display: block;
}
/* line 608, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .field--name-body,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .field--name-body {
  display: block;
}
/* line 612, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover:before,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover:before {
  opacity: 0.81;
  height: 100%;
}
/* line 616, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-services-listing.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text,
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text {
  background-color: transparent;
  bottom: auto;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
}

/* line 633, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 {
  height: 405px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  /* line 633, ../../sass/theme/homepage.theme.scss */
  .block-views-blocke-tracking-block-1 {
    height: auto;
  }
}
/* line 640, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1:before {
  content: "";
  width: auto;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  background-image: url(../../images/e-tracking-bg.png);
  background-repeat: no-repeat;
  background-position: 25vw;
  background-size: contain;
  z-index: -2;
}
/* line 649, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1:after {
  content: "";
  width: auto;
  height: 100%;
  background-color: #040404;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  opacity: 0.88;
  background-image: linear-gradient(to bottom, #092649, #026cb4);
}
/* line 656, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 h2 {
  font-family: Oswald;
  letter-spacing: 5.25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
/* line 665, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 .view-e-tracking {
  position: absolute;
  top: auto;
  bottom: -50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  /* line 665, ../../sass/theme/homepage.theme.scss */
  .block-views-blocke-tracking-block-1 .view-e-tracking {
    position: relative;
    position: relative;
    bottom: 0;
    transform: none;
  }
}
/* line 674, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 .view-e-tracking .e-tracking-item {
  width: 100%;
  border-radius: 5px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #e4effc, #fff);
  text-align: center;
}
@media (max-width: 768px) {
  /* line 674, ../../sass/theme/homepage.theme.scss */
  .block-views-blocke-tracking-block-1 .view-e-tracking .e-tracking-item {
    margin: 15px 0;
  }
}
/* line 683, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 .view-e-tracking .e-tracking-item .field--name-field-image {
  padding: 25px 0;
}
/* line 686, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 .view-e-tracking .e-tracking-item .field--name-field-link {
  padding-bottom: 29px;
  font-size: 20px;
}
/* line 689, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 .view-e-tracking .e-tracking-item .field--name-field-link a {
  color: #124c91;
  text-decoration: none;
  transition: 600ms;
}
/* line 693, ../../sass/theme/homepage.theme.scss */
.block-views-blocke-tracking-block-1 .view-e-tracking .e-tracking-item .field--name-field-link a:hover {
  color: #DE5920;
}

/****** our clients ******/
/* line 703, ../../sass/theme/homepage.theme.scss */
.bs-bg-purple {
  background-image: linear-gradient(to bottom, #092649, #026cb4);
  position: relative;
  margin-bottom: 95px;
}
@media (min-width: 768px) {
  /* line 707, ../../sass/theme/homepage.theme.scss */
  .bs-bg-purple:before {
    content: "";
    background-image: url(../../images/bg-clients.jpg);
    display: block;
    width: 650px;
    height: 490px;
    background-repeat: no-repeat;
    position: absolute;
    clip-path: ellipse(68% 68% at 26% 50%);
    background-position: center;
  }
}

@media (max-width: 768px) {
  /* line 721, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_our_clients {
    padding-bottom: 50px;
  }
}

@media (min-width: 1920.9px) {
  /* line 726, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_our_clients {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 1500.99px) {
  /* line 726, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_our_clients {
    max-width: 100%;
    width: 50%;
    margin-left: 50%;
  }
}
@media (max-width: 768px) {
  /* line 726, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_our_clients {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
/* line 743, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_our_clients .view-header h2.block-title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
@media (max-width: 768px) {
  /* line 743, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_our_clients .view-header h2.block-title {
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 20px;
  }
}
/* line 762, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_our_clients .view-footer .more-link-wrapper a.block-more-link-btn {
  margin: 45px auto 53px auto;
  color: #de5920;
  border: none;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #f5f5f5;
  background-color: #fff6f6;
  transition: 600ms;
}
/* line 770, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_our_clients .view-footer .more-link-wrapper a.block-more-link-btn:hover {
  color: #224390;
  background-color: #ffffff;
}

/* line 781, ../../sass/theme/homepage.theme.scss */
.node--type-client.node--view-mode-default .field--name-field-image {
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  width: 165px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  /* line 781, ../../sass/theme/homepage.theme.scss */
  .node--type-client.node--view-mode-default .field--name-field-image {
    width: 155px;
    height: 155px;
  }
}
/* line 794, ../../sass/theme/homepage.theme.scss */
.node--type-client.node--view-mode-default .field--name-field-image img {
  margin: auto;
  max-width: 81px;
  max-height: 116px;
}

/* line 803, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients {
  width: 100%;
  max-width: 1260px;
  padding: 0px 40px;
  margin-left: auto;
}
@media (max-width: 1920.9px) {
  /* line 803, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients {
    width: 62%;
    padding: 0px 40px;
    margin-left: 38%;
  }
}
@media (max-width: 768px) {
  /* line 803, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients {
    width: 100%;
    margin-left: 0;
  }
}
/* line 817, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients .slick__arrow {
  z-index: 0;
}
/* line 819, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients .slick__arrow .slick-arrow {
  width: 14px;
  height: 24.5px;
  border: 0;
  pointer-events: auto;
}
/* line 824, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients .slick__arrow .slick-arrow:before {
  content: "";
  width: 14px;
  height: 24.4px;
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  opacity: 1;
}
/* line 836, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients .slick__arrow .slick-next {
  right: 20px;
}
/* line 838, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients .slick__arrow .slick-next:before {
  content: "\f0da";
}
/* line 842, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients .slick__arrow .slick-prev {
  left: 20px;
}
/* line 844, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .slick--view--home-page--block-our-clients .slick__arrow .slick-prev:before {
  content: "\f0d9";
}
/* line 852, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-our-clients .view-header .block-title,
.block-views-blockhome-page-block-our-clients .view-header .more-link-wrapper,
.block-views-blockhome-page-block-our-clients .view-footer .block-title,
.block-views-blockhome-page-block-our-clients .view-footer .more-link-wrapper {
  width: 100%;
  max-width: 1260px;
  padding: 0px 40px;
  margin-left: auto;
}
@media (max-width: 1920.9px) {
  /* line 852, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-clients .view-header .block-title,
  .block-views-blockhome-page-block-our-clients .view-header .more-link-wrapper,
  .block-views-blockhome-page-block-our-clients .view-footer .block-title,
  .block-views-blockhome-page-block-our-clients .view-footer .more-link-wrapper {
    width: 62%;
    padding: 0px 40px;
    margin-left: 38%;
  }
}
@media (max-width: 768px) {
  /* line 852, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-our-clients .view-header .block-title,
  .block-views-blockhome-page-block-our-clients .view-header .more-link-wrapper,
  .block-views-blockhome-page-block-our-clients .view-footer .block-title,
  .block-views-blockhome-page-block-our-clients .view-footer .more-link-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

/******* Success Stories ********/
/* line 871, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories {
  margin-bottom: 60px;
}
/* line 874, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick-list .slick__slide {
  margin: 0 40px;
}
/* line 878, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .view-footer {
  margin-top: 50px;
}
/* line 881, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .view-footer .more-link-wrapper .block-more-link-btn {
  margin: 0 auto;
}
/* line 886, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow {
  z-index: 0;
}
/* line 888, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow .slick-arrow {
  width: 49px;
  height: 49px;
  background-color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
}
/* line 897, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow .slick-arrow:hover {
  opacity: 0.75;
}
/* line 900, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow .slick-arrow:before {
  content: "";
  width: 15px;
  height: 35px;
  font-size: 35px;
  color: #de5920;
  display: block;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  opacity: 1;
}
/* line 913, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow .slick-next {
  right: -50px;
}
@media (max-width: 768px) {
  /* line 913, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_success_stories .slick__arrow .slick-next {
    right: 0;
  }
}
/* line 918, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow .slick-next:before {
  content: "\f0da";
  margin-left: 6px;
}
/* line 923, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow .slick-prev {
  left: -50px;
}
@media (max-width: 768px) {
  /* line 923, ../../sass/theme/homepage.theme.scss */
  .view-display-id-block_success_stories .slick__arrow .slick-prev {
    left: 0;
  }
}
/* line 928, ../../sass/theme/homepage.theme.scss */
.view-display-id-block_success_stories .slick__arrow .slick-prev:before {
  content: "\f0d9";
  margin-right: 6px;
}

/********* Our publications *********/
/* line 937, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home {
  position: relative;
  z-index: 0;
  padding: 95px 0 81px 0;
}
/* line 941, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home > h2 {
  font-family: Oswald;
  font-size: 35px;
  letter-spacing: 5.25px;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
  text-transform: uppercase;
}
/* line 950, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home:before {
  content: "";
  width: auto;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  background-image: url("../../images/home-publications-bg.png");
  background-repeat: no-repeat;
  background-position: 75%;
  background-size: cover;
  z-index: -2;
}
/* line 959, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home:after {
  content: "";
  width: auto;
  height: 100%;
  background-color: #040404;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  opacity: 0.58;
  z-index: -1;
}
/* line 965, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-filters {
  order: 1;
}
/* line 968, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-footer {
  order: 3;
}
/* line 970, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-footer .publications-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
@media (max-width: 768px) {
  /* line 970, ../../sass/theme/homepage.theme.scss */
  .block-views-blockour-publications-block-our-publications-home .view-footer .publications-links {
    flex-direction: column;
  }
}
/* line 979, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-footer .publications-links a.solid-white-btn {
  margin: 0 15px;
}
@media (max-width: 768px) {
  /* line 979, ../../sass/theme/homepage.theme.scss */
  .block-views-blockour-publications-block-our-publications-home .view-footer .publications-links a.solid-white-btn {
    margin: 15px;
  }
}
/* line 988, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-content {
  order: 2;
  padding: 20px 0 30px 0;
  border-radius: 5px;
  box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
/* line 994, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-content .views-row {
  text-align: center;
}
@media (max-width: 768px) {
  /* line 994, ../../sass/theme/homepage.theme.scss */
  .block-views-blockour-publications-block-our-publications-home .view-content .views-row {
    margin-bottom: 20px;
  }
}
/* line 999, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-content .views-row h4 {
  margin-top: 25px;
}
/* line 1001, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-content .views-row h4 a {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #124c91;
}
/* line 1009, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-content .views-row:nth-child(even):before {
  content: "";
  width: 0;
  height: calc(100% + 38px);
  background-color: #040404;
  display: block;
  color: #ff262600;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: auto;
  border: solid 1px #e1e1e1;
}
/* line 1014, ../../sass/theme/homepage.theme.scss */
.block-views-blockour-publications-block-our-publications-home .view-content .views-row:nth-child(even):after {
  content: "";
  width: 0;
  height: calc(100% + 38px);
  background-color: #040404;
  display: block;
  color: #ff262600;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: auto;
  right: 0;
  border: solid 1px #e1e1e1;
}

/* line 1024, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events {
  position: relative;
  padding-top: 140px;
  z-index: 0;
  margin-bottom: 60px;
}
/* line 1028, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events:before {
  content: "";
  width: auto;
  height: 100%;
  background-color: #ff262600;
  display: block;
  color: #ff262600;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  opacity: 0.92;
  background-image: linear-gradient(179deg, #cee1f8 1%, #fff 35%);
  z-index: -1;
}
/* line 1036, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .view-header {
  margin: 0 auto;
}
/* line 1039, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (max-width: 768px) {
  /* line 1039, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-news-events .news-box {
    margin-bottom: 30px;
  }
}
/* line 1047, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .image-box img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 1051, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .text-box {
  padding: 30px 18px 18px 18px;
  position: relative;
}
/* line 1054, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .text-box .field--name-field-date {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: -31px;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 5px 37px 5px 15px;
  background-color: #e5eff7;
  font-size: 14px;
  color: #de5920;
}
/* line 1063, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .text-box time.datetime {
  font-size: 14px;
  color: #dc5519;
}
/* line 1070, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .text-box h4.title-box a {
  margin: 16px 0;
  font-size: 17px;
  font-weight: bold;
  color: #124c91;
}
/* line 1079, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .text-box .field--name-node-link a {
  font-size: 16px;
  color: #de5920;
}
/* line 1084, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .text-box .text-body {
  margin-bottom: 20px;
}
/* line 1086, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .news-box .text-box .text-body p {
  font-size: 18px;
}
/* line 1095, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item:nth-child(1), .block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item:nth-child(1) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 1095, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item:nth-child(1), .block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item:nth-child(1) {
    margin-bottom: 30px;
  }
}
/* line 1103, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item .news-box .text-box {
  padding: 18px;
  position: relative;
}
/* line 1106, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item .news-box .text-box .field--name-field-date {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: -31px;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 5px 37px 5px 15px;
  background-color: #e5eff7;
  font-size: 14px;
  color: #de5920;
}
/* line 1114, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item .news-box .text-box h4 {
  height: 90px;
}
/* line 1117, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .view-display-id-block_news_events_2 .view-content .custom-item .news-box .text-box h4.title-box a {
  font-weight: normal;
}
/* line 1128, ../../sass/theme/homepage.theme.scss */
.block-views-blockhome-page-block-news-events .view-footer {
  margin: 80px auto 0 auto;
}
@media (max-width: 768px) {
  /* line 1128, ../../sass/theme/homepage.theme.scss */
  .block-views-blockhome-page-block-news-events .view-footer {
    margin: 20px auto 0 auto;
  }
}

/* line 1135, ../../sass/theme/homepage.theme.scss */
.modal-dialog {
  max-width: 780px;
  padding: 0 20px;
}
/* line 1138, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-header {
  position: relative;
  text-align: center;
  background-color: #efefef;
  border: none;
}
/* line 1143, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-header h2 {
  font-size: 25px;
  letter-spacing: 2.5px;
  text-transform: capitalize;
}
/* line 1147, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-header h2.colored-title {
  margin: 0;
  width: 100%;
}
/* line 1152, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-header .close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: unset;
  left: unset;
  right: 15px;
}
/* line 1157, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-header .close span {
  font-size: 50px;
  color: #000000;
}
/* line 1163, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body {
  margin: 0 auto;
}
/* line 1165, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form {
  border-radius: 5px;
  border: solid 1px #fff;
  background-color: #fff;
}
/* line 1169, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form fieldset {
  text-align: center;
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  line-height: 2.55;
  color: #124C91;
}
/* line 1176, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form input, .modal-dialog .modal-body .webform-submission-rate-form-form .form-textarea {
  border: none;
  border-bottom: solid 1px #124C91;
  padding-bottom: 0;
  border-radius: 0;
}
/* line 1181, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form input:focus, .modal-dialog .modal-body .webform-submission-rate-form-form .form-textarea:focus {
  box-shadow: none;
}
/* line 1185, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form .form-textarea {
  border-top: solid 1px #124C91;
  resize: none;
  height: 100px;
}
/* line 1190, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form .iti--allow-dropdown {
  width: 100%;
}
/* line 1193, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form .captcha {
  margin-right: 0;
  margin-left: 0;
  text-align: -webkit-center;
  margin-top: 60.5px;
}
/* line 1199, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form .form-actions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 46px;
}
/* line 1203, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form .form-actions .webform-button--submit {
  padding: 8px 44px;
  border-radius: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #DE5920;
  background-color: #fff;
  color: #124C91;
}
/* line 1210, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form .form-actions .webform-button--submit:active {
  border: solid 2px #DE5920;
  background-color: #124C91;
  color: #fff;
  box-shadow: none;
}
/* line 1216, ../../sass/theme/homepage.theme.scss */
.modal-dialog .modal-body .webform-submission-rate-form-form .form-actions .webform-button--submit:focus {
  box-shadow: none !important;
}

/*custom dialog rate form style */
/* line 1225, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form {
  border-radius: 5px;
  border: solid 1px #fff;
  background-color: #fff;
}
/* line 1229, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form fieldset {
  text-align: center;
  margin: 20px 0px 10px 0px;
  font-size: 20px;
  line-height: 2.55;
  color: #124C91;
}
/* line 1236, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form input, .webform-submission-rate-form-form .form-textarea {
  border: none;
  border-bottom: solid 1px #124C91;
  padding-bottom: 0;
  border-radius: 0;
}
/* line 1241, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form input:focus, .webform-submission-rate-form-form .form-textarea:focus {
  box-shadow: none;
  border-bottom: solid 1px #124C91;
}
/* line 1246, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form .form-textarea {
  border-top: solid 1px #124C91;
  resize: none;
  height: 100px;
}
/* line 1251, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form .iti--allow-dropdown {
  width: 100%;
}
/* line 1254, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form .captcha {
  margin-right: 0;
  margin-left: 0;
  text-align: -webkit-center;
  margin-top: 60.5px;
}
/* line 1260, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form .form-actions {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 46px;
}
/* line 1264, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form .form-actions .webform-button--submit {
  padding: 8px 44px;
  border-radius: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 2px #DE5920;
  background-color: #fff;
  color: #124C91;
}
/* line 1271, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form .form-actions .webform-button--submit:active {
  border: solid 2px #DE5920;
  background-color: #124C91;
  color: #fff;
  box-shadow: none;
}
/* line 1277, ../../sass/theme/homepage.theme.scss */
.webform-submission-rate-form-form .form-actions .webform-button--submit:focus {
  box-shadow: none !important;
}

/* line 1285, ../../sass/theme/homepage.theme.scss */
.ui-widget.ui-widget-content {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 1301, ../../sass/theme/homepage.theme.scss */
.ui-dialog .ui-dialog-title {
  float: none;
}
/* line 1304, ../../sass/theme/homepage.theme.scss */
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  text-align: center;
  background-color: #efefef;
  border: none;
  padding: 0.6em 0em;
  font-size: 25px;
  color: #de5920;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2.5px;
}
/* line 1315, ../../sass/theme/homepage.theme.scss */
.ui-dialog .ui-dialog-titlebar span {
  font-family: Oswald !important;
  text-transform: capitalize;
}
/* line 1318, ../../sass/theme/homepage.theme.scss */
.ui-dialog .ui-dialog-titlebar span.rate {
  color: #224390;
}
/* line 1323, ../../sass/theme/homepage.theme.scss */
.ui-dialog .ui-dialog-titlebar-close {
  background-color: #efefef;
  background-image: url(../../images/close.svg);
  border: none;
  padding-right: 40px;
  background-repeat: no-repeat;
}
/* line 1330, ../../sass/theme/homepage.theme.scss */
.ui-dialog .ui-dialog-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* line 1333, ../../sass/theme/homepage.theme.scss */
.ui-dialog .ui-dialog-content::-webkit-scrollbar {
  display: none;
}

/* line 1339, ../../sass/theme/homepage.theme.scss */
.webform-dialog-request_rate.request-rate-btn {
  font-size: 16px;
  font-weight: bold;
  color: #de5920;
  margin: 0 auto;
  padding: 8px 20px 7px;
  border-radius: 26px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: block;
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
}
@media (max-width: 1250px) {
  /* line 1339, ../../sass/theme/homepage.theme.scss */
  .webform-dialog-request_rate.request-rate-btn {
    font-size: 14px;
    padding: 8px 20px 7px;
  }
}

/* line 1358, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form {
  font-family: Almarai;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 1363, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form .blue-title {
  font-weight: bold;
  font-size: 25px;
  color: #026cb4;
}
/* line 1368, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form ul {
  padding: 0;
}
/* line 1370, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form ul li {
  list-style: none;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
/* line 1377, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form ul li strong {
  padding-bottom: 10px;
}
/* line 1380, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 0;
  border: solid 1px #de5920;
}
/* line 1395, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form ul li.custom-li-style {
  padding-bottom: 20px;
}
/* line 1397, ../../sass/theme/homepage.theme.scss */
.webform-submission-custom-text-request-rate-form ul li.custom-li-style::before {
  background-color: #de5920;
}

@media (max-width: 768px) {
  /* line 1405, ../../sass/theme/homepage.theme.scss */
  .ui-widget.ui-widget-content {
    width: 600px !important;
  }
}
@media (max-width: 614px) {
  /* line 1405, ../../sass/theme/homepage.theme.scss */
  .ui-widget.ui-widget-content {
    width: 470px !important;
  }
}
@media (max-width: 576px) {
  /* line 1405, ../../sass/theme/homepage.theme.scss */
  .ui-widget.ui-widget-content {
    width: 400px !important;
  }
}
@media (max-width: 420px) {
  /* line 1405, ../../sass/theme/homepage.theme.scss */
  .ui-widget.ui-widget-content {
    width: 350px !important;
  }
}

/* line 1420, ../../sass/theme/homepage.theme.scss */
.ui-widget-overlay, .ui-widget.ui-widget-content {
  transition: transform 0.3s ease-out;
}

/* line 1423, ../../sass/theme/homepage.theme.scss */
.view-home-page.custom-row .view-content .custom-item.views-row .node--type-service.node--view-mode-teaser .content-wrapper:hover .card-text .webform-dialog-request_rate {
  transition: transform 0.3s ease-out;
}
