@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600&display=swap");
/* line 5, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Users/Samer/.rvm/gems/ruby-2.6.3@omega.beyond_designs_new/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** override bootstrap gutter width **/
@font-face {
  font-family: 'Almarai';
  src: local("Almarai Light"), local("Almarai-Light"), url("fonts/Almarai-Light.woff2") format("woff2"), url("fonts/Almarai-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: local("Almarai"), local("Almarai-Regular"), url("fonts/Almarai-Regular.woff2") format("woff2"), url("fonts/Almarai-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: local("Almarai Bold"), local("Almarai-Bold"), url("fonts/Almarai-Bold.woff2") format("woff2"), url("fonts/Almarai-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: local("Almarai Extrabold"), local("Almarai-ExtraBold"), url("fonts/Almarai-ExtraBold.woff2") format("woff2"), url("fonts/Almarai-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*override text color */
/**taawon colors ***/
/*** old web colors **/
/*for gray text*/
/*34495e*/
/****** BEYOND DESIGNS MIXINS **/
/**Responsive font Max and min **/
/*@mixin sub-title-font(){
  @include responsive-font(2rem,4vw,40px);
}
*/
/*** End of Beyond Designs Mixins **/
/* line 2, ../sass/elements/_header.scss */
#page-wrapper #header {
  background: url("../images/header-bg-mobile.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
  /* line 2, ../sass/elements/_header.scss */
  #page-wrapper #header {
    min-height: 15vw;
    background: url(../images/header-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
/* line 12, ../sass/elements/_header.scss */
#page-wrapper #header .header-wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 12, ../sass/elements/_header.scss */
  #page-wrapper #header .header-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 12, ../sass/elements/_header.scss */
  #page-wrapper #header .header-wrapper {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 12, ../sass/elements/_header.scss */
  #page-wrapper #header .header-wrapper {
    width: 96%;
  }
}
/* line 15, ../sass/elements/_header.scss */
#page-wrapper #header .header-wrapper .navbar-brand img {
  max-width: 200px;
}
/* line 21, ../sass/elements/_header.scss */
#page-wrapper #header #navbar-main {
  width: 100%;
}
@media screen and (max-width: 800px) {
  /* line 24, ../sass/elements/_header.scss */
  #page-wrapper #header .menu-div {
    background: #ff403e;
    background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
    width: 100%;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 31, ../sass/elements/_header.scss */
  #page-wrapper #header .menu-div .navbar-toggler {
    width: 100%;
  }
  /* line 35, ../sass/elements/_header.scss */
  #page-wrapper #header .menu-div span.navbar-toggler-icon:after {
    ontent: '☰';
    font-size: 1rem;
    color: #ffffff;
  }
}
/* line 42, ../sass/elements/_header.scss */
#page-wrapper #header .menu-div #CollapsingNavbar {
  justify-content: flex-start !important;
}
@media screen and (max-width: 800px) {
  /* line 48, ../sass/elements/_header.scss */
  #page-wrapper #header .navbar .navbar-collapse .navbar-nav {
    background: #535353;
  }
}
@media screen and (max-width: 800px) {
  /* line 52, ../sass/elements/_header.scss */
  #page-wrapper #header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 56, ../sass/elements/_header.scss */
  #page-wrapper #header .navbar .navbar-collapse .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
/* line 60, ../sass/elements/_header.scss */
#page-wrapper #header .navbar .navbar-collapse .navbar-nav .nav-item a {
  color: #ffffff;
  font-size: 1.3rem;
  padding: 8px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 66, ../sass/elements/_header.scss */
#page-wrapper #header .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
}

