@charset "UTF-8";
/*
Theme Name: FRS
Author: Matrix Internet
Author URI: https://matrixinternet.ie
Description: WordPress theme for FRS
Text Domain: FRS
Version: 1.0.0
License: GNU General Public License v2 or later
*/
html {
  scroll-behavior: smooth; }

@font-face {
  font-family: "Open Sans Regular";
  font-style: normal;
  font-family: myFirstFont;
  src: url("fonts/segoe_ui.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Regular";
  font-family: myFirstFontItalic;
  src: url("fonts/segoe_ui_italic.ttf");  
  font-display: swap;
 }
@font-face {
  font-family: "Open Sans Regular";
  font-family: myFirstFontBold;
  src: url("fonts/segoe_ui_bold.ttf");
  font-display: swap;
 }
* {
  box-sizing: border-box;
  font-family: 'myFirstFont', courier;
  color: #4D4D4D; }

body {
  font-family: 'myFirstFont';
  font-size: 18px;
  line-height: 24px;
  margin: 0; }

h2 {
  font-size: 2rem;
  line-height: 40px;
  font-style: normal;
  font-weight: normal; }

h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem; }

.wp-block-button__link {
  width: auto;
  min-width: auto;
  display: inline-block;
  border: 1px solid #979797;
  border-radius: 18px;
  background-color: #4A98EA;
  border: none !important;
  margin-top: 15px;
  color: white !important;
  font-size: 14px;
  padding: 7px 35px; }
  .wp-block-button__link:hover {
    color: white;
    background-color: #0062cc;
    text-decoration: none; }

input:focus, button:focus {
  outline: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.bg-primary {
  background: linear-gradient(180deg, rgba(23, 36, 78, 0) 36.38%, #192B69 73.89%), linear-gradient(95.81deg, #224780 6.71%, #2267A6 80.36%); }
  .bg-primary * {
    color: white; }

.bg-dark {
  background: #1C1F2D;
  /* box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.25), inset 4px 4px 20px rgba(0, 0, 0, 0.75); */ }
  .bg-dark * {
    color: white; }

.bg-white {
  background: white; }
  .bg-white * {
    color: #4D4D4D; }

.wp-block-button.btn.btn-primary {
  padding: 0;
  background: transparent;
  margin: 0; }
  .wp-block-button.btn.btn-primary:hover {
    background-color: #0062cc; }

.wp-block-button.btn.btn-secondary {
  padding: 0;
  background: transparent;
  margin: 0; }

.btn.btn-primary, .btn.btn-primary a, a.btn-primary {
  background: #4A98EA;
  border-radius: 15px;
  padding: 8px 50px;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  /* font-weight: 600; */
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  text-decoration: none; }
  .btn.btn-primary:hover, .btn.btn-primary a:hover, a.btn-primary:hover {
    background-color: #0062cc; }

a.btn-secondary {
  background: #FF6700;
  border-radius: 15px;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  /* font-weight: 600; */
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  text-decoration: none; }

body .text-secondary {
  color: #FF6700 !important; }

.small, small {
  font-size: 65%; }

sup {
  font-size: 60%; }

.primary-box {
  background: linear-gradient(153.34deg, #2266A5 5.91%, #1D3963 93.02%);
  border-radius: 0px 10px 0px 0px;
  padding: 25px;
  margin: auto 15px; }
  .primary-box * {
    color: white; }
  .primary-box img {
    padding: 15px;
    background: white;
    border-radius: 50%; }

.white-box {
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
  /*
  font-size: 18px;
  line-height: 24px; 
  */ }
  .white-box * {
    color: #4D4D4D; }
  .white-box p {
    flex-grow: 1; }
  .white-box .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap; }

.line-height-medium {
  line-height: 1.8; }

.wp-block-group {
  margin: auto;
  display: block;
  max-width: 1140px; }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

.padding-medium {
  padding: 25px; }

.padding-large {
  padding: 50px; }

.padding-section {
  padding: 100px; }

.padding-y-small {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding-y-medium {
  padding-top: 25px;
  padding-bottom: 25px; }

.padding-y-large {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-y-section {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-t-medium {
  padding-top: 25px; }

.padding-t-large {
  padding-top: 50px; }

.padding-t-section {
  padding-top: 100px; }

.padding-b-small {
  padding-bottom: 15px; }

.padding-b-medium {
  padding-bottom: 25px; }

.padding-b-large {
  padding-bottom: 50px; }

.padding-b-section {
  padding-bottom: 100px; }

.margin-y-medium {
  margin-top: 25px;
  margin-bottom: 25px; }

.margin-y-large {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-y-section {
  margin-top: 100px;
  margin-bottom: 100px; }

.alignfull {
  max-width: 100%; }
  .alignfull > .wp-block-group__inner-container {
    max-width: 1140px;
    margin: auto; }
  .alignfull.header > .wp-block-group__inner-container {
    max-width: auto;
    width: 1140px; }

.alignwide1 {
  max-width: 1300px;
  margin: auto; }

#searchform > div {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
#searchform label {
  display: none; }
#searchform .fa-search {
  cursor: pointer; }

.post {
  background: white;
  padding: 20px 50px 20px 50px;
  margin-top: -680px;
  margin-bottom: 100px;
  max-width: 980px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px 0px 0px 0px;
  line-height: 30px;
  position: relative;
  /* li::before {   content: "• "; color: red; font-size: 28px; margin-bottom: -10px }     */ }
  .post img {
    height: auto; }
  .post #share {
    position: absolute;
    padding: 9px 16px;
    background: #EFEFEF;
    border-radius: 15px 15px 0px 0px;
    top: -49px;
    right: 0px; }
    .post #share a {
      margin: auto 8px;
      text-decoration: none; }
      .post #share a:hover .fa {
        color: #ff6700; }
  .post #movement {
    position: absolute;
    padding: 8px 16px;
    background: #EFEFEF;
    border-radius: 15px 15px 0px 0px;
    top: -48px;
    left: 20px; }
    .post #movement .fa {
      border: 3px solid silver;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      padding-top: 4px;
      text-align: center;
      margin: auto 5px;
      color: black; }
      .post #movement .fa:hover {
        border-color: #ff6700; }
  .post h2, .post h1 {
    font-family: myFirstFontBold;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #4D4D4D; }
  .post p {
    margin-bottom: 40px; }
  .post li {
    position: relative;
    list-style: none; }
  .post li::before {
    content: "• ";
    color: #ff6700;
    font-size: 30px;
    top: 0;
    left: -21px;
    position: absolute; }

.clients .item {
  margin-bottom: 6px;
  margin-top: 6px;
  padding: 15px;
  border: 1px solid #ececec;
  /* cursor: pointer; box-shadow: 0 0 17px rgba(0, 0, 0, 0.25); */
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  position: relative;
  height: 150px;
  display: flex;
  background: white; }
  .clients .item:hover {
    cursor: pointer;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.25);
    border: none; }
  .clients .item.active {
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.25);
    border: none; }
  .clients .item .fa {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0.3; }
    .clients .item .fa:hover {
      opacity: 1; }
  .clients .item img {
    max-width: 100%; }
  .clients .item .toggle {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 135px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: white;
    width: 100%;
    box-shadow: 0 15px 17px rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
    cursor: default; }
    .clients .item .toggle.open {
      visibility: visible;
      opacity: 1;
      z-index: 3;
      transition-delay: 100ms; }
    .clients .item .toggle i {
      display: block;
      text-align: right;
      font-size: 80%;
      margin-top: 10px; }

.testimonials {
  background: #1C1F2D;
  box-shadow: inset 5px 5px 50px rgba(0, 0, 0, 0.25), inset 4px 4px 20px rgba(0, 0, 0, 0.75); }
  .testimonials .wp-block-group__inner-container > h2, .testimonials .wp-block-group__inner-container > h4 {
    color: white;
    margin: 10px auto; }
  .testimonials .testimonials-group {
    margin-top: 80px; }
  .testimonials .testimonial {
    display: none;
    margin-bottom: 0; }
  .testimonials .testimonial:first-child {
    display: flex; }
  .testimonials .testimonials-box {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8);
    border-radius: 0px 10px 0px 0px;
    background: white;
    border-radius: 0px 10px 0px 0px;
    overflow: hidden;
    flex-basis: 77%;
    align-self: center; }
    .testimonials .testimonials-box .testimonial:nth-child(1) img {
      margin-left: -85px !important; }
    .testimonials .testimonials-box .testimonial:nth-child(2) img {
      margin-left: -135px !important; }
    .testimonials .testimonials-box .testimonial:nth-child(3) img {
      margin-left: -280px !important; }
    .testimonials .testimonials-box .testimonial:nth-child(4) img {
      margin-left: -270px !important; }
  .testimonials .wp-block-column.logos {
    flex-basis: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .testimonials .wp-block-column.logos img {
      cursor: pointer;
      display: block;
      max-height: 80px;
      float: right;
      clear: both;
      opacity: 0.3;
      margin: auto 5px;
      padding: 10px; }
      .testimonials .wp-block-column.logos img.active {
        opacity: 1; }
  .testimonials .wp-block-column.content {
    flex-basis: 63%;
    align-self: center;
    padding: 40px 60px; }
    .testimonials .wp-block-column.content h3 {
      font-weight: normal;
      font-size: 30px;
      line-height: 40px;
      color: #4D4D4D;
      margin-bottom: 0; }
      .testimonials .wp-block-column.content h3:after {
        content: '\f10d';
        font-family: 'FontAwesome';
        font-size: 45px;
        float: right; }
    .testimonials .wp-block-column.content h4 {
      font-weight: bold;
      font-size: 18px;
      line-height: 30px;
      color: #4D4D4D;
      margin-top: 0; }
    .testimonials .wp-block-column.content p {
      /* font-style: italic; */
      font-weight: 350;
      font-size: 18px;
      line-height: 24px;
      font-family: 'myFirstFontItalic'; }
    .testimonials .wp-block-column.content .btn {
      margin-top: 30px;
      color: white;
      font-weight: 600;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      padding-left: 50px;
      padding-right: 50px; }
  .testimonials .wp-block-column.image {
    flex-basis: 33%;
    overflow: hidden;
    object-fit: cover; }
    .testimonials .wp-block-column.image img {
      display: block;
      margin-left: 0 !important;
      height: 100%;
      width: auto; }

/*
.equal-height {
    height: 100%;
    display: flex;
}


.shadow {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8);
}
*/
header {
  height: 114px;
  padding-top: 7px;
  padding-bottom: 12px;
  background: white;
  border-bottom: 1px solid #dedede;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0; }
  header .header-left {
    flex-basis: 22%;
    z-index: 99999999999; }
  header .header-right {
    flex-basis: 78%;
    text-align: right;
    display: grid; }
  header .wp-block-columns {
    margin-bottom: 0; }
    header .wp-block-columns .custom-logo-link {
      float: left; }
  header #search-widget {
    margin-right: 10px; }
    header #search-widget input {
      padding: 4px 15px;
      border-radius: 15px;
      border: none;
      text-transform: uppercase;
      /* &[type="text"]:before { content:' '; display: block; float: right; width: 16px; height: 16px; margin-right: 20px; background: red; } */ }
      header #search-widget input[type="submit"] {
        background: #4A98EA;
        color: white;
        cursor: pointer;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 12px; }
      header #search-widget input[type="submit"]:hover {
        background: #0062cc; }
      header #search-widget input[type="text"] {
        background: #E9E9E9;
        min-width: 300px;
        text-transform: none; }
      header #search-widget input[type="text"]::placeholder {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        text-transform: uppercase; }
      header #search-widget input[type="text"]:focus {
        outline: 0 !important;
        background: #c9c9c9;
        border: none; }

#header-brands-widget img {
  border: none !important;
  max-width: 100%;
  height: auto; }
#header-brands-widget .gallery {
  display: flex;
  align-items: center; }
  #header-brands-widget .gallery .gallery-item {
    margin: 15px 20px; }

#main {
  margin-top: 114px; }

/*
#header-widget-area {}
#main-menu-widget { align-self: flex-end }


.sub-menu { display: none; padding-left: 0; margin-left:0  }
.sub-menu li { padding: 0; margin: 0 !important }
.sub-menu li a { padding-left: 25px  }

.menu-item a { padding-right: 6px }

.menu-item-has-children {
   
    > a:after {
        content : '\f107';
        float:right;
        font-family: 'FontAwesome';
        margin-top:3px;
        margin-left: 5px;
     
    }
    > &.open a:after {
        content : '\f106';
    }
}

#menu-main {
    margin-bottom: 0;
    margin-top: 15px;
    
    
    li {
        display: inline-block; margin: auto 10px; font-size: 20px; line-height: 27px;
        
        a { text-decoration: none; color: #4D4D4D }
        a:hover { text-decoration: underline }
    }
    
}
*/
body .post-grid-search .field-wrap.submit {
  width: 33%;
  display: inline-block; }

body.about-frs .white-box p {
  font-size: 15px; }
body.about-frs .white-box path {
  color: white; }
body.about-frs .white-box .wp-block-social-links {
  justify-content: flex-end; }
body.about-frs .team {
  flex-wrap: wrap; }
  body.about-frs .team .white-box {
    min-width: 435px;
    padding: 40px; }
  body.about-frs .team .wp-block-social-links {
    margin-bottom: 0; }
  body.about-frs .team img {
    display: inline-block;
    width: 184px;
    float: left;
    margin: 7px 20px 10px 0;
    border-radius: 10px; }

.newsroom #content .post-grid-search, .events #content .post-grid-search {
  display: none; }

.knowledge-hub #content .grid-items .item .post_date {
  display: none; }

.events #content .grid-items .item .post_date, .newsroom #content .grid-items .item .post_date {
  margin-bottom: 10px;
  position: relative;
  font-size: 13px;
  margin-top: 15Px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px; }
  .events #content .grid-items .item .post_date:before, .newsroom #content .grid-items .item .post_date:before {
    content: "\f073";
    display: inline-block;
    margin-right: 3px;
    font-family: 'FontAwesome';
    font-weight: normal; }

