/* line 4, ../sass/home.scss */
.banner-section {
  background: linear-gradient(#b8e4ff, #ffffff);
  position: relative;
  height: auto;
  width: 100%;
  float: left;
  height: 100vh;
}
@media screen and (max-width: 992px) {
  /* line 4, ../sass/home.scss */
  .banner-section {
    height: auto;
  }
}
/* line 16, ../sass/home.scss */
.banner-section .region {
  height: 100%;
}
/* line 18, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies {
  height: 100%;
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  clear: both;
  display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 635px) {
  /* line 18, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 18, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies {
    display: block;
  }
}
/* line 48, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-text {
  position: relative;
  color: #ffffff;
}
/* line 51, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-text .field--item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 51, ../sass/partials/_mixins.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item {
    position: inherit;
    left: 0;
    top: 0;
    transform: translate(0);
    margin-bottom: 30px;
  }
}
/* line 64, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-text .field--item h2, .banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
  color: #ffffff;
  font-family: 'ss-bold';
  text-transform: uppercase;
  font-size: 4rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* line 64, ../sass/partials/_mixins.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item h2, .banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  /* line 64, ../sass/partials/_mixins.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item h2, .banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
    font-size: 2.375rem;
  }
}
/* line 78, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-text .field--item h2:after, .banner-section .region #block-applicationsstrategies .header-text .field--item h1:after {
  content: "";
  display: block;
  width: 30%;
  padding-top: 15px;
  border-bottom: 8px solid #ffffff;
}
@media screen and (max-width: 767px) {
  /* line 78, ../sass/partials/_mixins.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item h2:after, .banner-section .region #block-applicationsstrategies .header-text .field--item h1:after {
    margin: 0 auto;
  }
}
/* line 89, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-text .field--item p {
  font-size: 1.25rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  /* line 89, ../sass/partials/_mixins.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item p {
    text-align: center;
  }
}
/* line 99, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-img {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 99, ../sass/partials/_mixins.scss */
  .banner-section .region #block-applicationsstrategies .header-img {
    text-align: center;
  }
}
/* line 104, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-img .field--item {
  display: inline-block;
  position: relative;
}
/* line 107, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-img .field--item:after {
  background: url(../images/service-curve.png) no-repeat;
  content: "";
  width: 310px;
  height: 82px;
  position: absolute;
  left: 50%;
  bottom: -108px;
  z-index: 2;
  transform: translate(-50%, 0);
}
/* line 119, ../sass/partials/_mixins.scss */
.banner-section .region #block-applicationsstrategies .header-img img {
  float: none;
  margin: auto;
}
/* line 31, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-img .field--item2:after {
  content: none !important;
}
/* line 36, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text {
  color: #003352;
}
/* line 39, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text strong {
  color: #ff7900;
}
/* line 42, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text .field--item {
  -moz-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
}
@media screen and (max-width: 992px) {
  /* line 42, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 30px 0;
  }
}
/* line 54, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
  color: #003352;
}
@media screen and (max-width: 1200px) {
  /* line 54, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  /* line 54, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 54, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 54, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .field--item h1 {
    font-size: 3rem;
  }
}
/* line 70, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text .field--item h1:after {
  border-color: #003352;
}
/* line 76, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text .badge-section {
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  /* line 76, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .badge-section {
    padding: 0 10%;
  }
}
@media screen and (max-width: 480px) {
  /* line 76, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .badge-section {
    padding: 0 15%;
  }
}
@media screen and (max-width: 425px) {
  /* line 76, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .badge-section {
    padding: 0 10%;
  }
}
/* line 91, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text .badge-section span {
  padding: 0 15px;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 15px 0;
}
@media screen and (max-width: 635px) {
  /* line 91, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .badge-section span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 91, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-text .badge-section span {
    flex-basis: 33%;
  }
}
/* line 103, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-text .badge-section span img {
  max-width: 100%;
}
/* line 111, ../sass/home.scss */
.banner-section .region #block-applicationsstrategies .header-img img {
  margin: 0 auto 120px;
}
@media screen and (max-width: 992px) {
  /* line 111, ../sass/home.scss */
  .banner-section .region #block-applicationsstrategies .header-img img {
    margin: 0 auto;
  }
}

