body, html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

a {  
  transition: all ease 0.3s;
  text-decoration: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/*BASE*/

.section-container {
  padding: 60px 0;
}

  .section-container a {
    text-decoration: none;
    color: #3ca939;
  }

  .section-container a:hover {
    text-decoration: none;
  }



h1 {
  font-family: 'Maven Pro', sans-serif;
  color: #005991;
  font-size: 50px;
  font-weight: 500;
}

h2 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 34px;
  color: #005991;
  margin-bottom: 20px;
  font-weight: 400;
}

h3 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 28px;
  color: #005991;
}

h4 {
  font-size: 36px;
  font-family: 'Maven Pro', sans-serif;
  color: #005991;
  font-weight: 400;
}

h5 {
  font-family: 'Maven Pro', sans-serif;
  color: #005991;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}



.button {
  background-color: #3ca939;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 25px;
  text-transform: uppercase;
  display: inline-block;
}

  .button:hover {
    background-color: #242424;
    text-decoration: none;
    color: #fff;
  }

  .button:after {
    content: "\f105";
    font-family:"Font Awesome 5 Free";
    padding-left: 10px;
    display: inline-block;
  }

.section-container .button {
  color: #fff;
}

.button-lg {
  font-size: 18px;
  padding: 10px 25px;
}

/*BACKGROUND COLOURS*/

.bg-blue {
  background-color: #eef6fd;
}

.bg-blue-two {
  background-color: #dbeeff;
}

.bg-dark-blue {
  background-color: #005991
}

  .bg-dark-blue h2 {
    color: #fff;
  }

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f8f8f8;
}

/*HEADER*/

.header {
  -webkit-box-shadow: 0px 3px 14px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 14px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 14px -5px rgba(0,0,0,0.75);
  z-index: 100;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
}

  .header.sticky {
    position: fixed;
  }

  .header .navbar--blue {
    max-height: 999px;
    position: relative;
    z-index: 10;
    transition: all 0.5s ease;
  }

  .header.sticky .navbar--blue {
    max-height: 0px;
    overflow: hidden;
  }

  .header .main-menu {
    transition: all 0.5s ease;
    max-height: 110px;
  }

    .header.sticky .main-menu {
      max-height: 90px;
    }


/*NAVIGATION*/

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar--blue {
  background-color: #0f4e75;
}

.menu-top-menu-container {
  text-align: right;
}

.navbar__top {
  padding: 0;
}

