@import url("https://fonts.googleapis.com/css?family=Poppins:400,500|Raleway:300,400,400i,500,600");
body {
  background-color: #e6e6e6;
  font-family: "Raleway", sans-serif;
  margin: 0px;
  padding: 0px; }

h2 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase; }

header {
  color: #ffffff;
  padding-top: 0px !important;
  border-bottom: 3px solid #ea252b; }
  header .top-header {
    background-color: #176c91;
    min-height: 50px;
    padding-top: 10px; }
    header .top-header .top-contact i {
      margin-right: 8px; }
    header .top-header .top-contact .top-phone {
      margin-right: 10px; }
    header .top-header .top-socialmedia .media-icons {
      float: right; }
      header .top-header .top-socialmedia .media-icons a {
        margin-left: 10px;
        color: #ffffff;
        text-decoration: none; }
        header .top-header .top-socialmedia .media-icons a:hover {
          color: #ea252b; }
  header .main-head {
    background-color: #fafafa;
    padding-top: 10px; }
    header .main-head .main-logo {
      margin-top: 25px; }
    header .main-head .certifications {
      width: 100%; }
      header .main-head .certifications img {
        float: right; }
    header .main-head .certifications {
      width: 100%; }
      header .main-head .certifications img {
        float: right; }
        @media screen and (max-width: 767px) {
          header .main-head .certifications img {
            bottom: 85px;
            position: relative; } }
    header .main-head .navik-header {
      background-color: transparent; }
      header .main-head .navik-header .navik-menu ul li > a {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 400; }
      header .main-head .navik-header .navik-menu ul li.current-menu > a {
        color: #176c91;
        font-weight: 600; }

.main-slider {
  padding: 0px; }
  .main-slider .carousel-indicators li {
    background-color: #176c91; }
    .main-slider .carousel-indicators li.active {
      background-color: #ea252b; }
  .main-slider .carousel-control-next, .main-slider .carousel-control-prev {
    color: #ea252b;
    opacity: 1;
    font-size: 30px; }

.about-section {
  background-image: url("../img/bg-pattern.jpg");
  margin-top: 20px;
  padding: 30px 15px; }
  .about-section img {
    margin: 10px; }

.shape-center .border-shape {
  margin: 15px auto; }

.border-shape {
  width: 120px;
  height: 3px;
  border-top: 1px solid #176c91;
  border-bottom: 1px solid #176c91;
  position: relative; }

.border-shape.border-shape-center {
  margin: 0px auto; }

.shape-circle {
  width: 26px;
  height: 26px;
  background: #ea252b;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: -12px;
  left: 50px;
  border: 3px solid #fff; }

.text-left .shape-circle {
  left: 0; }

.shape-circle.shape-circle-center {
  margin: 0px auto;
  left: 0;
  right: 0; }

.shape-circle::after {
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  content: "";
  border-radius: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0px auto;
  top: 50%;
  transform: translateY(-50%); }

.call-to-action-button .btn {
  background: #ea252b none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  padding: 14px 20px;
  text-transform: uppercase;
  font-size: 14px; }
  .call-to-action-button .btn:hover {
    background: #176c91;
    transition: all 0.4s ease-in-out 0s; }

.our-business {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 20px; }
  .our-business .our-business-group {
    padding-top: 20px; }
    .our-business .our-business-group .colblock a {
      text-decoration: none; }
      .our-business .our-business-group .colblock a .biz-block {
        background: #e6e6e6;
        padding: 20px 15px;
        border-radius: 5px; }
        .our-business .our-business-group .colblock a .biz-block h5 {
          margin-top: 10px;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: 500;
          color: #111111; }
      .our-business .our-business-group .colblock a:hover .biz-block {
        background: rgba(234, 37, 43, 0.3); }

.directors-statement {
  background-image: url("../img/bg-pattern.jpg");
  margin-top: 20px;
  padding: 30px 15px; }
  .directors-statement .statement {
    padding-top: 20px; }
    .directors-statement .statement .dir-message {
      font-size: 16px;
      font-weight: 400;
      font-style: italic; }
    .directors-statement .statement .dir-name {
      font-size: 18px;
      font-weight: 500;
      color: #111111; }
    .directors-statement .statement .dir-photo {
      margin-bottom: 10px; }
  .directors-statement .core-values {
    padding-top: 20px; }
    .directors-statement .core-values .card-header .btn-link {
      text-decoration: none;
      color: #ea252b;
      font-weight: 500;
      font-size: 16px;
      font-family: "Poppins", sans-serif; }
      .directors-statement .core-values .card-header .btn-link:before {
        content: "\f068";
        padding-right: 10px;
        font-family: "FontAwesome";
        font-weight: 400; }
    .directors-statement .core-values i.fa {
      right: 10px;
      position: absolute;
      color: #ea252b; }
    .directors-statement .core-values [data-toggle="collapse"] .fa:before {
      content: "\f068";
      right: 0; }
    .directors-statement .core-values [data-toggle="collapse"].collapsed .fa:before {
      content: "\f067"; }

.section-timeline {
  background-image: url("../img/bg-pattern.jpg");
  margin-top: 20px;
  padding: 30px 15px; }
  .section-timeline li {
    list-style: none; }
  .section-timeline .cd-horizontal-timeline {
    opacity: 0;
    padding-top: 25px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .section-timeline .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .section-timeline .cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1; }
  .section-timeline .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 97%;
    margin: 0 auto; }
  .section-timeline .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 33px;
    overflow: hidden; }
  .section-timeline .cd-horizontal-timeline .events-wrapper::after, .section-timeline .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px; }
  .section-timeline .cd-horizontal-timeline .events-wrapper::before {
    left: 0; }
  .section-timeline .cd-horizontal-timeline .events-wrapper::after {
    right: 0; }
  .section-timeline .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: -100px;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s; }
  .section-timeline .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #176c91;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  .section-timeline .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  .section-timeline .cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s; }
  .section-timeline .no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #176c91;
    border-color: #176c91; }
  .section-timeline .cd-horizontal-timeline .events a.selected {
    pointer-events: none; }
  .section-timeline .cd-horizontal-timeline .events a.selected::after {
    background-color: #176c91;
    border-color: #176c91; }
  .section-timeline .cd-horizontal-timeline .events a.older-event::after {
    border-color: #176c91; }
  @media only screen and (min-width: 1100px) {
    .section-timeline .cd-horizontal-timeline::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop'; } }
  .section-timeline .cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s; }
  .section-timeline .cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -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: url(../images/cd-arrow.svg) no-repeat 0 0; }
  .section-timeline .cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .section-timeline .cd-timeline-navigation a.next {
    right: 0; }
  .section-timeline .no-touch .cd-timeline-navigation a:hover {
    border-color: #176c91; }
  .section-timeline .cd-timeline-navigation a.inactive {
    cursor: not-allowed; }
  .section-timeline .cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px; }
  .section-timeline .no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf; }
  .section-timeline .cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s; }
  .section-timeline .cd-horizontal-timeline .events-content ol {
    margin-left: 0px;
    padding-left: 0px; }
  .section-timeline .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 0;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  .section-timeline .cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .section-timeline .cd-horizontal-timeline .events-content li.enter-right, .section-timeline .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right; }
  .section-timeline .cd-horizontal-timeline .events-content li.enter-left, .section-timeline .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left; }
  .section-timeline .cd-horizontal-timeline .events-content li.leave-right, .section-timeline .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse; }
  .section-timeline .cd-horizontal-timeline .events-content li > * {
    margin: 0 auto; }
  .section-timeline .cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 35px;
    font-weight: 900;
    color: #176c91;
    line-height: 1.2; }
  .section-timeline .cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto; }
  .section-timeline .cd-horizontal-timeline .events-content em::before {
    content: '- '; }
  .section-timeline .cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595; }
  .section-timeline .cd-horizontal-timeline .events-content em, .section-timeline .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
    font-size: 20px !important;
    font-weight: 400;
    color: #111111; }
  @media only screen and (min-width: 768px) {
    .section-timeline .cd-horizontal-timeline .events-content h2 {
      font-size: 48px;
      font-weight: 600;
      color: #ea252b; }
    .section-timeline .cd-horizontal-timeline .events-content em {
      font-size: 2rem; }
    .section-timeline .cd-horizontal-timeline .events-content p {
      font-size: 1.8rem; } }
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%); } }
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
.latest-news {
  margin-top: 20px;
  padding: 30px 15px; }
  .latest-news .news-block .news-image {
    width: 100%;
    margin-bottom: 10px; }
  .latest-news .news-block .news-head {
    color: #176c91;
    font-weight: 500;
    font-size: 24px; }
  .latest-news .news-block p {
    color: #7a7a7a;
    font-size: 14px; }
  .latest-news .news-block .news-date {
    font-weight: 500; }
    .latest-news .news-block .news-date span {
      color: #ea252b; }
  .latest-news .news-block .call-to-action-button {
    margin-top: 30px; }
  .latest-news .faq-quote-form {
    background: #fafafa;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    border: 2px solid #c6ccd3; }
  .latest-news .faq-quote-form-title {
    margin-bottom: 40px; }
  .latest-news .quote-subtitle {
    color: #176c91;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; }
  .latest-news .faq-quote-form-title h1 {
    font-weight: 800;
    text-transform: uppercase;
    color: #176c91;
    font-size: 36px; }
  .latest-news .quote-form-field input[type="text"],
  .latest-news .quote-form-field input[type="email"],
  .latest-news .quote-form-field textarea {
    width: 100%;
    padding: 14px 30px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    font-size: 14px; }

.latest-news {
  margin-top: 20px;
  padding: 30px 15px;
  background-image: url(../img/bg-pattern.jpg); }

.navik-menu > ul {
  width: 100%; }

.logo-slide {
  background-image: url("../img/bg-pattern.jpg");
  margin-top: 20px;
  padding: 30px 15px; }
  .logo-slide .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    color: #ea252b; }
    .logo-slide .owl-nav button {
      margin-left: 10px; }
  .logo-slide .owl-stage {
    margin-top: 25px; }

footer {
  background: url("../img/footer-bg.jpg");
  margin-top: 20px;
  padding: 30px 15px 0;
  color: #ffffff; }
  footer h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px; }
  footer p {
    font-size: 14px;
    font-weight: 400; }
  footer .footer-social-media-area nav {
    display: block; }
    footer .footer-social-media-area nav ul {
      text-align: left;
      padding-left: 0px; }
      footer .footer-social-media-area nav ul li {
        display: inline-block;
        margin: 2px; }
        footer .footer-social-media-area nav ul li a {
          display: block;
          width: 30px;
          height: 30px;
          background: #ea252b;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 1px solid #ea252b;
          color: #ffffff;
          transition: all 0.5s ease 0s;
          text-decoration: none;
          text-align: center; }
          footer .footer-social-media-area nav ul li a:hover {
            line-height: 28px;
            color: #ea252b;
            border: 1px solid #c3c3c3;
            border-radius: unset;
            background-color: transparent; }
          footer .footer-social-media-area nav ul li a i {
            margin-top: 5px; }
  footer .footer-links ul {
    list-style: none;
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px; }
    footer .footer-links ul li a {
      text-decoration: none;
      color: #FFFFFF; }
      footer .footer-links ul li a i {
        color: #ea252b;
        margin-right: 10px; }
  footer .footer-address ul {
    list-style: none;
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px; }
    footer .footer-address ul li {
      text-decoration: none; }
      footer .footer-address ul li i {
        color: #ea252b;
        margin-right: 10px; }
  footer .bottom-footer {
    background: #000000;
    padding: 20px; }
    footer .bottom-footer .gototop {
      color: #ea252b;
      font-size: 30px;
      cursor: pointer; }

.mfp-hide {
  display: none !important; }

.project-inner-block {
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden; }

.project-inner-block:hover .project-block-overlay {
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease 0s; }

.project-block-img {
  overflow: hidden; }

.project-block-img img {
  width: 100%; }

.project-block-img img {
  transform: scale(1);
  transition: all 0.4s ease 0s; }

.project-inner-block:hover .project-block-img img {
  transform: scale(1.3);
  transition: all 0.4s ease 0s; }

.project-block-overlay {
  position: absolute;
  bottom: 0;
  right: -100%;
  background-color: rgba(23, 108, 145, 0.9);
  width: 90%;
  padding: 50px 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s; }

.project-block-overlay h2 {
  position: relative;
  color: #ffffff;
  font-size: 17px; }

.project-block-overlay h2::before {
  position: absolute;
  bottom: -3px;
  content: "";
  left: 0;
  background: #ea252b;
  width: 60px;
  height: 1px; }

.project-readmore {
  color: #ffffff;
  text-transform: capitalize; }

.project-readmore:hover {
  color: #ea252b; }

.project-readmore i {
  padding-left: 10px; }

.latest-project-grid {
  overflow-x: auto;
  white-space: nowrap; }

.latest-project-grid .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  max-width: 850px;
  margin: 0 auto; }

.latest-project-grid .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: #eeeeee; }

.latest-project-grid .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ea252b; }

.latest-project-grid .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #ea252b; }

.latest-project-grid .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.latest-project-grid .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px; }

.latest-project-grid .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 200px; }

.latest-project-grid {
  width: 100%;
  overflow-x: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }

.latest-project-grid .mCSB_container {
  display: -webkit-flex;
  display: flex; }

.latest-project-grid .project-inner-block {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 280px; }

.latest-work {
  background-image: url("../img/bg-pattern.jpg");
  margin-top: 20px;
  padding: 30px 15px; }

.our-services {
  background-image: url("../img/bg-pattern.jpg");
  margin-top: 20px;
  padding: 30px 15px; }
  .our-services ul {
    list-style: none;
    padding-left: 20px;
    line-height: 60px;
    font-size: 20px;
    padding-top: 50px; }
    .our-services ul li {
      font-weight: 600;
      color: #176c91; }
      .our-services ul li a {
        text-decoration: none; }
        .our-services ul li a i {
          color: #ea252b;
          margin-right: 10px; }
      .our-services ul li:before {
        content: "\f0a4";
        padding-right: 10px;
        font-family: "FontAwesome";
        font-weight: 400;
        color: #ea252b; }

@media screen and (max-width: 797px) {
  .burger-menu {
    top: 22px !important; } }

.featured-image {
  padding: 20px 0 0; }

.content-section {
  background-image: url("../img/bg-pattern.jpg");
  margin-top: 20px;
  padding: 30px 15px; }

.product-block {
  background-color: #d4d4d4;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center; }
  .product-block img {
    margin-bottom: 10px;
    height: 150px; }
  .product-block h3 {
    font-size: 18px;
    color: #176c91;
    font-weight: 500;
    min-height: 42px; }
  .product-block .call-to-action-button {
    text-align: center; }
    .product-block .call-to-action-button a {
      font-size: 14px;
      padding: 6px 14px; }

.product-details .prod-single-image {
  margin-bottom: 20px; }
.product-details .prod-links {
  color: #176c91;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px; }
  .product-details .prod-links a {
    text-decoration: none;
    color: #176c91; }
    .product-details .prod-links a i {
      padding-right: 10px; }

.portfolio-block {
  background-color: #d4d4d4;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  padding-bottom: 10px; }
  .portfolio-block img {
    margin-bottom: 15px; }
  .portfolio-block h4 {
    font-size: 18px;
    font-weight: 500;
    min-height: 42px; }
    .portfolio-block h4 a {
      color: #176c91;
      text-decoration: none; }

.news-row {
  padding-top: 50px; }
  .news-row h3 {
    font-size: 22px;
    color: #176c91;
    margin-bottom: 5px; }
  .news-row .news-meta {
    font-size: 17px;
    font-style: italic;
    color: #ea252b; }
  .news-row .news-readmore {
    text-decoration: none;
    color: #ea252b;
    font-weight: 500; }
    .news-row .news-readmore i {
      padding-left: 5px; }

.featured-map {
  border-bottom: 3px solid #176c91; }

.contact-widget h5.contact-widget-title.no-margin {
  margin-bottom: 22px; }
.contact-widget .textwidget > p {
  margin-bottom: 14px; }
.contact-widget .textwidget ul li label {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #ea252b;
  text-align: center;
  padding: 6px;
  margin-right: 10px; }
  .contact-widget .textwidget ul li label i {
    color: #ea252b; }
.contact-widget .textwidget ul {
  list-style: none;
  padding-left: 0px; }
  .contact-widget .textwidget ul li {
    margin-bottom: 7px;
    color: #176c91; }
    .contact-widget .textwidget ul li a {
      text-decoration: none;
      color: #176c91; }

.footer_map_link ul {
  list-style: none;
  padding-left: 10px;
  line-height: 30px;
  font-size: 14px; }
  .footer_map_link ul li a {
    text-decoration: none;
    color: #FFFFFF; }
    .footer_map_link ul li a:before {
      font-family: "Font Awesome 5 Free";
      content: "\f279";
      color: #ea252b;
      margin-right: 10px; }

.anim0 {
  /* animation-delay: .1s; */
  animation-duration: 1.2s; }

.anim05 {
  animation-duration: 1.2s;
  animation-delay: .1s; }

.anim1 {
  animation-duration: 1.2s;
  animation-delay: .2s; }

.anim2 {
  animation-duration: 1.2s;
  animation-delay: .4s; }

.anim3 {
  animation-duration: 1.2s;
  animation-delay: .6s; }

.anim4 {
  animation-duration: 1.2s;
  animation-delay: .7s; }

.anim5 {
  animation-duration: 1.2s;
  animation-delay: .8s; }

#lightgallery li a {
  border: 3px solid #ea252b !important; }
  #lightgallery li a img {
    margin: 0px !important; }

.about-section .pagination {
  float: right !important; }
  .about-section .pagination .page-link {
    color: #176c91 !important; }
  .about-section .pagination .page-item.active .page-link {
    color: #FFFFFF !important;
    background-color: #176c91 !important;
    border-color: #176c91 !important; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  transition: 1s; }
  .preloader:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 1s; }
  .preloader:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 1s; }

.preloader.completed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .preloader.completed:before {
    left: -50%; }
  .preloader.completed:after {
    right: -50%; }

.loaderimage {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 135px;
  height: 110px;
  margin-left: -68px;
  /* Half the width */
  z-index: 1000000; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 3px solid #176c91;
  animation: animate 2s linear infinite;
  z-index: 1000000; }

.loader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ea252b;
  animation: animateBg 2s linear infinite; }

@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    transform: translate(-50%, -50%) rotate(180deg); }
  50% {
    transform: translate(-50%, -50%) rotate(180deg); }
  75% {
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes animateBg {
  0% {
    height: 0; }
  25% {
    height: 0; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0; } }

/*# sourceMappingURL=style.css.map */
