    /*------------| body frame start |-----------*/

    * {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
      -moz-text-size-adjust: none;
      -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    html,
    body {
      padding: 0px;
      margin: 0;
      width: 100%;
      height: 100%;
    }

    body {
      padding: 0px;
      margin: 0px;
      min-width: 320px;
      color: #000000;
      font-family: "aperculight", sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: 25px;
      font-style: normal;
      background: #fff;
      overflow-x: hidden;
      min-height: 100%;
      position: relative;
    }

    /*=============== tags start ===================**/

    *:focus,
    a:hover,
    a:active,
    a:focus {
      outline: 0;
    }

    *:focus {
      outline-style: none;
      box-shadow: none;
    }

    button::-moz-focus-inner,
    select::-moz-focus-inner {
      border: 0;
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    a {
      opacity: 1;
      position: relative;
      display: inline-block;
      color: #518cfc;
      text-decoration: none;
      -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: cubic-bezier(0.19, 1, 0.22, 1);
      transition: cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: color .5s ease-in-out;
      -o-transition: color .5s ease-in-out;
      transition: color .5s ease-in-out;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    button::-moz-focus-inner,
    select::-moz-focus-inner {
      border: 0;
      outline: 0;
    }

    b,
    strong {
      font-weight: bold;
    }

    figure {
      padding: 0px;
      margin: 0px;
    }

    img {
      border: 0px;
      outline: none;
      display: block;
      max-width: 100%;
      height: auto;
    }

    img.error {
      content: "";
    }

    input {
      margin: 0px;

    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder {
      color: #313e51;
      opacity: 1;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder,
    input[type="text"]::-moz-placeholder {
      color: #313e51;
      opacity: 1;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder {
      color: #313e51;
      opacity: 1;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder,
    input[type="text"]:-moz-placeholder {
      color: #313e51;
      opacity: 1;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: "apercubold", sans-serif;
      color: #313E51;
      font-weight: normal;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      padding: 0px;
      margin: 0px;
    }

    h1 {
      font-size: 60px;
      line-height: 70px;
      padding-bottom: 22px;
      font-family: 'apercumedium', sans-serif;
      font-weight: normal;
    }

    h2 {
      font-size: 48px;
      line-height: 52px;
      padding-bottom: 14px;
    }

    h3 {
      font-size: 36px;
      line-height: 40px;
      padding-bottom: 18px;
    }

    h4 {
      font-size: 24px;
      line-height: 32px;
      padding-bottom: 10px;
    }

    h5 {
      font-size: 22px;
      line-height: 26px;
      padding-bottom: 8px;
    }

    h6 {
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 6px;
    }

    h1 a:after,
    h2 a:after,
    h3 a:after,
    h4 a:after,
    h5 a:after,
    h6 a:after {
      display: none;
    }

    p {
      margin: 0px;
      padding: 0px 0px 25px 0px;
    }

    ul,
    ol {
      padding: 0px 0px 25px 25px;
      margin: 0px;
    }

    ul li,
    ol li {
      position: relative;
      padding: 0px 0px 8px 0px;
    }

    ul li:before {
      content: "*";
      position: absolute;
      top: 5px;
      left: -25px;
      font-family: 'apercubold', sans-serif;
      font-size: 22px;
      color: #518CFC;
    }

    ul li {
      list-style: none;
    }

    hr {
      padding: 0px;
      border: 0px;
      height: 1px;
      margin: 30px auto;
      background-color: rgba(255, 255, 255, 0.25);
    }

    blockquote {
      position: relative;
      font-family: 'apercumedium', sans-serif;
      font-weight: normal;
      font-size: 32px;
      line-height: 36px;
      margin: 0px 0px 35px 0px;
      padding: 0px;
    }

    blockquote * {
      position: relative;
      font-family: 'apercuregular', sans-serif;
      font-weight: normal;
      font-style: oblique;
      font-size: 26px;
      line-height: 40px;
      margin: 0;
      padding: 0px 20px 0px 20px;

    }

    blockquote *::before {
      content: open-quote;
      position: absolute;
      left: 0px;
      top: 0;
      font-family: inherit;
      font-weight: normal;
      font-size: inherit;
      color: #313E51;
    }

    blockquote *::after {
      content: close-quote;
      position: relative;
      left: auto;
      right: 0px;
      top: 0;
      font-family: inherit;
      font-weight: normal;
      font-size: inherit;
      color: #000;
      bottom: 0;
    }

    pre {
      margin: 0;
      word-break: break-word;
    }

    /* IFRAME */

    .iframeWrapper {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      margin: 20px 0;
    }

    .iframeWrapper iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 1;
    }

    video {
      height: auto;
      width: 100%;
    }

    /* =========================================  BOX CSS =========================================  */

    .imageBlock a {
      display: block;
    }

    .box {
      position: relative;
      height: 100%;
      overflow: hidden;
    }

    .box:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

    .box::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(81, 140, 252, 0);
      mix-blend-mode: multiply;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
    }

    .no-touch .imageBlock .box:hover::after {
      background-color: rgba(81, 140, 252, 0.3);
      mix-blend-mode: multiply;
    }

    .no-touch .imageBlock.teamBlock:hover .box::after {
      background-color: rgba(81, 140, 252, 0.3);
      mix-blend-mode: multiply;
    }

    .no-touch .imageBlock .box img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      transition: -webkit-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      animation-timing-function: ease-in-out;
      will-change: transform;
    }

    .no-touch .imageBlock .box:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }

    .no-touch .imageBlock.teamBlock:hover .box img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }

    .imageHolder {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
    }

    .OF-cover {
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 100%;
    }

    /* ========================================= section and containers ========================================= */

    section {
      width: 100%;
      position: relative;
    }

    .centerBlock {
      padding: 90px 40px 0px 40px;
      position: static;
      max-width: 1600px;
      margin: 0 auto;
    }

    header .centerBlock {
      padding: 0 65px;
    }

    .page-template-default .pageWrap .centerBlock {
      padding: 90px 65px 90px 65px;
    }

    .container_1440 {
      max-width: 1440px;
      margin: 0 auto;
    }

    .col_1_1_1_1 .col {
      width: 25%;
    }

    .col_1_1_1 .col {
      width: 33.33%;
    }

    .col_1_1 .col {
      width: 50%;
    }

    .col {
      padding: 0px 25px 70px;
    }

    .col_1_1,
    .col_1_1_1,
    .col_1_1_1_1,
    .flexNoWrap,
    .flexWrap,
    .flexStretch,
    .flexHorizontalCenter,
    .flexVerticalCenter,
    .flexRowReverse,
    .flexcolReverse,
    .flexGrow,
    header .centerBlock {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
    }

    .col_1_1,
    .col_1_1_1,
    .col_1_1_1_1,
    .flexWrap {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-flow: row wrap;
      align-items: flex-start;
    }

    .flexStretch {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
    }

    .flexHorizontalCenter {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .spacebetween {
      -webkit-box-pack: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
    }

    /* , .ContentHolder */

    .flexVerticalCenter {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .flexstart,
    footer {
      -webkit-box-align: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
    }

    .flexend,
    header {
      -webkit-box-align: flex-end;
      -webkit-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
    }

    .flexRowReverse {
      -webkit-flex-flow: row-reverse wrap;
      flex-flow: row-reverse wrap;
      -ms-flex-flow: row-reverse wrap;
    }

    .flexcolReverse {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }

    .flexcolReverse .col {
      width: 100%;
    }

    .flexGrow {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-flow: row wrap;
    }

    .flexGrow .col:last-child {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

    /* Spacing class */

    .Bspace {
      padding-bottom: 80px;
    }

    /* WP- core css */

    .alignnone,
    div.alignnone {
      margin: 10px 20px 20px 0px;
      position: relative;
    }

    .aligncenter,
    div.aligncenter {
      display: block;
      margin: 10px auto 15px auto;
      position: relative;
    }

    .alignright,
    div.alignright {
      float: right;
      margin: 10px 0px 30px 30px !important;
      position: relative;
      clear: right;
    }

    .alignleft,
    div.alignleft {
      float: left;
      margin: 10px 30px 30px 0;
      position: relative;
    }

    a img.alignright {
      float: right;
      margin: 10px 0 30px 30px;
    }

    a img.alignnone {
      margin: 10px 30px 30px 0;
    }

    a img.alignleft {
      float: left;
      margin: 10px 30px 30px 0;
    }

    a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .wp-caption {
      background: #fff;
      /* border: 1px solid #f0f0f0; */
      max-width: 96%;
      /* Image does not overflow the content area */
      padding: 0px;
    }

    .wp-caption.alignnone {
      margin: 0px 20px 20px 0;
    }

    .wp-caption.alignleft {
      margin: 10px 20px 20px 0;
    }

    .wp-caption.alignright {
      margin: 10px 0 20px 20px;
    }

    .wp-caption img {
      border: 0 none;
      height: auto;
      margin: 0;
      max-width: 98.5%;
      padding: 0;
      width: auto;
    }

    .wp-caption p.wp-caption-text {
      font-size: 15px;
      line-height: 20px;
      margin: 0;
      padding: 7px 0px;
      font-weight: normal;
    }

    /* Text meant only for screen readers. */
    .screen-reader-text {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important;
      /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }

    .screen-reader-text:focus {
      background-color: #eee;
      clip: auto !important;
      clip-path: none;
      color: #444;
      display: block;
      font-size: 1em;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000;
    }

    #wpadminbar a:before,
    #wpadminbar a:after {
      display: none !important;
    }

    /* ANIMATION */

    .fadeIn {
      opacity: 0;
      transition: opacity 0.5s ease 0.5s;
      -webkit-transition: opacity 0.5s ease 0.5s;
      -moz-transition: opacity 0.5s ease 0.5s;
      -o-transition: opacity 0.5s ease 0.5s;
    }

    .fadeIn.animateMe {
      opacity: 1;
    }

    .fadeInUp,
    .zoom-in {
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
      -webkit-transition: opacity 1s ease .2s, transform 1s ease .2s;
      -moz-transition: opacity 1s ease .2s, transform 1s ease .2s;
      -o-transition: opacity 1s ease .2s, transform 1s ease .2s;
      transition: opacity 1s ease .2s, transform 1s ease .2s;
      will-change: transform;
    }

    .fadeInUp.animateMe,
    .zoom-in.animateMe {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }

    /* .zoom-in {
        clip-path: inset(20% 20% 20% 20%);
        transition: all 0.8 cubic-bezier(0.16, 0.01, 0.77, 1);
        -webkit-transition: all 0.8s cubic-bezier(0.16, 0.01, 0.77, 1);
        -moz-transition: all 0.8s cubic-bezier(0.16, 0.01, 0.77, 1);
        -o-transition: all 0.8s cubic-bezier(0.16, 0.01, 0.77, 1);
        will-change: clip-path;
    }
  .zoom-in.animateMe {
      clip-path: inset(0% 0% 0% 0%);
  }
  .TeamWrapper .zoom-in {
      transform: rotate(-5deg);
  }
  .TeamWrapper .zoom-in.animateMe {
      transform: rotate(0deg);
  }
  .TeamWrapper .zoom-in .imageHolder{
    transform: rotate(5deg) scale(0.8);
    transition: transform 0.8s cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.16, 0.01, 0.77, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: transform 0.8s cubic-bezier(0.16, 0.01, 0.77, 1);
  }
  .TeamWrapper .zoom-in.animateMe .imageHolder{
    transform: rotate(0deg) scale(1);
  } */

    .emphasized {
      font-style: italic;
      position: relative;
      margin: 0;
    }


    /* GRAVITY FORM CSS */

    .grecaptcha-badge {
      display: none !important;
    }

    .gform_wrapper {
      margin-bottom: 40px;
    }

    .gform_wrapper.gravity-theme .gform_fields {
      grid-row-gap: 20px !important;
    }

    .ginput_container * {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    .ginput_container input,
    .ginput_container textarea {
      min-height: 54px;
      background-color: #fff;
      border: none;
      outline: none;
      font-family: "aperculight", sans-serif;
      font-size: 18px !important;
      line-height: 24px;
      color: #313e51;
      border: 2px solid #518cfc;
      height: auto !important;
      border-radius: 0 !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-left: 10px !important;
    }

    .ginput_container input,
    .gfield_label {
      font-size: 18px !important;
      font-weight: normal !important;
    }

    .ginput_container_consent {
      position: relative;
      margin-top: 0px;
    }

    .ginput_container_consent input[type="checkbox"],
    .ginput_container_consent input[type="radio"] {
      position: absolute;
      opacity: 0;
      z-index: -1;
    }

    .ginput_container_consent label {
      position: relative;
      display: inline-flex;
      padding: 0px 0 0 45px;
      line-height: 1.2;
      align-items: center;
      min-height: 1.9em;
    }

    .ginput_container_consent label::before,
    .ginput_container_consent label::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      cursor: pointer;
    }

    .ginput_container_consent label::before {
      content: " ";
      border: 2px solid #518cfc;
      border-radius: 0%;
    }

    /* / Checkbox / */
    .ginput_container_consent input[type="checkbox"]:checked+label::after {
      content: "\2714";
      color: #313E51;
      left: 3px;
      line-height: 35px;
      text-align: center;
    }

    .gform_submission_error {
      padding-bottom: 0px;
      font-family: 'apercuregular';

    }

    .gfield_validation_message,
    .gform_required_legend {
      display: none;
    }

    .gfield,
    fieldset.gfield {
      line-height: normal;
      /* display: flex;
      flex-direction: column;
      align-items: flex-start; */
    }

    .gfield .ginput_container {
      width: 100%;
    }

    .gform_confirmation_message {
      display: block;
      padding-top: 0;
      font-size: 36px;
      line-height: 40px;
      padding: 20px;
      font-family: 'apercumedium';

    }

    .gform_confirmation_message p {
      padding-bottom: 0px !important;
    }

    .gform_wrapper.gravity-theme .gform_footer .gform_button.button {
      margin: 0 !important;
    }

    .gfield_required .gfield_required_text {
      display: none !important;
    }

    .gform_wrapper .gfield_required {
      font-size: 22px !important;
      padding-left: 2px !important;
    }

    .gform_ajax_spinner {
      content: url('../images/loader_svg.svg');
      border: 0;
      animation: spinner 1.1s infinite linear;
      width: 30px !important;
      height: 30px !important;
      position: relative;
      top: 20px;
      right: -20px;
      background-color: transparent !important;
      /* background-image: url('../images/loader_svg.svg'); */
    }

    .already_exist_message {
      font-size: 15px;
      line-height: 15px;
      color: #c02b0a;
      font-family: 'apercuregular';
    }

    .gform_wrapper .gform_validation_errors>h2 {
      color: #c02b0a !important;
      font-size: 17px !important;
      line-height: 17px !important;
    }

    .gform_wrapper .gform_validation_errors>h2 .gform-icon {
      height: auto !important;
      top: 11px !important;
    }

    @keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
      }

      100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    /* COOKIE BAR */
    .cky-title {
      display: none;
    }

    .cky-consent-container .cky-consent-bar {
      border-top: 3px solid #518cfc !important;
      box-shadow: none !important;
      border-radius: 0px !important;
    }

    .cky-notice .cky-notice-group .cky-notice-des {
      padding-bottom: 5px !important;
      font-weight: normal !important;
      margin: 0 !important;
    }

    .cky-preference-header .cky-preference-title {
      font-family: "apercuMedium", sans-serif;
      font-size: 22px !important;
      line-height: 32px !important;
      font-weight: normal !important;
    }

    .cky-notice .cky-notice-group .cky-notice-des * {
      font-size: 16px !important;
      line-height: 20px !important;
    }

    .cky-notice-des p {
      padding-bottom: 0 !important;
    }

    .cky-btn,
    .cky-accordion-header .cky-accordion-btn,
    .cky-accordion-header .cky-always-active {
      font-size: 18px !important;
      line-height: 28px !important;
      font-family: "apercumedium", sans-serif !important;
      font-weight: normal !important;
    }

    .cky-btn-customize {
      color: #313e51 !important;
      border: 2px solid #313e51 !important;
    }

    .cky-btn-accept {
      border: 2px solid #313e51 !important;
      background-color: #313e51 !important;
    }

    .cky-btn-revisit-wrapper,
    .cky-prefrence-btn-wrapper+div {
      display: none !important;
    }

    .cky-accordion-header-des *,
    .cky-preference-content-wrapper * {
      font-size: 16px !important;
    }

    .cky-accordion-header-wrapper,
    .cky-preference-content-wrapper,
    .cky-preference-header,
    .cky-prefrence-btn-wrapper {
      border-bottom: 1px solid #ccc !important;
    }

    .cky-prefrence-btn-wrapper {
      border-top: 1px solid #ccc !important;
    }


    /* IMAGELOADER */
    p img+.imgloader {
      display: none;
    }

    .imgloader {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-image: url('../images/loader_svg.svg');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 40px;
    }

    img[data-lazy-src] {
      opacity: 0;
    }

    img.lazyloaded {
      opacity: 1 !important;
    }

    img.lazyloaded~.imgloader {
      opacity: 0;
    }


    /* Table Css */
    table {
      margin: 30px 0px;
      width: 100%;
      border: 1px solid #c4c4c4;
      border-collapse: collapse;
    }

    table * {
      padding-bottom: 0px;
    }

    table tr {
      background: #EDF0F6;
      margin-bottom: 5px;
      border: 1px solid #c4c4c4;
    }

    tr:nth-child(even) {
      background: #FBFBFB;
    }

    td,
    th {
      padding: 10px 15px;
      font-size: 17px;
      line-height: 21px;
      text-align: left;
      border: 1px solid #c4c4c4;

    }

    p+table,
    ol+table,
    ul+table,
    h1+table,
    h2+table,
    h3+table,
    h4+table,
    h5+table,
    h6+table {
      margin-top: 0px;
    }

    .cky-modal-open ul li::before {
      display: none !important;
    }

    .cky-accordion-body {
      margin-top: 15px !important;
    }

    .gform_wrapper.gravity-theme .gform_footer,
    .gform_wrapper.gravity-theme .gform_page_footer {
      margin-top: 26px !important;
    }