.navbar-top {
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  justify-content: flex-end;
  margin-left: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

  .navbar-top.navbar-nav .menu-item a {
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
    letter-spacing: 0.3px;
  }

  .navbar-top.navbar-nav .menu-item a:hover, .navbar-top.navbar-nav .menu-item a.active {
    background-color: #0c679f;
    text-decoration: none;
  }

  .navbar-top.navbar-nav .menu-item:last-child a {
    background-color: #3F3F3F;
  }

  .navbar-top.navbar-nav .menu-item:last-child a:hover {
    background-color: #3CA939;
  }

  .navbar-top .call-us span {
    display: inline-block;
    padding-left: 6px;
  }

  .navbar-top.navbar-nav .call-us:before {
    content: "\f095";
    transform: rotate(90deg);
    font-family:"Font Awesome 5 Free";
    display: inline-block;
  }

  .navbar-top .call-us {
    background-color: #0c679f;
  }

.main-menu {
  text-align: center;
  margin: 0 0 0 auto;
  display: block;
  height: 110px;
}

  .navbar {
    padding: 0;
  }

  .main-menu .main-menu__item {
    list-style-type: none;
    position: relative;
    display: inline-block;
    max-width: 175px;
    height: 100%;
    vertical-align: middle;
  }

  .main-menu .main-menu__item:hover, .main-menu .main-menu__item.active {
    background-color: #005991;
  }

  .main-menu .main-menu__item:hover .main-menu__link, .main-menu .main-menu__item.active .main-menu__link {
    color: #fff;
  }

  .main-menu .main-menu__item:hover:last-child {
    background-color: transparent;
  }

  .main-menu .main-menu__item .main-menu__link {
    color: #465260;
    font-weight: 700;    
    transition: none;
    display: inline-flex;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    align-items: center;
    padding: 30px 20px;
  }


  .main-menu .main-menu__item .main-menu__link:hover {
    text-decoration: none;
    background-color: #005991;
    color: #fff;
  }  

  .main-menu .main-menu__link.active {
    text-decoration: none;
    background-color: #005991;
    color: #fff;
  }

  .main-menu .main-menu__item:last-child .main-menu__link.active, .main-menu .main-menu__item:last-child.active {
    background-color: transparent;
  }



  .main-menu .main-menu__item:last-child a:hover {
    background-color: transparent;
  }

  .main-menu .main-menu__item:last-child a span {
    background-color: #3ca939;
    border-radius: 30px;
    color: #fff;
    min-width: 170px;
    padding: 10px 20px;
  }

    .main-menu .main-menu__item:last-child a:hover span {
      background-color: #3f3f3f;
    }

    .submenu {
      display: none;
      position: absolute;
      z-index: 2;
      left: 0;
      background-color: #005991;
      list-style-type: none;
      text-align: left;
      margin: 0;
      padding: 0;
      width: 230px;
    }


      .main-menu .main-menu__item .submenu li .main-menu__link {
        padding: 10px 20px;
        color: #fff;
        font-weight: 600;
        width: 100%;
      }

        .main-menu .main-menu__item .submenu li .main-menu__link:hover {
          background-color: #0F4F75;
        }

      .main-menu__link:hover ~ .submenu, .submenu:hover {
        display: block;
      }

    .megamenu {
      display: none;
      position: absolute;
      z-index: 10;
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 640px;
      float: left;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005991+0,005991+50,0f4e75+50,0f4e75+100 */
      background: rgb(0,89,145); /* Old browsers */
      background: -moz-linear-gradient(left, rgba(0,89,145,1) 0%, rgba(0,89,145,1) 50%, rgba(15,78,117,1) 50%, rgba(15,78,117,1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0,89,145,1) 0%,rgba(0,89,145,1) 50%,rgba(15,78,117,1) 50%,rgba(15,78,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0,89,145,1) 0%,rgba(0,89,145,1) 50%,rgba(15,78,117,1) 50%,rgba(15,78,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005991', endColorstr='#0f4e75',GradientType=1 ); /* IE6-9 */
    }

      .main-menu__item {
        margin: 0;
      }      

        .main-menu__link:hover ~ .megamenu, .megamenu:hover {
          display: block;
        }

        .main-menu .megamenu-right__container .megamenu-right .main-menu__link.active {
          background-color: transparent;
        }

      .megamenu-left__container {
        float: left;
        background-color: #005991;
        text-align: left;
        width: 50%;
      }

        .megamenu-left {
          list-style-type: none;
          margin: 0;
          padding: 0;
        }

          .megamenu-left li a {
            text-transform: uppercase;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14px;
            padding: 15px 20px;
            display: block;
          }

            .megamenu-left li a:hover {
              background-color: #0f4f75;
              text-decoration: none;
            }

          .megamenu-left__icon {
            display: inline-block;
            max-width: 45px;
          }

      .megamenu-right__container {
        float: left;
        background-color: #0f4f75;
        text-align: left;
        width: 50%;
      }

        .megamenu-right {
          text-align: left;
          margin: 0;
          padding: 0;
          list-style-type: none;
          color: #fff;
        }

          .megamenu-right__container .megamenu-right li .main-menu__link {
            padding: 0px 30px 20px 30px;
            display: block;
          }

          .megamenu-right__container .megamenu-right li .main-menu__link:hover {
            background-color: transparent;
          }

          .megamenu-right__container .megamenu-right li .main-menu__link:hover img {
            filter: grayscale(100%);
          }

          .megamenu-right__container .megamenu-right li .main-menu__link:hover .megamenu-right__title, .megamenu-right__container .megamenu-right li .main-menu__link:hover .megamenu-right__subtitle {
            color: #dadada;
          }

          .megamenu-right__title {
            display: block;
            text-transform: uppercase;
            color: #fff;
            margin-top: 5px;
          }

          .megamenu-right__subtitle {
            color: #fff;
            font-weight: 400;
            text-transform: none;
            font-size: 12px;
          }


          .megamenu-right a:hover {
            text-decoration: none;
          }

  .mega-menu__list-container {
    display: flex;
    align-items: center;
  }

  .mega-menu__icon {
    width: 70px;
  }

  .mega-menu__title {
    width: 100%;
  }

  .mega-menu__left-title, .mega-menu__right-title  {
    float: left;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    width: 50%;
    font-weight: 700;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #8cd7ff;
  }

  .mega-menu__left-title span, .mega-menu__right-title span  {
   padding: 20px 30px 10px 30px;
   display: block;
  }

  .megamenu-right .main-menu__link img {
    max-height: 125px;
    width: 100%;
    object-fit: cover;
  }

/* Mobile Menu */

.mobile-menu-container {  
  display: none;
  width: 100%;
}

.navbar-top__mobile {  
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-top__mobile .mobile-button {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px;
  border-radius: 10px;
  background-color: #097fc9;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

  .navbar-top__mobile .mobile-button:hover {
    background-color: #3ca939;
    text-decoration: none;
  }

.navbar-brand img {
  padding: 10px;
}

.mobile-menu {
  margin-left: -15px;
  margin-right: -15px;
}

.mobile-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #005991;
}

  .mobile-menu ul li {
    margin: 0;
    position: relative;
  }

    .mobile-menu ul li a {
      color: #fff;
      padding: 10px 20px;
      display: block;
      font-size: 14px;
      border-bottom: 1px solid #006aac;
    }

      .mobile-menu ul li a:hover {
        text-decoration: none;
        background-color: #3ca939;
      }

      .mobile-menu ul li ul.sub-menu {
        background-color: #097fc9;
        display: none;
      }

      .arrow-click {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 10px 20px;
        color: #fff;
        transition: all ease 0.2s;
      }

      .arrow-open {
        transform: rotate(180deg);
      }


    .mobile-menu ul li.menu-item-has-children.active .sub-menu {
      display: block;
    }

    .mobile-menu ul li ul.sub-menu.sub-menu-open {
      display: block;
    }

    .mobile-menu ul li ul.sub-menu li a {
      border-bottom: 1px solid #3489be;
    }

  .navbar-top__mobile {
    display: none;
    background-color: #005991;
  }

/*Top menu submenu*/

#menu-top-menu li {
  position: relative;
}

#menu-top-menu li .sub-menu {
  display: none;
  background-color: #005991;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 200px;
}

  #menu-top-menu li .sub-menu li a {
    width: 100%;
  }

  #menu-top-menu li .sub-menu li:last-child a {
    background-color: transparent;
  }

  #menu-top-menu li .sub-menu li:last-child:hover a {
    background-color: #0C679F;
  }

  #menu-top-menu li.current-menu-item {
    background-color: #0c679f;
  }

#menu-top-menu li {
  padding: 0;
  text-align: left;
}

#menu-top-menu li:hover .sub-menu {
  display: block;
  position: absolute;
  z-index: 99;
  left: 0;
}


/*BANNER*/