.knowledge-hub #content .grid-items, .newsroom #content .grid-items, .events #content .grid-items {
  max-width: 1100px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin: auto; }
  .knowledge-hub #content .grid-items .item, .newsroom #content .grid-items .item, .events #content .grid-items .item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0px 10px 0px 0px;
    /* max-width: 340px; */
    flex-basis: 30%;
    margin: 0 15px 30px 15px;
    display: flex;
    overflow: hidden;
    padding-bottom: 40px;
    /* min-width: 300px; */ }
    .knowledge-hub #content .grid-items .item .layer-wrapper, .newsroom #content .grid-items .item .layer-wrapper, .events #content .grid-items .item .layer-wrapper {
      width: 100%; }
    .knowledge-hub #content .grid-items .item .title, .knowledge-hub #content .grid-items .item .excerpt_read_more, .newsroom #content .grid-items .item .title, .newsroom #content .grid-items .item .excerpt_read_more, .events #content .grid-items .item .title, .events #content .grid-items .item .excerpt_read_more {
      padding-left: 20px;
      padding-right: 20px; }
    .knowledge-hub #content .grid-items .item .title, .newsroom #content .grid-items .item .title, .events #content .grid-items .item .title {
      margin-top: 20px; }
      .knowledge-hub #content .grid-items .item .title a, .newsroom #content .grid-items .item .title a, .events #content .grid-items .item .title a {
        font-style: normal;
        font-weight: 350;
        font-size: 18px;
        line-height: 24px;
        color: #4D4D4D; }
        .knowledge-hub #content .grid-items .item .title a:hover, .newsroom #content .grid-items .item .title a:hover, .events #content .grid-items .item .title a:hover {
          color: #4A98EA;
          text-decoration: none; }
    .knowledge-hub #content .grid-items .item .thumb, .newsroom #content .grid-items .item .thumb, .events #content .grid-items .item .thumb {
      height: 250px; }
      .knowledge-hub #content .grid-items .item .thumb img, .newsroom #content .grid-items .item .thumb img, .events #content .grid-items .item .thumb img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
    .knowledge-hub #content .grid-items .item .categories, .newsroom #content .grid-items .item .categories, .events #content .grid-items .item .categories {
      position: absolute !important;
      left: 0;
      top: 30px;
      background: white; }
      .knowledge-hub #content .grid-items .item .categories a, .newsroom #content .grid-items .item .categories a, .events #content .grid-items .item .categories a {
        color: #424B5A;
        text-decoration: none;
        text-transform: capitalize;
        padding: 8px 12px;
        font-size: 18px;
        line-height: 24px;
        display: inline-block; }
    .knowledge-hub #content .grid-items .item .excerpt_read_more, .newsroom #content .grid-items .item .excerpt_read_more, .events #content .grid-items .item .excerpt_read_more {
      font-style: normal;
      font-weight: 350;
      font-size: 14px;
      line-height: 21px;
      color: #4D4D4D;
      margin-bottom: 45px; }
      .knowledge-hub #content .grid-items .item .excerpt_read_more .buttonRead, .newsroom #content .grid-items .item .excerpt_read_more .buttonRead, .events #content .grid-items .item .excerpt_read_more .buttonRead {
        position: absolute;
        bottom: 35px;
        width: 100%;
        left: 0; }
        .knowledge-hub #content .grid-items .item .excerpt_read_more .buttonRead a, .newsroom #content .grid-items .item .excerpt_read_more .buttonRead a, .events #content .grid-items .item .excerpt_read_more .buttonRead a {
          cursor: pointer; }
      .knowledge-hub #content .grid-items .item .excerpt_read_more a, .newsroom #content .grid-items .item .excerpt_read_more a, .events #content .grid-items .item .excerpt_read_more a {
        background: #4A98EA;
        border-radius: 15px;
        margin: auto;
        display: table;
        width: auto;
        margin-top: 30px;
        padding: 5px 15px;
        color: white; }
        .knowledge-hub #content .grid-items .item .excerpt_read_more a:hover, .newsroom #content .grid-items .item .excerpt_read_more a:hover, .events #content .grid-items .item .excerpt_read_more a:hover {
          color: white;
          text-decoration: none;
          background: #0062cc; }
.knowledge-hub #content .post-grid-search, .newsroom #content .post-grid-search, .events #content .post-grid-search {
  margin: 40px auto;
  max-width: 1100px; }
  .knowledge-hub #content .post-grid-search .field-label, .newsroom #content .post-grid-search .field-label, .events #content .post-grid-search .field-label {
    display: none; }
  .knowledge-hub #content .post-grid-search .submit, .newsroom #content .post-grid-search .submit, .events #content .post-grid-search .submit {
    width: 36.5%;
    text-align: right; }
    .knowledge-hub #content .post-grid-search .submit .field-input, .newsroom #content .post-grid-search .submit .field-input, .events #content .post-grid-search .submit .field-input {
      display: inline-block; }
    .knowledge-hub #content .post-grid-search .submit input, .newsroom #content .post-grid-search .submit input, .events #content .post-grid-search .submit input {
      border-radius: 20px;
      padding: 4px 15px;
      font-size: 12px; }
    .knowledge-hub #content .post-grid-search .submit input[name="pgs_keyword"], .newsroom #content .post-grid-search .submit input[name="pgs_keyword"], .events #content .post-grid-search .submit input[name="pgs_keyword"] {
      background: #E9E9E9;
      width: 270px;
      border: none;
      padding-left: 30px;
      padding-right: 30px;
      font-family: 'myFirstFontBold'; }
    .knowledge-hub #content .post-grid-search .submit input[name="pgs_keyword"]::placeholder, .newsroom #content .post-grid-search .submit input[name="pgs_keyword"]::placeholder, .events #content .post-grid-search .submit input[name="pgs_keyword"]::placeholder {
      text-transform: uppercase;
      font-family: 'myFirstFontBold';
      color: #4D4D4D; }
    .knowledge-hub #content .post-grid-search .submit input[type="submit"], .newsroom #content .post-grid-search .submit input[type="submit"], .events #content .post-grid-search .submit input[type="submit"] {
      background: #FF6700;
      width: auto;
      border: none;
      color: white;
      font-size: 12px; }
  .knowledge-hub #content .post-grid-search .categories, .newsroom #content .post-grid-search .categories, .events #content .post-grid-search .categories {
    width: 60%; }
    .knowledge-hub #content .post-grid-search .categories ul, .newsroom #content .post-grid-search .categories ul, .events #content .post-grid-search .categories ul {
      padding-left: 15px; }
    .knowledge-hub #content .post-grid-search .categories li, .newsroom #content .post-grid-search .categories li, .events #content .post-grid-search .categories li {
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 30px;
      text-transform: uppercase; }
      .knowledge-hub #content .post-grid-search .categories li a, .newsroom #content .post-grid-search .categories li a, .events #content .post-grid-search .categories li a {
        font-family: 'myFirstFontBold';
        color: #4D4D4D; }
        .knowledge-hub #content .post-grid-search .categories li a:hover, .newsroom #content .post-grid-search .categories li a:hover, .events #content .post-grid-search .categories li a:hover {
          text-decoration: none;
          color: #FF6700; }
      .knowledge-hub #content .post-grid-search .categories li.active a, .newsroom #content .post-grid-search .categories li.active a, .events #content .post-grid-search .categories li.active a {
        color: #FF6700; }
    .knowledge-hub #content .post-grid-search .categories li[rel="1"], .newsroom #content .post-grid-search .categories li[rel="1"], .events #content .post-grid-search .categories li[rel="1"] {
      display: none; }

.UNUSEDknowledge-hubX #content .grid-items {
  max-width: 1300px !important;
  width: unset !important;
  height: auto !important;
  text-align: left;
  display: flex !important;
  flex-wrap: wrap !important; }
  .UNUSEDknowledge-hubX #content .grid-items .item {
    background: #FFFFFF !important;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0px 10px 0px 0px !important;
    max-width: 340px !important;
    margin: auto 15px !important;
    width: auto !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    margin-bottom: 30px !important;
    overflow: hidden;
    padding-bottom: 40px;
    display: flex !important; }
    .UNUSEDknowledge-hubX #content .grid-items .item .title, .UNUSEDknowledge-hubX #content .grid-items .item .excerpt_read_more {
      padding-left: 20px;
      padding-right: 20px; }
    .UNUSEDknowledge-hubX #content .grid-items .item .thumb {
      height: 300px;
      width: 340px; }
      .UNUSEDknowledge-hubX #content .grid-items .item .thumb img {
        height: 100%;
        width: 340px; }
    .UNUSEDknowledge-hubX #content .grid-items .item .title {
      margin-top: 20px; }
      .UNUSEDknowledge-hubX #content .grid-items .item .title a {
        font-style: normal !important;
        font-weight: 350 !important;
        font-size: 18px !important;
        line-height: 24px !important;
        color: #4D4D4D !important; }
        .UNUSEDknowledge-hubX #content .grid-items .item .title a:hover {
          color: #4A98EA !important;
          text-decoration: none !important; }
    .UNUSEDknowledge-hubX #content .grid-items .item .excerpt_read_more {
      font-style: normal !important;
      font-weight: 350 !important;
      font-size: 14px !important;
      line-height: 21px !important;
      color: #4D4D4D !important; }
      .UNUSEDknowledge-hubX #content .grid-items .item .excerpt_read_more a {
        background: #4A98EA !important;
        border-radius: 15px !important;
        margin: auto !important;
        display: table !important;
        width: auto !important; }
    .UNUSEDknowledge-hubX #content .grid-items .item .tags {
      position: absolute !important;
      left: 0;
      top: 30px; }

.offer {
  max-width: unset; }
  .offer .wp-block-group__inner-container {
    margin: auto !important; }
  .offer img {
    max-width: 160px;
    max-height: 160px; }
  .offer h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 40px;
    color: #FFFFFF; }
  .offer p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF; }

body #content .white .owl-carousel {
  margin-bottom: 50px !important; }
  body #content .white .owl-carousel .owl-stage {
    display: flex; }
  body #content .white .owl-carousel .owl-item .sa_hover_container {
    background: linear-gradient(153.34deg, #2266A5 5.91%, #1D3963 93.02%);
    border-radius: 0px 10px 0px 0px;
    padding: 60px 50px !important;
    margin: auto 12px !important;
    height: 100%; }
    body #content .white .owl-carousel .owl-item .sa_hover_container * {
      color: white;
      text-align: center; }
    body #content .white .owl-carousel .owl-item .sa_hover_container img {
      padding: 15px;
      background: white;
      border-radius: 50%;
      margin-top: 30px;
      margin-bottom: 30px; }
    body #content .white .owl-carousel .owl-item .sa_hover_container h3 {
      text-transform: capitalize;
      font-weight: normal;
      color: white; }
      body #content .white .owl-carousel .owl-item .sa_hover_container h3::before {
        content: ' ';
        width: 100px;
        height: 5px;
        border-top: 5px solid #FF6700;
        display: block;
        margin: auto;
        /* margin-top: -10px; */
        padding-bottom: 15px; }
  body #content .white .owl-carousel .owl-prev {
    width: 36px !important;
    height: 36px !important;
    margin-left: -50px !important;
    background: url("/wp-content/themes/frs/img/icons/owl-carousel/arrow-left.png") center center no-repeat !important; }
  body #content .white .owl-carousel .owl-next {
    width: 36px !important;
    height: 36px !important;
    right: -50px !important;
    background: url("/wp-content/themes/frs/img/icons/owl-carousel/arrow-right.png") center center no-repeat !important; }
  body #content .white .owl-carousel .owl-dots {
    margin-bottom: -45px; }
    body #content .white .owl-carousel .owl-dots .owl-dot {
      margin: auto 7px; }
      body #content .white .owl-carousel .owl-dots .owl-dot span {
        margin: 0 !important;
        background: white !important;
        border: 1px solid #4A98EA !important;
        width: 15px !important;
        height: 15px !important; }
      body #content .white .owl-carousel .owl-dots .owl-dot.active span {
        background: #192B69 !important;
        border: 1px solid #192B69 !important; }