/* line 1, ../sass/elements/_footer.scss */
.site-footer {
  background: #181a38;
  background: #1c1f42;
  color: #ffffff;
  padding: 0;
  width: 100%;
  float: left;
}
/* line 8, ../sass/elements/_footer.scss */
.site-footer a {
  color: #ffffff;
}
/* line 10, ../sass/elements/_footer.scss */
.site-footer a:hover {
  color: #999999;
}
/* line 14, ../sass/elements/_footer.scss */
.site-footer .region-footer-first {
  margin: 0;
  background: #181a38;
  padding: 35px 0;
}
/* line 19, ../sass/elements/_footer.scss */
.site-footer .region-footer-first .contact-info-block .contact-info {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
  justify-content: space-between;
  align-items: flex-start;
  color: #ffffff;
}
@media screen and (min-width: 740px) {
  /* line 19, ../sass/elements/_footer.scss */
  .site-footer .region-footer-first .contact-info-block .contact-info {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 19, ../sass/elements/_footer.scss */
  .site-footer .region-footer-first .contact-info-block .contact-info {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 19, ../sass/elements/_footer.scss */
  .site-footer .region-footer-first .contact-info-block .contact-info {
    width: 96%;
  }
}
/* line 24, ../sass/elements/_footer.scss */
.site-footer .region-footer-first .contact-info-block .contact-info > div {
  width: auto;
  font-size: 1.3rem;
}
/* line 31, ../sass/elements/_footer.scss */
.site-footer .region-footer-fifth {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 31, ../sass/elements/_footer.scss */
  .site-footer .region-footer-fifth {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 31, ../sass/elements/_footer.scss */
  .site-footer .region-footer-fifth {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 31, ../sass/elements/_footer.scss */
  .site-footer .region-footer-fifth {
    width: 96%;
  }
}
/* line 35, ../sass/elements/_footer.scss */
.site-footer .block {
  border: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* line 41, ../sass/elements/_footer.scss */
.site-footer .site-footer__bottom {
  border: none;
  padding: 0;
  margin-top: 5px;
}

/* line 48, ../sass/elements/_footer.scss */
.site-footer__top .region {
  width: 100% !important;
}

/* line 53, ../sass/elements/_footer.scss */
.row.contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 62, ../sass/elements/_footer.scss */
.social-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 69, ../sass/elements/_footer.scss */
.social-links div {
  margin-right: 10px;
}
/* line 72, ../sass/elements/_footer.scss */
.social-links div a i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
}

/* line 1, ../sass/elements/_blocks.scss */
.title-aside-block {
  display: flex;
}
@media screen and (max-width: 800px) {
  /* line 1, ../sass/elements/_blocks.scss */
  .title-aside-block {
    flex-direction: column;
  }
}
/* line 6, ../sass/elements/_blocks.scss */
.title-aside-block h2.block-title {
  font-size: min(max(1.5rem, 3vw), 25px);
}
@media screen and (min-width: 980px) {
  /* line 6, ../sass/elements/_blocks.scss */
  .title-aside-block h2.block-title {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 980px) {
  /* line 13, ../sass/elements/_blocks.scss */
  .title-aside-block > .content {
    flex-basis: 70%;
  }
}

@media screen and (min-width: 800px) {
  /* line 22, ../sass/elements/_blocks.scss */
  .question-form-block,
  .block-webform {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}

@media screen and (min-width: 800px) {
  /* line 2, ../sass/pages/_front.scss */
  .path-frontpage #header {
    min-height: 45vw;
  }
}
/* line 6, ../sass/pages/_front.scss */
.path-frontpage #header .slider-text-block {
  color: #ffffff;
}
/* line 8, ../sass/pages/_front.scss */
.path-frontpage #header .slider-text-block .slider-title {
  line-height: 1.2;
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 20px;
}
/* line 16, ../sass/pages/_front.scss */
.path-frontpage #header .slider-text-block .slider-bottom {
  margin-top: 30px;
}
/* line 19, ../sass/pages/_front.scss */
.path-frontpage #header .slider-text-block .slider-bottom .servic-btn a {
  display: inline-flex;
  padding: 15px 40px;
  font-size: 1.3rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  margin-bottom: 30px;
}
/* line 24, ../sass/pages/_front.scss */
.path-frontpage #header .slider-text-block .slider-bottom .available {
  margin-top: 10px;
  margin-bottom: 70px;
}
/* line 28, ../sass/pages/_front.scss */
.path-frontpage #header .slider-text-block .slider-bottom .available i {
  margin: 0 10px;
}
/* line 36, ../sass/pages/_front.scss */
.path-frontpage #navbar-top {
  padding: 0 5%;
}
/* line 39, ../sass/pages/_front.scss */
.path-frontpage #block-beyond-designs-page-title,
.path-frontpage .view-frontpage {
  display: none;
}
/* line 44, ../sass/pages/_front.scss */
.path-frontpage .highlighted,
.path-frontpage .featured-top {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 48, ../sass/pages/_front.scss */
.path-frontpage .highlighted .container-fluid,
.path-frontpage .featured-top .container-fluid {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 48, ../sass/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid,
  .path-frontpage .featured-top .container-fluid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 48, ../sass/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid,
  .path-frontpage .featured-top .container-fluid {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 48, ../sass/pages/_front.scss */
  .path-frontpage .highlighted .container-fluid,
  .path-frontpage .featured-top .container-fluid {
    width: 96%;
  }
}
/* line 51, ../sass/pages/_front.scss */
.path-frontpage .highlighted .container-fluid .block .block-title,
.path-frontpage .featured-top .container-fluid .block .block-title {
  margin-bottom: 20px;
}
/* line 58, ../sass/pages/_front.scss */
.path-frontpage .featured-top {
  background: url("../images/feature1.png") left center no-repeat;
  background-size: auto 50%;
}
@media screen and (max-width: 800px) {
  /* line 58, ../sass/pages/_front.scss */
  .path-frontpage .featured-top {
    background-size: 0 0;
  }
}
/* line 67, ../sass/pages/_front.scss */
.path-frontpage .before-content {
  background: url(../images/wave-bg-grey.png) 0 0 repeat-x;
  background-size: 100% 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
  /* line 67, ../sass/pages/_front.scss */
  .path-frontpage .before-content {
    margin-top: 160px;
  }
}
@media screen and (max-width: 800px) {
  /* line 67, ../sass/pages/_front.scss */
  .path-frontpage .before-content {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
/* line 81, ../sass/pages/_front.scss */
.path-frontpage .before-content .numbers-block {
  width: 60%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 81, ../sass/pages/_front.scss */
  .path-frontpage .before-content .numbers-block {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 81, ../sass/pages/_front.scss */
  .path-frontpage .before-content .numbers-block {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 81, ../sass/pages/_front.scss */
  .path-frontpage .before-content .numbers-block {
    width: 96%;
  }
}
@media screen and (min-width: 800px) {
  /* line 81, ../sass/pages/_front.scss */
  .path-frontpage .before-content .numbers-block {
    margin-top: -260px;
  }
}
/* line 86, ../sass/pages/_front.scss */
.path-frontpage .before-content .numbers-block .content {
  width: 100%;
}
/* line 89, ../sass/pages/_front.scss */
.path-frontpage .before-content .numbers-block .view-numbers {
  background: url(../images/number-bg.png) center no-repeat;
  background-size: auto 100%;
  padding: 70px 20px;
}
/* line 94, ../sass/pages/_front.scss */
.path-frontpage .before-content .numbers-block .view-numbers .views-view-grid > .row {
  align-items: center;
  justify-content: space-between;
  display: flex;
  text-align: center;
}
/* line 99, ../sass/pages/_front.scss */
.path-frontpage .before-content .numbers-block .view-numbers .views-view-grid > .row .view-row {
  padding: 20px;
  color: #ffffff;
}
/* line 102, ../sass/pages/_front.scss */
.path-frontpage .before-content .numbers-block .view-numbers .views-view-grid > .row .view-row .number {
  font-size: 1.5rem;
  font-weight: bold;
  margin-botto: 10px;
}
/* line 107, ../sass/pages/_front.scss */
.path-frontpage .before-content .numbers-block .view-numbers .views-view-grid > .row .view-row .title {
  font-size: 1rem;
}
/* line 116, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  /* line 116, ../sass/pages/_front.scss */
  .path-frontpage .before-content .block-webform {
    margin-top: 100px;
  }
}
/* line 121, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform .block-title {
  font-size: 2.5rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2.7rem;
}
/* line 129, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .js-form-type-datetime,
.path-frontpage .before-content .block-webform form .js-form-type-date {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* line 137, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .js-form-type-datetime .js-form-item,
.path-frontpage .before-content .block-webform form .js-form-type-date .js-form-item {
  margin-bottom: 0 !important;
}
/* line 141, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields {
  display: flex;
  flex-wrap: wrap;
}
/* line 144, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields > div, .path-frontpage .before-content .block-webform form .flexbox-fields > .webform-type-webform-telephone {
  padding: 10px;
}
/* line 147, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields > div input,
.path-frontpage .before-content .block-webform form .flexbox-fields > div select, .path-frontpage .before-content .block-webform form .flexbox-fields > .webform-type-webform-telephone input,
.path-frontpage .before-content .block-webform form .flexbox-fields > .webform-type-webform-telephone select {
  border-radius: 5px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
/* line 153, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields > div .iti--allow-dropdown, .path-frontpage .before-content .block-webform form .flexbox-fields > .webform-type-webform-telephone .iti--allow-dropdown {
  width: 100%;
}
/* line 157, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields .webform-type-webform-telephone {
  margin: 0 !important;
}
/* line 159, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields .webform-type-webform-telephone > legend {
  display: none;
}
/* line 162, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields .webform-type-webform-telephone .iti--allow-dropdown {
  width: 100%;
}
/* line 164, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform form .flexbox-fields .webform-type-webform-telephone .iti--allow-dropdown input {
  height: 50px;
}
/* line 173, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform label {
  font-weight: bold;
}
/* line 177, ../sass/pages/_front.scss */
.path-frontpage .before-content .block-webform .form-submit {
  display: inline-flex;
  padding: 15px 40px;
  font-size: 1.3rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: auto;
  margin-top: 20px;
}
/* line 181, ../sass/pages/_front.scss */
[dir="ltr"] .path-frontpage .before-content .block-webform .form-submit {
  float: right;
}
/* line 189, ../sass/pages/_front.scss */
.path-frontpage .about-us-block {
  margin-bottom: 60px;
}
/* line 191, ../sass/pages/_front.scss */
.path-frontpage .about-us-block .content {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 191, ../sass/pages/_front.scss */
  .path-frontpage .about-us-block .content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 191, ../sass/pages/_front.scss */
  .path-frontpage .about-us-block .content {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 191, ../sass/pages/_front.scss */
  .path-frontpage .about-us-block .content {
    width: 96%;
  }
}
/* line 193, ../sass/pages/_front.scss */
.path-frontpage .about-us-block .content div div {
  padding: 40px 20%;
  color: #ffffff;
  background: url(../images/purple-bg.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  /* line 193, ../sass/pages/_front.scss */
  .path-frontpage .about-us-block .content div div {
    background-size: 100% 100%;
    padding: 40px 10%;
    font-size: 1rem;
  }
}
/* line 210, ../sass/pages/_front.scss */
.path-frontpage .industries-block .field--name-body .row {
  align-items: center;
}
/* line 216, ../sass/pages/_front.scss */
.path-frontpage .after-content {
  margin-top: -50px;
  margin-bottom: 0px;
}
/* line 219, ../sass/pages/_front.scss */
.path-frontpage .after-content .region-after-content {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 219, ../sass/pages/_front.scss */
  .path-frontpage .after-content .region-after-content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 219, ../sass/pages/_front.scss */
  .path-frontpage .after-content .region-after-content {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 219, ../sass/pages/_front.scss */
  .path-frontpage .after-content .region-after-content {
    width: 96%;
  }
}
/* line 224, ../sass/pages/_front.scss */
.path-frontpage .front-one {
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
}
/* line 228, ../sass/pages/_front.scss */
.path-frontpage .front-one .region-front-one {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
  margin-top: 60px;
}
@media screen and (min-width: 740px) {
  /* line 228, ../sass/pages/_front.scss */
  .path-frontpage .front-one .region-front-one {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 228, ../sass/pages/_front.scss */
  .path-frontpage .front-one .region-front-one {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 228, ../sass/pages/_front.scss */
  .path-frontpage .front-one .region-front-one {
    width: 96%;
  }
}
/* line 245, ../sass/pages/_front.scss */
.path-frontpage .front-one .region-front-one .view-products .view-row .b-row-wrapper .row-wrapper .image {
  position: relative;
}
/* line 247, ../sass/pages/_front.scss */
.path-frontpage .front-one .region-front-one .view-products .view-row .b-row-wrapper .row-wrapper .image .text-area {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  z-index: 3;
  padding: 10px 20px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=0);
  /* Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 258, ../sass/pages/_front.scss */
.path-frontpage .front-one .region-front-one .view-products .view-row .b-row-wrapper .row-wrapper .image .text-area .title {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.1;
}
/* line 263, ../sass/pages/_front.scss */
.path-frontpage .front-one .region-front-one .view-products .view-row .b-row-wrapper .row-wrapper .image .text-area .category {
  font-weight: bold;
  font-size: 0.7rem;
}
/* line 271, ../sass/pages/_front.scss */
.path-frontpage .front-one .region-front-one .view-products .view-row .b-row-wrapper .row-wrapper:hover .image .text-area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$decimal)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=10);
  /* Older than Firefox 0.9 */
  -moz-opacity: 1;
  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 1;
  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 1;
}
/* line 282, ../sass/pages/_front.scss */
.path-frontpage .front-two {
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
}
@media (min-width: 800px) {
  /* line 282, ../sass/pages/_front.scss */
  .path-frontpage .front-two {
    padding: 100px 0;
    background-image: url(../images/purple-side-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top right;
  }
}
/* line 293, ../sass/pages/_front.scss */
.path-frontpage .front-two .region-front-two {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 293, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 293, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 293, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two {
    width: 96%;
  }
}
/* line 296, ../sass/pages/_front.scss */
.path-frontpage .front-two .region-front-two .view-integration-app .view-content {
  display: block;
}
@media (max-width: 800px) {
  /* line 296, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two .view-integration-app .view-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* line 303, ../sass/pages/_front.scss */
.path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row {
  display: inline-flex;
  background: #ffffff;
  width: auto;
  position: relative;
  float: left;
  margin: 10px 15px;
  padding: 0;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 50px #f1f1f1;
  -moz-box-shadow: 0px 0px 50px #f1f1f1;
  box-shadow: 0px 0px 50px #f1f1f1;
}
@media (max-width: 1024px) {
  /* line 303, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row {
    width: 31%;
    margin: 20px 1%;
  }
}
/* line 323, ../sass/pages/_front.scss */
.path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row .views-field-field-image .field-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
/* line 328, ../sass/pages/_front.scss */
.path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row .views-field-field-image .field-content img {
  width: 60%;
}
@media (min-width: 800px) {
  /* line 328, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row .views-field-field-image .field-content img {
    WIDTH: 90%;
  }
}
@media (min-width: 1024px) {
  /* line 340, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row:nth-child(2) {
    margin-top: 50px;
  }
  /* line 343, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row:nth-child(3) {
    margin-left: -45px;
    clear: left;
  }
  /* line 347, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row:nth-child(4) {
    margin-top: 50px;
  }
  /* line 350, ../sass/pages/_front.scss */
  .path-frontpage .front-two .region-front-two .view-integration-app .view-content .views-row:nth-child(5) {
    margin-top: 90px;
  }
}
/* line 360, ../sass/pages/_front.scss */
.path-frontpage .front-three {
  margin-top: 50px;
  margin-bottom: 0px;
  float: left;
  background: url(../images/wave-bg-shape-bottom.png) 0 0 repeat-x;
  background-size: 100% 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 800px) {
  /* line 360, ../sass/pages/_front.scss */
  .path-frontpage .front-three {
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 60px;
  }
}
/* line 373, ../sass/pages/_front.scss */
.path-frontpage .front-three .region-front-three {
  width: 60%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 373, ../sass/pages/_front.scss */
  .path-frontpage .front-three .region-front-three {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 373, ../sass/pages/_front.scss */
  .path-frontpage .front-three .region-front-three {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 373, ../sass/pages/_front.scss */
  .path-frontpage .front-three .region-front-three {
    width: 96%;
  }
}

/* line 381, ../sass/pages/_front.scss */
.blog-row {
  margin-bottom: 20px;
}
/* line 383, ../sass/pages/_front.scss */
.blog-row .b-row-wrapper {
  background: #ffffff;
}
/* line 385, ../sass/pages/_front.scss */
.blog-row .b-row-wrapper .image {
  margin-bottom: 10px;
}
/* line 387, ../sass/pages/_front.scss */
.blog-row .b-row-wrapper .image img {
  display: block;
}
/* line 392, ../sass/pages/_front.scss */
.blog-row .b-row-wrapper .view-fld:not(.image) {
  padding: 2px 10px;
}
/* line 396, ../sass/pages/_front.scss */
.blog-row .b-row-wrapper .date {
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 0.8rem;
}
/* line 402, ../sass/pages/_front.scss */
.blog-row .b-row-wrapper .title a {
  color: #0A0B0A;
  font-size: 1rem;
  font-weight: bold;
}
/* line 408, ../sass/pages/_front.scss */
.blog-row .b-row-wrapper .body {
  color: #999999;
  font-size: 0.8rem;
}
/* line 414, ../sass/pages/_front.scss */
.blog-row.dark-row .b-row-wrapper {
  background: #eeeeee;
}

/* line 422, ../sass/pages/_front.scss */
h2.orange {
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

/* line 426, ../sass/pages/_front.scss */
h2.black {
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0A0B0A;
}

/* line 431, ../sass/pages/_front.scss */
a.btn {
  display: inline-flex;
  padding: 15px 40px;
  font-size: 1.3rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  margin-bottom: 30px;
}

/* line 4, ../sass/pages/_not-front.scss */
body:not(.path-frontpage) .featured-top .region-featured-top {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 4, ../sass/pages/_not-front.scss */
  body:not(.path-frontpage) .featured-top .region-featured-top {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 4, ../sass/pages/_not-front.scss */
  body:not(.path-frontpage) .featured-top .region-featured-top {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 4, ../sass/pages/_not-front.scss */
  body:not(.path-frontpage) .featured-top .region-featured-top {
    width: 96%;
  }
}
/* line 8, ../sass/pages/_not-front.scss */
body:not(.path-frontpage) h1.title {
  font-size: min(max(2rem, 4vw), 40px);
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 13, ../sass/pages/_not-front.scss */
body:not(.path-frontpage) #main-wrapper #main {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 13, ../sass/pages/_not-front.scss */
  body:not(.path-frontpage) #main-wrapper #main {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 13, ../sass/pages/_not-front.scss */
  body:not(.path-frontpage) #main-wrapper #main {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 13, ../sass/pages/_not-front.scss */
  body:not(.path-frontpage) #main-wrapper #main {
    width: 96%;
  }
}
/* line 16, ../sass/pages/_not-front.scss */
body:not(.path-frontpage) #main-wrapper #main .field--type-datetime {
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
/* line 22, ../sass/pages/_not-front.scss */
body:not(.path-frontpage) #main-wrapper #main .node__content .field {
  margin-bottom: 10px;
}
/* line 31, ../sass/pages/_not-front.scss */
body:not(.path-frontpage) .site-footer {
  margin-top: 100px;
}
/* line 39, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  /* line 39, ../sass/pages/_not-front.scss */
  body.page-node-25 .block-webform {
    margin-top: 100px;
  }
}
/* line 45, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform .block-title {
  font-size: 2.5rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2.7rem;
}
/* line 53, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .js-form-type-datetime,
body.page-node-25 .block-webform form .js-form-type-date {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #eeeeee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* line 61, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .js-form-type-datetime .js-form-item,
body.page-node-25 .block-webform form .js-form-type-date .js-form-item {
  margin-bottom: 0 !important;
}
/* line 65, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields {
  display: flex;
  flex-wrap: wrap;
}
/* line 68, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields > div, body.page-node-25 .block-webform form .flexbox-fields > .webform-type-webform-telephone {
  padding: 10px;
}
/* line 71, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields > div input,
body.page-node-25 .block-webform form .flexbox-fields > div select, body.page-node-25 .block-webform form .flexbox-fields > .webform-type-webform-telephone input,
body.page-node-25 .block-webform form .flexbox-fields > .webform-type-webform-telephone select {
  border-radius: 5px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
/* line 77, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields > div .iti--allow-dropdown, body.page-node-25 .block-webform form .flexbox-fields > .webform-type-webform-telephone .iti--allow-dropdown {
  width: 100%;
}
/* line 81, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields .webform-type-webform-telephone {
  margin: 0 !important;
}
/* line 83, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields .webform-type-webform-telephone > legend {
  display: none;
}
/* line 86, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields .webform-type-webform-telephone .iti--allow-dropdown {
  width: 100%;
}
/* line 88, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform form .flexbox-fields .webform-type-webform-telephone .iti--allow-dropdown input {
  height: 50px;
}
/* line 96, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform label {
  font-weight: bold;
}
/* line 99, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform .form-actions {
  display: flex;
  justify-content: flex-end;
}
/* line 102, ../sass/pages/_not-front.scss */
body.page-node-25 .block-webform .form-actions .form-submit {
  display: inline-flex;
  padding: 15px 40px;
  font-size: 1.3rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: auto;
  margin-top: 20px;
}
/* line 106, ../sass/pages/_not-front.scss */
[dir="ltr"] body.page-node-25 .block-webform .form-actions .form-submit {
  float: right;
}
/* line 113, ../sass/pages/_not-front.scss */
body.page-node-25 .after-content {
  padding: 20px 0;
  margin-top: 60px;
  background: #eeeeee;
}
/* line 117, ../sass/pages/_not-front.scss */
body.page-node-25 .after-content .region-after-content {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 740px) {
  /* line 117, ../sass/pages/_not-front.scss */
  body.page-node-25 .after-content .region-after-content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 117, ../sass/pages/_not-front.scss */
  body.page-node-25 .after-content .region-after-content {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 117, ../sass/pages/_not-front.scss */
  body.page-node-25 .after-content .region-after-content {
    width: 96%;
  }
}

/* line 135, ../sass/pages/_not-front.scss */
.view-portfolio .view-row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  background: #f6f9ff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* line 143, ../sass/pages/_not-front.scss */
.view-portfolio .view-row .row-wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 146, ../sass/pages/_not-front.scss */
.view-portfolio .view-row .row-wrapper .image-area {
  display: flex;
}
/* line 150, ../sass/pages/_not-front.scss */
.view-portfolio .view-row .row-wrapper .text-area {
  padding: 20px;
}
@media screen and (min-width: 800px) {
  /* line 150, ../sass/pages/_not-front.scss */
  .view-portfolio .view-row .row-wrapper .text-area {
    padding: 20px 60px;
  }
}
/* line 155, ../sass/pages/_not-front.scss */
.view-portfolio .view-row .row-wrapper .text-area .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (min-width: 800px) {
  /* line 29, ../sass/screen.scss */
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }

  /* line 34, ../sass/screen.scss */
  .row > [class*="col-12"] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
/* line 42, ../sass/screen.scss */
*:focus {
  outline: none !important;
}

/* line 46, ../sass/screen.scss */
html body {
  color: #363536;
  font-family: 'Montserrat', sans-serif;
  font-size: min(max(1.2rem, 2vw), 16px);
  /*** fontawesome twig **/
  /*remove outling*/
}
/* line 47, ../sass/screen.scss */
html body b, html body strong {
  font-weight: bold;
}
/* line 6, ../sass/variables/_fonts.scss */
[dir="rtl"] html body {
  font-family: 'Montserrat', sans-serif;
}
/* line 54, ../sass/screen.scss */
html body * {
  line-height: 1.8;
}
/* line 57, ../sass/screen.scss */
html body button {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 62, ../sass/screen.scss */
html body ul, html body ol {
  list-style: auto;
}
/* line 66, ../sass/screen.scss */
html body #page-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
  display: block !important;
}
@media screen and (min-width: 740px) {
  /* line 66, ../sass/screen.scss */
  html body #page-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1290px) {
  /* line 66, ../sass/screen.scss */
  html body #page-wrapper {
    width: 96%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1290px) {
  /* line 66, ../sass/screen.scss */
  html body #page-wrapper {
    width: 96%;
  }
}
/* line 71, ../sass/screen.scss */
html body #page img {
  max-width: 100%;
  height: auto;
}
/* line 76, ../sass/screen.scss */
html body #page h1, html body #page h2, html body #page h3, html body #page h4, html body #page h5, html body #page h6 {
  font-weight: bold;
}
/* line 83, ../sass/screen.scss */
html body #page .title-green {
  color: #336a2b;
}
/* line 86, ../sass/screen.scss */
html body #page .light-green {
  color: #93c74c;
}
/* line 91, ../sass/screen.scss */
html body a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #009bff;
}
/* line 95, ../sass/screen.scss */
html body a:hover {
  color: #006db3;
}
/* line 100, ../sass/screen.scss */
html body #main-wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 105, ../sass/screen.scss */
html body .flexslider {
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 800px) {
  /* line 105, ../sass/screen.scss */
  html body .flexslider {
    overflow: hidden;
  }
}
/* line 115, ../sass/screen.scss */
[dir="rtl"] html body .flexslider {
  direction: ltr;
  /*
  .slides {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    float: left;
  }*/
}
/* line 124, ../sass/screen.scss */
[dir="rtl"] html body .flexslider .flex-control-paging {
  display: flex;
  flex-direction: row-reverse;
}
@-moz-document url-prefix() {
  /* line 129, ../sass/screen.scss */
  [dir="rtl"] html body .flexslider .slides {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    direction: ltr;
    float: none;
  }
  /* line 136, ../sass/screen.scss */
  [dir="rtl"] html body .flexslider .flex-control-paging {
    flex-direction: row;
  }
}
/* line 142, ../sass/screen.scss */
[dir="rtl"] html body .flexslider .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  direction: rtl;
}
/* line 148, ../sass/screen.scss */
html body .flexslider .flex-control-thumbs li {
  padding: 0 5px;
}
/* line 153, ../sass/screen.scss */
html body .flexslider .flex-control-paging {
  z-index: 2;
  bottom: 20px;
  justify-content: flex-end;
  padding: 10px 20px;
}
/* line 158, ../sass/screen.scss */
html body .flexslider .flex-control-paging a {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 161, ../sass/screen.scss */
html body .flexslider .flex-control-paging a:hover, html body .flexslider .flex-control-paging a.flex-active {
  background: #e0b405;
}
/* line 169, ../sass/screen.scss */
html body .flexslider .flex-direction-nav a {
  height: 60px;
}
/* line 171, ../sass/screen.scss */
html body .flexslider .flex-direction-nav a:before {
  color: #e0b405;
}
/* line 179, ../sass/screen.scss */
html body .flex-box,
html body .flex {
  display: flex;
}
@media screen and (max-width: 800px) {
  /* line 179, ../sass/screen.scss */
  html body .flex-box,
  html body .flex {
    flex-direction: column;
  }
  /* line 184, ../sass/screen.scss */
  html body .flex-box.flex-row,
  html body .flex.flex-row {
    flex-direction: row;
  }
}
/* line 188, ../sass/screen.scss */
html body .flex-box.reverse,
html body .flex.reverse {
  flex-direction: row-reverse;
}
/* line 191, ../sass/screen.scss */
html body .flex-box.column,
html body .flex.column {
  flex-direction: column;
}
/* line 193, ../sass/screen.scss */
html body .flex-box.column.reverse,
html body .flex.column.reverse {
  flex-direction: column-reverse;
}
/* line 197, ../sass/screen.scss */
html body .flex-box.flex-top,
html body .flex.flex-top {
  align-items: flex-start;
}
/* line 200, ../sass/screen.scss */
html body .flex-box.flex-bottom,
html body .flex.flex-bottom {
  align-items: flex-end;
}
/* line 203, ../sass/screen.scss */
html body .flex-box.flex-align-center,
html body .flex.flex-align-center {
  align-items: center;
}
/* line 206, ../sass/screen.scss */
html body .flex-box.flex-justify-center,
html body .flex.flex-justify-center {
  justify-content: center;
}
/* line 211, ../sass/screen.scss */
html body .sidebar .block {
  background: none;
  border: none;
}
/* line 214, ../sass/screen.scss */
html body .sidebar .block > h2 {
  font-size: 3rem;
  border: none;
}
/* line 221, ../sass/screen.scss */
html body .fab,
html body .far,
html body .fas {
  font-size: 0;
  /*
  color: $black;
  border: 1px solid $black;
  @include rounded(45px);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  */
}
/* line 236, ../sass/screen.scss */
html body .fab:before,
html body .far:before,
html body .fas:before {
  font-size: 1rem;
}
/* line 242, ../sass/screen.scss */
html body footer .fab,
html body footer .far {
  color: #ffffff;
  border: 1px solid #ffffff;
}
/* line 250, ../sass/screen.scss */
html body h1.small, html body h2.small, html body h3.small, html body h4.small, html body h5.small, html body h6.small {
  font-size: 1.5rem;
}
/* line 253, ../sass/screen.scss */
html body h1.big, html body h2.big, html body h3.big, html body h4.big, html body h5.big, html body h6.big {
  font-size: 2rem;
}
/* line 257, ../sass/screen.scss */
html body .black-bg {
  background: #424242 !important;
}
/* line 260, ../sass/screen.scss */
html body .blue-bg {
  background: #17335d !important;
}
/* line 263, ../sass/screen.scss */
html body .green-bg {
  background: #56b148 !important;
}
/* line 266, ../sass/screen.scss */
html body .grey-bg {
  background: #eeeeee !important;
}
/* line 269, ../sass/screen.scss */
html body .navy-bg {
  background: #255794 !important;
}
/* line 272, ../sass/screen.scss */
html body .orange-bg {
  background: #fc6b03 !important;
}
/* line 275, ../sass/screen.scss */
html body .purple-bg {
  background: #a61a55 !important;
}
/* line 278, ../sass/screen.scss */
html body .red-bg {
  background: #c1022f !important;
}
/* line 283, ../sass/screen.scss */
html body input:focus, html body textarea:focus, html body select:focus, html body button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 290, ../sass/screen.scss */
html body .al-center,
html body .center {
  text-align: center;
}
/* line 294, ../sass/screen.scss */
html body .justify {
  text-align: justify;
}
/* line 298, ../sass/screen.scss */
html body .more-div {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  /* line 298, ../sass/screen.scss */
  html body .more-div {
    justify-content: center;
  }
}
/* line 305, ../sass/screen.scss */
html body .more-div a {
  display: inline-block;
  padding: 10px 60px;
  font-size: 1.3rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 314, ../sass/screen.scss */
html body .white-text {
  color: #ffffff;
}
/* line 319, ../sass/screen.scss */
html body form .form-actions {
  margin-bottom: 0 !important;
  align-self: auto !important;
}
/* line 322, ../sass/screen.scss */
html body form .form-actions button {
  background: #047090;
  padding: 10px 40px;
  color: #ffffff;
  border: none;
}
/* line 327, ../sass/screen.scss */
html body form .form-actions button:hover {
  background: #9eb9c4;
}
/* line 337, ../sass/screen.scss */
html body .text-formatted.field--name-body h2.bigtitle {
  color: #047090;
  font-size: min(max(2rem, 4vw), 40px);
}
/* line 342, ../sass/screen.scss */
html body .text-formatted.field--name-body h3.sub-title {
  color: #047090;
  font-size: min(max(1.5rem, 3vw), 25px);
}
/* line 347, ../sass/screen.scss */
html body ul.list-items {
  list-style: none;
}
/* line 349, ../sass/screen.scss */
html body ul.list-items li {
  font-size: 1.4rem;
}
/* line 351, ../sass/screen.scss */
html body ul.list-items li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #a61a55;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
/* line 361, ../sass/screen.scss */
html body .fancy.title {
  font-size: 2rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 365, ../sass/screen.scss */
html body div.light {
  color: #999999;
  font-size: 0.8rem;
}
/* line 369, ../sass/screen.scss */
html body .purple.title {
  font-size: 1.4rem;
  color: #a61a55;
}
/* line 373, ../sass/screen.scss */
html body .fancy-btn {
  display: inline-flex;
  padding: 15px 40px;
  font-size: 1.3rem;
  background: #ff403e;
  background: linear-gradient(90deg, #ff403e 0%, #ff811b 100%);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
/* line 378, ../sass/screen.scss */
html body .flex-end {
  display: flex;
  justify-content: flex-end;
}
/* line 382, ../sass/screen.scss */
html body .flex-start {
  display: flex;
  justify-content: flex-start;
}
/* line 388, ../sass/screen.scss */
html body .sub-title h3 {
  color: #047090;
}
/* line 395, ../sass/screen.scss */
html body #page-wrapper {
  /**** Carousel ***/
}
/* line 397, ../sass/screen.scss */
html body #page-wrapper .ui-accordion.ui-widget .ui-accordion-header {
  color: #047090;
  font-size: min(max(1.5rem, 3vw), 25px);
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #047090;
}
/* line 407, ../sass/screen.scss */
html body #page-wrapper .ui-accordion.ui-widget .ui-accordion-header.ui-state-active {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 411, ../sass/screen.scss */
html body #page-wrapper .ui-accordion.ui-widget .ui-accordion-header .ui-accordion-header-icon {
  text-indent: 0;
  font-size: 0;
  background: none;
  display: inline-block;
  width: 30px;
  height: auto;
}
/* line 418, ../sass/screen.scss */
html body #page-wrapper .ui-accordion.ui-widget .ui-accordion-header .ui-accordion-header-icon:before {
  content: '';
  font-size: 32px;
  padding: 0 5px;
  color: #047090;
  position: relative;
  top: -5px;
}
/* line 428, ../sass/screen.scss */
html body #page-wrapper .ui-accordion.ui-widget .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e:before {
  content: '+';
}
/* line 433, ../sass/screen.scss */
html body #page-wrapper .ui-accordion.ui-widget .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-s:before {
  content: '-';
}
/* line 439, ../sass/screen.scss */
html body #page-wrapper .ui-accordion.ui-widget .ui-accordion-content {
  border: none;
  padding: 10px 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #f0f0f0;
}
/* line 449, ../sass/screen.scss */
html body #page-wrapper .tns-outer {
  flex-direction: column-reverse;
  display: flex;
  direction: ltr;
}
/* line 454, ../sass/screen.scss */
html body #page-wrapper .tns-outer .tns-inner .tiny-slider-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 459, ../sass/screen.scss */
html body #page-wrapper .tns-outer .tns-inner .tns-item {
  text-align: center;
  margin: 5px 20px;
}
/* line 462, ../sass/screen.scss */
html body #page-wrapper .tns-outer .tns-inner .tns-item img {
  max-width: 70%;
}
/* line 467, ../sass/screen.scss */
html body #page-wrapper .tns-outer > button {
  display: none;
}

/* line 475, ../sass/screen.scss */
html body ul.list-items li {
  font-size: 1rem;
}