.home-banner {
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-home-banner {
  display: none;
}

/*INNER BANNER*/

.inner-banner {
  height: 270px;
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: top 0 right 0;
}

  .inner-banner-row {
    height: 100%;
  }

  .news-inner-banner h1 {
    color: #fff;
  }

  .inner-banner__overlay {
    background:rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

/*CALCULATOR*/

.calculator {  
  background:url(../../images/calculator-bg.png) no-repeat bottom right;
}

.calculator-form {
  background-color: #EDF6FD;
  padding: 40px;
  margin: 60px 0 0 0;
}

.calculator-form .gform_page_footer {
  width: auto;
  margin: 0 auto;
  text-align: center;
  border-top: 0;
}

.calculator-form .gform_wrapper .gform_page_footer {
  border-top: 0;
}

.calculator-form .gform_next_button, .calculator-form .gform_previous_button, .calculator-form .gform_button {
  background-color: #3ca939;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 25px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin: 0 auto;
  text-align: center;
}

  .calculator-form .gform_next_button:hover, .calculator-form .gform_previous_button:hover, .calculator-form .gform_button:hover {
    background-color: #242424;
    text-decoration: none;
    color: #fff;
  }

  .calculator-form .ginput_container_text, .calculator-form .ginput_container_phone, .calculator-form .ginput_container_email {
    width: 100%;
    display: block;
    margin-top: 0;
  }

  .calculator-form .gform_page_fields {
    padding: 0 40px;
  }

  .calculator-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .calculator-form #gform_wrapper_5 select {
    border: 1px solid #005991;
    border-radius: 0;
    padding: 10px;
    margin-top: 0;
  }

  .calculator-form #gform_wrapper_5 .gfield_required {
    color: #5FBD5F;
  }

  .calculator-form #gform_wrapper_5 .gfield_radio li {
    display: inline-block;
    width: 50%;
  }

  .calculator-form .gfield_label {
    display: block;
    width: 100%;
    color: #005991;
  }

  #gform_wrapper_5 .calculator-title {
    margin-top: 20px;
    font-size: 13px;
  }

  .calculator-subtitle {
    font-size: 12px;
  }

  .calculator-form .gform_wrapper .gf_step {
    opacity: 1;
  }

  #gf_step_5_1, #gf_step_5_2, #gf_step_5_3 {
    display: inline-block;
    padding: 0 30px;
    position: relative;
  }

  #gf_step_5_1:after, #gf_step_5_2:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -74px;
    width: 126px;
    height: 6px;
    background-color: #005991;
  }

  #gf_step_5_3 {
    margin-left: -14px;
  }

  .calculator-form #gform_wrapper_5 span.gf_step_number {
    display: block;
    color: #bfb9bf;
    border: 3px solid #005991;
    background-color: #005991;
    color: #fff;
    border-radius: 50%;
    padding-top: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
  }

  .calculator-form #gform_wrapper_5 .gf_step.gf_step_completed span.gf_step_number {
    background-color: #37AD33;
    border: 3px solid #37AD33;
  }

  .calculator-form #gform_wrapper_5 .gf_step.gf_step_completed:after {
    background-color: #37AD33;
  }

  .calculator-form #gform_wrapper_5 .gf_step_active span.gf_step_number {
    border: 3px solid #37AD33;
  } 

  .calculator-form #gform_wrapper_5 span.gf_step_label {
    display: block;
    text-transform: uppercase;
    color: #005991;
    font-weight: 700;
    text-align: center;
  }

  .calculator-form #gform_wrapper_5 .gf_page_steps {
    border-bottom: 0;
    text-align: center;
  }

 .savings_text_first_line, .savings_text_second_line, .five_years_text_first_line {
  font-size: 16px;
  text-align: center;
 }

 .five_years_title, .savings_title {
  text-align: center;
  margin-top: 10px;
 }

 .savings_text, .five_years_text {
  padding-bottom: 15px;
 }

.calculator-form #gform_wrapper_5 input[type=radio] {
  display: none;
}

.calculator-form input[type=radio] label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.calculator-form input[type=radio] + label:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff; 
  margin-right: 10px;
  border: 2px solid #005991;
}

.calculator-form input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 2;
  top: 0px;
  left: -7px;  
  border-radius: 50%;   
}



.calculator-form .gform_wrapper .gfield_radio li label {
  margin: 0 0 0 0px;
  font-size: 15px;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  height: 32px;
}

.calculator-form #gform_wrapper_5 input[type=radio]:checked + label {
  position: relative;
  font-weight: 400;
  margin-left: 7px;
}
.calculator-form input[type=radio]:checked + label:after {
  border: 2px solid #005991;
  cursor: pointer;
}
.calculator-form input[type=radio]:checked + label:before {
  background-color: #43A840;
  border: 2px solid transparent;
  width: 14px;
  margin-right: 14px;
  margin-top: 1px;
  height: 14px;

}

#myChart {
  margin-left: -40px;
}



/*MAP*/
#myMap {
  width: 100%;
  height: 450px;
  position: relative;
}

.contact-form {
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  padding: 30px 37px;
}

  .contact-form .gform_wrapper .top_label .gfield_label {
    display: none;
  }

  .contact-details {
    padding: 20px 0;
  }

  .contact-details h5 {
    font-size: 16px;
  }

  .contact-title {
    max-width: 950px;
    line-height: 180%;
    padding-bottom: 40px;
    margin: 0 auto;
  }

  #gform_wrapper_1 .form-label, #gform_wrapper_3 .form-label {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-top: 30px;
    display: block;
  }

  #gform_wrapper_1 ul.gform_fields li.gfield {
    padding-right: 0;
  }


  #gform_wrapper_1 textarea.small {
    border: 0;
  }

  #gform_wrapper_1 textarea.medium {
    border: 0;
    padding: 20px;
  }

  #gform_wrapper_1 textarea::placeholder {
    color: #1e1e1e;
  }

  #gform_wrapper_1 .gfield_description, #gform_wrapper_3 .field_description_below, #gform_wrapper_3 .gfield_description {
    font-size: 11px;
    margin-top: 4px;
    padding: 5px 0px 5px 0px;
  }

  #gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_1 select {
    border: 0;
    padding: 10px 15px;
  }

  #gform_wrapper_1 input[type=submit] {
    padding: 15px 15px;
    width: 100%;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    background-color: #333;
    color: #fff;
    border-radius: 0;
  }

  #gform_wrapper_1 input::placeholder {
    color: #333333;

  }

    #gform_wrapper_1 input[type=submit]:hover {
      background-color: #005991;
    }

  #gform_wrapper_1 .top_label div.ginput_container {
    margin-top: 0;
  }

  #gform_wrapper_1 .gform_title {
    font-size: 28px;
    font-weight: 400;
  }

  #gform_wrapper_1 .top_label .gfield_label {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: none;
  }