.slick-slider {
  margin-bottom: 80px; }
  .slick-slider .slick-track {
    display: flex; }
  .slick-slider .slick-slide {
    position: relative;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 0px 0px;
    padding: 0px !important;
    margin: 15px;
    height: auto !important;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column; }
    .slick-slider .slick-slide:focus, .slick-slider .slick-slide *:focus {
      outline: 0; }
    .slick-slider .slick-slide h2::before {
      content: ' ';
      width: 100px;
      height: 5px;
      border-top: 5px solid #92C953;
      display: block;
      margin: 0;
      padding-bottom: 10px; }
    .slick-slider .slick-slide h2 a {
      font-family: 'myFirstFont';
      font-style: normal;
      font-weight: 350;
      font-size: 18px;
      line-height: 20px; }
    .slick-slider .slick-slide img {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 280px;
      object-fit: initial;}
    .slick-slider .slick-slide .wppsac-post-content-position {
      padding: 15px 25px 25px 25px;
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-date {
        margin-top: 15px;
        font-weight: bold; }
      .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-date:before {
        content: "\f073";
        display: inline-block;
        margin-right: 3px;
        font-family: 'FontAwesome';
        font-weight: normal; }
      .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-content {
        text-align: center;
        margin-bottom: 30px;
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap; }
        .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-content .wppsac-sub-content {
          text-align: left;
          margin-bottom: 20px;
          font-weight: 350;
          font-size: 14px;
          line-height: 21px; }
        .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-content .buttonRead {
          position: absolute;
          left: 0;
          bottom: 35px;
          width: 100%;
          text-align: center; }
        .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-content a.wppsac-readmorebtn {
          align-self: flex-end;
          margin: 0 auto !important;
          padding: 8px 50px !important;
          background: #4A98EA;
          border-radius: 15px;
          text-transform: uppercase;
          border: none !important;
          color: white !important;
          text-align: center;
          margin: auto;
          font-size: 12px; }
        .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-content a.wppsac-readmorebtn:hover {
          background-color: #0062cc; }
      .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-categories {
        position: absolute;
        top: 14px;
        left: -2px; }
        .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a {
          background: white !important; }
        .slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-categories ul.wppsac-post-categories-list li a {
          font-size: 18px;
          line-height: 24px;
          color: #424B5A;
          padding: 7px 20px; }
  .slick-slider .slick-dots {
    margin-top: 30px !important; }
    .slick-slider .slick-dots li {
      margin: auto 7px !important; }
      .slick-slider .slick-dots li.slick-active button {
        background: #192B69 !important;
        border: 1px solid #192B69 !important; }
      .slick-slider .slick-dots li button {
        background: white !important;
        border: 1px solid #4A98EA !important;
        width: 15px !important;
        height: 15px !important;
        cursor: pointer; }
  .slick-slider .slick-arrow {
    display: none !important; }

.about {
  /* padding-top: 50px; */
  /* > .wp-block-group__inner-container > .wp-block-columns { align-items: center } */
  /* .showcase:nth-child(2) { margin-left: 60px }*/ }
  .about .who-for-showcase {
    flex-basis: 35%; }
  .about .showcase {
    flex-basis: 33%;
    margin-top: 32px; }
  .about .showcase a:hover {
    color: white !important; }
  .about > .wp-block-group__inner-container {
    max-width: unset;
    padding: 15px; }
  .about .alignwide {
    max-width: 1300px;
    margin: auto; }
  .about .who-for {
    margin-bottom: -170px;
    padding: 45px;
    margin-right: 15px; }
    .about .who-for h3 {
      font-family: 'myFirstFontBold';
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      color: #4D4D4D;
      margin-bottom: 20px; }
      .about .who-for h3::after {
        content: ' ';
        width: 100px;
        height: 5px;
        border-top: 5px solid #92C953;
        display: block;
        margin-top: 10px; }
    .about .who-for p {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 24px;
      color: #4D4D4D; }
  .about .showcase {
    /* .wp-block-column:nth-child(2) { margin-left: 10px } */ }
    .about .showcase h3 {
      font-weight: normal;
      font-size: 30px;
      line-height: 40px;
      text-transform: capitalize;
      color: white;
      margin-bottom: 10px;
      /* margin-right: 45px; */ }
    .about .showcase h3:after {
      content: '';
      background: url("/wp-content/uploads/2020/08/arrow-right-white.png") center center no-repeat;
      width: 19px;
      height: 18px;
      display: inline-block;
      margin-right: -100px;
      margin-left: 10px;
      margin-bottom: -2px; }
    .about .showcase p {
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #FFFFFF; }
    .about .showcase img {
      margin-top: -10px;
      width: 100%;
      height: auto; }

.menu-container {
  margin-top: -50px; }

#site-navigation .post-grid-search {
  display: none; }

#site-navigation ul#mega-menu-max_mega_menu_1 {
  display: none; }

/* #mega-menu-max_mega_menu_1 > .mega-menu-item > .mega-sub-menu { top:60px !important;  } 
#mega-menu-max_mega_menu_1 > .mega-menu-item > .mega-sub-menu { display: none !important;  }
#mega-menu-max_mega_menu_1 > .mega-menu-item > .mega-sub-menu.processed { display: flex !important;  } */
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  min-height: 50px; }

#mega-menu-max_mega_menu_1 > li:last-child {
  margin-right: 0 !important; }

#mega-menu-wrap-max_mega_menu_1 .mega-menu-item .textwidget .wp-block-button {
  padding: 0; }
#mega-menu-wrap-max_mega_menu_1 .mega-menu-item .textwidget .wp-block-button__link {
  width: auto;
  min-width: auto;
  display: inline-block;
  padding: 0px 22px;
  border: 1px solid #979797;
  border-radius: 6px;
  background-color: #4A98EA;
  border: none !important;
  margin-top: 15px;
  color: white !important; }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-item .textwidget .wp-block-button__link:hover {
    color: white;
    background-color: #0062cc; }
#mega-menu-wrap-max_mega_menu_1 .mega-menu-item .custom-html-widget h3 {
  margin-bottom: 0 !important;
  border-bottom: 0 !important; }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-item .custom-html-widget h3 a {
    padding: 0 !important;
    text-transform: capitalize !important;
    border-bottom: 0.5px solid #D8D8D8 !important;
    padding-bottom: 1px !important;
    display: inline !important;
    margin-bottom: 15px !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #555 !important; }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-item .custom-html-widget h3 a:hover {
      background: none !important;
      color: #4A98EA !important; }

.right-rule {
  border-right: 1px solid #D8D8D8 !important;
  padding-right: 50px; }

.mega-menu-toggle .mega-toggle-block {
  position: absolute;
  top: -25px;
  right: -6px; }

.mega-menu-flyout .mega-sub-menu {
  padding-left: 25px !important; }

.mega-menu-item .mega-hide-on-mobile .mega-sub-menu {
  height: 100% !important; }
  .mega-menu-item .mega-hide-on-mobile .mega-sub-menu li.widget_custom_html {
    height: 100% !important; }
    .mega-menu-item .mega-hide-on-mobile .mega-sub-menu li.widget_custom_html .custom-html-widget {
      height: 100%;
      display: flex;
      flex-wrap: wrap; }
.mega-menu-item .mega-sub-menu {
  /* background-color: transparent !important;                        */
  height: 100%; }
  .mega-menu-item .mega-sub-menu li.widget_custom_html {
    height: 100%; }
    .mega-menu-item .mega-sub-menu li.widget_custom_html .custom-html-widget {
      height: 100%;
      display: flex;
      flex-wrap: wrap; }
  .mega-menu-item .mega-sub-menu .equal_height .mega-menu-column:not(.mega-hide-on-mobile) {
    display: flex !important;
    height: 100%; }
    .mega-menu-item .mega-sub-menu .equal_height .mega-menu-column:not(.mega-hide-on-mobile) .mega-menu-item {
      position: relative;
      height: 100% !important; }
      .mega-menu-item .mega-sub-menu .equal_height .mega-menu-column:not(.mega-hide-on-mobile) .mega-menu-item .custom-html-widget {
        margin-bottom: 50px; }
      .mega-menu-item .mega-sub-menu .equal_height .mega-menu-column:not(.mega-hide-on-mobile) .mega-menu-item .wp-block-buttons {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        margin: auto; }
  .mega-menu-item .mega-sub-menu .post-grid-lazy {
    display: none; }
  .mega-menu-item .mega-sub-menu .layer-wrapper .layer-content {
    padding: 5px 15px !important; }
  .mega-menu-item .mega-sub-menu .layer-wrapper .title {
    padding: 0 !important; }
    .mega-menu-item .mega-sub-menu .layer-wrapper .title a {
      min-width: unset !important;
      font-family: 'myFirstFont' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 16px !important;
      line-height: 19px !important;
      text-transform: capitalize !important;
      color: #4D4D4D !important;
      padding-left: 0 !important; }
    .mega-menu-item .mega-sub-menu .layer-wrapper .title a:hover {
      background: none !important; }
  .mega-menu-item .mega-sub-menu .layer-wrapper .content {
    display: none !important; }
  .mega-menu-item .mega-sub-menu .layer-wrapper .excerpt {
    font-family: 'myFirstFont' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #4D4D4D !important;
    margin-top: 20px !important; }
.mega-menu-item .mega-menu-clear {
  margin: 0;
  padding: 0 !important;
  margin-top: -5px !important; }
  .mega-menu-item .mega-menu-clear li.mega-menu-item {
    padding: 10px 15px !important; }
    .mega-menu-item .mega-menu-clear li.mega-menu-item .mega-menu-link {
      font-size: 14px !important;
      font-weight: normal !important;
      text-transform: capitalize !important; }
.mega-menu-item .post-grid-lazy {
  margin-top: -30px !important; }
.mega-menu-item .grid-items {
  width: 100% !important;
  display: flex !important; }
  .mega-menu-item .grid-items .item {
    width: 32% !important; }
.mega-menu-item .post-grid {
  margin-top: -30px !important;
  opacity: 1 !important; }
  .mega-menu-item .post-grid .excerpt, .mega-menu-item .post-grid .title_link, .mega-menu-item .post-grid .layer-media a {
    padding: 0 !important;
    border: none; }
  .mega-menu-item .post-grid .read_more {
    display: none !important; }
  .mega-menu-item .post-grid .layer-media a {
    background: transparent !important; }
  .mega-menu-item .post-grid .title_link {
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: capitalize !important; }
    .mega-menu-item .post-grid .title_link a {
      /* font-weight: bold !important; */
      font-size: 18px !important;
      line-height: 19px !important;
      color: #4D4D4D !important;
      text-align: left !important;
      padding: 0;
      background: transparent;
      border: none; }
  .mega-menu-item .post-grid .layer-media a {
    padding-left: 0;
    min-width: auto !important; }
  .mega-menu-item .post-grid .layer-media img {
    width: 100%;
    object-fit: cover;
    max-height: 200px; }

.mega-menu-item-type-widget .mega-block-title {
  text-transform: capitalize !important;
  border-bottom: 0.5px solid #D8D8D8 !important;
  padding-bottom: 1px !important;
  display: inline-block !important;
  margin-bottom: 15px !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 21px !important; }

/* .mega-menu-item-type-widget .mega-block-title:hover { color: #5586BD !important; cursor: pointer; } */
#mega-menu-item-298 .mega-sub-menu .mega-menu-column:nth-child(2) h4.mega-block-title, #mega-menu-item-5367 .mega-sub-menu .mega-menu-column:nth-child(2) h4.mega-block-title {
  display: none !important; }

.mega-menu-item-type-widget .textwidget.custom-html-widget h3 {
  text-transform: capitalize !important;
  border-bottom: 0.5px solid #D8D8D8 !important;
  padding-bottom: 1px !important;
  display: inline-block !important;
  margin-bottom: 15px !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 21px !important; }

.mega-menu-megamenu > .mega-sub-menu > .mega-menu-row > .mega-sub-menu {
  display: flex !important;
  justify-content: center; }

.mega-sub-menu .mega-menu-item .textwidget ul {
  position: relative;
  left: 0;
  height: auto;
  width: 100%; }
  .mega-sub-menu .mega-menu-item .textwidget ul li {
    display: block; }
  .mega-sub-menu .mega-menu-item .textwidget ul.dots {
    width: 50%;
    display: inline-block; }
    .mega-sub-menu .mega-menu-item .textwidget ul.dots a {
      border: none;
      background: none;
      line-height: normal;
      padding: unset;
      min-width: auto;
      display: inline; }
    .mega-sub-menu .mega-menu-item .textwidget ul.dots li:before {
      display: inline-block;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50px;
      background: #c4c4c4;
      margin-right: 6px; }

.tabs1 .mega-menu-item-type-widget .mega-block-title {
  padding-bottom: 10px !important;
  display: block !important;
  margin-bottom: 0 !important; }
.tabs1 .mega-menu-item-type-widget .textwidget.custom-html-widget h3 {
  padding-bottom: 10px !important;
  display: block !important;
  margin-bottom: 0 !important; }
.tabs1 a.mega-menu-link:after {
  display: inline-block !important;
  float: right !important;
  content: '>' !important;
  font-size: 17px !important;
  color: #676767 !important; }
.tabs1 li.mega-menu-item {
  padding: 10px 15px !important; }
.tabs1 li.mega-menu-item > a.mega-menu-link {
  width: 100% !important;
  min-width: auto !important;
  text-transform: capitalize !important;
  padding: 5px 0px !important; }
  .tabs1 li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: bold !important; }
.tabs1 .mega-block-title, .tabs1 .mega-menu-link {
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: bold !important; }
.tabs1 .textwidget.custom-html-widget h3 {
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: bold !important; }
.tabs1 .mega-menu-link {
  font-weight: normal !important; }

.iconList ul {
  list-style: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  margin-bottom: 0; }
.iconList li {
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden; }
.iconList li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #0000001a;
  position: absolute;
  bottom: 0;
  left: 55px; }
.iconList li img {
  margin: auto 20px auto auto; }

.support {
  margin: 40px 40px 40px 40px;
  max-width: 440px;
  /*
  .wp-block-column:nth-child(1) { background: red; }
  .wp-block-column:nth-child(2) { background: blue; }
  */ }
  .support h6 {
    margin-bottom: 0; }
  .support p, .support figure {
    margin-bottom: 0; }
  .support .wp-block-columns {
    margin: 25px 0; }
  .support .wp-block-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative; }
  .support .wp-block-column:not(:first-child) {
    margin-left: 20px; }
  .support .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 10% !important; }
  .support .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 70% !important; }
  .support .wp-block-column:nth-child(2):after {
    content: '';
    width: 100%;
    height: 1px;
    background: #0000001a;
    position: absolute;
    bottom: -4Px;
    left: 0px; }

.mega-menu-column {
  padding: 30px !important; }

.n2-section-smartslider .n2-bullet {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important; }
.n2-section-smartslider .n2-ss-section-main-content sup {
  color: white !important;
  font-size: small !important; }

body.homepage .n2-ss-section-main-content, body.homepage-2 .n2-ss-section-main-content {
  /*
  margin-left: -50%;
  margin-right: -50%;
  */ }
  body.homepage .n2-ss-section-main-content > .n2-ss-layer:first-child, body.homepage-2 .n2-ss-section-main-content > .n2-ss-layer:first-child {
    margin: auto !important;
    margin-bottom: 89px !important;
    max-width: unset !important;
    width: 100% !important; }
  body.homepage .n2-ss-section-main-content .n2-ss-layer-row, body.homepage-2 .n2-ss-section-main-content .n2-ss-layer-row {
    max-width: 1300px !important;
    margin: auto !important; }
body.homepage .n2-ss-section-main-content, body.homepage-2 .n2-ss-section-main-content {
  max-width: unset !important; }
body.homepage .n2-ss-layers-container, body.homepage-2 .n2-ss-layers-container {
  width: 100% !important;
  margin: auto !important;
  max-height: 700px;
  max-width: unset !important;
}
  body.homepage .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer, body.homepage-2 .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer {
    /* max-width: 1300px !important */ }