/*============== services css start ==========*/
/* line 125, ../sass/home.scss */
.block-views-blockservice-block-block-1 {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: url(../images/grey-paper-texture-1.jpg);
}
/* line 132, ../sass/home.scss */
.block-views-blockservice-block-block-1 h2 {
  text-align: center;
  display: inline-block;
  margin: 0 auto 50px;
  position: relative;
  padding: 0 25px;
}
/* line 141, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .view-content {
  margin: 0 -15px;
}
@media screen and (max-width: 992px) {
  /* line 145, ../sass/home.scss */
  .block-views-blockservice-block-block-1 .service-block .service {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 635px) {
  /* line 145, ../sass/home.scss */
  .block-views-blockservice-block-block-1 .service-block .service {
    width: 100%;
  }
}
/* line 154, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper {
  background: #ffffff;
  box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
/* line 161, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper:hover {
  background: #ff7900;
}
/* line 164, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper:hover h3 {
  color: #ffffff;
}
/* line 168, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper:hover p {
  color: #ffffff;
}
/* line 173, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper:hover .read-more a {
  color: #003352;
}
/* line 176, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper:hover .read-more a:before {
  background: #ffffff;
}
/* line 180, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper:hover .read-more a:after {
  background: #ffffff;
}
/* line 187, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper .image {
  border-radius: 100px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
/* line 196, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 203, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper h3 {
  margin: 20px 0;
  min-height: 40px;
  font-family: "ss-bold";
  text-align: center;
  font-size: 1.125rem;
  display: block;
  text-transform: uppercase;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 212, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper h3 a {
  color: inherit;
}
/* line 214, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper h3 a:hover {
  text-decoration: unset;
}
@media screen and (max-width: 992px) {
  /* line 203, ../sass/home.scss */
  .block-views-blockservice-block-block-1 .service-block .service .service-wrapper h3 {
    min-height: auto;
  }
}
/* line 224, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper p {
  text-align: center;
  margin-bottom: 20px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 230, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper .read-more {
  margin-bottom: 0;
  margin-top: 19px;
}
/* line 233, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper .read-more a {
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "ss-semibold";
}
/* line 244, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper .read-more a:hover {
  text-decoration: none;
}
/* line 248, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper .read-more a:after {
  content: "";
  position: absolute;
  width: 48%;
  height: 100%;
  background: #ff7900;
  right: 0;
  top: 0;
  z-index: -1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 260, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service .service-wrapper .read-more a:before {
  content: "";
  position: absolute;
  width: 52%;
  height: 100%;
  background: #003352;
  left: 0;
  top: 0;
  z-index: -1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 278, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service:first-child .service-wrapper .image img {
  left: 0;
  top: 0;
}
/* line 289, ../sass/home.scss */
.block-views-blockservice-block-block-1 .service-block .service:nth-child(2) .service-wrapper .image img {
  left: 2px;
}

/*=============== testimonial block ===============*/
/* line 301, ../sass/home.scss */
.testimonail-block-section {
  position: relative;
}
/* line 303, ../sass/home.scss */
.testimonail-block-section .btn-previous, .testimonail-block-section .btn-next {
  position: absolute;
  left: 60px;
  top: 50%;
  z-index: 100;
  background: none;
  border: 0;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -999em;
  margin-top: -30px;
}
/* line 316, ../sass/home.scss */
.testimonail-block-section .btn-previous:before, .testimonail-block-section .btn-next:before {
  content: '';
  border: 4px solid #000000;
  border-left: 0;
  border-top: 0;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -10px;
  opacity: 0.25;
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  width: 20px;
  height: 20px;
}
/* line 333, ../sass/home.scss */
.testimonail-block-section .btn-previous:hover:before, .testimonail-block-section .btn-next:hover:before {
  opacity: 1;
}
/* line 339, ../sass/home.scss */
.testimonail-block-section .btn-next {
  right: 60px;
  left: auto;
}
/* line 343, ../sass/home.scss */
.testimonail-block-section .btn-next:before {
  right: 50%;
  margin-left: 0;
  left: auto;
  margin-right: -8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1000px) {
  /* line 353, ../sass/home.scss */
  .testimonail-block-section .btn-previous {
    left: 10px;
  }
  /* line 356, ../sass/home.scss */
  .testimonail-block-section .btn-next {
    right: 10px;
  }
}

