/*
Theme Name: kirknewshome2024
Author: JE Consulting
Author URI: https://www.je-consulting.co.uk/
Version: 1.0.0
*/
/*--------------------------
            Fonts 
--------------------------*/
@font-face {
  font-family: open-sans;
  font-weight: 400;
  src: url(assets/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: open-sans;
  font-weight: 500;
  src: url(assets/fonts/OpenSans-Medium.ttf);
}
@font-face {
  font-family: open-sans;
  font-weight: 700;
  src: url(assets/fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: roboto;
  font-weight: 400;
  src: url(assets/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: roboto;
  font-weight: 500;
  src: url(assets/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: roboto;
  font-weight: 700;
  src: url(assets/fonts/Roboto-Bold.ttf);
}

h1 {
  font-size: 32px;
  line-height: 30px;
  color: #0479bf;
  font-family: roboto;
  font-weight: 400;
}
h2 {
  font-size: 21px;
  color: #17365d;
  line-height: 35px;
  font-family: roboto;
  font-weight: 500;
}
h3 {
  color: #3b3f4a;
  font-family: roboto;
  font-weight: 400;
  font-size: 25px;
}
h4,
h5,
h6 {
  color: #3b3f4a;
  font-family: roboto;
  font-weight: 700;
}
h4 {
  font-size: 17px;
  line-height: 30px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 10px;
}
blockquote {
  color: #3b3f4a;
  font-family: roboto;
  font-weight: 700;
  text-transform: none;
  padding: 20px 25px;
  margin: 0 0 10px;
  background-color: #e9e9e9;
  display: flex;
  flex-wrap: wrap;
}
blockquote p {
  font-family: roboto;
  font-weight: 700;
  color: #3b3f4a;
  margin-bottom: 0px;
}
strong,
b {
  color: #17365d;
  font-weight: 700;
}
body,
p {
  color: #787d85;
  font-family: open-sans;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
}
ul {
  list-style: disc;
  margin: 0 0 10px 20px;
}
ol {
  list-style: decimal;
  margin: 0 0 10px 20px;
}
li {
  font-family: open-sans;
  font-weight: 400;
  color: #787d85;
  line-height: 28px;
  font-size: 15px;
}
a,
li a {
  color: #0ca2e0;
  text-decoration: none;
  font-family: open-sans;
  font-weight: 400;
}
.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
a strong,
strong a {
  color: #0479bf;
  font-weight: 700;
}
a strong:hover,
strong a:hover {
  color: #0ca2e0;
}
/*-------- front page ---------------*/

.head-banner {
  background-color: #16365d;
  font-family: roboto;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0px;
}
.head-banner a,
.left-area {
  color: #ffffff;
}
.head-banner .left-area a:hover {
  color: #787d85;
  transition: all ease-in-out 0.5s;
}
.top-grid-area {
  display: grid;
  grid-template-columns: 80% 20%;
}

.call,
.head-banner .fas.fa-envelope,
.email,
.head-banner .fas.fa-phone,
.login {
  margin: 0px 5px;
}
.nav-logo-wrapper {
  border-bottom: 1px solid rgba(173, 176, 182, 0.3);
}
.right-area a {
  background-color: #ffffff;
  color: #16365d;
  padding: 5px;
  border-radius: 50%;
  margin: 4px;
}
.right-area a:hover {
  background: linear-gradient(135deg, #0ca2e0 30%, #25dde4 100%);
  color: #ffffff;
}
.right-area {
  text-align: right;
}
.right-area i.fas.fa-rss,
.right-area {
  padding-left: 5px;
}
.right-area .fa-brands.fa-facebook-f {
  padding: 0px 4px;
}

.fa-brands.fa-x-twitter,
.right-area .fa-brands.fa-linkedin-in {
  padding-left: 3px;
}
.logo-nav-wrapper.container {
  display: grid;
  grid-template-columns: 30% 70%;
}
.home-menu ul {
  list-style: none;
}
.menu {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0px;
}
.sub-menu {
  position: absolute;
  display: none;
}
.home-menu a,
#menu-menu-2 a {
  color: #3b3f4a;
  font-family: roboto;
  font-weight: 700;
  font-size: 16px;
}

.result-wrappr a {
  color: #3b3f4a;
  font-family: roboto;
  font-weight: 700;
  font-size: 20px;
}
.home-menu a:hover,
a.post-title-text:hover,
.current_page_item > a,
.current-menu-parent > a,
.current-menu-item > a,
.rel-posts-wrapper a.post-description:hover,
.result-wrappr a:hover {
  color: #0ca2e0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(32%, #0ca2e0),
    color-stop(100%, #25dde4)
  );
  background: -webkit-linear-gradient(left, #0ca2e0 32%, #25dde4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rel-posts-wrapper a.post-description:hover {
  transition: all ease-in-out 0.4s;
}
ul.sub-menu {
  margin: 0px;
  background-color: #ffffff;
  width: 270px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-top: 28px;
  z-index: 999;
}
.menu li {
  padding: 4% 0px;
}
.sub-menu a {
  padding: 4% 0px;
}
.sub-menu li {
  padding: 0px;
}
.sub-menu li:hover {
  background: linear-gradient(
    135deg,
    rgba(12, 162, 224, 0.07) 30%,
    rgba(37, 221, 228, 0.07) 100%
  );
}
.sub-menu li {
  padding-left: 8px;
}
.sub-menu .sub-menu {
  left: 100%;
}
a#case-button {
  position: relative;
}
#menu-menu-1 a::after,
.post-read-more a::after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  background: linear-gradient(
    135deg,
    rgba(12, 162, 224, 0.5) 30%,
    rgba(37, 221, 228, 0.5) 100%
  );
  bottom: -2px;
  left: 0px;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  transform: scaleX(0);
}
#menu-menu-1 a:hover::after,
.post-read-more a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menu a {
  position: relative;
  display: block;
  width: 100%;
}
#menu-menu-1 .sub-menu a::after,
#menu-menu-1 .sub-menu a:hover::after {
  transform: scaleX(0);
}
#menu-menu-1 {
  padding-right: 60px;
}
.logo-nav-wrapper {
  position: relative;
}
i.fas.fa-search {
  position: absolute;
  right: 52px;
  top: 35px;
  cursor: pointer;
}
i.fas.fa-search:hover {
  color: #3b3f4a;
}
.menu-item-has-children {
  position: relative;
}
.sub-menu .sub-menu {
  top: 0;
  margin: 0;
}
.header-search-box {
  display: none;
}
.header-search-box.display {
  display: block;
}
.header-search-box.display {
  display: block;
  position: absolute;
  right: 4%;
  bottom: 3%;
}
.header-search-box.display input#s {
  background-color: #23262d;
  color: #ffffff;
  padding: 6px 3px;
  width: 252px;
  border: none;
  border-radius: 3px;
}
.header-search-box.display form#searchform {
  position: relative;
}
.header-search-box.display input#searchsubmit {
  position: absolute;
  right: 0px;
  top: 5px;
  background-color: #23262d;
  border: none;
  color: #ffffff;
}
.result-wrappr .featured-image {
  width: 100%;
  height: 206px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 20px 0px;
}
.nav-pagination {
  text-align: center;
}
.nav-links {
  margin: 35px 0px;
}
/*------------------
        Footer
--------------------*/
.footer-wrapper {
  background-color: #013468;
}
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper a {
  color: #ffffff;
}
.footer-wrapper i,
.footer-wrapper p {
  color: #cccccc;
}
.footer-wrapper h4 {
  line-height: 35px;
}