body.homepage #brands, body.homepage-2 #brands {
  margin-top: -89px; }

body.homepage-2 #brands { background: linear-gradient(0deg, #ffffff 0 50%, transparent 50% 100%);}
body.homepage-2 #brands .wp-block-group__inner-container { border-radius: 0 !important;}
body.homepage-2 .about { background: #ffffff; background-color: #ffffff !important; }
body.homepage-2 .about .showcase h3 a, body.homepage-2 .about .showcase p span { color: #4d4d4d !important; }
body.homepage-2 .about .showcase .wp-block-columns { min-height: 200px; }
body.homepage-2 .about .showcase .wp-block-columns .learnmore .btn-primary { padding: 8px 20px; }
body.homepage-2 .offer { background: linear-gradient(153.34deg,#2266a5 5.91%,#1d3963 98.5%); }
body.homepage-2 .owl-carousel .owl-item .sa_hover_container { background: linear-gradient(180deg,transparent 195px,#ffffff 195px) !important; }
body.homepage-2 .offer p { max-width: 75%; margin: 0 auto; margin-top: 40px; }
body.homepage-2 .offer h2.rich-text { color: #ffffff; }
body.homepage-2 .offer .owl-carousel .owl-item .sa_hover_container h3 { font-size: 30px !important; }
body.homepage-2 .offer .wp-block-group__inner-container { margin-bottom: 0px; }
body.homepage-2 .offer .owl-carousel .owl-item .sa_hover_container h3, body.homepage-2 .offer .owl-carousel .owl-item .sa_hover_container p { color: #4d4d4d !important; min-height: 120px; position: relative; }
body.homepage-2 .offer .owl-carousel .owl-item .sa_hover_container h3:before { display: none !important; }
body.homepage-2 .white-box h3.padding-b-small { position: relative;}
body.homepage-2 .offer .owl-carousel .owl-item .sa_hover_container h3:after, body.homepage-2 .white-box h3.padding-b-small:after { content: ' '; width: 100px; height: 5px; border-top: 5px solid #ff6700; display: block; margin: auto; position: absolute; bottom: 0; padding-top: 15px; left: calc( 50% - 50px);
}
body.homepage-2 .white-box { border-radius: 0px; }
body.homepage-2 .white-box h3.padding-b-small:after { left: 0; bottom: -20px; }
body.homepage-2 .white-box p { margin-top: 15px; }
body.homepage-2 .padding-section { padding: 30px; }
body.homepage-2 .new-offer h2 { text-align: center; margin-bottom: 50px;}
body.homepage-2 .new-offer h3 { font-size: 30px !important;}
body.homepage-2 .new-offer .white-box img { max-height: 100px; max-width: 100%; margin-bottom: 20px; }
body.homepage-2 .about .wp-block-columns.alignwide { margin-top: 40px; margin-bottom: 40px; }
body.homepage-2 .about .who-for { margin-bottom: 0px; }
body.homepage-2 .about .showcase p { font-size: 16px; }
body.homepage-2 #content .white .owl-carousel .owl-item .sa_hover_container img { padding: 0; }
body.homepage-2 #content .offer .white .owl-carousel .owl-dots .owl-dot span { background: transparent !important; border: 1px solid white !important; }
body.homepage-2 #content .offer .white .owl-carousel .owl-dots .owl-dot.active span { background: white !important; border: 1px solid white !important; }


@media (max-width: 968px) {
	body.homepage-2 .about .who-for {
		margin-bottom: 60px;
	}
}

body.admin #header-widget-area {
  top: 32px; }

body.search .n2-ss-section-main-content {
  /*
  margin-left: -50%;
  margin-right: -50%;
  */ }
  body.search .n2-ss-section-main-content > .n2-ss-layer:first-child {
    margin: auto !important;
    /* margin-bottom: 89px !important; */
    max-width: unset !important;
    width: 100% !important; }
  body.search .n2-ss-section-main-content .n2-ss-layer-row {
    max-width: 1300px !important;
    margin: auto !important; }
body.search .n2-ss-section-main-content {
  max-width: unset !important; }
body.search .n2-ss-layers-container {
  width: auto !important;
  margin: auto !important; }
  body.search .n2-ss-layers-container > .n2-ss-layer > .n2-ss-layer {
    /* max-width: 1300px !important */ }
body.search #brands {
  display: none; }

body.index #content {
  font-size: 16px;
  line-height: 1.8; }
  body.index #content h3::after {
    content: ' ';
    width: 100px;
    height: 5px;
    border-top: 5px solid #92C953;
    display: block;
    margin-top: 10px; }
  body.index #content ul:not(.wp-block-social-links):not(.simple-sitemap-page):not(.none):not(.regular) {
    padding-left: 10px; }
    body.index #content ul:not(.wp-block-social-links):not(.simple-sitemap-page):not(.none):not(.regular) li {
      font-style: normal;
      font-weight: 350;
      font-size: 16px;
      line-height: 24px;
      color: #4D4D4D;
      padding-left: 50px;
      position: relative;
      margin: 20px auto;
      list-style: none; }
    body.index #content ul:not(.wp-block-social-links):not(.simple-sitemap-page):not(.none):not(.regular) li::before {
      content: ' ';
      width: 40px;
      height: 40px;
      display: inline-block;
      position: absolute;
      top: -8px;
      left: 0;
      background: url(img/icons/list-check.png) no-repeat left center; }
  body.index #content ul.none {
    list-style: none; }
  body.index #content ul.regular {
    list-style: none; }
    body.index #content ul.regular li {
      position: relative; }
    body.index #content ul.regular li::before {
      content: "• ";
      color: #ff6700;
      font-size: 30px;
      top: -13px;
      left: -21px;
      position: absolute; }
  body.index #content .bg-light-blue {
    background-color: #f1f5f8; }

body.homepage .n2-section-smartslider, body.homepage-2 .n2-section-smartslider, body.knowledge-hub .n2-section-smartslider {
  /* .n2-ss-section-main-content > .n2-ss-layer { max-width: 60%!important; margin-top: 20px !important; margin-bottom: 20px !important } */ }
  body.homepage .n2-section-smartslider .n2-ss-button-container a:hover, body.homepage-2 .n2-section-smartslider .n2-ss-button-container a:hover, body.knowledge-hub .n2-section-smartslider .n2-ss-button-container a:hover {
    background-color: #5a6268 !important; }
  body.homepage .n2-section-smartslider .n2-ss-button-container a div, body.knowledge-hub .n2-section-smartslider .n2-ss-button-container a div, body.homepage-2 .n2-section-smartslider .n2-ss-button-container a div {
    font-family: 'myFirstFontBold' !important;
    font-size: 12px !important;
    line-height: 16px !important; }
  body.homepage .n2-section-smartslider .n2-ss-button-container a div, body.homepage-2 .n2-section-smartslider .n2-ss-button-container a div, body.knowledge-hub .n2-section-smartslider .n2-ss-button-container a div {
    font-family: 'myFirstFontBold' !important;
    font-size: 12px !important;
    line-height: 16px !important; }
  body.homepage .n2-section-smartslider h2, body.homepage-2 .n2-section-smartslider h2, body.knowledge-hub .n2-section-smartslider h2 {
    font-family: 'myFirstFont' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 46px !important;
    color: white !important; }
  body.homepage .n2-section-smartslider .n2-bullet, body.homepage-2 .n2-section-smartslider .n2-bullet, body.knowledge-hub .n2-section-smartslider .n2-bullet {
    background-color: white !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important; }
  body.homepage .n2-section-smartslider .n2-bullet.n2-active, body.homepage-2 .n2-section-smartslider .n2-bullet.n2-active, body.knowledge-hub .n2-section-smartslider .n2-bullet.n2-active {
    background-color: #1C1F2D !important; }

.n2-ss-slider h1.n2-ow {
	font-family: 'myFirstFont' !important;
}

body.knowledge-hub .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
  /* max-width: 750px !important */ }
  body.knowledge-hub .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] h5 {
    font-family: 'myFirstFontBold' !important;
    font-size: 17px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    letter-spacing: 1.2px !important; }
  body.knowledge-hub .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] h3 {
    font-family: 'myFirstFont' !important;
    font-size: 30px !important;
    line-height: 36px !important; }
  body.knowledge-hub .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] img {
    border-top-right-radius: 20px; }

body.basic-template {
  /* #main { margin-top: 134px; } */ }
  body.basic-template .header a.download {
    font-family: 'myFirstFontBold';
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    /*
    padding: 10px 10px 10px 50px; 
    */ }
  body.basic-template .header a.download:before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    background: url(img/icons/download.png) center left no-repeat;
    /*
    position: absolute;
    top: -12px;
    left: 0;
    */
    margin-bottom: -16px; }
  body.basic-template .header .btn-secondary + a.download {
    margin-left: 30px;
    padding-left: 50px; }
  body.basic-template .header * {
    color: white; }
  body.basic-template .header .wp-block-columns {
    margin-bottom: 0; }
  body.basic-template .header .wp-block-column {
    align-self: center; }
  body.basic-template .section_1 .wp-block-column:nth-child(2) {
    align-self: center;
    margin-left: 0; }
    body.basic-template .section_1 .wp-block-column:nth-child(2) img {
      margin: auto;
      margin-bottom: -50px !important;
      max-width: 450px;
      width: 100%;
      height: auto;
      display: block; }
  body.basic-template .section_1 p, body.basic-template .section_1 li {
    line-height: 1.8 !important; }
  body.basic-template .section_1 h3 {
    font-family: 'myFirstFontBold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4D4D4D;
    margin-bottom: 25px; }
  body.basic-template .section_1 h3::after {
    content: ' ';
    width: 100px;
    height: 5px;
    border-top: 5px solid #92C953;
    display: block;
    margin-top: 10px; }
  body.basic-template .section_1 p {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D; }
  body.basic-template .section_1 ul {
    list-style: none;
    padding-top: 5px !important; }
  body.basic-template .section_1 li {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    padding-left: 50px;
    position: relative;
    margin: 20px auto; }
  body.basic-template .section_1 li::before {
    content: ' ';
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 0;
    background: url("img/icons/list-check.png") no-repeat left center; }
  body.basic-template .section_2 {
    background: #1C1F2D;
    box-shadow: inset 5px 5px 50px rgba(0, 0, 0, 0.25), inset 4px 4px 20px rgba(0, 0, 0, 0.75);
    text-align: center; }
    body.basic-template .section_2 .wp-block-columns {
      margin-top: 15px; }
    body.basic-template .section_2 sup {
      color: white !important; }
    body.basic-template .section_2 img {
      margin-bottom: 25px;
      max-height: 55px; }
    body.basic-template .section_2 p {
      color: white;
      padding-left: 10px;
      padding-right: 10px; }
  body.basic-template .section_3 p, body.basic-template .section_3 li {
    line-height: 1.8 !important; }
  body.basic-template .section_3 .wp-block-column {
    align-self: center; }
  body.basic-template .section_3 .wp-block-column:nth-child(1) img {
    margin-top: 50px; }
  body.basic-template .section_3 .wp-block-group__inner-container {
    max-width: 1440px; }
  body.basic-template .section_3 img {
    max-width: 100%; }
  body.basic-template .section_3 ul {
    list-style: none;
    padding: 0; }
  body.basic-template .section_3 li {
    font-style: normal;
    font-weight: 350;
    padding-left: 60px;
    position: relative;
    margin: 20px auto; }
  body.basic-template .section_3 li::before {
    content: ' ';
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0; }
  body.basic-template .section_3 li::before {
    background: url("img/icons/list-check.png") no-repeat left center; }
  body.basic-template .section_4 {
    background-color: #f1f5f8;
    /* Style the buttons that are used to open and close the accordion panel */
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    /* Style the accordion panel. Note: hidden by default */
    /*
    .accordion:before {
      content: '';
      width: 32px;
      height: 32px;
      position: absolute;
      right:-16px;
      background: #1d3a64;
      transform: rotate(45deg);
      z-index: 5;  
          
    }*/ }
    body.basic-template .section_4 p, body.basic-template .section_4 li {
      line-height: 1.8 !important; }
    body.basic-template .section_4 li {
      font-size: 18px !important; }
    body.basic-template .section_4 .wp-block-group__inner-container {
      max-width: unset !important; }
    body.basic-template .section_4 .wp-block-column:nth-child(1) {
      background: #22629f;
      background: linear-gradient(90deg, #22629f 0%, #1f3c68 100%);
      /* background: linear-gradient(159.84deg, #2266A5 5.91%, #1D3963 93.02%); */
      flex-basis: 33%;
      position: relative;
      z-index: 10;
      padding: 50px;
      border-top-right-radius: 20px;
      padding-bottom: 120px;
      min-width: 330px; }
      body.basic-template .section_4 .wp-block-column:nth-child(1) h3 {
        font-family: 'myFirstFontBold';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        color: white;
        margin-bottom: 40px; }
      body.basic-template .section_4 .wp-block-column:nth-child(1) h3::after {
        content: ' ';
        width: 100px;
        height: 5px;
        border-top: 5px solid #ff6801;
        display: block;
        margin-top: 10px; }
    body.basic-template .section_4 .wp-block-column:nth-child(2) {
      flex-basis: 67%;
      align-self: center;
      padding-left: 4%;
      padding-top: 50px;
      padding-bottom: 50px; }
      body.basic-template .section_4 .wp-block-column:nth-child(2) ul {
        padding: 0;
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      body.basic-template .section_4 .wp-block-column:nth-child(2) a.btn-secondary {
        padding-left: 50px;
        padding-right: 50px;
        font-weight: normal !important; }
      body.basic-template .section_4 .wp-block-column:nth-child(2) h2 {
        margin-bottom: 25px; }
    body.basic-template .section_4 .accordion {
      color: #c3d1da;
      padding: 12px 18px;
      width: 100%;
      display: block;
      text-align: left;
      transition: 0.4s;
      cursor: pointer;
      font-size: 26px; }
    body.basic-template .section_4 .active, body.basic-template .section_4 .accordion:hover,
    body.basic-template .section_4 button:focus {
      color: white;
      text-decoration: none; }
    body.basic-template .section_4 .panel {
      padding: 0 18px;
      display: none;
      overflow: hidden; }
      body.basic-template .section_4 .panel h3 {
        font-family: 'myFirstFontBold';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        color: #4D4D4D; }
      body.basic-template .section_4 .panel h3::after {
        content: ' ';
        width: 100px;
        height: 5px;
        border-top: 5px solid #92C953;
        display: block;
        margin-top: 10px; }
      body.basic-template .section_4 .panel ul {
        list-style: none; }
      body.basic-template .section_4 .panel li {
        font-style: normal;
        font-weight: 350;
        font-size: 16px;
        line-height: 24px;
        color: #4D4D4D;
        padding-left: 47px;
        position: relative;
        margin: 15px auto; }
      body.basic-template .section_4 .panel li::before {
        content: ' ';
        width: 40px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: -2px;
        left: -3px;
        background: url("img/icons/list-check.png") no-repeat left center; }
    body.basic-template .section_4 .panel:first-child {
      display: block; }
    body.basic-template .section_4 .arrowX {
      float: right;
      margin-right: -16px;
      display: inline-block;
      width: 32px;
      height: 32px;
      background: #1d3a64;
      transform: rotate(45deg); }
    body.basic-template .section_4 .active .arrow {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #1f3c68;
      display: inline-block;
      position: absolute;
      right: -20px;
      margin-top: -5px; }
  body.basic-template .section_5 {
    background: #22629f;
    background: linear-gradient(159.84deg, #2266A5 5.91%, #1D3963 93.02%);
    border-top-right-radius: 20px; }
    body.basic-template .section_5 p, body.basic-template .section_5 li {
      line-height: 1.6 !important; }
    body.basic-template .section_5 p {
      margin-bottom: 20px;
      margin-top: 20px; }
    body.basic-template .section_5 a.btn-secondary {
      padding-left: 50px;
      padding-right: 50px;
      font-weight: normal !important; }
    body.basic-template .section_5 .wp-block-columns {
      margin-bottom: 0; }
    body.basic-template .section_5 .wp-block-column:nth-child(1) {
      max-width: 400px;
      text-align: center;
      margin: auto; }
      body.basic-template .section_5 .wp-block-column:nth-child(1) * {
        color: white; }

body.newsroom #options {
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px; }
  body.newsroom #options li {
    display: inline-block;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 14px; }
  body.newsroom #options li.active a {
    color: #FF6700 !important; }
  body.newsroom #options li.active a:hover {
    color: #FF6700 !important;
    text-decoration: none !important; }
  body.newsroom #options a {
    font-family: 'myFirstFontBold';
    color: #4D4D4D; }

body .header, body #header section {
  background-position: center right;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  display: flex;
  min-height: 412px;
  background-color: #224780; }
  body .header h2, body .header h3, body .header p, body .header a.btn, body #header section h2, body #header section h3, body #header section p, body #header section a.btn {
    margin: 18px auto; }
  body .header a.btn, body #header section a.btn {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: normal; }
  body .header *, body #header section * {
    color: white; }
  body .header .wp-block-columns, body #header section .wp-block-columns {
    margin-bottom: 0; }
  body .header .wp-block-column, body #header section .wp-block-column {
    align-self: center; }