/* line 362, ../sass/home.scss */
.block-views-blocktestimonials-block-1 {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  background-color: #e6f6ff;
}
/* line 368, ../sass/home.scss */
.block-views-blocktestimonials-block-1 h2 {
  text-align: center;
}
/* line 373, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .slick-list {
  padding-top: 50px !important;
}
/* line 377, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block > .view-content {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
/* line 382, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block > .view-content:before {
  content: "\f10e";
  font-family: 'FontAwesome';
  display: block;
  font-size: 150px;
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 0.1;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  /* line 377, ../sass/home.scss */
  .block-views-blocktestimonials-block-1 .testimonial-block > .view-content {
    width: 100%;
  }
  /* line 397, ../sass/home.scss */
  .block-views-blocktestimonials-block-1 .testimonial-block > .view-content:before {
    font-size: 80px;
    left: 32px;
    top: 32px;
  }
}
/* line 405, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial {
  padding: 0 25px;
  margin: 0 10px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  outline: none !important;
}
@media screen and (max-width: 1200px) {
  /* line 405, ../sass/home.scss */
  .block-views-blocktestimonials-block-1 .testimonial-block .testimonial {
    margin: 0;
  }
}
/* line 417, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial span.more {
  display: block;
  width: 100px;
  margin: 20px auto 0;
}
/* line 424, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial:before {
  content: "";
  display: none;
  background: url(../images/qutation.png) no-repeat 0 0;
  width: 110px;
  height: 110px;
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
/* line 436, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper {
  position: relative;
  padding: 0 15px;
  text-align: center;
}
/* line 441, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper:before {
  display: none;
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background: #ffffff;
}
/* line 454, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper:after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffffff;
  z-index: -1;
}
/* line 465, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper .content {
  margin-bottom: 30px;
  height: auto !important;
}
/* line 468, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper .content p {
  font-family: "ss-bold";
}
/* line 472, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper .company-name {
  font-family: "ss-bold";
  color: #ff7900;
}
/* line 476, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper .image {
  cursor: pointer;
}
/* line 478, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper .image img {
  margin: 0 auto;
  overflow: hidden;
  width: 140px;
  height: auto;
  border: 1px solid #c1c1c1;
  filter: grayscale(1) !important;
  opacity: 0.5;
  -ms-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}
/* line 490, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial .testimonial-wrapper .name {
  font-size: 1.25rem;
  font-family: "ss-bold";
  text-transform: uppercase;
  color: #003352;
}
/* line 499, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial-attachment {
  width: 588px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  /* line 499, ../sass/home.scss */
  .block-views-blocktestimonials-block-1 .testimonial-block .testimonial-attachment {
    width: 100%;
  }
}
/* line 507, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial-attachment .testimonial {
  padding: 0;
}
/* line 512, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial-attachment .testimonial:hover .image img {
  opacity: 1;
  filter: none !important;
}
/* line 521, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial-attachment .testimonial.slick-current .image img {
  opacity: 1;
  filter: none !important;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1200px) {
  /* line 507, ../sass/home.scss */
  .block-views-blocktestimonials-block-1 .testimonial-block .testimonial-attachment .testimonial {
    margin: 0 10px;
  }
}
/* line 535, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .testimonial-attachment .slick-list {
  padding: 30px 0 !important;
}
/* line 541, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .slick-center {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
}
/* line 544, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .testimonial-block .slick-center:before {
  background: url(../images/qutation.png) no-repeat -110px 0;
}
@media screen and (max-width: 992px) {
  /* line 541, ../sass/home.scss */
  .block-views-blocktestimonials-block-1 .testimonial-block .slick-center {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  /* line 551, ../sass/home.scss */
  .block-views-blocktestimonials-block-1 .testimonial-block .slick-center:before {
    background: url(../images/qutation.png) no-repeat 0 0;
  }
}
/* line 558, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .slick-dots {
  bottom: -35px;
}
/* line 562, ../sass/home.scss */
.block-views-blocktestimonials-block-1 .slick-dots li button:before {
  font-size: 16px;
}

