@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600&display=swap");
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

:root {
  font-size: 15px;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #333333;
}

.btn, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a {
  border-radius: 0 !important;
}
.btn.btn-lg, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-lg {
  font-size: 1.2rem;
  padding-right: 35px;
  padding-left: 35px;
}
.btn.btn-orange, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a {
  background-color: #cc210a;
  border-color: #cc210a;
  color: #ffffff;
}
.btn.btn-orange.btn-outline, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-outline {
  background: transparent;
  border-color: #cc210a;
  color: #cc210a;
}
.btn.btn-orange.btn-outline:hover, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-outline:hover {
  background: #cc210a;
  color: #ffffff;
}
.btn.btn-white, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #cc210a;
}
.btn.btn-white.btn-outline, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-white.btn-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-white.btn-outline:hover, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-white.btn-outline:hover {
  background: #ffffff;
  color: #cc210a;
}
.btn.btn-arrow-link, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-arrow-link {
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  font-weight: 600;
  color: #333;
}
.btn.btn-arrow-link svg, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-arrow-link svg {
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  position: relative;
  top: -1px;
}
.btn.btn-arrow-link svg path, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-arrow-link svg path {
  fill: #333;
}
.btn.btn-arrow-link:hover, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-arrow-link:hover {
  border: 0;
  color: #cc210a;
}
.btn.btn-arrow-link:hover svg path, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-arrow-link:hover svg path {
  fill: #cc210a;
}
.btn.btn-block, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-block {
  width: 100%;
}
.btn:hover, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a:hover {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
  background: #cc210a !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
}