/*NEWS*/

.news-article__container {
  padding: 20px 20px 65px 20px;
  position: relative;
  display: flex;
  height: 100%;
}

  .news-article__container .button {
    position: absolute;
    bottom: 20px;
  }

  .news-container__col {
    margin-bottom: 20px;
  }

.news-article {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  height: 100%;
}

.news-title {
  padding: 10px 0;
  color: #0f4e75;
  font-size: 19px;
  line-height: 130%;
}

.news-time {
  color: #777;
  text-transform: uppercase;
  font-family: 'Maven Pro', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}


.news-image {
  display: flex;
  width: 100%;
}

.news-single {
  padding-top: 20px;
}

.news-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-pagination {
  text-align: center;
  margin-top: 20px;
}

  .news-pagination .page-numbers {
    display: inline-block;
    border: 1px solid #f0f0f0;
    padding: 8px 15px;
    color: #0f4e75;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
  }

  .news-pagination .page-numbers:hover, .page-numbers.current {
    background-color: #0f4e75;
    color: #fff;
    border: 1px solid #0f4e75;
  }

  .news-pagination .next.page-numbers, .news-pagination .prev.page-numbers {
    
  }

/*ONE COLUMN*/

.one-column p {
  line-height: 190%;
}

.one-column ul li {
  line-height: 140%;
  padding-bottom: 5px;
}

.one-column__buttons {
  margin: 20px auto 0 auto;
  text-align: center;
}

  .one-column__buttons .button {
    margin: 0 10px;
  }

/*DEFAULT CONTENT*/

.default-page {
  max-width: 960px;
  margin: 0 auto;
}

.default-page h3 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 30px;
  line-height: 150%;
}

  .default-page p, .default-page ul li {
    line-height: 190%;
  }

  .default-page a {
    color: #3ca939;
  }

    .default-page a:hover {
      color: #3F3F3F;
      text-decoration: none;
    }


/*SLIDE OUT CONTACT FORM*/

.slide-out {
  position:fixed;
  top: 0;
  height: 100%;
  background-color: #f7f7f7;
  border-left: 1px solid #f1f1f1;
  right: -500px;
  width: 500px;
  transition: .5s ease-in-out;
  z-index: 200;
  padding: 40px 80px 40px 60px;
}

  .slide-out.active {
    right: 0;
  }

  .form-slide {
    width: 254px;
    text-align: center;
    position: fixed;
    display: block;
    z-index: 100;
    background-color: #005991;
    transform: rotate(90deg);
    right: -110px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 50%;
    transition: .5s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
  }

    .form-slide:hover {
      text-decoration: none;
      background-color: #3ca939;
      color: #fff;
    }

  /*.slide-out.active ~ .form-slide {
    right: 454px;
  }

  .slide-out #gform_wrapper_3 ul li.gfield {
    width: 100%;
  }*/

  /*#gform_wrapper_3 {
    position: absolute;
    top: 50%;
    max-width: 400px;
    transform: translateY(-50%);
  }*/

  #gform_wrapper_3 textarea.medium {
    border: 0;
    padding: 20px;
  }

  .page-template-analysis .form-slide {
    display: none !important;
  }

  .analysis-col {
    background-color: #0F4E75;
    color: #fff;    
    padding: 40px 40px;
  }

    .analysis-col h5 {
      color: #fff;
    }

    .analysis-col h3 {
      color: #fff;
      padding-bottom: 10px;
      font-weight: 400;
    }

    .analysis-col a {
      color: #aec3d5;
    }

  #gform_wrapper_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_3 select {
    border: 0;
    padding: 10px 15px;
    background-color: #fff;
  }

  #gform_wrapper_3 input[type=submit] {
    padding: 15px 15px;
    width: 100%;
    border: 0;
    cursor: pointer;
    font-size: 13px;
    background-color: #333;
    color: #fff;
    border-radius: 0;
  }

    #gform_wrapper_3 input[type=submit]:hover {
      background-color: #005991;
    }

  #gform_wrapper_3 .top_label div.ginput_container {
    margin-top: 0;
  }

  #gform_wrapper_3 .gform_title {
    font-size: 34px;
    font-weight: 400;
  }

  #gform_wrapper_3 .top_label .gfield_label {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: none;
  }

/*TEAM*/

.team__member {
  border-bottom: 1px solid #f1f1f1;
  padding: 40px 0;
  line-height: 180%;
  display: flex;
}

  .team__member h3 {
    font-weight: 400;
  }

.team__title {
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 70%;
}

.team-member__position {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px; 
}

.team__photo {
  text-align: center;
  margin-top: 10px;
}

.team__photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.team__bio {
}

/*INDUSTRY*/

.industry-icon__container {
  margin-bottom: 30px;
}


  .industry-icon__container a:hover {
    text-decoration: none;
  }

  .industry-icon__container a:hover .industry-icon {
    background-color: #eaeaea;
  }

  .industry-icon__container a:hover .industry-icon__heading {
    text-decoration: none;
  }

.industry-icon {
  background-color: #f8f8f8;
  height: 100%;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  border: 1px solid #eeeeee;
}