body.software-for, body.webinars-template, body.search {
  /* #main { margin-top: 123px; } */ }
  body.software-for .section_1 .wp-block-column, body.webinars-template .section_1 .wp-block-column, body.search .section_1 .wp-block-column {
    /* align-self: baseline; */ }
  body.software-for .section_1 .wp-block-column:nth-child(2), body.webinars-template .section_1 .wp-block-column:nth-child(2), body.search .section_1 .wp-block-column:nth-child(2) {
    /* align-self: baseline; */ }
    body.software-for .section_1 .wp-block-column:nth-child(2) img, body.webinars-template .section_1 .wp-block-column:nth-child(2) img, body.search .section_1 .wp-block-column:nth-child(2) img {
      margin-bottom: -100px;
      width: 100%; }
  body.software-for .section_1 p, body.software-for .section_1 li, body.webinars-template .section_1 p, body.webinars-template .section_1 li, body.search .section_1 p, body.search .section_1 li {
    font-size: 18px;
    line-height: 30px; }
  body.software-for .section_1 h3, body.webinars-template .section_1 h3, body.search .section_1 h3 {
    font-family: 'myFirstFontBold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4D4D4D;
    margin-bottom: 20px; }
  body.software-for .section_1 h3::after, body.webinars-template .section_1 h3::after, body.search .section_1 h3::after {
    content: ' ';
    width: 100px;
    height: 5px;
    border-top: 5px solid #92c952;
    display: block;
    margin-top: 10px; }
  body.software-for .section_1 p, body.webinars-template .section_1 p, body.search .section_1 p {
    font-style: normal;
    font-weight: 350;
    color: #4D4D4D; }
  body.software-for .section_2 p, body.software-for .section_2 li, body.webinars-template .section_2 p, body.webinars-template .section_2 li, body.search .section_2 p, body.search .section_2 li {
    line-height: 1.8 !important; }
  body.software-for .section_2 h3, body.webinars-template .section_2 h3, body.search .section_2 h3 {
    font-family: 'myFirstFontBold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 35px; }
  body.software-for .section_2 h3::after, body.webinars-template .section_2 h3::after, body.search .section_2 h3::after {
    content: ' ';
    width: 100px;
    height: 5px;
    display: block;
    margin-top: 10px; }
  body.software-for .section_2 ul, body.webinars-template .section_2 ul, body.search .section_2 ul {
    list-style: none;
    padding: 0; }
  body.software-for .section_2 li, body.webinars-template .section_2 li, body.search .section_2 li {
    font-style: normal;
    font-weight: 350;
    font-size: 30px;
    padding-left: 60px;
    position: relative;
    margin: 20px auto; }
  body.software-for .section_2 li::before, body.webinars-template .section_2 li::before, body.search .section_2 li::before {
    content: ' ';
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0; }
  body.software-for .section_2 .wp-block-group__inner-container, body.webinars-template .section_2 .wp-block-group__inner-container, body.search .section_2 .wp-block-group__inner-container {
    max-width: unset; }
  body.software-for .section_2 .wp-block-column:nth-child(1), body.webinars-template .section_2 .wp-block-column:nth-child(1), body.search .section_2 .wp-block-column:nth-child(1) {
    background: #1C1F2D;
    box-shadow: inset 5px 5px 50px rgba(0, 0, 0, 0.25), inset 4px 4px 20px rgba(0, 0, 0, 0.75); }
    body.software-for .section_2 .wp-block-column:nth-child(1) li, body.webinars-template .section_2 .wp-block-column:nth-child(1) li, body.search .section_2 .wp-block-column:nth-child(1) li {
      color: #a6a6a6; }
    body.software-for .section_2 .wp-block-column:nth-child(1) li::before, body.webinars-template .section_2 .wp-block-column:nth-child(1) li::before, body.search .section_2 .wp-block-column:nth-child(1) li::before {
      background: url("img/icons/list-x-circle.png") no-repeat left center; }
    body.software-for .section_2 .wp-block-column:nth-child(1) h3, body.webinars-template .section_2 .wp-block-column:nth-child(1) h3, body.search .section_2 .wp-block-column:nth-child(1) h3 {
      color: #a6a6a6; }
    body.software-for .section_2 .wp-block-column:nth-child(1) h3::after, body.webinars-template .section_2 .wp-block-column:nth-child(1) h3::after, body.search .section_2 .wp-block-column:nth-child(1) h3::after {
      border-top: 5px solid #92c952; }
  body.software-for .section_2 .wp-block-column:nth-child(2), body.webinars-template .section_2 .wp-block-column:nth-child(2), body.search .section_2 .wp-block-column:nth-child(2) {
    margin: 0;
    background: #22629f;
    background: linear-gradient(159.84deg, #2266A5 5.91%, #1D3963 93.02%);
    border-radius: 15px 0px 0px 0px;
    margin-left: -15px; }
    body.software-for .section_2 .wp-block-column:nth-child(2) li, body.webinars-template .section_2 .wp-block-column:nth-child(2) li, body.search .section_2 .wp-block-column:nth-child(2) li {
      color: white; }
    body.software-for .section_2 .wp-block-column:nth-child(2) li::before, body.webinars-template .section_2 .wp-block-column:nth-child(2) li::before, body.search .section_2 .wp-block-column:nth-child(2) li::before {
      background: url("img/icons/list-check_alt.png") no-repeat left center; }
    body.software-for .section_2 .wp-block-column:nth-child(2) h3, body.software-for .section_2 .wp-block-column:nth-child(2) sup, body.webinars-template .section_2 .wp-block-column:nth-child(2) h3, body.webinars-template .section_2 .wp-block-column:nth-child(2) sup, body.search .section_2 .wp-block-column:nth-child(2) h3, body.search .section_2 .wp-block-column:nth-child(2) sup {
      color: white; }
    body.software-for .section_2 .wp-block-column:nth-child(2) h3::after, body.webinars-template .section_2 .wp-block-column:nth-child(2) h3::after, body.search .section_2 .wp-block-column:nth-child(2) h3::after {
      border-top: 5px solid #ff6801; }
  body.software-for .section_3 p, body.software-for .section_3 li, body.webinars-template .section_3 p, body.webinars-template .section_3 li, body.search .section_3 p, body.search .section_3 li {
    line-height: 1.8 !important; }
  body.software-for .section_3 .wp-block-column:nth-child(2), body.webinars-template .section_3 .wp-block-column:nth-child(2), body.search .section_3 .wp-block-column:nth-child(2) {
    margin-left: 50px; }
    body.software-for .section_3 .wp-block-column:nth-child(2) img, body.webinars-template .section_3 .wp-block-column:nth-child(2) img, body.search .section_3 .wp-block-column:nth-child(2) img {
      width: 100%;
      margin-top: 20px;
      margin-left: 10px; }
  body.software-for .section_3 .wp-block-column:nth-child(1), body.webinars-template .section_3 .wp-block-column:nth-child(1), body.search .section_3 .wp-block-column:nth-child(1) {
    padding-left: 30px; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider h3, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider h3, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider h3 {
      font-family: 'myFirstFont' !important;
      font-style: normal !important;
      /* font-size: 18px !important; 
      line-height: 24px !important;  */
      color: #4c4c4c !important;
      font-size: 30px !important;
      line-height: 40px !important; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider h3::after, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider h3::after, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider h3::after {
      content: ' ';
      width: 100px;
      height: 5px;
      border-top: 5px solid #92C953;
      display: block;
      margin-top: 10px; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-ss-widget, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-ss-widget, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-ss-widget {
      left: -4px !important; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-bullet, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-bullet, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-bullet {
      background-color: #d8d8d8 !important;
      margin-left: 8px !important;
      margin-right: 8px !important; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-bullet.n2-active, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-bullet.n2-active, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .n2-bullet.n2-active {
      background-color: #1C1F2D !important; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider p, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider p, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider p {
      font-family: 'myFirstFont' !important;
      font-style: normal !important;
      font-size: 18px !important;
      line-height: 30px !important;
      color: #4c4c4c !important; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .nextend-arrow-previous, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .nextend-arrow-previous, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .nextend-arrow-previous {
      left: unset !important;
      right: -50px !important;
      width: 35px !important;
      height: 35px !important;
      top: 35px !important; }
    body.software-for .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .nextend-arrow-next, body.webinars-template .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .nextend-arrow-next, body.search .section_3 .wp-block-column:nth-child(1) .n2-section-smartslider .nextend-arrow-next {
      left: unset !important;
      right: -90px !important;
      width: 35px !important;
      height: 35px !important;
      top: 35px !important; }
  body.software-for .section_4, body.webinars-template .section_4, body.search .section_4 {
    background: #f1f5f8; }
    body.software-for .section_4 .grid, body.webinars-template .section_4 .grid, body.search .section_4 .grid {
      flex-wrap: wrap;
      justify-content: center; }
      body.software-for .section_4 .grid .wp-block-column, body.webinars-template .section_4 .grid .wp-block-column, body.search .section_4 .grid .wp-block-column {
        flex-basis: 29%;
        max-width: 29%;
        margin: 15px; }
      body.software-for .section_4 .grid .white-box, body.webinars-template .section_4 .grid .white-box, body.search .section_4 .grid .white-box {
        border-radius: 0;
        border-top-right-radius: 20px;
        font-size: 14px; }
        body.software-for .section_4 .grid .white-box img, body.webinars-template .section_4 .grid .white-box img, body.search .section_4 .grid .white-box img {
          max-width: 100px;
          max-height: 100px;
          margin: auto;
          display: block; }
        body.software-for .section_4 .grid .white-box a, body.webinars-template .section_4 .grid .white-box a, body.search .section_4 .grid .white-box a {
          margin: auto;
          display: inline-block;
          font-weight: normal; }
        body.software-for .section_4 .grid .white-box h3, body.webinars-template .section_4 .grid .white-box h3, body.search .section_4 .grid .white-box h3 {
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          margin: 10px auto 15px auto; }
        body.software-for .section_4 .grid .white-box p, body.webinars-template .section_4 .grid .white-box p, body.search .section_4 .grid .white-box p {
          font-size: 14px;
          line-height: 21px;
          text-align: center;
          margin-bottom: 1.5rem; }

footer {
  background: #1C1F2D; }
  footer * {
    color: white; }
  footer .wp-block-column:not(:first-child) {
    margin-left: auto; }
  footer h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-family: "myFirstFontBold"; }
  footer h3.widget-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }
  footer ul, footer li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-size: 14px; }
  footer li {
    margin-top: 3px;
    margin-bottom: 3px; }
  footer li a {
    text-decoration: none;
    color: white; }
  footer li a:hover {
    text-decoration: underline;
    color: white; }
  footer #footer-info {
    background: black;
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px; }
    footer #footer-info #menu-footer-info {
      margin-bottom: 0; }
    footer #footer-info .wp-block-columns {
      align-items: center;
      margin-bottom: 0; }
    footer #footer-info .wp-block-column:nth-child(2) {
      text-align: right; }
    footer #footer-info li {
      display: inline-block;
      margin: auto 20px; }
      footer #footer-info li a {
        text-decoration: none; }
      footer #footer-info li a:hover {
        text-decoration: underline; }
  footer #footer-main {
    /* .wp-block-column img { position: absolute; bottom: 0; height:auto } */ }
    footer #footer-main .row {
      margin-bottom: 0; }
    footer #footer-main .wp-block-column:nth-child(1) {
      flex-basis: 15%; }
    footer #footer-main .wp-block-column:nth-child(2) {
      flex-basis: 16%; }
    footer #footer-main .wp-block-column:nth-child(3) {
      flex-basis: 17%; }
    footer #footer-main .wp-block-column:nth-child(4) {
      flex-basis: 21%; }
    footer #footer-main .wp-block-column:nth-child(5) {
      flex-basis: 31%; }
    footer #footer-main .wp-block-column:nth-child(6) {
      display: none; }
    footer #footer-main .wp-block-column:nth-child(4) .btn-primary {
      margin-top: 15px; }
    footer #footer-main .block1 {
      flex-basis: 66% !important; }
    footer #footer-main .block2 {
      flex-basis: 33% !important; }
    footer #footer-main .rGallery {
      margin-top: 20px; }
      footer #footer-main .rGallery .col {
        flex-basis: 66%; }
    footer #footer-main .wp-block-column {
      position: relative; }
    footer #footer-main .widget_media_gallery {
      display: block;
      width: 100%; }
    footer #footer-main .gallery dt {
      margin: 10px; }
    footer #footer-main .gallery img {
      border: none !important; }
    footer #footer-main form span.wpcf7-list-item {
      margin: 0;
      display: flex; }
      footer #footer-main form span.wpcf7-list-item input {
        margin-left: 3px;
        margin-right: 10px;
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5);
        /* IE */
        -moz-transform: scale(1.5);
        /* FF */
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        -o-transform: scale(1.5);
        /* Opera */
        transform: scale(1.5); }
      footer #footer-main form span.wpcf7-list-item .wpcf7-list-item-label {
        font-size: 12px;
        line-height: 20px; }
    footer #footer-main form input {
      color: #4D4D4D;
      font-size: 14px; }
    footer #footer-main form input::placeholder {
      font-size: 14px;
      line-height: 16px; }
    footer #footer-main form input[type="checkbox"] {
      margin-top: 5px; }
    footer #footer-main form input[type="text"], footer #footer-main form input[type="email"] {
      border: 1px solid #C2D1D9;
      padding: 7px 12px;
      border-radius: 3px;
      margin: 3px auto;
      width: 100%; }
    footer #footer-main form input[type="submit"] {
      background: #4A98EA;
      border-radius: 15px;
      padding: 10px 30px;
      text-transform: uppercase;
      cursor: pointer;
      outline: 0 !important;
      border: none;
      width: 50%;
      font-size: 12px;
      line-height: 16px;
      color: white; }
      footer #footer-main form input[type="submit"]:hover {
        background-color: #0062cc; }
    footer #footer-main form .wpcf7-not-valid-tip {
      font-size: 13px; }
    footer #footer-main form .wpcf7-response-output {
      font-size: 13px;
      padding: 10px 20px !important;
      line-height: 19px;
      margin: 0; }
    footer #footer-main form .wpcf7-form-control-wrap + br {
      display: none; }