.cf7mls_back.action-button {
  background: #005498 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff !important;
  margin: 0 !important;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  margin: 0 !important;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: 50px !important;
  margin-bottom: 15px;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns .cf7mls_next.action-button,
.wpcf7-form .fieldset-cf7mls .cf7mls-btns .cf7mls_back.action-button {
  margin: 0 !important;
}

.form-select,
.form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.form-label {
  font-size: 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.fieldset-cf7mls-wrapper .cf7mls-invalid .wpcf7-not-valid-tip {
  display: block;
}
.fieldset-cf7mls-wrapper select option:first-child {
  color: #aaa;
}

.wpcf7 form .wpcf7-response-output {
  color: #664d03;
  background: #fff3cd;
  border: 1px solid #ffecb5;
  font-size: 13px;
  margin: 0 !important;
}

.wpcf7-list-item.first {
  margin-left: 0 !important;
}

textarea.form-control {
  height: 70px;
}

.site-header {
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
}
.site-header .nav-top-links {
  margin: 0 0 15px 0;
}
.site-header .nav-top-links .top-actions {
  margin-top: -5px;
}
.site-header .nav-top-links .top-actions ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.site-header .nav-top-links .top-actions ul li {
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 10px;
  line-height: 1;
}
.site-header .nav-top-links .top-actions ul li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.site-header .nav-top-links .top-actions ul li svg {
  height: 14px;
  width: 14px;
}
.site-header .nav-top-links .top-actions ul li svg path {
  fill: #888;
}
.site-header .nav-top-links .top-actions ul.menu li {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
.site-header .nav-top-links .top-actions ul.menu li:last-child {
  border-right: 0;
}
.site-header .site-branding .custom-logo-link img {
  max-width: 100%;
}
.site-header .navbar .navbar-collapse .navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item {
  margin-right: 30px;
  position: relative;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item:last-child {
  margin-right: 0;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item a {
  font-size: 1rem;
  text-decoration: none;
  color: #333;
  font-weight: 400;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item .sub-menu-toggle {
  display: none;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item .sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 250px;
  z-index: 100;
  background-color: #ffffff;
  top: 30px;
  transform: translateY(17px);
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item .sub-menu li.menu-item {
  list-style: none;
  margin: 0 0 10px 0;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item .sub-menu li.menu-item:last-child {
  margin-bottom: 0;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item .sub-menu li.menu-item a {
  font-size: 0.9rem;
  font-weight: 400;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item.current-menu-item:before {
  content: "";
  height: 4px;
  width: 15px;
  background: #b81c08;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item.menu-item-has-children {
  position: relative;
  margin-right: 40px;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item.menu-item-has-children:after {
  content: "";
  height: 6px;
  width: 6px;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  position: absolute;
  right: -12px;
  top: 8px;
  transform: rotate(-45deg);
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item:hover > a {
  color: #b81c08;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item:hover:after {
  border-color: #b81c08;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a {
  padding: 10px 20px;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a:hover {
  color: #ffffff;
}
.site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn:before {
  display: none !important;
}

.inner-page-banner {
  background-color: #284162;
  position: relative;
}
.inner-page-banner:after {
  content: "";
  background: url(../images/buildings-bg.png) no-repeat bottom right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-size: contain;
}
.inner-page-banner .wis-breadcrumb-wrapper {
  padding: 30px 0 0 0;
  font-size: 13px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.inner-page-banner .wis-breadcrumb-wrapper a {
  color: #ffffff;
}
.inner-page-banner .wis-breadcrumb-wrapper .wis-breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
}
.inner-page-banner .wis-breadcrumb-wrapper .wis-breadcrumb .seperator {
  margin: 0 8px;
}
.inner-page-banner .wis-breadcrumb-wrapper .wis-breadcrumb li {
  list-style: none;
}
.inner-page-banner .wis-entry-header {
  padding: 5px 0 30px 0;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.inner-page-banner .wis-entry-header h1 {
  margin: 0;
}

.wis-padded-section {
  padding: 4rem 0;
}

.section-heading-subheading {
  margin: 0 0 25px 0;
}
.section-heading-subheading .section-subtitle {
  color: #005498;
  font-weight: 600;
}
.section-heading-subheading .section-title {
  font-size: 2.2rem;
}

.wis-slider-wrapper .item {
  min-height: 500px;
  height: calc(100vh - 149px);
  position: relative;
}
.wis-slider-wrapper .item .slide-background {
  position: absolute;
  height: 100%;
  width: 100%;
}
.wis-slider-wrapper .item .slide-background img,
.wis-slider-wrapper .item .slide-background video {
  min-height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wis-slider-wrapper .item .slide-background .volume-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}
.wis-slider-wrapper .item .slide-background .volume-button button {
  height: 38px;
  width: 38px;
  border-radius: 38px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.wis-slider-wrapper .item .slide-background .volume-button button svg path {
  fill: #555;
}
.wis-slider-wrapper .item .slide-background .volume-button button:active, .wis-slider-wrapper .item .slide-background .volume-button button:focus {
  outline: none;
}
.wis-slider-wrapper .item .slide-background .volume-button button .mute {
  position: absolute;
  transition: all 0.5s;
}
.wis-slider-wrapper .item .slide-background .volume-button button .unmute {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.wis-slider-wrapper .item .slide-background .volume-button button.active .mute {
  opacity: 0;
}
.wis-slider-wrapper .item .slide-background .volume-button button.active .unmute {
  opacity: 1;
}
.wis-slider-wrapper .item .slide-background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.wis-slider-wrapper .item .slide-content {
  position: relative;
  z-index: 100;
  min-height: 500px;
  height: calc(100vh - 149px);
  display: flex;
  align-items: center;
}
.wis-slider-wrapper .item .slide-content h4 {
  color: #ffffff;
  opacity: 0.8;
}
.wis-slider-wrapper .item .slide-content h1 {
  color: #ffffff;
  font-size: 3rem;
  margin: 30px 0 0 0;
}
.wis-slider-wrapper .item .slide-content .slide-call-to-actions {
  margin: 40px 0 0 0;
}
.wis-slider-wrapper .item .slide-content .slide-call-to-actions .btn, .wis-slider-wrapper .item .slide-content .slide-call-to-actions .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn .wis-slider-wrapper .item .slide-content .slide-call-to-actions a {
  margin: 0 15px 0 0;
}
.wis-slider-wrapper .item .slide-content .slide-call-to-actions .btn:last-child, .wis-slider-wrapper .item .slide-content .slide-call-to-actions .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a:last-child, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn .wis-slider-wrapper .item .slide-content .slide-call-to-actions a:last-child {
  margin-right: 0;
}
.wis-slider-wrapper .owl-dots {
  position: absolute;
  right: 20px;
  top: calc(50% - 30px);
  display: flex;
  flex-direction: column;
}
.wis-slider-wrapper .owl-dots button {
  margin: 3px 0;
  cursor: pointer;
  height: 12px;
  width: 12px;
  border: 2px solid #ffffff;
}
.wis-slider-wrapper .owl-dots button.active {
  background-color: #ffffff;
}

.wis-services-wrapper {
  background-color: #fff;
}
.wis-services-wrapper .blocks-header-content h2,
.wis-services-wrapper .blocks-header-content h3,
.wis-services-wrapper .blocks-header-content h4,
.wis-services-wrapper .blocks-header-content h5,
.wis-services-wrapper .blocks-header-content h6 {
  margin-bottom: 15px;
}
.wis-services-wrapper .col-md-4 .service-box {
  padding: 0 0 15px 0;
  border-bottom: 2px solid transparent;
  margin: 0 0 30px 0;
  transition: all 0.2s;
}
.wis-services-wrapper .col-md-4 .service-box:hover {
  border-bottom-color: #000000;
}
.wis-services-wrapper .col-md-4 .service-box .service-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
.wis-services-wrapper .col-md-4 .service-box .service-icon svg path {
  fill: #cc210a !important;
}
.wis-services-wrapper .col-md-4 .service-box h4 {
  font-size: 1.2rem;
}
.wis-services-wrapper .col-md-4 .service-box .service-info {
  margin: 0 0 10px 0;
}
.wis-services-wrapper .col-md-4:nth-child(4) .service-box, .wis-services-wrapper .col-md-4:nth-child(5) .service-box, .wis-services-wrapper .col-md-4:nth-child(6) .service-box {
  margin-bottom: 0;
}
.wis-services-wrapper.internal {
  background: #ffffff !important;
  padding: 2.5rem 0;
}
.wis-services-wrapper.internal .col-md-4 {
  margin-bottom: 30px;
}
.wis-services-wrapper.internal .col-md-4 .service-box {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  margin: 0;
  position: relative;
}
.wis-services-wrapper.internal .col-md-4 .service-box .btn, .wis-services-wrapper.internal .col-md-4 .service-box .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn .wis-services-wrapper.internal .col-md-4 .service-box a {
  position: absolute;
  bottom: 20px;
}

.wis-news-wrapper {
  padding: 4rem 0;
  background-color: #ffffff;
}
.wis-news-wrapper .news-box .featured-image {
  display: block;
  margin: 0 0 20px 0;
}
.wis-news-wrapper .news-box .featured-image img {
  max-height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wis-news-wrapper .blog-box {
  display: flex;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wis-news-wrapper .blog-box.first {
  margin-bottom: 30px;
}
.wis-news-wrapper .blog-box .featured-image img {
  max-width: 300px !important;
  width: auto !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.wis-news-wrapper .blog-box .blog-content {
  padding: 20px;
}
.wis-news-wrapper .col-md-4 .blog-box {
  flex-direction: column;
  height: 100%;
}
.wis-news-wrapper .col-md-4 .blog-box .featured-image img {
  max-width: 100% !important;
}

.wis-content-section video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wis-content-section img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wis-content-section .content-area {
  padding: 3rem;
  background: #F9F9F9;
}
.wis-content-section .content-area ul {
  margin: 0;
  padding: 0;
}
.wis-content-section .content-area ul li {
  list-style: none;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 10px 0;
}
.wis-content-section .content-area ul li:before {
  content: "";
  height: 10px;
  width: 18px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  left: 0;
  top: 8px;
  transform: rotate(-45deg);
}
.wis-content-section .team-member-details {
  padding: 30px;
  background: url(../images/blue_background_bg.jpg) no-repeat;
  background-size: cover;
  background-color: grey;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wis-content-section .team-member-details .row {
  width: 100%;
}
.wis-content-section .team-member-details .member-thumbnail img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 250px;
  margin: 0 auto;
  display: block;
}
.wis-content-section .team-member-details .member-thumbnail .member-info {
  margin: 20px 0 0 0;
  text-align: center;
  color: #ffffff;
}
.wis-content-section .team-member-details .member-thumbnail .member-info h6 {
  font-weight: 300;
}

.fieldset-cf7mls.cf7mls_current_fs > br {
  display: none;
}

.wis-meeting-section {
  padding: 50px 0;
  color: #ffffff;
  background: url(../images/request-meeting-banner.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
}
.wis-meeting-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: grey;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: 10;
}
.wis-meeting-section .container {
  position: relative;
  z-index: 11;
}
.wis-meeting-section .request-meeting-form {
  padding: 30px;
  background: #ffffff;
  color: #000000;
}
.wis-meeting-section .request-meeting-form .select-service-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wis-meeting-section .request-meeting-form .select-service-list li {
  list-style: none;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
  padding: 8px 15px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  width: 48%;
}
.wis-meeting-section .request-meeting-form .select-service-list li.active {
  background: #212121;
  color: #ffffff;
}
.wis-meeting-section .request-meeting-form .cf7mls_btn.action-button {
  margin: 0 !important;
}
.wis-meeting-section .request-meeting-form #meeting-date {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.wis-meeting-section .request-meeting-form .bootstrap-datetimepicker-widget {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 0 15px 0;
  padding: 10px;
}

.entry-content {
  padding: 40px 0;
}

.wis-call-to-action {
  padding: 4rem 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.wis-call-to-action:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wis-call-to-action .container {
  position: relative;
  z-index: 10;
}
.wis-call-to-action.white {
  color: #ffffff;
}

.wis-sidebar-wrapper {
  padding-left: 30px;
}
.wis-sidebar-wrapper .widget {
  margin-bottom: 30px;
}
.wis-sidebar-wrapper .widget p {
  margin-bottom: 15px;
}
.wis-sidebar-wrapper .widget p:last-child {
  margin-bottom: 0;
}
.wis-sidebar-wrapper .widget h2.widget-title {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.wis-sidebar-wrapper .widget .free-assessment-widget {
  background-color: #212121;
  color: #ffffff;
  padding: 25px;
}
.wis-sidebar-wrapper .widget.widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
}
.wis-sidebar-wrapper .widget.widget_nav_menu ul.menu li {
  list-style: none;
  position: relative;
}
.wis-sidebar-wrapper .widget.widget_nav_menu ul.menu li a {
  color: #333333;
  padding: 12px 0 12px 15px;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #ddd;
}
.wis-sidebar-wrapper .widget.widget_nav_menu ul.menu li:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 18px;
  height: 12px;
  width: 12px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-135deg);
  opacity: 0.1;
}
.wis-sidebar-wrapper .widget.widget_nav_menu ul.menu li:hover a {
  font-weight: 600;
}
.wis-sidebar-wrapper .widget.widget_nav_menu ul.menu li:hover:after {
  opacity: 0.6;
}
.wis-sidebar-wrapper .widget.widget_nav_menu ul.menu li.current_page_item a {
  color: #b81c08;
  font-weight: 600;
  border-left: 2px solid #b81c08;
}
.wis-sidebar-wrapper .widget .rpwe-block h3 {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.2;
}
.wis-sidebar-wrapper .widget .rpwe-block h3 a {
  color: #333;
}
.wis-sidebar-wrapper .widget .rpwe-block .rpwe-time {
  font-size: 12px;
  color: #aaa;
}
.wis-sidebar-wrapper .widget .wp-block-categories {
  margin: 0;
  padding: 0;
}
.wis-sidebar-wrapper .widget .wp-block-categories li {
  list-style: none;
}
.wis-sidebar-wrapper .widget .wp-block-categories li a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 10px 0 10px 30px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.wis-sidebar-wrapper .widget .wp-block-categories li a:before {
  content: "";
  position: absolute;
  border-radius: 0 4px 4px 4px;
  width: 19px;
  height: 14px;
  border: 2px solid #555;
  left: 0;
  top: 14px;
}
.wis-sidebar-wrapper .widget .wp-block-categories li a:after {
  content: "";
  height: 4px;
  width: 10px;
  background-color: #555;
  position: absolute;
  border-radius: 2px 2px 2px 0;
  left: 0;
  top: 11px;
}

.wis-faq-section {
  background-color: rgba(14, 61, 184, 0.06);
  padding: 3rem 0;
}
.wis-faq-section .accordion-item {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 0;
  overflow: hidden;
}
.wis-faq-section .accordion-item .accordion-button {
  font-weight: 500;
  border-radius: 0;
}
.wis-faq-section .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #212121;
}
.wis-faq-section .accordion-item .accordion-button:not(.collapsed):after {
  filter: brightness(0) invert(1);
}
.wis-faq-section .accordion-item .accordion-button:focus, .wis-faq-section .accordion-item .accordion-button:active {
  box-shadow: none;
  border: 0;
  outline: none;
}

.col-md-6 .wis-post-thumbnail {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.col-md-6 .wis-post-thumbnail h2.entry-title {
  margin: 0 0 5px 0;
  font-size: 24px;
  text-decoration: none;
}
.col-md-6 .wis-post-thumbnail h2.entry-title a {
  color: #333;
  text-decoration: none;
}
.col-md-6 .wis-post-thumbnail .entry-content-excerpt {
  margin: 0 0 15px 0;
}
.col-md-6 .wis-post-thumbnail .entry-header .post-thumbnail {
  margin: 0;
}
.col-md-6 .wis-post-thumbnail .entry-header .post-thumbnail img {
  height: 345px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.col-md-6 .wis-post-thumbnail .wis-post-content {
  padding: 25px;
}

.meta-wrapper {
  display: flex;
  align-items: center;
  margin: 10px 0 15px 0;
}
.meta-wrapper .posted-on {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
.meta-wrapper .posted-on svg {
  height: 18px;
  width: 18px;
  margin: 0 8px 0 0;
}
.meta-wrapper .posted-on svg path {
  fill: #666;
}
.meta-wrapper .post-taxonomies {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.meta-wrapper .post-taxonomies .cat-links {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
}
.meta-wrapper .post-taxonomies .tags-links {
  display: flex;
  align-items: center;
}
.meta-wrapper .post-taxonomies a {
  text-decoration: none;
  color: #333;
}
.meta-wrapper .post-taxonomies a:hover {
  text-decoration: underline;
}
.meta-wrapper .post-taxonomies svg {
  height: 18px;
  width: 18px;
  margin: 0 8px 0 0;
}
.meta-wrapper .post-taxonomies svg path {
  fill: #666;
}

.comment-form .comment-form-url {
  display: none;
}
.comment-form label.error {
  font-size: 13px;
  color: #d40401;
}

.entry-title.single-post {
  line-height: 1.1;
  margin: 0 0 25px 0;
}

.wis-contact-us {
  padding: 50px 0;
}
.wis-contact-us h2 {
  margin: 0 0 25px 0;
}
.wis-contact-us .form-wrapper {
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.wis-contact-us .col-item {
  margin-bottom: 1rem !important;
  padding-left: 30px;
  position: relative;
}
.wis-contact-us .col-item a {
  color: #333;
  text-decoration: none;
}
.wis-contact-us .col-item svg {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 4px;
}

.site-footer {
  padding: 50px 0;
  background: #284162;
  color: #fff;
}
.site-footer .site-logo .custom-logo-link img {
  filter: brightness(0) invert(1);
}
.site-footer .social-links ul {
  margin: 30px 0 20px 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.site-footer .social-links ul li {
  list-style: none;
  margin: 0 5px 0 0;
}
.site-footer .social-links ul li a {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  border: 2px solid #999397;
  transition: all 0.5s;
}
.site-footer .social-links ul li a svg {
  height: 18px;
  width: 18px;
  transition: all 0.5s;
}
.site-footer .social-links ul li a svg path {
  fill: #fff;
}
.site-footer .social-links ul li a:hover {
  border-color: #ffffff;
}
.site-footer .social-links ul li a:hover svg path {
  fill: #ffffff;
}
.site-footer .copyright {
  font-size: 14px;
  margin: 0;
}
.site-footer h5 {
  margin: 0 0 15px 0;
}
.site-footer ul.footer-navigation-wrapper {
  margin: 0;
  padding: 0;
}
.site-footer ul.footer-navigation-wrapper li {
  list-style: none;
  margin: 0 0 10px 0;
}
.site-footer ul.footer-navigation-wrapper li:last-child {
  margin-bottom: 0;
}
.site-footer ul.footer-navigation-wrapper li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.site-footer ul.footer-navigation-wrapper li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer .col-item {
  margin-bottom: 1rem !important;
  padding-left: 30px;
  position: relative;
}
.site-footer .col-item a {
  color: #fff;
  text-decoration: none;
}
.site-footer .col-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer .col-item svg {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 4px;
}

.navigation.pagination {
  margin: 50px 0 0 0;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
}
.navigation.pagination .nav-links .page-numbers {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin: 0 8px 0 0;
  background-color: #333;
  color: #ffffff;
  text-decoration: none;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: #eee;
  color: #333;
}

@media (max-width: 767.98px) {
  :root {
    font-size: 14px;
  }
  .btn.btn-lg, .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a.btn-lg {
    font-size: 1.1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container,
.container-sm {
    max-width: 100% !important;
  }
  .site-header .navbar .navbar-collapse {
    position: absolute;
    top: 70px;
    right: -10px;
    background: #ffffff;
    width: 100vw;
    padding: 15px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .site-header .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item {
    display: block;
    margin: 0 0 20px 0;
    padding-right: 0;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item a {
    display: block;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.nav-btn a {
    text-align: center;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.menu-item-has-children .sub-menu-toggle {
    display: block;
    background-color: #ffffff;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 0;
    right: -4px;
    z-index: 10;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.menu-item-has-children .sub-menu-toggle .icon-minus {
    display: none;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
    margin: 0;
    top: 10px;
    padding: 15px 0;
    border-top: 1px solid #eee;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.menu-item-has-children:after {
    right: 0;
  }
  .site-header .navbar .navbar-collapse .navbar-nav li.menu-item.menu-item-has-children {
    margin-right: 0;
  }
  .site-header .navbar .navbar-toggler:focus, .site-header .navbar .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
  .wis-breadcrumb-wrapper {
    padding-top: 20px;
  }
  .wis-entry-header {
    padding-bottom: 20px;
  }
  .wis-slider-wrapper .item {
    min-height: 400px;
    height: 400px;
  }
  .wis-slider-wrapper .item .slide-content {
    min-height: 400px;
    height: 400px;
  }
  .wis-slider-wrapper .item .slide-content h1 {
    font-size: 2.5rem;
  }
  .wis-slider-wrapper .item .slide-background img,
.wis-slider-wrapper .item .slide-background video {
    min-height: 400px;
  }
  .wis-content-section .content-area {
    padding: 2rem;
  }
  .wis-meeting-section .col-md-5 {
    margin: 0 0 30px 0;
  }
  .wis-meeting-section .request-meeting-form {
    padding: 20px;
  }
  .wis-meeting-section .request-meeting-form .select-service-list {
    flex-direction: column;
  }
  .wis-meeting-section .request-meeting-form .select-service-list li {
    width: 100%;
  }
  .wis-news-wrapper .blog-box {
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .wis-news-wrapper .blog-box .featured-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .wis-sidebar-wrapper {
    padding-left: 0;
    margin: 20px 0 0 0;
  }
  .fieldset-cf7mls-wrapper .row.mb-3 {
    margin-bottom: 0 !important;
  }
  .fieldset-cf7mls-wrapper .col-md-6,
.fieldset-cf7mls-wrapper .col-md-12,
.fieldset-cf7mls-wrapper .col-md-3 {
    margin-bottom: 15px !important;
  }
  .wis-contact-us .form-wrapper {
    margin: 0 0 30px 0;
  }
  .site-footer .copyright {
    margin: 0 0 30px 0;
  }
}/*# sourceMappingURL=custom.css.map */