/*==================== portfolio css start ================*/
/* line 572, ../sass/home.scss */
.portfolio {
  padding: 50px 0;
  width: 100%;
  height: auto;
  background-image: url(../images/bg-footer-noise-1.jpg);
}
/* line 579, ../sass/home.scss */
.portfolio:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
/* line 590, ../sass/home.scss */
.portfolio h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
}
/* line 596, ../sass/home.scss */
.portfolio .portfolio-block {
  position: relative;
  margin-bottom: 50px;
}
/* line 603, ../sass/home.scss */
.portfolio .portfolio-block:hover .big-img img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -moz-transition: 6s;
  -o-transition: 6s;
  -webkit-transition: 6s;
  transition: 6s;
}
@media screen and (max-width: 1200px) {
  /* line 603, ../sass/home.scss */
  .portfolio .portfolio-block:hover .big-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
/* line 611, ../sass/home.scss */
.portfolio .portfolio-block:hover .big-img .content {
  bottom: 30px;
}
/* line 617, ../sass/home.scss */
.portfolio .portfolio-block .big-img {
  position: relative;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: perspective(0) rotateY(0);
  -ms-transform: perspective(0) rotateY(0);
  -webkit-transform: perspective(0) rotateY(0);
  transform: perspective(0) rotateY(0);
  overflow: hidden;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
/* line 623, ../sass/home.scss */
.portfolio .portfolio-block .big-img .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 1200px) {
  /* line 623, ../sass/home.scss */
  .portfolio .portfolio-block .big-img .overlay {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
/* line 638, ../sass/home.scss */
.portfolio .portfolio-block .big-img img {
  width: 100%;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
/* line 643, ../sass/home.scss */
.portfolio .portfolio-block .big-img .content {
  position: absolute;
  bottom: -112px;
  left: 0;
  width: 70%;
  height: auto;
  z-index: 2;
  color: #ffffff;
  padding: 0 0 0 25px;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-family: "ss-semibold";
}
@media screen and (max-width: 1200px) {
  /* line 643, ../sass/home.scss */
  .portfolio .portfolio-block .big-img .content {
    bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 643, ../sass/home.scss */
  .portfolio .portfolio-block .big-img .content {
    bottom: 10px;
  }
}
/* line 664, ../sass/home.scss */
.portfolio .portfolio-block .big-img .content h3 {
  font-size: 2.375rem;
  margin-bottom: 20px;
}
/* line 668, ../sass/home.scss */
.portfolio .portfolio-block .big-img .content h3 a {
  color: #ffffff;
}
/* line 671, ../sass/home.scss */
.portfolio .portfolio-block .big-img .content h3 a:hover {
  text-decoration: none;
}
/* line 677, ../sass/home.scss */
.portfolio .portfolio-block .big-img .content p {
  font-size: 1.125rem;
}
/* line 682, ../sass/home.scss */
.portfolio .portfolio-block .big-img .content .read-more a {
  background: #ff7900;
  padding: 5px 10px;
  color: #ffffff;
  font-family: "ss-semibold";
  margin-top: 20px;
  display: inline-block;
}
/* line 690, ../sass/home.scss */
.portfolio .portfolio-block .big-img .content .read-more a:hover {
  text-decoration: none;
}
/* line 698, ../sass/home.scss */
.portfolio .portfolio-block .animate2 {
  -moz-transform: perspective(1200px) rotateY(19deg);
  -ms-transform: perspective(1200px) rotateY(19deg);
  -webkit-transform: perspective(1200px) rotateY(19deg);
  transform: perspective(1200px) rotateY(19deg);
}
/* line 700, ../sass/home.scss */
.portfolio .portfolio-block .animate2 .overlay {
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1200px) {
  /* line 698, ../sass/home.scss */
  .portfolio .portfolio-block .animate2 {
    -moz-transform: perspective(1200px) rotateY(0);
    -ms-transform: perspective(1200px) rotateY(0);
    -webkit-transform: perspective(1200px) rotateY(0);
    transform: perspective(1200px) rotateY(0);
  }
}
/* line 709, ../sass/home.scss */
.portfolio .portfolio-block .side-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  /* line 709, ../sass/home.scss */
  .portfolio .portfolio-block .side-img {
    display: none;
  }
}
/* line 720, ../sass/home.scss */
.portfolio .portfolio-block .side-img img {
  opacity: 0;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
/* line 728, ../sass/home.scss */
.portfolio .portfolio-block .animate {
  z-index: 3;
}
/* line 731, ../sass/home.scss */
.portfolio .portfolio-block .animate img {
  opacity: 1;
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

/*=========== portfolio css end ===========*/
/*=================== technology css start =============*/
/* line 742, ../sass/home.scss */
.wow.entrance {
  visibility: hidden;
}

/* line 746, ../sass/home.scss */
.technology {
  height: 100vh;
  position: relative;
  min-height: 640px;
  overflow: hidden;
  padding-top: 50px;
}
@media (max-width: 991px) {
  /* line 746, ../sass/home.scss */
  .technology {
    max-width: 550px;
    padding: 0 15px;
    height: auto;
    margin-top: 50px;
  }
}
/* line 760, ../sass/home.scss */
.technology h2 {
  margin-bottom: 50px;
}
/* line 763, ../sass/home.scss */
.technology .block-title {
  text-align: center;
}
/* line 766, ../sass/home.scss */
.technology .technology-petals {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  width: 170px;
}
/* line 772, ../sass/home.scss */
.technology .technology-petals:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% + 270px);
  left: 50%;
  z-index: 5;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  transition-delay: .8s;
}
@media (max-width: 991px) {
  /* line 766, ../sass/home.scss */
  .technology .technology-petals {
    display: none;
  }
}
/* line 789, ../sass/home.scss */
.technology .technology-petals .petal {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  background-color: #000000;
  background: #000000;
  padding-bottom: 260px;
  transition: all .7s ease-out;
  transform: rotate(0deg);
}
/* line 802, ../sass/home.scss */
.technology .technology-petals .petal span {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 70px;
  transform: translate(-50%, 0);
  left: 50%;
}
/* line 811, ../sass/home.scss */
.technology .technology-petals .petal img {
  width: 150px;
  height: auto;
  transform: translate(-50%, 0%);
  position: relative;
  transition: all .3s ease-out;
  top: 0;
}
/* line 821, ../sass/home.scss */
.technology .technology-petals .petal:hover img {
  filter: grayscale(0);
  top: -10px;
}
/* line 829, ../sass/home.scss */
.technology .technology-petals.bloomed:before {
  transform: translate(-50%, -50%) scale(1);
}
/* line 833, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal1 {
  transform: rotate(30deg);
}
/* line 835, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal1 span {
  transform: translate(-50%, 0) rotate(-30deg);
}
/* line 839, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal2 {
  transform: rotate(90deg);
}
/* line 841, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal2 span {
  transform: translate(-50%, 0) rotate(-90deg);
}
/* line 845, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal3 {
  transform: rotate(150deg);
}
/* line 847, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal3 span {
  transform: translate(-50%, 0) rotate(-150deg);
}
/* line 851, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal4 {
  transform: rotate(210deg);
}
/* line 853, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal4 span {
  transform: translate(-50%, 0) rotate(-210deg);
}
/* line 857, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal5 {
  transform: rotate(270deg);
}
/* line 859, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal5 span {
  transform: translate(-50%, 0) rotate(-270deg);
}
/* line 863, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal6 {
  transform: rotate(330deg);
}
/* line 865, ../sass/home.scss */
.technology .technology-petals.bloomed .petal.petal6 span {
  transform: translate(-50%, 0) rotate(-330deg);
}

/* line 876, ../sass/home.scss */
.technologies {
  margin: 1.5vh 0;
  min-height: 135px;
}
@media (max-width: 991px) {
  /* line 876, ../sass/home.scss */
  .technologies {
    margin: 30px 0 !important;
    text-align: center;
  }
}
/* line 883, ../sass/home.scss */
.technologies:after {
  content: "";
  clear: both;
  display: table;
}
/* line 888, ../sass/home.scss */
.technologies .technology-icon {
  width: 35%;
  float: left;
  padding-right: 15px;
}
@media (max-width: 991px) {
  /* line 888, ../sass/home.scss */
  .technologies .technology-icon {
    float: none !important;
    display: inline-block;
    width: 120px;
    padding: 0 !important;
    margin-bottom: 15px;
  }
}
/* line 899, ../sass/home.scss */
.technologies .technology-icon img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* line 905, ../sass/home.scss */
.technologies .technology-desc {
  width: 65%;
  float: left !important;
}
@media (max-width: 991px) {
  /* line 905, ../sass/home.scss */
  .technologies .technology-desc {
    float: none;
    width: auto;
    margin-bottom: 15px;
    text-align: center !important;
    width: 100%;
  }
}
/* line 915, ../sass/home.scss */
.technologies .technology-desc h4 {
  margin-top: 0;
  font-weight: bold;
}
/* line 919, ../sass/home.scss */
.technologies .technology-desc p {
  font-size: 13px;
}

/* line 925, ../sass/home.scss */
.left-side .technologies .technology-icon {
  float: right;
  padding-right: 0;
  padding-left: 15px;
  transition: all .3s ease-out;
}
/* line 932, ../sass/home.scss */
.left-side .technologies.active .technology-icon {
  transform: translate(15px, 0);
}
/* line 936, ../sass/home.scss */
.left-side .technologies .technology-desc {
  text-align: right;
}

/* line 941, ../sass/home.scss */
.right-side .technologies .technology-icon {
  transform: translate(0px, 0);
  transition: all .3s ease-out;
}
/* line 946, ../sass/home.scss */
.right-side .technologies.active .technology-icon {
  transform: translate(-15px, 0);
}

@media screen and (max-width: 992px) {
  /* line 952, ../sass/home.scss */
  .flower {
    display: none;
  }
}

/*=================== technology css end =============*/
/*======= blog css start ============= */
/* line 962, ../sass/home.scss */
.block-views-blockblog-block-1 {
  background-color: #e5e5e5;
}
/* line 964, ../sass/home.scss */
.block-views-blockblog-block-1 h2 {
  text-align: center;
  color: #111;
  margin: 50px 0;
}
/* line 969, ../sass/home.scss */
.block-views-blockblog-block-1 a {
  text-decoration: none !important;
}
/* line 972, ../sass/home.scss */
.block-views-blockblog-block-1 img {
  max-width: 100%;
  height: auto;
}
/* line 977, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 977, ../sass/home.scss */
  .block-views-blockblog-block-1 .blog-section .slider-container {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  /* line 977, ../sass/home.scss */
  .block-views-blockblog-block-1 .blog-section .slider-container {
    max-width: 450px;
  }
}
/* line 987, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/* line 994, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row {
  padding: 0 15px;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1280px) {
  /* line 994, ../sass/home.scss */
  .block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 994, ../sass/home.scss */
  .block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
/* line 1017, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item {
  background: #e6f6ff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding-bottom: 51px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1017, ../sass/home.scss */
  .block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item {
    height: auto !important;
  }
}
/* line 1026, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item figure {
  background: #ffffff;
}
/* line 1028, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item figure img {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0 0;
}
/* line 1034, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container {
  padding: 20px 22px 25px;
}
/* line 1036, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container .date {
  color: #ff7900;
  font-size: 0.875rem;
  font-family: 'ss-semibold';
  margin-bottom: 10px;
}
/* line 1043, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container h4 {
  font-size: 1.125rem;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 15px;
  font-family: 'ss-bold';
}
/* line 1050, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container h4:after {
  content: '';
  display: block;
  background: #ff7900;
  width: 50px;
  height: 2px;
  margin-top: 10px;
}
/* line 1058, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container h4 a {
  color: #4b5561;
  text-transform: uppercase;
  display: inline-block;
}
/* line 1062, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container h4 a:hover {
  text-decoration: none;
}
/* line 1067, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container .read-more {
  margin-top: 15px;
  position: absolute;
  bottom: 25px;
  left: 22px;
}
/* line 1072, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container .read-more a {
  background-color: #1271cd;
  color: #ffffff;
  font-family: "ss-semibold";
  display: inline-block;
  padding: 8px 15px;
  font-size: 13px;
  opacity: .8;
  text-decoration: none !important;
  border-radius: 25px;
}
/* line 1082, ../sass/home.scss */
.block-views-blockblog-block-1 .blog-section .slider-container .blog-block .views-row .item .info-container .read-more a:hover {
  opacity: 1;
}
/* line 1093, ../sass/home.scss */
.block-views-blockblog-block-1 .view-footer {
  padding-bottom: 45px;
}
@media (max-width: 1280px) {
  /* line 1093, ../sass/home.scss */
  .block-views-blockblog-block-1 .view-footer {
    padding-top: 20px;
  }
}

/* ======= blog css end ============= */
/*============ client css start =============*/
/* line 1105, ../sass/home.scss */
.block-views-blockclients-block-1 {
  padding: 50px 0;
}
/* line 1107, ../sass/home.scss */
.block-views-blockclients-block-1 h2 {
  text-align: center;
  margin: 0 0 20px;
}
/* line 1112, ../sass/home.scss */
.block-views-blockclients-block-1 .client {
  text-align: center;
}
/* line 1114, ../sass/home.scss */
.block-views-blockclients-block-1 .client .client-img {
  display: inline-block;
  width: 16%;
  padding: 0 15px;
  cursor: pointer;
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
/* line 1125, ../sass/home.scss */
.block-views-blockclients-block-1 .client .client-img:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 90%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
@media only screen and (max-width: 992px) {
  /* line 1114, ../sass/home.scss */
  .block-views-blockclients-block-1 .client .client-img {
    width: 32%;
  }
}
@media only screen and (max-width: 635px) {
  /* line 1114, ../sass/home.scss */
  .block-views-blockclients-block-1 .client .client-img {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1114, ../sass/home.scss */
  .block-views-blockclients-block-1 .client .client-img {
    width: 100%;
  }
}
/* line 1157, ../sass/home.scss */
.block-views-blockclients-block-1 .client .client-img:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}
/* line 1160, ../sass/home.scss */
.block-views-blockclients-block-1 .client .client-img:hover:before {
  opacity: 1;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 1166, ../sass/home.scss */
.block-views-blockclients-block-1 .client .client-img .field-content {
  height: 100px;
  position: relative;
}
/* line 1170, ../sass/home.scss */
.block-views-blockclients-block-1 .client .client-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

/*============ client css end =============*/
/*DIV SHOW HIDE*/
/* line 1185, ../sass/home.scss */
.modal {
  z-index: 444444;
}

/* line 1189, ../sass/home.scss */
span.more, span.readmore {
  cursor: pointer;
  color: #ff7900;
  font-weight: bold;
}

/* line 1195, ../sass/home.scss */
.close {
  font-size: 1.875rem;
  opacity: 1;
}

/* line 1199, ../sass/home.scss */
.modal-title {
  color: #ff7900;
}
