.textforAWD {
  font-size: 10px;
}
#hero-sliders {
  margin-bottom: 0;
}
#hero-sliders .hero-slider-item {
  height: calc(100vh - 112px);
  background-size: cover;
  background-position: center;
}
#hero-sliders .slick-dots {
  bottom: 50px;
}
#hero-sliders .slick-dots li button {
  background-color: #22448e;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
#hero-sliders .slick-dots li button:before {
  content: none;
}
#hero-sliders .slick-dots li.slick-active button {
  background-color: #3fa9f5;
}
#hero-sliders .slide-content h2,
#hero-sliders .slide-content h3 {
  background-color: #222970;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 40px 10px 40px;
  font-weight: 500;
  font-size: 40px;
  font-weight: 700;
}
#hero-sliders .slide-content a {
  background: #ffffff;
  padding: 10px 45px;
  border-radius: 0 30px 0 30px;
  display: inline-block;
  color: #222970;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 30px 0;
}
#hero-sliders .slide-content a:hover {
  border-radius: 0px 0 0px 0;
  transition: all 0.4s ease-in;
  background-color: #2c96d0;
  color: white;
}
@media screen and (max-width: 768px) {
  #hero .overlaylogo {
    display: none;
  }
}
.cms-home .breadcrumbs,
.cms-home-new .breadcrumbs {
  display: none;
}
.hero-slide-item {
  background-size: cover;
  background-position: center;
  height: calc(100vh - 150px);
  transition: all 0.5s ease;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hero-slide-item .underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.5s ease;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.hero-slide-item .overlay:hover {
  /* background-color: rgba(44,150,208,0.5); secondary */
  background-color: rgba(34, 41, 112, 0.4);
}
.hero-slide-item .overlay:hover .banner-chevron {
  margin-left: -100px;
  opacity: 0.3;
  transition: all ease 0.3s;
}
.hero-slide-item .overlay:hover div.banner-cta {
  height: 45px;
  transition: all ease 0.3s;
}
@media (max-width: 768px) {
  .hero-slide-item .overlay {
    background-color: rgba(34, 41, 112, 0.2);
  }
  .hero-slide-item .overlay div.banner-cta {
    height: 45px;
    transition: all ease 0.3s;
  }
}
.hero-slide-item .overlay .slide-content {
  z-index: 2;
}
.hero-slide-item .overlay .banner-chevron {
  background-image: url(../../images/single-chevron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  left: 50%;
  margin-left: -200px;
  margin-top: -255px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all ease 0.3s;
  width: 220px;
}
@media (max-width: 768px) {
  .hero-slide-item .overlay .banner-chevron {
    display: none;
  }
}
.hero-slide-item div.banner-cta {
  height: 0;
  margin: 20px 0;
  overflow: hidden;
  transition: all ease 0.3s;
}
.hero-slide-item div.banner-cta a,
.hero-slide-item div.banner-cta span {
  background-color: #2c96d0;
  box-shadow: 0px 0px 4px #4d549e;
  color: #ffffff;
  display: inline-block;
  font-family: 'Eurostile-Regular', sans-serif;
  letter-spacing: 1.2px;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
}
.hero-slide-item div.banner-cta a:hover,
.hero-slide-item div.banner-cta span:hover {
  background-color: #222970;
  text-decoration: none;
}
.hero-slide-item * {
  transition: all ease-in 0.5s;
}
.hero-slide-item.banner-hover .underlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(71, 71, 71, 0.40660014) 100%);
  transition: all 0.5s ease;
}
.hero-slide-item.banner-selected .underlay {
  background: rgba(0, 0, 0, 0) !important;
  transition: all 0.5s ease;
}
.hero-slide-item h2 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0px 4px #000;
}
@media (max-width: 768px) {
  .hero-slide-item {
    background-position: bottom;
    height: 40vh;
    width: 100% !important;
  }
}
#serviceslist .item-service {
  min-height: 230px;
  position: relative;
  margin: 10px;
  background-size: 110%;
  transition: all cubic-bezier(0.18, 0.97, 0.71, 1) 0.3s;
  background-position: center top;
}
@media (max-width: 768px) {
  #serviceslist .item-service {
    min-height: 150px;
  }
}
@media (min-width: 1440px) {
  min-height: 300px;
}
.item-service-holder {
  padding: 10px;
}
#serviceslist .item-service:hover {
  background-size: 100%;
  background-position: center bottom;
  transition: all cubic-bezier(0.18, 0.97, 0.71, 1) 0.3s;
}
#serviceslist .item-service:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eeeeee;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(128, 132, 170, 0) 31%, #222970 100%);
}
#serviceslist .item-service:hover:before {
  background: #eeeeee;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(128, 132, 170, 0) 31%, #222970 95%, #222970 100%);
}
#serviceslist .item-service h4 {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 9;
  color: white;
  font-size: 24px;
}
a.category-item {
  background-color: #ffffff;
  border: 1px solid #222970;
  padding: 30px;
  text-decoration: none;
  min-height: 160px;
  position: relative;
  transition: ease-in 0.3s all;
}
@media (max-width: 768px) {
  a.category-item {
    padding: 15px;
  }
}
a.category-item svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 60px;
}
@media (max-width: 768px) {
  a.category-item svg {
    bottom: 10px;
    max-width: 50px;
    right: 10px;
  }
}
a.category-item svg path,
a.category-item svg polygon,
a.category-item svg rect {
  fill: #222970;
  stroke: #222970;
}
a.category-item svg path.rectst1,
a.category-item svg polygon.rectst1,
a.category-item svg rect.rectst1,
a.category-item svg path.miningst0,
a.category-item svg polygon.miningst0,
a.category-item svg rect.miningst0 {
  fill: none;
}
a.category-item:hover {
  background-color: #2c96d0;
  border: 1px solid #2c96d0;
  transition: ease-in 0.3s all;
}
a.category-item:hover h4 {
  color: white;
  transition: ease-in 0.3s all;
}
a.category-item:hover svg {
  filter: brightness(0) invert(1);
  transition: all cubic-bezier(0.18, 0.97, 0.71, 1) 0.2s;
}
a.category-item h4 {
  font-weight: 500;
  color: #222970;
}
.block-home-projects h3.mp-post-title {
  color: #222970;
  position: relative;
}
.block-home-projects h2.mp-post-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #2c96d0;
  width: 75px;
  height: 1;
}
.block-home-projects .post-date {
  padding: 10px 0;
}
.block-home-projects .post-date p {
  margin-bottom: 0;
}
.block-home-projects a.post-link-title {
  overflow: hidden;
  display: flex;
  height: 100%;
  position: relative;
}
.block-home-projects a.post-link-title:before {
  bottom: 20px;
  color: #222970;
  content: "Read More";
  position: absolute;
  right: 30px;
  z-index: 2;
}
.block-home-projects a.post-link-title:after {
  background-color: #2c96d0;
  bottom: -80px;
  content: "";
  height: 100px;
  left: -5%;
  position: absolute;
  transform: rotate(-10deg);
  transition: ease 0.3s all;
  width: 300%;
  z-index: 1;
}
.block-home-projects a.post-link-title:hover {
  text-decoration: none !important;
}
.block-home-projects a.post-link-title:hover:before {
  color: #ffffff;
  transition: ease 0.3s all;
}
.block-home-projects a.post-link-title:hover:after {
  bottom: 7px;
  transition: ease 0.3s all;
}
.block-home-projects a.post-link-title .post-item-wraper {
  position: relative;
  z-index: 2;
}
.block-home-projects .post-short-description {
  margin-bottom: 50px;
}
.block-home-projects .mp-post-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.block-home-projects a.post-link-title:hover .mp-post-info {
  background-color: #2c96d0;
  transition: all 0.3s ease-in;
  color: white;
}
.block-home-projects .post-list-container .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.block-home-projects .post-list-container .row .border {
  height: 100%;
  border: none;
  background: #ffffff;
}
.block-home-projects .post-list-item {
  max-width: 440px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .block-home-projects .post-list-item {
    max-width: none;
  }
}
.block-home-projects .post-list-item .post-item-wraper h2 {
  margin: 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #222970;
}
.block-home-projects .post-link-title:hover .post-item-wraper h2 {
  color: #222970;
}
.block-home-projects .post-list-item .post-item-wraper p {
  color: #222970;
}
.block-home-projects .post-list-item .post-item-wraper span {
  font-weight: 300;
}
.block-home-projects .post-list-item img {
  height: 190px !important;
  width: 410px;
  object-fit: cover;
}
.block-home-projects .post-link-title:hover .post-item-wraper p {
  color: #222970;
}
.block-home-projects {
  background: #222970;
  padding: 80px 0;
}
.block-home-projects .blog-widget-title {
  text-align: center;
  color: #2c96d0;
  text-transform: uppercase;
  padding-bottom: 80px;
}
.block-home-projects div#mpblog-list-container {
  max-width: 1300px;
  margin: auto;
}
.block-home-projects .mp-post-info .fas {
  position: absolute;
  left: 5px;
  top: 22px;
}
.yeartag {
  color: rgba(146, 146, 146, 0.1);
  font-family: 'Eurostile-Regular', sans-serif;
  font-size: 160px;
  font-weight: 700;
  position: absolute;
  right: -155px;
  text-align: right;
  top: -25px;
  z-index: -1;
}
.testimonial-wrapper {
  background-color: #f0f0f0;
}
.testimonial-wrapper .quote {
  padding: 40px 20px 0;
  background-color: #2c96d0;
  font-size: 60px;
  color: white;
  top: 50px;
  left: 10px;
  position: absolute;
  line-height: 30px;
}
.testimonial-wrapper .rating-box {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  background-image: url(/pub/media/wysiwyg/theme/icon-ratings.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 18px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  width: 114px;
}
.testimonial-wrapper .rating-box .rating {
  background: rgba(0, 0, 0, 0) url(/pub/media/wysiwyg/theme/icon-ratings-red.png) repeat scroll 0 0;
  float: left;
  height: 18px;
}
.testimonial-wrapper .comment-wrapper {
  background-color: white;
  text-align: left;
  border: 1px solid #e0e0e0;
  min-height: 220px;
}
.testimonial-wrapper .testimonial-user {
  text-align: left;
  font-size: 20px;
  padding: 20px 0 20px 100px;
  text-transform: uppercase;
  font-weight: 300;
}
.testimonial-wrapper .slick-dots li button {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.testimonial-wrapper .slick-dots li.slick-active button {
  background-color: #2c96d0;
}