.industry-icon__container .industry-icon .industry-icon__image {
  
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.industry-icon__container a:hover .industry-icon .industry-icon__image {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


.industry-icon:after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #005991; /* Old browsers */
  background: -moz-linear-gradient(left, #005991 55%, #097fc9 55%, #005991 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005991 55%,#097fc9 55%,#005991 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005991 55%,#097fc9 55%,#005991 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005991', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
}

.industry-icon__tile {
  padding: 30px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #005991;
  line-height: 120%;
}

.industry-icon__container a:hover .industry-icon__tile {
  color: #3ca939;
}

.industry__subtitle {
  margin-bottom: 20px;
}

  .industry__subtitle b {
    color: #3ca939;
  }

.industry-icon__image {
  height: 100px;
  position: relative;
}

  .industry-icon__image img {
    max-width: 85px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }

.industry__header {
  margin-bottom: 80px;
}


.business__container {
  position: relative;
  margin-bottom: 30px;
}

.business__image img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  transition: all ease 0.5s;
}

.business__container a:hover .business__caption {
  background-color: #00385a;
}

.business__container a:hover .business__image img {
  filter: grayscale(100%);
}

.business__caption {
  position: absolute;
  transition: all ease 0.5s;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 10px 20px 20px 20px;
  background-color: #005991;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Maven Pro', sans-serif;
}

.business__caption:after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004a78; /* Old browsers */
  background: -moz-linear-gradient(left, #004a78 55%, #097fc9 55%, #004a78 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a78', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
}

.business__subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
}

/*Case Study*/

.projects-detail {
  padding: 60px 0;
  line-height: 170%;
  color: #212529;
}

  .projects-detail__container {
    position: relative;
  }

  .projects-detail__gallery .flex-caption {
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    min-height: 55px;
    padding: 18px 140px 18px 20px;
    background-color: #f1f1f1;
    font-style: italic;
    max-width: 692px;
    box-sizing: border-box;
    transition: all ease 0.5s;
  }

  .flexslider .slides > li {
    height: 450px;
  }

  .flexslider .slides > li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .flexslider {
    margin-bottom: 0px;
  }


  .projects-detail__gallery .flexslider {
    max-width: 700px;
    min-height: 500px;
  }

  .slides li:before {
    display: none;
  }

  .projects-detail__gallery .flex-direction-nav {
    height: 55px;
    display: block;
    position: absolute;
    width: 110px;
    bottom: 42px;
    left: 0;
    z-index: 3;
  }

    .projects-detail__gallery .flex-direction-nav li:before {
      display: none;
    }

    .projects-detail__gallery .flex-direction-nav a {
      bottom: 0;
      top: auto;
      padding: 10px;
      opacity: 1;
      height: 55px;
      width: 55px;
      color: #fff;
      background-color: #0f4e75;
    }

      .projects-detail__gallery .flex-direction-nav a:focus {
        outline: none;
      }

      .projects-detail__gallery .flex-direction-nav a:hover {
        background-color: #000;
      }

    .projects-detail__gallery .flex-direction-nav a:before {
      font-size: 20px;
      color: #fff;      
      text-shadow: none;
      padding: 3px 10px;
    }

    .flexslider:hover .flex-direction-nav a.flex-prev {
      left: auto;
      right: 55px;
      opacity: 1;
    }

    .flexslider:hover .flex-direction-nav a.flex-next {
      opacity: 1;
      right: 0;
    }

    .projects-detail__gallery .flex-direction-nav a.flex-prev {
      right: 55px;
      left: auto;
    }

    .projects-detail__gallery .flex-direction-nav a.flex-next {
      right: 0;
    }

  .projects-detail__outline {
    background-color: #f7f7f7;
    padding: 40px;
    position: absolute;
    top: 51.5%;
    transform: translateY(-50%);
    right: 0;
    width: 500px;
    font-size: 15px;
  }

    .projects-detail__outline strong {
      color: #0f4e75;
      padding: 4px 0 6px 0;
    }

    .projects-detail strong {
      color: #0f4e75;
      padding: 4px 0 6px 0;
    }

    .projects-detail__outline p {
      margin-bottom: 10px;
    }

    .projects-detail__outline ul {
      margin: 0 0 0 25px;
      padding: 0;
    }

  .projects-detail__outline:after {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #004a78; /* Old browsers */
    background: -moz-linear-gradient(left, #004a78 55%, #097fc9 55%, #004a78 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a78', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
  }

  .case-study-testimonial {
    background-color: #043452;
    color: #fff;
  }

    .testimonial-image img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
    }

/*Case studies listing*/



  .case-studies__item {
    border: 1px solid #f0f0f0;
    transition: all ease 0.3s;
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
    height: 100%;
  }

  .case-studies__item--container {
    position: relative;
    display: flex;
    height: 100%;
  }

  .case-studies__item--container img {    
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .case-studies__item--button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
 

  .case-studies__item--title {
    color: #0f4e75;
    padding: 20px 20px 65px 20px;
    font-size: 19px;
    line-height: 130%;
  }


/*FAQs*/

.faq__title {
  text-align: center;
}

.faqs-group-title {
  font-size: 25px;
  color: #005793;
  padding: 20px 0;
}

.accordion-group-faq {
  padding: 0 50px 30px 50px;
}

.faq__subtitle {
  padding: 10px 70px 30px 70px;
}

.faq__subtitle p {
  font-size: 17px;
}

.accordion-group-faq-section {
  padding-bottom: 30px;
}

.accordion-btn {
  display: block;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 20px 70px 20px 35px;
  background-color: transparent;
  text-align: left;
}

.faqs .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: relative;
}

.faq__buttons {
  margin: 40px 0 0 0;
}

  .faq__buttons .button {
    padding: 12px 25px;
    margin: 0 10px;
  }

.accordion-btn.collapsed .card-arrow {
  border-color: #51af4e;
  transform: rotate(180deg);
}