/*
#footer {  display: none;  } 
footer+hr {  display: none;  }
*/
@media (min-width: 1401px) {
  .alignwide > .wp-block-group__inner-container {
    max-width: 1440px;
    margin-left: -80px;
    margin-right: -80px; } }
@media (max-width: 1400px) {
  .padding-medium, .padding-section, .padding-section {
    padding-left: 15px;
    padding-right: 15px; }

  /* .alignwide > .wp-block-group__inner-container { margin: auto !important } */
  .row {
    margin: 0 !important; }

  header {
    padding-left: 20px; }

  #n2-ss-2-align .n2-ss-section-main-content {
    padding: 80px 30px 80px 29px !important; }

  footer #footer-main {
    padding-left: 15px;
    padding-right: 15px; }

  #brands > .wp-block-group {
    max-width: 1260px; }

  #brands > .wp-block-group > .wp-block-group__inner-container {
    /* margin-top: -80px !important */ }

  .about {
    padding-left: 20px;
    padding-right: 20px;
    /* > .wp-block-group__inner-container > .wp-block-columns { align-items: center } */ }
    .about .who-for {
      margin-bottom: 0; }

  body #content
  .offer .white {
    padding-left: 50px !important;
    padding-right: 50px !important; }
    body #content
    .offer .white .owl-carousel .owl-prev {
      margin-left: 0px !important;
      left: -40px !important; }
    body #content
    .offer .white .owl-carousel .owl-next {
      right: -40px !important;
      margin-right: 0px !important; }
    body #content
    .offer .white .owl-carousel .owl-item .sa_hover_container img {
      margin-top: 25px;
      margin-bottom: 25px; }

  .showcase {
    /* margin-left: 15px !important; */ }
    .showcase > .wp-block-columns {
      flex-wrap: wrap; }
    .showcase .icon {
      flex-basis: 100% !important; }
      .showcase .icon figure {
        margin: auto; }

  .testimonials .wp-block-column.logos {
    text-align: center;
    display: flex;
    flex-wrap: wrap; }
    .testimonials .wp-block-column.logos img {
      display: inline-block;
      margin: auto;
      max-height: 60px; }
  .testimonials .testimonials-box {
    margin-left: 15px;
    margin-right: 15px; }
  .testimonials .testimonial .image {
    display: none; }
  .testimonials .testimonial.row, .testimonials .testimonials-group > .row {
    margin: auto !important; }
  .testimonials .wp-block-column.content {
    padding: 30px; } }
@media (max-width: 1200px) {
  /* #content { padding-left: 20px; padding-right: 20px; margin-left: -20px; margin-right: -20px } */
  section {
    padding-left: 20px;
    padding-right: 20px; }

  section.alignfull {
    padding-left: 0;
    padding-right: 0; }

  section.alignfull .wp-block-column {
    padding-left: 20px;
    padding-right: 20px; }

  /* section.alignfull.header { padding-left: 20px; padding-right: 20px } */
  .menu-container {
    /* margin-top: -40px !important; */ }
    .menu-container .mega-menu-link {
      font-size: 16px !important;
      padding: 5px !important; } }
@media (max-width: 1100px) {
  #menu-main li {
    display: inline-block;
    margin: auto 10px;
    font-size: 17px;
    line-height: 24px; }

  .mega-menu-column {
    padding-left: 12px !important;
    padding-right: 12px !important; }

  footer > div {
    padding-left: 20px;
    padding-right: 20px; }
  footer #footer-main {
    /* padding-bottom:0; */ }
    footer #footer-main .wp-block-column img {
      position: relative; }
    footer #footer-main .row > .col:nth-child(1), footer #footer-main .row .col:nth-child(2), footer #footer-main .row .col:nth-child(3) {
      /* flex-basis: 33% !important; margin: 0; */ }
      footer #footer-main .row > .col:nth-child(1) .custom_widget, footer #footer-main .row > .col:nth-child(1) .textwidget, footer #footer-main .row .col:nth-child(2) .custom_widget, footer #footer-main .row .col:nth-child(2) .textwidget, footer #footer-main .row .col:nth-child(3) .custom_widget, footer #footer-main .row .col:nth-child(3) .textwidget {
        height: 100%; }
      footer #footer-main .row > .col:nth-child(1) .textwidget, footer #footer-main .row .col:nth-child(2) .textwidget, footer #footer-main .row .col:nth-child(3) .textwidget {
        /* display: grid */ }
        footer #footer-main .row > .col:nth-child(1) .textwidget p, footer #footer-main .row .col:nth-child(2) .textwidget p, footer #footer-main .row .col:nth-child(3) .textwidget p {
          align-self: end; }
        footer #footer-main .row > .col:nth-child(1) .textwidget img, footer #footer-main .row .col:nth-child(2) .textwidget img, footer #footer-main .row .col:nth-child(3) .textwidget img {
          margin-top: 15px; }
    footer #footer-main .row > .col:nth-child(4), footer #footer-main .row .col:nth-child(5) {
                    /* margin-top: 50px; 

                    * { text-align: center; }*/ }
      footer #footer-main .row > .col:nth-child(4) input[type="text"], footer #footer-main .row > .col:nth-child(4) input[type="email"], footer #footer-main .row .col:nth-child(5) input[type="text"], footer #footer-main .row .col:nth-child(5) input[type="email"] {
        text-align: left; }
    footer #footer-main .row.rGallery .rCol {
      flex-basis: 60% !important;
      /* margin-top: 30px */ }
    footer #footer-main .block1 {
      flex-basis: 100% !important; }
    footer #footer-main .block2 {
      flex-basis: 50% !important;
      margin: auto !important; }
  footer .col {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (max-width: 1000px) {
  .testimonials .wp-block-column.logos {
    text-align: center;
    margin-bottom: 15px;
    padding: 5px; } }
@media (max-width: 968px) {
  .mega-hide-on-mobile {
    display: none !important; }

  /* #mega-menu-max_mega_menu_1 { margin-top: 20px; margin-bottom: 30px !important; padding-bottom: 30px !important } 
    #mega-menu-wrap-max_mega_menu_1 { overflow: scroll !important } */
  /* #mega-menu-max_mega_menu_1 { position: unset !important; }  */
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: transparent !important;
    top: 62px; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: transparent !important; }

  #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 {
    height: auto !important; }

  #mega-menu-wrap-max_mega_menu_1 {
    top: 12px; }

  #mega-menu-max_mega_menu_1 {
    padding: 20px !important;
    top: 17px !important;
    z-index: 100000;
    /* background-color: red !important; */ }

  .custom-logo-link img {
    max-width: 150px;
    height: auto;
    margin-left: 10px;
    margin-top: 11px; }

  .logoContainer {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%; }
    .logoContainer .wp-block-columns {
      height: 100%; }

  /* #site-navigation { padding: 20px } */
  .mega-toggle-blocks-left, .mega-toggle-blocks-center {
    display: none !important; }

  .menu-container {
    margin-top: 0;
    /*  margin-left: -20px; margin-right: -20px */ }

  .mega-menu-item .mega-menu-clear li.mega-menu-item {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  /*
  .wp-block-group__inner-container.menu-container {
      position: absolute;
      right: 0;
      width: 100%;
      top: 115px;
  }    
  */
  #main-menu-widget {
    display: none; }

  #search-widget {
    /* #searchsubmit  { } */
    display: none; }

  #main {
    margin-top: 76px; }

  .menu-item-has-children a:after {
    margin-top: 1px; }

  #menu-main {
    padding: 0;
    margin-top: 5px; }
    #menu-main li {
      font-size: 14px;
      margin: auto 6px; }

  #search-widget {
    /* position: absolute; top: 60px; right: 20px; z-index: 50000000;  max-width: 100%; */
    margin-bottom: 10px; }

  #search-widget {
    /* #searchsubmit  { }   display: none; */ }

  header {
    height: auto;
    height: 76px;
    z-index: 999999;
    overflow-y: auto;
    box-sizing: content-box;
    padding: 0; }
    header .header-left {
      flex-basis: 30% !important; }
    header .header-right {
      flex-basis: 68% !important;
      margin-left: 0 !important; }
    header .mega-menu-toggle .mega-toggle-block {
      top: 6px;
      right: 10px;
      z-index: 50;
      margin-right: 0 !important; }

  .n2-section-smartslider .n2-ss-section-main-content > .n2-ss-layer {
    max-width: 100% !important;
    text-align: center; }
    .n2-section-smartslider .n2-ss-section-main-content > .n2-ss-layer * {
      max-width: 800px;
      text-align: left; }

  .about .who-for {
    margin-bottom: 60px; }
  .about > .wp-block-group__inner-container > .wp-block-columns {
    flex-wrap: wrap; }
  .about > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important; }
  .about .showcase {
    /*
    padding-left: 30px;
    padding-right: 30px;
    */
    margin-top: 0; }
    .about .showcase > .wp-block-columns {
      flex-wrap: nowrap; }
    .about .showcase > .wp-block-columns .wp-block-column:nth-child(1) {
      flex-basis: 16% !important; }
    .about .showcase > .wp-block-columns .wp-block-column:nth-child(2) {
      flex-basis: 78% !important; }
    .about .showcase img {
      margin-top: -9px; }

  .testimonials .wp-block-column.logos {
    flex-basis: 100% !important; }
    .testimonials .wp-block-column.logos img {
      display: inline-block;
      margin: auto;
      max-height: 80px; }

  .post {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px; }
    .post #content {
      font-size: 80%;
      line-height: 24px; }
    .post #share a {
      margin: auto 4px; }

  .clients #main > div {
    background-size: cover !important; }
  .clients .item {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%; }

  .knowledge-hub #content .post-grid-search .categories, .knowledge-hub #content .post-grid-search .submit {
    width: 100%;
    text-align: center; }
  .knowledge-hub #content .grid-items .item {
    flex-basis: 46%;
    margin-left: auto;
    margin-right: auto; }

  body.about-frs .team .white-box {
    margin: 15px 0;
    min-width: 100%; } }
.contact-us #main h4 {
  font-family: 'myFirstFontBold';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #4D4D4D;
  margin-bottom: 25px;
  display: block;
  width: 100%; }
.contact-us #main h4::after {
  content: ' ';
  width: 100px;
  height: 5px;
  border-top: 5px solid #92C953;
  display: block;
  margin-top: 10px; }
.contact-us #main .white-box {
  height: 100%;
  align-items: flex-start; }
  .contact-us #main .white-box .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
  .contact-us #main .white-box p {
    font-size: 16px; }
  .contact-us #main .white-box p:last-child {
    align-self: flex-end; }