.main-footer-area {
  display: grid;
  grid-template-columns: 33% 28% 33%;
  column-gap: 3%;
  padding: 50px 0px;
}
.cRight-wrap p {
  color: #ffffff;
  font-size: 13px;
}
.copy-links-area {
  display: grid;
  grid-template-columns: 30% 70%;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 17px;
}
.links-wrapper a {
  font-size: 13px;
  text-align: right;
}
.footer-left-area p {
  font-size: 14px;
}
.birght-text {
  color: #ffffff;
}
.logo-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-icons img {
  max-width: 112px;
  padding: 5px;
}
.footer-phone,
.footer-fax,
.footer-address {
  display: flex;
  font-size: 14px;
}
.footer-wrapper i.fas.fa-fax,
.footer-wrapper .fas.fa-home,
.footer-wrapper .fas.fa-phone {
  padding-right: 9px;
}
span.head-text {
  font-family: open-sans;
  font-weight: 400;
}
.footer-headding {
  font-family: roboto;
  font-weight: 700;
  font-size: 16px;
  padding-top: 11px;
}

a.featured-image {
  width: 75px;
  height: 75px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

a.FooterPostDate,
a.footer-post-description {
  display: block;
}
a.FooterPostDate {
  position: absolute;
  top: 0px;
  color: #cccccc;
  left: 90px;
  font-family: open-sans;
  font-weight: 700;
  font-size: 14px;
}
.FooterLatestNews {
  position: relative;
  margin-bottom: 25px;
}
a.footer-post-description {
  position: absolute;
  top: 25px;
  left: 90px;
  font-family: open-sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
}
.footer-right-area .FooterLatestNews.footer-post-description {
  margin-top: 15px;
}
#newpost1 {
  margin-top: 17px;
}
p.copy-links-area container {
  color: #ffffff;
}
.sign-up-form #gform_fields_1 {
  row-gap: 30px;
}
.sign-up-form .gform_footer.top_label {
  position: absolute;
  top: -23px;
  right: 5%;
}
#gform_1 {
  position: relative;
}
input#gform_submit_button_1 {
  background: #013468;
  padding: 10px 40px;
  font-family: "roboto";
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
div#field_1_3 {
  font-weight: 700;
  color: #17365d;
}
a.it-button:hover {
  color: #ffffff;
}
/*------------------
        home page
-------------------*/
.wp-gr .grw-row {
  justify-content: center;
}
.wp-gr .grw-row-xl .grw-header {
  -ms-flex: 0 0 17.666666% !important;
  flex: 0 0 17.666666% !important;
  max-width: 17.666666% !important;
}
.wp-gr .grw-row .grw-header-inner {
  background-color: #ffffff !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;

  width: 357px !important;
}
.reviews-banner {
  position: absolute;
  z-index: 88;
  /* right: 11%;
    bottom: 29%; */
  margin-left: 71%;
  margin-top: 276px;
}
.banner-image {
  height: 500px;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-content {
  position: absolute;
  top: 38%;
  width: 44%;
  left: 22%;
}
.banner-content.fade-in-bottom.ppb-banner {
  top: 32%;
}
.banner-content h2,
.banner-content p {
  color: #ffffff;
  font-family: open-sans;
  font-weight: 400;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.banner-content h2 {
  font-size: 35px;
  line-height: 40px;
  font-family: open-sans;
  font-weight: 500;
}
.banner-content p {
  font-size: 22px;
  margin-bottom: 40px;
  font-family: open-sans;
  font-weight: 500;
}
.slides-wrapper .arrow.prevArrow.slick-arrow,
.slides-wrapper .arrow.nextArrow.slick-arrow,
.services-wrapper .arrow.prevArrow.slick-arrow,
.services-wrapper .arrow.nextArrow.slick-arrow {
  position: absolute;
  z-index: 888;
  top: 45%;
  padding: 18px 27px;
  background-color: #000000;
  border: none;
  border-radius: 54%;
  color: #fff;
  cursor: pointer;
}
body .services-wrapper .arrow.prevArrow.slick-arrow,
body .services-wrapper .arrow.nextArrow.slick-arrow {
  top: 40%;
}
.home-services-grid p {
  margin-bottom: 0px;
}
.slides-wrapper .arrow.prevArrow.slick-arrow,
.services-wrapper .arrow.prevArrow.slick-arrow {
  left: 5%;
}

.slides-wrapper .arrow.nextArrow.slick-arrow,
.services-wrapper .arrow.nextArrow.slick-arrow {
  right: 5%;
}
.slides-wrapper .arrow.nextArrow.slick-arrow:hover,
.slides-wrapper .arrow.prevArrow.slick-arrow:hover,
.services-wrapper .arrow.prevArrow.slick-arrow:hover,
.services-wrapper .arrow.nextArrow.slick-arrow:hover {
  opacity: 0.6;
  transition: all ease-in-out 0.4s;
}

.slick-active .fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

p.hero-title,
p.hero-title-1,
p.hero-title-2,
p.hero-title-3,
p.hero-title-4,
p.hero-title-5,
p.hero-title-6 {
  position: absolute;
  font-family: roboto;
  font-weight: 700;
  font-size: 19px;
}
p.hero-title {
  bottom: -28px;
  left: 120px;
  width: 62%;
}
p.hero-title-1 {
  bottom: -28px;
  left: 240px;
}
p.hero-title-2 {
  bottom: -21px;
  left: 206px;
  width: 426px;
}
p.hero-title-3 {
  bottom: -43px;
  width: 50%;
  left: 155px;
}
p.hero-title-4 {
  bottom: -28px;
  left: 165px;
  width: 50%;
}
p.hero-title-5 {
  bottom: -46px;
  left: 192px;
  width: 42%;
}
p.hero-title-6 {
  bottom: -30px;
  left: 220px;
  width: 52%;
}
img.hero-logo {
  height: 77px;
  margin-left: 30px;
}
.open-quote {
  position: absolute;
  height: 60px;
  width: 58px;
  top: -14px;
  left: -79px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.close-quote {
  position: absolute;
  height: 60px;
  width: 58px;
  bottom: 25px;
  right: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.close-quote.quote-2 {
  right: -56px;
  bottom: 109px;
}
.close-quote.quote-3 {
    bottom: 75px;
    right: -35px;
}
.H-logo {
  width: 190px;
}
#Home-Welcome-Banner {
  background: linear-gradient(
    to bottom,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
  font-family: roboto;
  font-weight: 700;
}
.more-blue,
.post-CTA a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #17365e;
  background: #17365e;
  background: -webkit-linear-gradient(135deg, #17365e 50%, #013468 100%);
  background: linear-gradient(135deg, #17365e 50%, #013468 100%);
  padding: 17px 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1%;
  font-family: open-sans;
  font-weight: 700;
}
.post-CTA a {
  width: 75%;
}
.post-CTA {
  text-align: center;
}
.blue-border {
  text-decoration: none;
  display: inline-block;
  background-color: #17365e;
  background: #17365e;
  background: -webkit-linear-gradient(135deg, #17365e 50%, #013468 100%);
  background: linear-gradient(135deg, #17365e 50%, #013468 100%);
  padding: 12px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1%;
}
.more-blue:hover,
.blue-border:hover,
.wide-button:hover,
.knfp-button:hover,
.contact-button:hover,
.post-CTA a:hover {
  box-shadow:
    0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service-image {
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-services-slider .service-image {
  height: 230px;
}
a.service-title:hover {
  font-size: 18px;
  transition: all ease-in-out 0.8s;
}
.about-description {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 7%;
  text-align: center;
}
a.service-title {
  font-family: roboto;
  font-weight: 700;
}
.directors-wrapper .arrow.prevArrow.slick-arrow,
.directors-wrapper .arrow.nextArrow.slick-arrow {
  position: absolute;
  top: 45%;
  border: none;
  border-radius: 54%;
  color: #333333;
  cursor: pointer;
}
.directors-wrapper .arrow.prevArrow.slick-arrow {
  left: -2%;
}

.directors-wrapper .arrow.nextArrow.slick-arrow {
  right: -2%;
}
img.profile-image {
  height: 277px;
  width: 277px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.profile-card {
  padding: 0px 20px;
  text-align: center;
}
.Director-Name {
  margin-top: 20px;
  font-family: roboto;
  font-weight: 700;
  font-size: 16px;
}
.Director-Name h3 {
  font-family: roboto;
  font-weight: 700;
  font-size: 16px;
  color: #3b3f4a;
}
.director-description p {
  color: #3b3f4a;
  font-size: 15px;
  font-family: open-sans;
  font-weight: 400;
}

.wide-button {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  background-color: #17365e;
  background: #17365e;
  background: -webkit-linear-gradient(135deg, #17365e 50%, #013468 100%);
  background: linear-gradient(135deg, #17365e 50%, #013468 100%);
  padding: 20px 55px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roboto;
  font-weight: 700;
}
.knfp-button {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #222;
  padding: 12px 20px;
  margin: 10px 0px;
  font-family: open-sans;
  font-weight: 700;
}

/*---------------------
        inner pages
-----------------------*/
.content-wrapper {
  display: grid;
  grid-template-columns: 73% 25%;
  gap: 2%;
  padding-bottom: 50px;
}
.newswire-sign-up {
  background-color: #f2f2f2;
  padding: 25px 0px;
}
#breadcrumbs {
  margin-top: 20px;
}
.SideFeaturedImage {
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-description.dark {
  background-color: #f2f2f2;
}
.our-services-grid .about-description {
  padding: 0px;
  background: #f9f9f9;
}
.our-services-grid .about-description h4 {
  padding: 10px;
}
.slide-our-servies.slick-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.slide-our-servies .about-description {
  background-color: #f1f1f1;
}
.slick-dots {
  display: flex;
  justify-content: center;

  margin: 0;
  padding: 16px 0;

  list-style-type: none;

  li {
    margin: 0 0.25rem;
  }

  button {
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;

    border: none;
    border-radius: 100%;
    background-color: #f2f2f2;
    text-indent: -9999px;
  }

  li.slick-active button {
    background-color: #17365d;
  }
}
.internal-book {
  text-align: center;
  padding: 0px 20px 20px 20px;
  background: #e9e9e9;
}
.internal-book img {
  width: 100%;
}
a.default-button {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #17365e 50%, #013468 100%);
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

a.default-button:hover,
.it-button:hover,
input#gform_submit_button_1:hover,
#jobs-expand h4.vc_tta-panel-title.vc_tta-controls-icon-position-left:hover {
  box-shadow:
    0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.full-title {
  background: #17365e;
  background: -moz-linear-gradient(
    top,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
  background: -webkit-linear-gradient(
    top,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
  background: linear-gradient(
    to bottom,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17365e', endColorstr='#1f4b82',GradientType=0 );
}
.SideFeaturedImage {
  height: 220px;
  width: 100%;
  background-color: #e9e9e9;
  background-position: center;
}
.FullPageFeaturedImage {
  margin-bottom: 5px;
  height: 220px;
  width: 100%;
  background-position: center;
}
.full-title h3 {
  text-align: center;
  color: #ffffff;
  padding: 20px;
  font-weight: 500;
  font-size: 26px;
}
.it-button {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #17365e 50%, #013468 100%);
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  width: 75%;
}
#jobs-expand h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
  background: linear-gradient(135deg, #17365e 50%, #013468 100%);
}
#grey-container {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
#video-player {
  border: 15px solid #000000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#careers-btn-row {
  background: #17365e;
  background: -moz-linear-gradient(
    top,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
  background: -webkit-linear-gradient(
    top,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
  background: linear-gradient(
    to bottom,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17365e', endColorstr='#1f4b82',GradientType=0 );
}
.vacancybutton a {
  display: block;
  padding: 20px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
  background-color: #0479bf;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 3% !important;
  margin-top: 2%;
  min-height: 50px;
}
h2.benifits-title {
  font-size: 32px;
  color: #0479bf;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 400;
}
h5.evc-iwt-title {
  color: #1e477b;
}
h4.wpb_heading.wpb_pie_chart_heading {
  position: absolute;
  top: 54%;
  width: 40%;
  left: 30%;
}
.vc_pie_chart .vc_pie_wrapper {
  position: relative;
}
.career-progression-row .staff-image img {
  border-radius: 100%;
  width: 180px;
  height: 180px;
  border: 3px solid #fff;
  position: relative;
  box-shadow:
    0 0 0 3px #0479bf,
    0 0 0 3px #0479bf,
    0 0 0 3px #0479bf;
}
.staff-name {
  height: 130px;
  margin-top: 20%;
  margin-bottom: 0px !important;
  display: flex;
}
.staff-name p {
  font-size: 20px;
  font-weight: 700;
  color: #3b3f4a;
}
.staff-name div {
  font-size: 23px;
  color: #0479bf;
  font-weight: bold;
}
.career-progression-row .staff-timeline ul {
  padding-top: 20px;
  margin-left: 115px;
  padding-left: 6px;
  border-left: 3px solid #0479bf;
}
.career-progression-row .staff-timeline li {
  margin-left: 7px;
}
.wpb_text_column.wpb_content_element.staff-image {
  margin-bottom: 0px;
}
.career-progression-row .staff-timeline ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0479bf;
  display: block;
  position: absolute;
  left: -19px;
  top: 10px;
}
.career-progression-row .staff-timeline ul li {
  position: relative !important ;
  list-style: none !important ;
}

.post-meta {
  text-align: center;
}
.related-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rel-posts-wrapper .featured-image {
  width: 110px;
  height: 79px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rel-posts-wrapper {
  display: grid;
  grid-template-columns: 27% 73%;
  margin: 27px 5px;
}
h3.rel-posts-banner {
  text-align: center;
  margin: 46px 0px;
  position: relative;
  font-weight: 500;
  border-top: 1px solid rgba(173, 176, 182, 0.8);
  padding-top: 20px;
}
h3.rel-posts-banner:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  content: "";
  background: linear-gradient(135deg, #0ca2e0 30%, #25dde4 100%);
}
.page-numbers.current {
  position: relative;
}
.page-numbers.current:after {
  position: absolute;
  bottom: 9px;
  left: 15%;
  width: 30px;
  height: 3px;
  content: "";
  background: linear-gradient(135deg, #0ca2e0 30%, #25dde4 100%);
}
span.page-numbers,
a.page-numbers {
  padding: 15px;
  color: #3b3f4a;
  margin: 0px 5px;
}
.primary-cat {
  color: #787d85;
}
.rel-posts-wrapper a.post-description {
  color: #3b3f4a;
  font-family: open-sans;
  font-size: 15px;
}
.rel-posts-wrapper p.date-posted {
  color: #adb0b6;
  font-size: 13px;
}
.post-meta {
  margin-top: 30px;
}
.left-area {
  font-size: 13px;
}
#jobs-expand
  .vc_tta-color-blue.vc_tta-style-modern
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #fff;
}
#gform_submit_button_3,
#gform_submit_button_8,
#gform_submit_button_9,
#gform_submit_button_10,
#gform_submit_button_5,
#gform_submit_button_11,
#gform_submit_button_2 {
  background-color: #013468;
}
.contact-button.careers a {
  color: #ffffff;
  padding: 15px 25px;
}
.SearchWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8%;
  background: #f8f8f9;
  padding: 25px;
  margin-bottom: 35px;
}
h1.search-results-title-h1 {
  text-align: center;
  margin-top: 5%;
}
.result-wrappr {
  margin: 5px 15px;
}
.no-results {
  text-align: center;
  display: inline-block;
  grid-column: span 3;
}
#news-wrapper.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
#news-wrapper .wpb_content_element {
  margin-bottom: 0px;
}
/*-------------------------
team page and inner pages
-------------------------*/

img.profile-image-wrap {
  height: 327px;
  float: left;
  margin-right: 10px;
}
.tshowcase-template-default .ts-square img {
  display: none;
}
.tshowcase-template-default .tshowcase-vcard {
  display: none !important;
}
.TeamInfo ul {
  list-style: none;
}
.tshowcase-box-photo.ts-square img {
  border: 1px solid #cccccc;
}
.tshowcase-box-photo.ts-square img:hover {
  box-shadow: 0px 0px 4px 2px rgba(204, 204, 204, 1);
  transition: all ease-in-out 0.4s;
}
.tshowcase .tshowcase-box-title a {
  font-family: open-sans;
  font-weight: 700;
  color: #0479bf;
  font-size: 15px;
}
.TeamInfo ul li a {
  color: #17365d;
  font-family: open-sans;
  font-weight: 700;
}
.TeamInfo i {
  margin-right: 8px;
}
/*--------------------
archive loop
-------------------*/
.archive-loop.archive-wrap.inner-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  background: #f8f8f9;
  padding: 10px;
}
.post-image {
  height: 130px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-wrapper {
  display: block;
  overflow: hidden;
}
.post-image:hover {
  transform: scale(1.2);
  transition: all ease-out 4s;
}
.post-image:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    135deg,
    rgba(12, 162, 224, 0.36) 30%,
    rgba(37, 221, 228, 0.36) 100%
  );
  opacity: 0;
}
.post-image:hover:after {
  opacity: 0.7;
  transition: all ease-in-out 0.5s;
}
a.post-title-text {
  font-family: roboto;
  font-weight: 700;
  color: #3b3f4a;
  font-size: 20px;
}
p.post-date {
  color: #aeb0b5;
}
a#case-button {
  font-family: open-sans;
  font-weight: 700;
  font-size: 14px;
  color: #3b3f4a;
}
/*-------------------
    side bar
--------------------*/

.related-links-container {
  padding: 20px;
  background: #e9e9e9;
}
.related-links-box {
  background: #ffffff;
  margin-bottom: 25px;
}
.related-links-box ul {
  list-style: none;
  margin: 0px;
}
.related-links-box ul li a {
  font-family: open-sans;
  font-weight: 700;
  font-size: 14px;
  color: #17365d;
  display: block;
  padding: 10px;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}
.contact-button a {
  background: linear-gradient(135deg, #17365e 50%, #013468 100%);
  display: block;
  text-align: center;
  padding: 10px 0px;
}
.contact-button h3 {
  color: #ffffff;
  font-family: open-sans;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}
.related-links-box .menu {
  display: block;
}
.related-links-box .menu li {
  padding: 0px;
}
.related-links-box .current-menu-item,
.related-links-box .current_page_item {
  display: none;
}
.related-links-box.dates a {
  font-family: open-sans;
  font-weight: 700;
  font-size: 14px;
  color: #17365d;
  display: block;
  padding: 10px;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
  width: 100%;
}
.content-wrapper.single-wrapper {
  margin-top: 20px;
}
/*--------------------------
  referrals page
---------------------------*/
#referral-title {
  background: linear-gradient(
    to bottom,
    #17365e 1%,
    #1b406e 30%,
    #1d4679 81%,
    #1f4b82 99%
  );
}

/*-----------------------
  responsive menu
-------------------*/
.mobile-menu-wrap {
  position: fixed;
  display: grid;
  grid-template-columns: 75% 25%;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;
  overflow: auto;
}
.mobile-menu-wrap.display {
  scrollbar-width: none;
}
.mobile-navigation-wrap .menu {
  display: block;
  margin-top: 100px;
}
#menu-menu-2 li {
  z-index: 999;
}
nav.mobile-navigation-wrap {
  background-color: #fff;
  z-index: 999;
}
ul#menu-menu-2,
#menu-menu-2 ul.sub-menu {
  list-style: none;
}
#menu-menu-2 li {
  border-bottom: 1px solid rgba(59, 63, 74, 0.08);
  position: relative;
}
.mobile-close-icon {
  position: absolute;
  top: 32px;
  right: 0px;
  color: white;
  z-index: 999;
  font-size: 43px;
  padding: 2px 7px;
  background: linear-gradient(135deg, #0ca2e0 30%, #25dde4 100%);
}
ul#menu-menu-2 li.menu-item-has-children i {
  color: #b9b9b9;
  position: absolute;
  top: 23px;
  right: 39px;
  font-weight: 700;
  font-size: 23px;
}
#menu-menu-2 .sub-menu {
  width: 100%;
  box-shadow: none;
  position: relative;
}
.mobile-menu-wrap {
  right: -100%;
}
.mobile-menu-wrap.display {
  right: 0;
}
.home-menu {
  position: relative;
}
i.fa-solid.fa-bars {
  position: absolute;
  right: 54px;
  top: 34px;
  font-size: 25px;
  font-weight: 600;
  color: #3b3f4a;
  display: none;
}
#menu-menu-2 .sub-menu .sub-menu {
  left: 0;
}

.wp-google-list {
  max-width: 382px;
}

.wp-gr .wp-google-list .grw-header-inner {
  background: #fff;
  border-radius: 20px;
  padding: 20px !important;
}

/*-----------------------------------*/
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
  .wp-gr .grw-row-xl .grw-header {
    flex: 0 0 27.666666% !important;
    max-width: 27.666666% !important;
  }
  .banner-content {
    position: absolute;
    top: 14%;
    width: 44%;
    left: 13%;
  }
  p.hero-title-3 {
    bottom: -28%;
  }
  p.hero-title,
  p.hero-title-4 {
    bottom: -15%;
  }
  p.hero-title-1 {
    bottom: -12%;
  }
  .about-description {
    padding: 4%;
  }
  .directors-wrapper .arrow.prevArrow.slick-arrow {
    left: 0%;
  }
  #home-flex-wrapper-tablet .vc_col-sm-9 {
    width: 59%;
  }
  #home-flex-wrapper-tablet .vc_col-sm-3 {
    width: 40%;
  }
  .footer-wrapper {
    padding: 0px 20px;
  }
  .main-footer-area {
    grid-template-columns: repeat(2, 1fr);
  }
  .sign-up-form .gform_footer.top_label {
    top: -26px;
    right: 2%;
  }
  ul#menu-menu-1 {
    margin: 0px;
  }
  .content-wrapper {
    grid-template-columns: 69% 29%;
  }
  .tshowcase-inner-box {
    margin: 8px;
  }
  h4.wpb_heading.wpb_pie_chart_heading {
    top: 50%;
  }
  .career-progression-row .staff-timeline ul {
    margin-left: 90px;
  }
  .rel-posts-wrapper {
    grid-template-columns: 34% 66%;
  }
} /* Tablet Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  i.fa-solid.fa-bars {
    display: block;
  }
  i.fas.fa-search {
    right: 108px;
    top: 20px;
  }
  .home-menu .menu-menu-1-container {
    display: none;
  }
  i.fa-solid.fa-bars {
    right: 54px;
    top: 16px;
  }
  .header-search-box.display {
    right: 22%;
    bottom: 18%;
  }
  .mobile-menu-wrap {
    grid-template-columns: 50% 50%;
  }
  .service-image {
    display: none;
  }
  .about-description.mobile-grey,
  .home-services-grid .about-description.mobile-grey.phone-style {
    background: #f1f1f1;
  }

  .home-services-grid .about-description.mobile-grey {
    background: #ffffff;
  }
  .content-wrapper {
    display: block;
  }
  .sign-up-form .gform_footer.top_label {
    top: 38px;
    right: 17%;
  }
  .reviews-banner {
    display: none;
  }
  .banner-content {
    width: 62%;
    left: 18%;
  }
  .banner-content.fade-in-bottom.ppb-banner {
    top: 9%;
  }
  .close-quote.quote-3 {
    bottom: -30px;
  }
  #ipad.vc_col-sm-6 {
    width: 100%;
  }
  .copy-links-area {
    grid-template-columns: repeat(1, 1fr);
  }
  .top-grid-area {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-description {
    min-height: 200px;
  }
  .about-description.mobile-title {
    background: white;
    border-left: 1px solid #013468;
    border-right: 1px solid #013468;
  }
  .our-services-slider .arrow.prevArrow.slick-arrow,
  .our-services-slider .arrow.nextArrow.slick-arrow,
  .our-sectors-slider .arrow.nextArrow.slick-arrow,
  .our-sectors-slider .arrow.prevArrow.slick-arrow {
    display: none !important;
  }
  h4.wpb_heading.wpb_pie_chart_heading {
    position: relative;
    width: 100%;
    left: 0;
    display: block;
  }
  #career-progression-row .vc_custom_1564671643613,
  #career-progression-row .vc_custom_1564565323011 {
    padding-left: 10px !important;
  }
  #career-progression-row .vc_custom_1564671658480,
  #career-progression-row .vc_custom_1564565332069 {
    padding-right: 10px !important;
  }
  .side-bar {
    margin-top: 20px;
  }
} /* iPhone 6 Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 907px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .sign-up-form .gform_footer.top_label {
    top: 38px;
    right: 17%;
  }
  #ipad.vc_col-sm-6 {
    width: 100%;
  }
}

/*Phone Portrait*/
@media only screen and (max-width: 812px) {
  i.fa-solid.fa-bars {
    display: block;
  }
  .reviews-banner {
    display: none;
  }
  .home-menu .menu-menu-1-container {
    display: none;
  }
  .top-grid-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .logo-wrap img {
    height: 57px;
    margin: 10px;
  }
  i.fa-solid.fa-bars {
    right: 18px;
    top: 27px;
  }
  i.fas.fa-search {
    right: 68px;
    top: 31px;
  }
  .right-area {
    text-align: center;
  }
  .logo-nav-wrapper.container {
    padding: 0px;
  }
  .header-search-box.display input#s {
    width: 336px;
    padding: 10px 3px;
  }
  .header-search-box.display input#searchsubmit {
    top: 8px;
  }
  .mobile-menu-wrap {
    grid-template-columns: 25% 75%;
  }
  .hero-slider .banner-image {
    height: 250px;
  }
  .hero-slider .banner-content p {
    display: none;
  }
  .hero-slider .slick-slide img {
    display: none;
  }
  .banner-content h2 {
    font-size: 21px;
  }
  .banner-content {
    top: 21%;
    width: 44%;
    left: 29%;
  }
  .close-quote {
    bottom: -34px;
  }
  #Home-Welcome-Banner {
    padding: 0px 16px;
  }
  #mobile-hide {
    display: none;
  }
  .service-image {
    display: none;
  }
  .home-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-description.phone-style {
    background: #f1f1f1;
  }
  .main-footer-area {
    grid-template-columns: repeat(1, 1fr);
  }

  #home-flex-wrapper-tablet .vc_col-sm-9 {
    width: 100%;
  }
  .sign-up-form .gform_footer.top_label {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .copy-links-area {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  ul#menu-menu-2 li.menu-item-has-children i {
    top: 14px;
  }
  .our-services-slider .arrow.prevArrow.slick-arrow,
  .our-services-slider .arrow.nextArrow.slick-arrow,
  .our-sectors-slider .arrow.nextArrow.slick-arrow,
  .our-sectors-slider .arrow.prevArrow.slick-arrow {
    display: none !important;
  }
  .our-services-slider a.service-title {
    font-size: 15px;
  }
  .services-wrapper .about-description {
    height: 150px;
  }
  .about-description.mobile-title {
    background: #ffffff;
    border-left: 1px solid #17365d;
    border-right: 1px solid #17365d;
  }
  #menu-menu-2 li a {
    padding-right: 23%;
  }
  .staff-name {
    margin-top: 0px;
    height: 70px;
  }
  #career-progression-row .vc_custom_1564671643613,
  #career-progression-row .vc_custom_1564565323011 {
    padding-left: 0px !important;
  }

  #career-progression-row .vc_custom_1564671658480,
  #career-progression-row .vc_custom_1564565332069 {
    padding-right: 0px !important;
  }
  .staff-name {
    justify-content: center;
  }
  .news-page-bg-image.wpb_column.vc_column_container.vc_col-sm-3.vc_col-has-fill {
    display: none;
  }
  #news-mobile {
    background: #ffffff;
  }
  .related-posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-loop.archive-wrap.inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .SearchWrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .slides-wrapper .arrow.prevArrow.slick-arrow,
  .slides-wrapper .arrow.nextArrow.slick-arrow {
    padding: 5px 14px;
  }

  #news-wrapper a.service-title {
    height: 66px;
    display: block;
    padding-top: 20px;
  }

  img.profile-image-wrap {
    float: none;
  }
  .close-quote.quote-2 {
    right: -43px;
    bottom: -6px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 812px) {
  #news-wrapper .news-title {
    display: inline-block;
    width: 100%;
  }
  #ipad.vc_col-sm-6 {
    width: 100% !important;
  }
}

.newswire-sign-up-page .sign-up-form .gform_footer.top_label {
  position: static !important;
}
.newswire-sign-up-page .gform-theme--foundation .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