.card-arrow {
  position: absolute;
  transition: all ease 0.2s;
  right: 20px;
  top: 20px;
  transform: rotate(0deg);
  border: 2px solid #005793;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 15px;
}


.faqs .card-body:after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004a78; /* Old browsers */
  background: -moz-linear-gradient(left, #004a78 55%, #097fc9 55%, #004a78 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a78', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
}

.faqs .card {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.2);
  background-color: #fff;
  margin: 10px 0;
}

.faqs .card-body {
  background-color: #fff;
  position: relative;
  z-index: 10;
  line-height: 170%;
  padding: 10px 35px 20px 35px;
}

.accordion-btn {
  color: #005a8f;
  font-weight: 600;
  font-size: 17px;
  border: 0;
}

.accordion-btn:focus {
  outline: none;
}

.accordion-btn.collapsed {
  color: #3da939;
}

/*CONTENT PANEL*/

.content-panel p {
  line-height: 180%;
}

/*CALL TO ACTION*/

.call-to-action {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.call-to-action__panel {
  background-color: #fff;
  padding: 50px 50px;
  text-align: center;
  position: relative;
}

.call-to-action__panel:after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004a78; /* Old browsers */
  background: -moz-linear-gradient(left, #004a78 55%, #097fc9 55%, #004a78 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a78', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
}

  .call-to-action__overlay {
    position: absolute;
    background-color: #000;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  .call-to-action__content {
    padding: 10px 0 20px 0;
    font-size: 18px;
    color: #005793;
  }

/*TWO COLUMN*/

.two-column-checklist {
  color: #465260;
}

.two-column-checklist ul {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

  .two-column-checklist ul li {
    list-style-type: none;
    padding: 5px 0 5px 30px;
    font-size: 17px;
  }

  .two-column-checklist ul li:before {
    font-family:"Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #3ca939;
    display: inline-block;
    margin-left: -25px;
    padding-right: 10px;
  }

.two-column__left-content {
  font-size: 17px;
  color: #465260;
  padding-right: 15px;
} 

/*STEPS*/

.step {
  background-color: #fff;
  position: relative;
  margin: 20px auto;
  max-width: 90%;
}

  .step:after {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #004a78; /* Old browsers */
    background: -moz-linear-gradient(left, #004a78 55%, #097fc9 55%, #004a78 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a78', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
  }

  .steps__title {
    margin-bottom: 40px;
  }

  .step__number--container {
    background-color: #deedfc;
    font-size: 25px;
    text-align: center;
    margin-left: 15px;
    margin-right: -15px;
    padding: 0;
    color: #005991;
    font-weight: 600;
    position: relative;
  }

    .step__number--container:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #004A78;
      border-width: 15px;
      margin-left: -15px;
    }

    .step__container .step:last-child .step__number--container:after {
      display: none;
    }

  .step__number {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
  }

  .step__icon {
    padding: 20px 0 20px 20px;
    text-align: center;
  }

  .step__description {
    padding: 35px 70px 35px 0;
  }

    .step__description h3 {
      font-size: 30px;
      color: #005991;
    }

  .steps__button {
    margin: 40px auto 0 auto;
    text-align: center;
  }

/*COMPARISON TABLE*/

.mobile-comparison-table {
  display: none;
}

.comparison-col {
  background-color: #fff;
  text-align: center;
  height: 100%;
}

  .comparison-col h3 {
    margin-bottom: 0;
    padding: 30px 30px 20px 30px;
  }

  .comparison-col__subtitle {
    padding: 0 30px;
    font-size: 14px;
    color: #465260;
  }

  .comparison-col__blue {
    background-color: #f2f8fe;
    padding: 20px 10px;
    color: #465260;
  }

    .comparison-col__blue--list {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-top: 20px;
    }

      .comparison-col__blue--list li {
        display: inline-block;
        font-size: 13px;
        color: #005991;
        text-align: center;
        font-weight: 600;
        width: 70px;
        line-height: 110%;
        vertical-align: top;
      }

      .comparison-col__blue--image {
        border: 1px solid #005991;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        padding: 5px;
        position: relative;
        text-align: center;
        margin: 0 auto 5px auto;
      }

        .comparison-col__blue--image img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: 0 auto;
        }

  .comparison-col__main-image {
    max-height: 250px;
    height: 100%;
  }

  .comparison-col__main-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .comparison-col__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

    .comparison-col__list ul li {
      border-top: 1px solid #f1f1f1;
      padding: 15px 18px;
      font-size: 13px;
      align-self: center;
      min-height: 70px;
      vertical-align: middle;
    }

    .comparison-col__list ul li:last-child {
      border-bottom: 1px solid #f1f1f1;
    }

  .comparison-col:before {
    box-shadow: -15px 0 15px -15px inset #ccc;
    content: " ";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 15px;
  }

  .comparison-col:after {
    box-shadow: 15px 0 15px -15px inset #ccc;
    content: " ";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 15px;
  }

  .comparison-col__end {
    position: relative;
    padding: 30px 20px 40px 20px;
  }

  .comparison-col__end:after {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #004a78; /* Old browsers */
    background: -moz-linear-gradient(left, #004a78 55%, #097fc9 55%, #004a78 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #004a78 55%,#097fc9 55%,#004a78 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a78', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
  }


/*FEATURE BLOCK*/

.feature-content {
  background-repeat: no-repeat;
  background-position: top right;
  color: #fff;
}

  .feature-block__plus:after {
    content: "";
    padding-left: 10px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: -33px;
    background:url(../../images/icons/icon-plus.png) no-repeat;
    background-size: contain;
    height: 64px;
    width: 64px;
  }

  .feature-block__plus:last-child:after {
    display: none;
  }

  .feature-content h2 {
    color: #fff;
  }

  .feature-content__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
  }

.feature-block__row {
  margin-top: 25px;
  position: relative;
}

.feature-block__recommended:after {
  content: "Recommended";
  position: absolute;
  right: 5px;
  width: 168px;
  height: 49px;
  top: 20px;
  font-weight: 700;
  padding: 8px 20px 8px 23px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  background:url(../../images/ribbon.png) no-repeat;
}


.feature-block__col a:hover {
  text-decoration: none;
}

.feature-block__col a:hover .feature-block__box {
  background-color: #f8f8f8;
}

.feature-block__box {
  background-color: #fff;
  padding: 50px 65px 50px 65px;
  box-sizing: border-box;
  height: 100%;
  color: #4f5d6d;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.25);
  position: relative;
}

.feature-block__with-button {
  padding: 50px 65px 90px 65px;
}

  .feature-block__box:after {
    content: "";
    width: 100%;
    box-sizing: border-box;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #005991; /* Old browsers */
    background: -moz-linear-gradient(left, #005991 55%, #097fc9 55%, #005991 55%, #097fc9 55%, #097fc9 55%, #097fc9 78%, #097fc9 78%, #3ca939 78%, #3ca939 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #005991 55%,#097fc9 55%,#005991 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #005991 55%,#097fc9 55%,#005991 55%,#097fc9 55%,#097fc9 55%,#097fc9 78%,#097fc9 78%,#3ca939 78%,#3ca939 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005991', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
  }

.feature-block__title {
  margin-bottom: 40px;
}

.feature-block__title p {
  font-size: 17px;
}

.feature-block__box .button {
  position: absolute;
  bottom: 50px;
  text-align: center;
  margin: 0 auto;
  right: 0;
  transform: translateX(-60%);
}

.feature-block__box h3 {
  margin-bottom: 10px;
  text-align: center;
}

.feature-block__box h3.additional_column_title {
  text-align: left;
}

.additional_column_details .button {
  position: relative;
  bottom: 0;
  transform: translateX(0);
}

.feature-block__row .feature-block__with-button {
  padding-bottom: 50px;
}

.feature-block__box p {
  line-height: 160%;
}

.feature-block__box .button {
  margin-top: 6px;
}

.feature-block__icon {
  height: 170px;
  position: relative;
  margin-bottom: 20px;
}

  .feature-block__icon img {
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }



/*CAROUSEL*/

.carousel__title {
  text-align: center;
  margin-bottom: 50px;
  color: #4f5d6d;
}

  .carousel__title p {
    font-size: 17px;
  }

  .carousel__title h2 {
    margin-bottom: 30px;
  }

.swiper-container {
  position: relative;
}

  .swiper-fluid-container {
    padding: 0;
  }

  .swiper-container .swiper-pagination {
    position: relative;
    z-index: 1;
    bottom: 0;
    margin-top: 50px;
  }

    .swiper-container .swiper-pagination-bullet {
      width: 40px;
      height: 7px;
      border-radius: 0;
    }

    .swiper-container .swiper-pagination-bullet-active {
      background: #3ca939;
    }



  .swiper-slide .swiper-slide-box {
    background-color: #fff;    
    box-sizing: border-box;
    padding: 45px;
    color: #465260;
    font-size: 15px;
    line-height: 170%;
    align-self: stretch;
    min-height: 350px;
  }

    .swiper-slide .swiper-slide-box:after {
      content: "";
      width: 100%;
      height: 8px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #005991; /* Old browsers */
      background: -moz-linear-gradient(left, #005991 45%, #097fc9 45%, #005991 45%, #097fc9 45%, #097fc9 45%, #097fc9 72%, #097fc9 72%, #3ca939 72%, #3ca939 72%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #005991 45%,#097fc9 45%,#005991 45%,#097fc9 45%,#097fc9 45%,#097fc9 72%,#097fc9 72%,#3ca939 72%,#3ca939 72%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #005991 45%,#097fc9 45%,#005991 45%,#097fc9 45%,#097fc9 45%,#097fc9 72%,#097fc9 72%,#3ca939 72%,#3ca939 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005991', endColorstr='#3ca939',GradientType=1 ); /* IE6-9 */
    }

    .swiper-slide-box h4 {
      border-bottom: 1px solid #dddddd;
      padding-bottom: 15px;
      margin-bottom: 30px;
    }

    .swiper-slide-box .button {
      margin-top: 10px;
    }

  .swiper-slide {
    opacity: 0.5;    
    overflow: hidden;
    position: relative;
  }

  .swiper-slide-active {
    opacity: 1;
  }

  .swiper-slider--image {    
    overflow: hidden;
    max-height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
  }

    .swiper-slider--image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }

/*FOOTER*/

.footer-large {
  background-color: #1a4661;
  color: #e2e2e4;
  font-size: 14px;
  padding: 70px 0 30px 0;
}

  .footer-large__address {
    font-size: 14px;
    margin: 30px 0 0 10px;
    color: #fff;
  }

    .footer-large__address a {
      color: #fff;
    }

      .footer-large__address a:hover {
        color: #aec3d5;
        text-decoration: none;
      }

  .footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

    .footer-links li {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      padding-bottom: 10px;
      font-family: 'Montserrat', sans-serif;
    }

    .footer-links li a, .footer-links li {
      color: #aec3d5;
    }

    .footer-links li a:hover {
      text-decoration: none;
      color: #fff;
    }

    .footer-links li ul {
      list-style-type: none;
      margin: 0;
      padding: 10px 0 20px 0;
    }

    .footer-links li ul li {
      text-transform: none;
      font-size: 13px;
      font-weight: 400;
      padding: 3px 0;      
      font-family: 'Open Sans', sans-serif;
    }

  .social-media {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
  }

    .social-media li {
      display: inline-block;
      padding: 0 13px;
      font-size: 25px;
    }

    .social-media li a {
      color: #bbc8d0;
    }

    .social-media li a:hover {
      color: #fff;
    }

.copyright {
  border-top: 1px solid #486b81;
  font-size: 13px;
  margin: 25px 0 0 0;
  color: #71a5c6;
  padding: 30px 0 0 0;
}

  .copyright-text {
    display: inline-block;
  }

  .menu-copyright-menu-container {
    display: inline-block;
  }

  .copyright-links {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

    .copyright-links li {
      display: inline-block;
      padding: 0 0 0 20px;
    }

    .copyright-links li a {
      color: #71a5c6;
      text-decoration: none;
    }

    .copyright-links li a:hover {
      color: #fff;
    }

  .website-by {
    float: right;
  }

    .website-by a,.website-by a:visited {
      color: #71a5c6;
    }

    .website-by a:hover {
      color: #fff;
      text-decoration: none;
    }

/*TABLET*/

@media only screen and (max-width: 1298.98px) { 
  .main-menu {
    padding-left: 0;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .main-menu .main-menu__item .main-menu__link {
    padding: 30px 10px;
  }

  .desktop-home-banner {
    display: none;
  }

  .mobile-home-banner {
    display: block;
  }

  .feature-content {
    background-position: top 0 right -250px;
  }

  .comparison-col h3 {
    font-size: 18px;
    padding: 30px 10px 20px 10px;
  }

  .inner-banner {
    background-position: top left;
  }


}

@media only screen and (max-width: 991.98px) { 
  .mobile-menu-container {
    display: block;
  }

  .navbar-top__mobile {
    display: block;
  }

  .navbar__top {
    display: none;
  }

  #navbarNav {
    display: none;
  }

  .navbar--blue {
    background-color: #005991;
  }

  .inner-banner {
    background-position: top left;
  }

  .calculator-form {
    padding: 20px;
  }

  #myChart {
    margin: 0 auto;
  }

  #gform_wrapper_5 .gf_step {
    width: 25%;
  }

  .calculator-form .gform_page_fields {
    padding: 0;
  }


  .calculator-form #gform_wrapper_5 .gfield_radio li {
    width: 100%;
    display: block;
  }

  #gf_step_5_1, #gf_step_5_2, #gf_step_5_3 {
    padding: 0 0 60px 0;
    vertical-align: top;
  }

  #gf_step_5_1:after, #gf_step_5_2:after {
    display: none;
  }


}