.contact-us #main form.wpcf7-form {
  max-width: 900px;
  padding: 50px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  border-top-right-radius: 20px; }
  .contact-us #main form.wpcf7-form br {
    display: none; }
  .contact-us #main form.wpcf7-form .wpcf7-form-control-wrap {
    margin: 10px auto;
    display: block; }
  .contact-us #main form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-left: 15px; }
  .contact-us #main form.wpcf7-form .wpcf7-response-output {
    border-color: #ff6700;
    margin: 0;
    padding: 10px;
    text-align: center; }
  .contact-us #main form.wpcf7-form input, .contact-us #main form.wpcf7-form textarea {
    background: white;
    border: none;
    border-radius: 10px;
    padding: 7px 15px;
    width: 100%;
    border: 1px solid #e2e2e2 !important;
    outline: 0;
    font-size: 13px !important; }
    .contact-us #main form.wpcf7-form input:focus, .contact-us #main form.wpcf7-form textarea:focus {
      border: 1px solid silver !important; }
    .contact-us #main form.wpcf7-form input::placeholder, .contact-us #main form.wpcf7-form textarea::placeholder {
      font-size: 13px !important; }
  .contact-us #main form.wpcf7-form input[type="checkbox"] {
    width: auto;
    margin-right: 8px; }
  .contact-us #main form.wpcf7-form .acceptance-contact, .contact-us #main form.wpcf7-form .user-newsletter {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0; }
    .contact-us #main form.wpcf7-form .acceptance-contact label, .contact-us #main form.wpcf7-form .user-newsletter label {
      margin: 0; }
  .contact-us #main form.wpcf7-form textarea {
    height: 290px; }
  .contact-us #main form.wpcf7-form input[type="submit"] {
    background: #4A98EA;
    border-radius: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0 !important;
    border: none;
    font-size: 12px;
    line-height: 16px;
    color: white;
    max-width: 150px;
    margin-right: -20px; }
    .contact-us #main form.wpcf7-form input[type="submit"]:hover {
      background-color: #0062cc; }

.form form.wpcf7-form {
  padding: 50px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  border-top-right-radius: 20px; }
  .form form.wpcf7-form br {
    display: none; }
  .form form.wpcf7-form .wpcf7-form-control-wrap {
    margin: 10px auto;
    display: block; }
  .form form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-left: 15px; }
  .form form.wpcf7-form .wpcf7-response-output {
    border-color: #ff6700;
    margin: 0;
    padding: 10px;
    text-align: center; }
  .form form.wpcf7-form input, .form form.wpcf7-form textarea, .form form.wpcf7-form select {
    background: white;
    border: none;
    border-radius: 10px;
    padding: 7px 15px;
    width: 100%;
    border: 1px solid #e2e2e2 !important;
    outline: 0;
    font-size: 13px !important; }
    .form form.wpcf7-form input:focus, .form form.wpcf7-form textarea:focus, .form form.wpcf7-form select:focus {
      border: 1px solid silver !important; }
    .form form.wpcf7-form input::placeholder, .form form.wpcf7-form textarea::placeholder, .form form.wpcf7-form select::placeholder {
      font-size: 13px !important; }
  .form form.wpcf7-form input[type="checkbox"] {
    width: auto;
    margin-right: 8px; }
  .form form.wpcf7-form .acceptance-contact, .form form.wpcf7-form .user-newsletter {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0; }
    .form form.wpcf7-form .acceptance-contact label, .form form.wpcf7-form .user-newsletter label {
      margin: 0; }
  .form form.wpcf7-form textarea {
    height: 290px; }
  .form form.wpcf7-form input[type="submit"] {
    background: #4A98EA;
    border-radius: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0 !important;
    border: none;
    font-size: 12px;
    line-height: 16px;
    color: white;
    max-width: 150px;
    margin-right: -20px; }
    .form form.wpcf7-form input[type="submit"]:hover {
      background-color: #0062cc; }

@media (max-width: 1201px) {
  #content .entry-content-page {
    margin: auto;
    padding: 5px 30px; }

  .homepage #content .entry-content-page, .homepage-2 #content .entry-content-page {
    padding: 0; } }
@media (min-width: 1201px) {
  #content .entry-content-page {
    /*
    margin: auto;
    max-width: 1140px;
    */ } }
@media (max-width: 768px) {
  body #content .entry-content-page {
    padding: 5px 15px; }
    body #content .entry-content-page > .padding-y-section {
      padding-left: 10px;
      padding-right: 15px; }

  header {
    padding-top: 10px;
    padding-bottom: 0px; }
    header li.mega-menu-item {
      display: block;
      width: 100%; }
    header li.mega-menu-item a {
      display: block;
      width: 100%; }
    header .header-left, header .header-right {
      flex-basis: 100% !important; }
    header .header-right {
      margin-left: 0; }

  /*
  .header::before {
      content:'';
      width: 100%;
      height: 100%;
      display: block;
      background: red;
  }
  */
  /* .wp-block-columns { margin-bottom: 20px } */
  .wp-block-columns {
    margin-bottom: 0; }

  .rGallery .rCol {
    margin-top: 0; }

  .white-box {
    padding: 30px 25px;
    margin: 10px auto auto auto; }

  .about .who-for {
    padding: 35px 30px; }

  body.basic-template .header, body.software-for .header, body.webinars-template .header {
    background-size: cover;
    /* padding: 50px 30px; */ }
    body.basic-template .header a, body.software-for .header a, body.webinars-template .header a {
      display: table; }
    body.basic-template .header a.download, body.software-for .header a.download, body.webinars-template .header a.download {
      padding-left: 0px;
      margin-left: 0px;
      display: block;
      /* text-align: center */ }

  body.software-for .section_1 .wp-block-column:nth-child(2) {
    text-align: center; }
    body.software-for .section_1 .wp-block-column:nth-child(2) img {
      margin: auto;
      margin-top: 30px;
      margin-bottom: -100px;
      max-width: 400px;
      display: block;
      width: 100%; }
  body.software-for .section_2 {
    padding: 0; }
    body.software-for .section_2 li {
      font-size: 22px;
      padding-left: 50px;
      margin: 10px auto; }
    body.software-for .section_2 li::before {
      top: 2px; }
    body.software-for .section_2 .wp-block-column:nth-child(2) {
      margin-left: 0;
      border-radius: 0; }
  body.software-for .section_3 li {
    padding-left: 50px; }
  body.software-for .section_3 .wp-block-column:nth-child(1) {
    order: 2;
    margin-top: 20px; }
  body.software-for .section_3 .wp-block-column:nth-child(2) {
    order: 1;
    margin-left: 0 !important; }
  body.software-for .section_3 .wp-block-column:nth-child(1) h3.mb-5 {
    margin-bottom: 20px !important; }
  body.software-for .section_3 .wp-block-column:nth-child(2) img {
    margin: auto !important;
    margin-bottom: -12% !important;
    display: block;
    max-width: 550px; }
  body.software-for .section_4 .grid .wp-block-column {
    max-width: 44%; }

  body.newsroom #content .grid-items {
    margin-left: -10px;
    margin-right: -10px; }
    body.newsroom #content .grid-items .item {
      flex-basis: 46% !important;
      margin: 0 2% 30px 2% !important;
      min-width: unset; }

  body.basic-template .section_1 ul {
    padding-left: 0;
    margin-top: 30px;
    margin-left: -15px; }
  body.basic-template .section_1 .wp-block-column:nth-child(2) img {
    margin-top: 40px; }
  body.basic-template .section_2 .wp-block-column {
    flex-basis: 50% !important;
    margin: 15px auto; }
  body.basic-template .section_3 .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) img {
    margin-bottom: -80px;
    max-width: 550px;
    display: block;
    margin: auto; }
  body.basic-template .section_4 .wp-block-column:nth-child(1) {
    padding: 40px 30px; }
    body.basic-template .section_4 .wp-block-column:nth-child(1) .arrow {
      display: none; }
    body.basic-template .section_4 .wp-block-column:nth-child(1) .accordion {
      padding: 8px;
      padding-left: 0;
      font-size: 20px; }
  body.basic-template .section_4 .wp-block-column:nth-child(2) {
    padding: 40px 20px;
    border: 3px solid #22629f;
    border-top: 0; }
  body.basic-template .section_4 .panel {
    padding: 0 8px; }
  body.basic-template .n2-section-smartslider .n2-ss-layer p {
    text-align: left !important; }
  body.basic-template .n2-section-smartslider .n2-ss-widget {
    position: relative !important;
    bottom: unset;
    left: unset;
    margin-top: 10px !important; }

  .menu-container ul li {
    font-size: 16px; }

  .sub-menu {
    top: 45px; }

  .n2-section-smartslider .n2-flex.n2-ss-control-bullet {
    top: unset !important;
    right: unset !important;
    bottom: 20px !important;
    width: 100% !important; }
    .n2-section-smartslider .n2-flex.n2-ss-control-bullet .nextend-bullet-bar {
      flex-flow: unset !important; }

  #n2-ss-2-align .n2-ss-section-main-content {
    padding: 80px 10px 80px 0px !important; }

  #brands {
    margin-top: -10px; }
    #brands .gallery-item {
      width: 32% !important; }
    #brands > .wp-block-group > .wp-block-group__inner-container {
      border-radius: 0 !important;
      margin-top: 0 !important;
      padding-top: 30px;
      padding-bottom: 30px; }
    #brands .wp-block-column {
      flex-basis: 100% !important; }

  #header-brands-widget .gallery {
    flex-wrap: wrap;
    justify-content: center; }

  .about .alignwide {
    /* margin-left: 15px; margin-right: 15px; */ }
  .about > .wp-block-group__inner-container {
    padding: 0; }
  .about .who-for {
    margin-bottom: 50px;
    margin-right: 0; }
  .about .showcase .icon {
    margin-right: 20px; }

  body #content .offer .white {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    body #content .offer .white #slider_155 {
      /*
      padding-left: 25px !important;
      padding-right: 25px !important;
      */ }
    body #content .offer .white .owl-nav {
      display: none !important; }
    body #content .offer .white .owl-carousel .owl-prev {
      margin-left: 0px !important;
      left: -15px !important; }
    body #content .offer .white .owl-carousel .owl-next {
      right: -15px !important;
      margin-right: 0px !important; }
    body #content .offer .white .owl-carousel .owl-item .sa_hover_container img {
      margin-top: 25px;
      margin-bottom: 25px; }

  .testimonials .wp-block-column.logos {
    text-align: center;
    margin-bottom: 15px; }
    .testimonials .wp-block-column.logos img {
      display: inline-block;
      margin: auto;
      max-height: 60px; }
  .testimonials .testimonials-box {
    margin-left: 15px;
    margin-right: 15px; }
  .testimonials .testimonial .image {
    display: none; }
  .testimonials .testimonial.row, .testimonials .testimonials-group > .row {
    margin: auto !important; }
  .testimonials .wp-block-column.content {
    padding: 30px; }

  footer > div {
    padding-left: 20px;
    padding-right: 20px; }
  footer #footer-main {
    /* padding-bottom:0; */ }
    footer #footer-main .wp-block-column img {
      position: relative;
      width: 100%;
      max-width: 175px;
      height: auto; }
    footer #footer-main .row > .col:nth-child(1), footer #footer-main .row .col:nth-child(2), footer #footer-main .row .col:nth-child(3) {
      /* flex-basis: 33% !important; margin: 0; */ }
      footer #footer-main .row > .col:nth-child(1) .custom_widget, footer #footer-main .row > .col:nth-child(1) .textwidget, footer #footer-main .row .col:nth-child(2) .custom_widget, footer #footer-main .row .col:nth-child(2) .textwidget, footer #footer-main .row .col:nth-child(3) .custom_widget, footer #footer-main .row .col:nth-child(3) .textwidget {
        height: 100%; }
      footer #footer-main .row > .col:nth-child(1) .textwidget, footer #footer-main .row .col:nth-child(2) .textwidget, footer #footer-main .row .col:nth-child(3) .textwidget {
        display: block; }
        footer #footer-main .row > .col:nth-child(1) .textwidget p, footer #footer-main .row .col:nth-child(2) .textwidget p, footer #footer-main .row .col:nth-child(3) .textwidget p {
          align-self: end; }
        footer #footer-main .row > .col:nth-child(1) .textwidget img, footer #footer-main .row .col:nth-child(2) .textwidget img, footer #footer-main .row .col:nth-child(3) .textwidget img {
          margin-top: 15px; }
    footer #footer-main .row > .col:nth-child(4), footer #footer-main .row .col:nth-child(5) {
                    /*
                    margin-top: 50px;

                    * { text-align: center; }
                    */ }
      footer #footer-main .row > .col:nth-child(4) .btn-primary, footer #footer-main .row .col:nth-child(5) .btn-primary {
        margin-top: 5px; }
      footer #footer-main .row > .col:nth-child(4) input[type="text"], footer #footer-main .row > .col:nth-child(4) input[type="email"], footer #footer-main .row .col:nth-child(5) input[type="text"], footer #footer-main .row .col:nth-child(5) input[type="email"] {
        text-align: left; }
    footer #footer-main .block1 {
      flex-basis: 100% !important; }
    footer #footer-main .block2 {
      flex-basis: 100% !important; }
  footer .col {
    margin-top: 10px;
    margin-bottom: 10px; }

  #footer-info .col {
    padding: 0;
    flex-basis: 100% !important; }
  #footer-info li {
    margin: auto 8px; }

  .contact-us #main {
    /* .wp-block-group { padding-left: 15px; padding-right: 15px } */ }
    .contact-us #main .col-6 {
      flex: 0 0 100%;
      max-width: 100%; }
    .contact-us #main form.wpcf7-form {
      padding: 50px 10px !important; } }
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: 100% !important; }

  .wp-block-column:nth-child(2n) {
    margin-left: 0; }

  footer .wp-block-column {
    flex-basis: calc(50% - 16px) !important; } }