/*MOBILE*/

@media only screen and (max-width: 767.98px) {
  .section-container {
    padding: 20px 0;
  }

  .header.sticky .navbar--blue {
    max-height: 100%;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .inner-banner {
    height: auto;
    background-position: top left;
    padding: 40px 0;
  }



  .home-banner {
    max-height: 230px;
  }

  .form-slide {
    display: none;
  }



  .industry__subtitle {
    margin-top: 20px;
  }

  .industry__header {
    margin-bottom: 20px;
  }

    .industry__header h2 {
      font-size: 26px;
    }

  .industry-icon__container {
    margin: 0 auto 10px auto;
  }

  .default-page ul {
    margin: 0 0 0 20px;
    padding: 0;
  }

  .mobile-comparison-table {
    display: block;
  }

  .desktop-comparison-table {
    display: none;
  }

  .feature-content {
    background-image: none !important;
    padding: 20px;
  }

  .feature-content__text {
    font-size: 16px;
    font-weight: 400;
  }

  .feature-block__col {
    margin-bottom: 20px;
  }

    .feature-block__icon {
      height: 100px;
    }

    .feature-block__icon img {
      max-height: 100px;
    }

  .feature-block__plus:after {
    bottom: -21px;
    left: 0;
    right: 0;
    top: auto;
    transform: translateY(0);
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }

  .feature-block__recommended:after {
    top: 10px;
  }

  .comparison-col {
    height: auto;
  }

  .comparison-col__container {
    margin-bottom: 20px;
  }

  .comparison-col__list ul li {
    min-height: auto;
  }

  .contact-col {
    padding: 0;
  }

  .contact-row {
    margin: 0;
  }

  .contact-details {
    padding: 20px;
  }

  .contact.section-container {
    padding: 20px 0 0 0;
  }

  .projects-detail__outline {
    position: relative;
    width: 100%;
    line-height: 170%;
    top: 0;
    transform: translateY(0);
    margin-bottom: 30px;
  }

  .projects-detail__gallery .flexslider {
    min-height: 300px;
    height: 350px;
  }

    .projects-detail__gallery .flex-direction-nav {
      bottom: 0;
    }


  .faq__subtitle {
    padding: 10px 30px;
  }

  .faq__buttons {
    margin-top: 20px;
  }

  .faq__buttons .button {
    margin-top: 10px;
    display: inline-block;
  }

  .accordion-group-faq {
    padding: 0 20px 30px 20px;
  }

  .swiper-slide .swiper-slide-box {
    min-height: auto;
  }

  .step__description {
    padding: 0 20px 20px 20px;
    text-align: center;
  }

  .step__number {
    position: relative;
    padding: 5px;
    background-color: #deedfc;
  }

    .step__icon {
      padding: 20px;
    }

    .steps__title {
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .steps__title h2 {
      font-size: 34px;
    }

    .step__number--container {
      margin: 0;
      padding: 0 15px;
      background-color: transparent;
    }

    .step__number--container:after {
      display: none;
    }

  .team__photo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .team__bio {
    text-align: justify;
  }

  .team-member__position, .team__bio h3 {
    text-align: center;
  }

  .swiper-slider--image {
    max-height: 200px;
    overflow: hidden;
    position: relative;
  }

  .swiper-slider--image img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
  }

  .swiper-slide .swiper-slide-box {
    padding: 30px 40px;
  }

  .swiper-slide-box h4 {
    font-size: 30px;
  }

  .footer-large {
    text-align: center;
  }

    .social-media {
      margin-bottom: 30px;
    }

  .website-by {
    float: none;
  }

}



/*BOB ANIMATION*/

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