/* CSS to use on mobile devices */
@media screen and (min-width: 769px) {
  body.homepage .n2-section-smartslider .n2-ss-section-main-content > .n2-ss-layer, body.homepage-2 .n2-section-smartslider .n2-ss-section-main-content > .n2-ss-layer {
    /* max-width: 60% !important; */
    margin-top: 20px !important;
    /* margin-bottom: 20px !important; */ } }
@media screen and (min-width: 768px) {
  #menu-main {
    text-align: right; }

  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%; }

  .main-navigation ul {
    margin: 0;
    text-indent: 0; }

  .main-navigation li a,
  .main-navigation li {
    display: inline-block;
    text-decoration: none; }

  .main-navigation li a {
    border-bottom: 0;
    white-space: nowrap; }

  .main-navigation li {
    position: relative; }

  .main-navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  .main-navigation li ul ul {
    top: 0;
    left: 100%; }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li:focus > ul,
  .main-navigation .focus > ul {
    border-left: 0;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit; }

  .main-navigation li ul li a {
    background: white;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    padding: 8px 10px;
    padding: 0.571428571rem 0.714285714rem;
    white-space: normal;
    font-size: 14px;
    min-width: 300px;
    text-align: left;
    padding-left: 30px; }

  .main-navigation li ul li a:hover,
  .main-navigation li ul li a:focus {
    background: #e3e3e3;
    color: #444; }

  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    color: #636363;
    font-weight: bold; }

  .menu-toggle {
    display: none; } }
@media screen and (max-width: 600px) {
  .testimonials .wp-block-column.logos img {
    max-height: unset;
    max-width: 35%; }

  body.software-for .section_2 .wp-block-column, body.webinars-template .section_2 .wp-block-column {
    padding: 50px 20px; }
    body.software-for .section_2 .wp-block-column li, body.webinars-template .section_2 .wp-block-column li {
      font-size: 18px; }
    body.software-for .section_2 .wp-block-column li:before, body.webinars-template .section_2 .wp-block-column li:before {
      top: -4px; }
  body.software-for .section_4 .grid .wp-block-column, body.webinars-template .section_4 .grid .wp-block-column {
    max-width: 100%; }

  .clients .item {
    width: 96%; }

  .knowledge-hub #content .post-grid-search .submit .field-input {
    margin-top: 15px; }
  .knowledge-hub #content .grid-items .item {
    flex-basis: 98%;
    margin-left: auto;
    margin-right: auto; }

  body.newsroom #content .grid-items .item {
    flex-basis: 100% !important;
    margin: 15px auto !important; }

  footer #footer-main {
    padding-left: 10px;
    padding-right: 10px; }
    footer #footer-main .row * {
      /* text-align: center !important; */ }
    footer #footer-main .row .col {
      margin-top: 15px !important;
      margin-bottom: 15px !important;
      padding: 0; }
    footer #footer-main .row .block1 .col:nth-child(1), footer #footer-main .row .col:nth-child(2), footer #footer-main .row .col:nth-child(3), footer #footer-main .row .col:nth-child(4) {
      flex-basis: 50% !important; }
    footer #footer-main .row .col:nth-child(6) {
      display: flex; }
    footer #footer-main .row .block1 {
      flex-basis: 100% !important;
      padding: 0 !important; }
    footer #footer-main .row .block2 {
      flex-basis: 100% !important;
      padding: 0 !important; }
    footer #footer-main .row .btn.btn-primary, footer #footer-main .row .btn.btn-primary a, footer #footer-main .row a.btn-primary {
      padding: 8px 30px; } }
/* Navigation Menu */
@media screen and (max-width: 768px) {
  #menu-main-1 {
    padding-left: 0; }

  .main-navigation li {
    border-bottom: 1px solid #dedede;
    margin-left: 2%;
    margin-right: 2%;
    width: 100%; }

  .main-navigation li li {
    flex-basis: 100%;
    margin-bottom: -1px !important; }

  .main-navigation {
    /*margin-top: 24px;
     margin-top: 1.714285714rem; */
    text-align: center; }

  .main-navigation li {
    margin-top: 0;
    font-size: 0.857142857rem;
    line-height: 1.42857143;
    display: block; }

  .main-navigation a {
    color: #5e5e5e;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: left; }

  .main-navigation a:hover,
  .main-navigation a:focus {
    color: #21759b; }

  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu > ul {
    display: none; }

  .main-navigation ul.nav-menu.toggled-on,
  .menu-toggle {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    float: right;
    background: none;
    border: none;
    font-size: 0;
    margin-top: -80px; }

  .menu-toggle:after {
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #4D4D4D;
    cursor: pointer;
    content: '\f039'; }

  .open.menu-toggle:after {
    content: '\f00d'; }

  .mega-menu-item .mega-menu-clear li.mega-menu-item .mega-menu-link {
    font-size: 16px !important;
    font-weight: normal  !important;
    line-height: 35px !important; }

  .mega-menu-columns-9-of-12 {
    display: none !important; }

  .mega-menu-item .mega-menu-clear .mega-sub-menu .mega-menu-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
@media screen and (min-width: 969px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0 !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 .mega-menu-item {
    padding-right: 0 !important; } }
@media screen and (max-width: 900px) {
  body.basic-template .section_3 .wp-block-column:nth-child(2) {
    margin-left: 0; }
    body.basic-template .section_3 .wp-block-column:nth-child(2) img {
      margin-top: 40px; } }
body.software-for .section_1 li {
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
  padding-left: 50px;
  position: relative;
  margin: 20px auto;
  list-style: none; }

body.software-for .section_1 li::before {
  content: ' ';
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  background: url("img/icons/list-check.png") no-repeat left center; }

body.software-for .section_1 .wp-block-column:nth-child(2) {
  align-self: baseline; }

@media screen and (min-width: 781px) {
  body.software-for .section_1 .wp-block-column:nth-child(2) ul {
    margin-top: 111px; } }
@media (max-width: 768px) {
  body.software-for .section_1 .wp-block-column:nth-child(2) {
    text-align: left; }

  body.software-for .section_1 .wp-block-column:nth-child(2) ul {
    padding-left: 0 !important; } }
#pagination a, #pagination span {
  margin-left: 5px;
  margin-right: 5px; }

/*
Produce lightning fast valuations
All major asset classes covered
Inbuilt links to external data providers
Exception based automation facilities operational efficiency
Full drilldown records of past valuations as standard
All fund structures covered, flat, tiered and a combination of both
*/
.knowledge-hub .entry-content-page {
  /*
  margin: 150px auto;
  .post-grid.grid {
      margin: -130px auto;
  }*/ }
.knowledge-hub .paginate {
  margin: 50px auto !important; }

.paginate, #pagination {
  margin: 50px auto 0 auto !important; }
  .paginate .page-numbers, #pagination .page-numbers {
    background: transparent !important;
    padding: 4px 12px 5px 12px;
    margin: 0 !important;
    border-radius: 5px;
    color: #4D4D4D !important; }
    .paginate .page-numbers.current, #pagination .page-numbers.current {
      color: white !important;
      background: #ff6700 !important; }

/*
#newsroom .pagination {
    display: block !important;
    margin: auto;
    text-align: center;
    
    li { display: inline-block !important; }
}
*/
.events-template .header {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  min-height: 420px; }
  .events-template .header h2, .events-template .header h3, .events-template .header p, .events-template .header a.btn {
    margin: 18px auto; }
  .events-template .header * {
    color: white; }
  .events-template .header .wp-block-columns {
    margin-bottom: 0; }
  .events-template .header .wp-block-column {
    align-self: center; }
.events-template .event {
  border: 1px solid transparent;
  padding: 20px 15px; }
.events-template .event:nth-child(odd) {
  background: #fbfbfb; }
.events-template .event:hover {
  border: 1px solid #f0f0f0;
  background: #f3f3f3;
  transition: all 0.6s; }

a.downloadFile, .downloadFile a, .header a.download, .header .n2-ss-layer.downloadFile {
  cursor: pointer; }

.no-post-found {
  margin: 40px auto;
  max-width: 1100px;
  display: block;
  text-align: center;
  font-size: 25px; }

#cookiescript_description span, #cookiescript_manage span {
  color: white; }

svg#cookiescript_manageicon {
  top: -2px !important; }

@media (min-width: 782px) {
  .contact-us #main .get-in-touch .wp-block-column:not(:first-child) {
    margin-left: 15px; } }
.ui-dialog {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 0px !important;
  border-top-right-radius: 10px !important;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.8);
  background: #f6f6f6 !important;
  /* padding: 30px; */
  z-index: 5000000 !important;
  width: unset !important; }
  .ui-dialog .ui-dialog-titlebar-close {
    right: 2px !important;
    top: 15px !important;
    background: none !important;
    border: none !important;
    font-size: 0 !important;
    z-index: 50000 !important; }
    .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
      background: url("http://frsltd.com/wp-content/uploads/2020/11/dialog-close.png") no-repeat center center !important;
      position: relative !important;
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      opacity: 0.7; }
      .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:hover {
        opacity: 1; }
  .ui-dialog h3 {
    font-size: 25px !important;
    line-height: 1.3 !important;
    color: #424959 !important; }
  .ui-dialog p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    color: black; }

#dialog {
  max-width: 400px;
  width: 400px !important;
  padding: 30px; }
  #dialog fieldset {
    background: white;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 10px;
    padding: 25px;
    margin-top: 15px; }
    #dialog fieldset input[type="text"], #dialog fieldset input[type="email"] {
      width: 100%;
      border: none;
      border-radius: 15px;
      background: #e9e9e9;
      padding: 5px 15px;
      color: #4c4c4c !important;
      font-size: 11px; }
    #dialog fieldset input[type="checkbox"] {
      margin-right: 5px; }
    #dialog fieldset input[type="text"]::placeholder, #dialog fieldset input[type="email"]::placeholder {
      color: #4c4c4c !important;
      text-transform: uppercase; }
    #dialog fieldset input[type="submit"] {
      background: #4A98EA;
      border-radius: 15px;
      padding: 6px 40px;
      text-transform: uppercase;
      cursor: pointer;
      outline: 0 !important;
      border: none;
      font-size: 12px;
      line-height: 16px;
      color: white;
      margin: auto;
      display: block;
      margin-bottom: -10px;
      margin-top: 20px; }
      #dialog fieldset input[type="submit"]:hover {
        background-color: #0062cc; }
    #dialog fieldset .wpcf7-form-control-wrap {
      display: block;
      margin: 8px 0; }
    #dialog fieldset .wpcf7-not-valid-tip {
      font-size: 12px;
      margin-left: 15px; }
    #dialog fieldset .wpcf7-list-item {
      font-size: 13px;
      margin: 0; }
    #dialog fieldset .ajax-loader, #dialog fieldset br {
      display: none; }
    #dialog fieldset p {
      margin: 10px 0; }
    #dialog fieldset .acceptance-contact, #dialog fieldset .user-newsletter {
      margin: 4px 0; }
    #dialog fieldset label {
      margin-bottom: 0; }
  #dialog .wpcf7-response-output {
    border-color: #ff6700;
    margin: 10px 0 !important;
    padding: 10px;
    text-align: center !important; }

.ui-widget-overlay {
  background: #000000 !important;
  opacity: .6 !important; }

.ui-dialog-title {
  display: none !important; }

.ui-dialog-titlebar {
  border: none !important;
  background: none !important; }

body.sitemap #content h3 {
  display: none; }
  body.sitemap #content h3 code {
    /*
    
        font-size: 30px;
        line-height: 40px;
        font-style: normal;
        font-family: 'myFirstFont';
        color: #4D4D4D;
        padding-bottom: 30px;
        border-bottom:1px solid #e5e5e5;
        margin-bottom: 30px;
        display: block;
    */ }
body.sitemap #content .entry-content-page {
  margin: auto;
  display: block;
  max-width: 1140px;
  width: 100%; }
body.sitemap #content li {
  list-style: none;
  position: relative; }
body.sitemap #content li::before {
  content: "• ";
  color: #ff6700;
  font-size: 30px;
  top: 0;
  left: -21px;
  position: absolute; }

@media (max-width: 1200px) {
  body.sitemap .entry-content-page, body.about-frs .entry-content-page, body.our-technology .entry-content-page, body.events .entry-content-page {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 400px) {
  #dialog {
    max-width: 100%;
    width: 100% !important; }

  body.about-frs .team img {
    float: none;
    margin: 7px auto 20px auto;
    width: 80%;
    display: block; } }

.slick-slider .slick-slide .wppsac-post-content-position .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a{
background-color: #1abc9c !important;
}

/* New section template 03-2024 */

.basic-template .section_1 h3, .basic-template .section_3_1 h3 {
    font-family: 'myFirstFontBold';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4D4D4D;
    margin-bottom: 25px;
}

.section_3_1 ul,
.section_3_2 ul {
    background: linear-gradient(159.84deg, #2266A5 5.91%, #1D3963 93.02%);
    border-top-right-radius: 20px;
    color: #fff;
    list-style: none;
    column-count: 2;
    padding: 40px 0;
    max-width: 840px;
    margin: auto;
    padding: 32px;
    margin: 30px auto;
}

.section_3_1 ul li,
.section_3_2 ul li {
    margin-bottom: 8px;
    /* margin-top: -11px; */
    color: #fff;
    line-height: 28px;
}

.basic-template .section_1 h3::after, .section_3_1 h3:after {
    content: ' ';
    width: 100px;
    height: 5px;
    border-top: 5px solid #92C953;
    display: block;
    margin-top: 10px;
}

.basic-template .section_3_1 li::before, .basic-template .section_3_2 li::before {
    background: url(https://frsltd.com/wp-content/themes/frs/img/icons/list-check-white.png) no-repeat left bottom!important;
    content: ' ';
    width: 30px;
    height: 28px;
    background-size: contain!important;
    display: inline-block;
    top: -2px;
    left: 0;
    margin-top: 12px;
    margin-bottom: -8px;
    margin-right: 8px;
}

@media(max-width:767px){
	.section_3_1 .wp-block-group__inner-container,
	.section_3_2 .wp-block-group__inner-container {
    padding: 0 16px;
}
	
	.section_3_2 ul{
		column-count:1;
	}
}