/* Compiled by Markup Design Ltd SASS Complier v0.0.12 on Fri, 14 Feb 2025 14:26:18 +0000 (0.0801s) */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
p {
  color: #08408e;
  font-size: 18px;
  font-weight: 500; }

body {
  font-family: "Quicksand", sans-serif; }

.container {
  position: relative;
  z-index: 999; }

.flex {
  display: flex;
  align-items: center; }

.flexBottom {
  display: flex;
  align-items: end; }

input:focus, textarea:focus {
  outline: none !important;
  border: 1px solid #ea171a !important;
  box-shadow: 0 0 3px #ea171a !important;
  -moz-box-shadow: 0 0 3px #ea171a !important;
  -webkit-box-shadow: 0 0 3px #ea171a !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

a {
  color: #ea171a; }
  a:hover, a:active, a:focus {
    color: #172b65;
    text-decoration: none; }

a.red_link {
  color: #ea171a; }
  a.red_link:hover, a.red_link:active, a.red_link:focus {
    color: #172b65;
    text-decoration: none; }

a.main-link {
  color: #1e3475;
  font-size: 16px;
  text-decoration: underline;
  display: block; }
  a.main-link:hover, a.main-link:active, a.main-link:focus {
    color: #172b65;
    text-decoration: none; }

span.tm {
  font-size: 55%;
  vertical-align: top;
  position: relative;
  left: -4px;
  top: 4px; }

.fixWholesite header {
  position: fixed;
  top: 0;
  z-index: 99999 !important; }

.relative {
  position: relative; }

.flex-end {
  justify-content: flex-end; }

.flex-space {
  justify-content: space-between; }

.main-button {
  background: #ea171a;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
  cursor: pointer; }
  .main-button:focus {
    color: #fff; }
  .main-button:hover {
    color: #fff;
    background: #c70608; }

.main-button-sr {
  background: #ea171a;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  min-width: 200px;
  min-height: 60px; }
  .main-button-sr:focus, .main-button-sr:active {
    color: #fff; }
  .main-button-sr:hover {
    color: #fff;
    background: #c70608; }
  .main-button-sr img {
    width: 41px;
    margin-left: 40px; }

.main-button-with-effect {
  background: #ea171a;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 25px;
  font-weight: 600;
  position: relative;
  width: 160px;
  text-align: center;
  transition: all 0.2s ease-in-out, all 0.2s ease-in; }
  .main-button-with-effect:hover {
    color: #fff;
    background: #08408e; }

.main-button-blue {
  background: #08408e;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 25px;
  font-weight: 600; }
  .main-button-blue:focus, .main-button-blue:active {
    color: #fff; }
  .main-button-blue:hover {
    color: #fff;
    background: #254dbf; }

.main-button-blue-sr {
  background: #08408e;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 15px;
  font-weight: 600;
  min-width: 200px;
  min-height: 60px; }
  .main-button-blue-sr:focus, .main-button-blue-sr:active {
    color: #fff; }
  .main-button-blue-sr:hover {
    color: #fff;
    background: #254dbf; }

.main-button-blue-with-effect {
  background: #08408e;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 25px;
  font-weight: 600;
  position: relative;
  width: 160px;
  text-align: center;
  transition: all 0.2s ease-in-out, all 0.2s ease-in; }
  .main-button-blue-with-effect:hover {
    color: #fff;
    background-color: #ea171a;
    color: #fff; }

.main-button-light-blur-sr {
  background: #01c4d1;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  min-width: 200px;
  min-height: inherit !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }
  .main-button-light-blur-sr:focus, .main-button-light-blur-sr:active {
    color: #fff; }
  .main-button-light-blur-sr:hover {
    color: #fff;
    background: #00b6c3; }
  .main-button-light-blur-sr img {
    width: 41px;
    margin-left: 40px; }

.blockquote_1 {
  background: #eee;
  color: #2e394c;
  padding: 30px 40px;
  border-left: 7px solid #ea181a;
  margin-bottom: 30px;
  border-radius: 6px; }

.clear {
  clear: both; }

.sticky {
  position: sticky;
  top: 0;
  z-index: 99999 !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 0px #ddd;
  box-shadow: 2px 2px 4px 0px #ddd;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 999;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }

.videoWrapper {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videoWrapper_2 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 100%;
  height: 100%;
  width: 100%; }
  .videoWrapper_2 iframe, .videoWrapper_2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

code {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #f8f8f2;
  font-size: 14px;
  margin: 7px 3px 0 3px; }

.hljs {
  background: inherit;
  color: inherit; }

pre {
  position: relative;
  background-color: #000;
  padding: 20px 20px;
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff; }

.hidden_clean_json {
  display: none; }

.copy_code {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ea181a;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer; }

#top {
  height: 1px;
  width: 100%; }

.blogSearch {
  text-align: right;
  margin-bottom: 20px; }
  .blogSearch input[type="text"] {
    height: 35px;
    margin-right: 10px;
    width: 210px; }
  .blogSearch input[type="submit"] {
    text-transform: initial;
    background: #ea171a;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    position: relative;
    border: none; }
    .blogSearch input[type="submit"]:hover {
      color: #fff;
      background: #c70608; }

.responsive_actual_menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #172b65;
  z-index: 9999;
  padding: 100px 5vw 0px 5vw; }
  .responsive_actual_menu img {
    margin-bottom: 40px; }
  .responsive_actual_menu ul.menu {
    padding: 0;
    margin: 0px;
    list-style-type: none; }
    .responsive_actual_menu ul.menu li.menu-item {
      display: block;
      margin-bottom: 5px; }
      .responsive_actual_menu ul.menu li.menu-item a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 25px; }
        .responsive_actual_menu ul.menu li.menu-item a:hover {
          color: #ea171a; }
        .responsive_actual_menu ul.menu li.menu-item a.red {
          color: #ea171a; }
  .responsive_actual_menu small {
    display: block;
    color: #fff;
    margin-top: 40px; }

header {
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
  height: 100px;
  display: flex;
  align-items: center;
  width: 100%; }
  header .container {
    z-index: 9999; }
  header .header-container {
    max-width: 1300px; }
    @media (max-width: 1220px) {
  header .header-container {
    max-width: inherit; } }
  header.mobilemenu {
    background: transparent !important;
    box-shadow: none !important; }
  header .main_logo {
    position: relative;
    top: -5px;
    width: 100%;
    max-width: 150px;
    min-width: 150px; }
  @media (max-width: 1200px) {
    header .only-for-desktop {
      display: none; } }
  header .menu-main_menu_1-container {
    margin: 0 auto; }
    header .menu-main_menu_1-container ul.menu {
      padding: 0;
      margin: 0px;
      list-style-type: none; }
      header .menu-main_menu_1-container ul.menu li.menu-item {
        display: inline-block;
        margin-right: 20px;
        position: relative; }
        header .menu-main_menu_1-container ul.menu li.menu-item:nth-last-child(1) {
          margin-right: 0px; }
        header .menu-main_menu_1-container ul.menu li.menu-item a {
          color: #172b65;
          font-weight: 600;
          font-size: 16px; }
          header .menu-main_menu_1-container ul.menu li.menu-item a:hover {
            color: #ea171a; }
        header .menu-main_menu_1-container ul.menu li.menu-item .sub-menu {
          padding: 0px;
          position: absolute;
          display: none;
          background: #172b65;
          min-width: 301px;
          border: 1px solid #fff;
          z-index: 9999999; }
          header .menu-main_menu_1-container ul.menu li.menu-item .sub-menu li {
            display: block;
            margin-right: 0px; }
            header .menu-main_menu_1-container ul.menu li.menu-item .sub-menu li a {
              color: #fff;
              padding: 10px 10px;
              display: block;
              font-size: 14px !important; }
              header .menu-main_menu_1-container ul.menu li.menu-item .sub-menu li a:hover {
                background-color: #ea171a; }
        header .menu-main_menu_1-container ul.menu li.menu-item:hover .sub-menu {
          display: block; }
  header .mobile_menu {
    width: 100%;
    display: none; }
    @media (max-width: 1200px) {
  header .mobile_menu {
    display: block; } }
    header .mobile_menu .mobile_menu_holder {
      position: relative;
      z-index: 99999;
      float: right;
      color: #ea171a;
      font-size: 30px;
      cursor: pointer; }
  header .custom_menu {
    padding: 0;
    margin: 0px;
    list-style-type: none; }
    header .custom_menu li {
      display: inline-block;
      margin-right: 10px; }
      header .custom_menu li:nth-last-child(1) {
        margin-right: 0px; }
      header .custom_menu li a {
        color: #172b65;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px; }
        header .custom_menu li a:hover {
          color: #ea171a; }
    header .custom_menu .red_link_outline {
      border: 2px solid #ea171a;
      padding: 4px 15px;
      border-radius: 20px;
      color: #ea171a;
      text-transform: initial; }
      header .custom_menu .red_link_outline:hover, header .custom_menu .red_link_outline:active, header .custom_menu .red_link_outline:focus {
        background: #ea171a;
        color: #fff !important;
        text-decoration: none; }
    header .custom_menu .red_link {
      text-transform: initial;
      background: #ea171a;
      color: #fff;
      padding: 6px 18px;
      border-radius: 20px;
      position: relative;
      margin-left: 20px; }
      header .custom_menu .red_link:before {
        content: "";
        height: 100%;
        width: 2px;
        position: absolute;
        background-color: #ea171a;
        left: -18px; }
        @media (max-width: 1200px) {
  header .custom_menu .red_link:before {
    display: none; } }
      header .custom_menu .red_link:hover {
        background: #172b65;
        color: #fff; }
    header .custom_menu a.blue_link {
      text-transform: initial;
      border: 2px solid #172b65;
      padding: 4px 15px;
      border-radius: 20px; }
      header .custom_menu a.blue_link:hover, header .custom_menu a.blue_link:active, header .custom_menu a.blue_link:focus {
        background: #172b65;
        color: #fff !important;
        text-decoration: none; }

footer .top {
  background: #08408e;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative; }
  footer .top .absolute-right-bg {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    opacity: 0.5;
    width: 50%;
    background-size: cover !important; }
    @media (max-width: 768px) {
    footer .top .absolute-right-bg {
      width: 50%; } }
  footer .top ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    footer .top ul li {
      display: inline-block;
      margin-right: 15px; }
      footer .top ul li:nth-last-child(1) {
        margin-right: 0px; }
      footer .top ul li a {
        font-weight: 600;
        font-size: 16px;
        color: #fff; }
  footer .top .socials {
    text-align: right; }
    footer .top .socials a {
      color: #fff;
      display: inline-block;
      margin-right: 10px;
      font-size: 20px; }
      footer .top .socials a:nth-last-child(1) {
        margin-right: 0px; }
  footer .bottom {
    background: #172b65;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff; }
  footer .bottom p {
    font-size: 12px;
    color: #fff; }
  footer .bottom a {
    color: #fff;
    font-size: 12px; }
    footer .bottom a:hover {
      color: #ea171a !important; }

section#homepage {
  overflow: hidden;
  position: relative; }
  section#homepage .absolute-left-bg {
    position: absolute;
    width: 130vw;
    left: -80vw;
    opacity: 0.4;
    z-index: -999;
    height: 160vh;
    margin-top: -290px; }
    section#homepage .absolute-left-bg img {
      width: 100%; }
  section#homepage .absolute-right-bg {
    position: absolute;
    width: 130vw;
    right: -80vw;
    opacity: 0.4;
    z-index: 1;
    height: 160vh;
    margin-top: -290px; }
    section#homepage .absolute-right-bg img {
      width: 100%; }
  section#homepage .main_section_holder {
    position: relative;
    margin-bottom: 100px; }
    section#homepage .main_section_holder .main_section {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 81vh;
      background: #2a4490;
      background: -moz-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      background: -webkit-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      background: linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$lightBlue",endColorstr="$lightBlue",GradientType=1); }
      @media (max-height: 900px) {
    section#homepage .main_section_holder .main_section {
      height: 77vh; } }
      section#homepage .main_section_holder .main_section .absolute-right-bg {
        z-index: 1;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background-position: center right !important;
        background-repeat: no-repeat !important;
        overflow: hidden;
        background-attachment: fixed !important;
        opacity: 0.2; }
      section#homepage .main_section_holder .main_section h1 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 3em; }
      section#homepage .main_section_holder .main_section p {
        color: #58ceff;
        font-size: 20px; }
      section#homepage .main_section_holder .main_section .main-top-button {
        background: #ea171a;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        border-radius: 25px;
        font-weight: 600;
        padding: 10px 23px 10px 30px;
        margin-top: 20px; }
        section#homepage .main_section_holder .main_section .main-top-button:hover {
          color: #fff;
          background: #c70608; }
        section#homepage .main_section_holder .main_section .main-top-button .fas {
          font-size: 17px;
          position: relative;
          top: 1px;
          margin-left: 8px; }
    section#homepage .main_section_holder .absolute-center-logos {
      position: absolute;
      width: 40vw;
      background: #172b65;
      z-index: 9;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -6vh;
      padding: 18px 20px;
      border-radius: 5px;
      min-width: 930px; }
      @media (max-width: 992px) {
    section#homepage .main_section_holder .absolute-center-logos {
      min-width: inherit; } }
      @media (max-width: 1440px) {
    section#homepage .main_section_holder .absolute-center-logos {
      width: 70vw; } }
      section#homepage .main_section_holder .absolute-center-logos .top_text {
        position: absolute;
        background-color: #124caf;
        color: #fff;
        top: -29px;
        padding: 4px 18px;
        border-radius: 1px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 240px;
        text-align: center; }
        @media (min-width: 768px) {
    section#homepage .main_section_holder .absolute-center-logos .top_text {
      width: fit-content; } }
      section#homepage .main_section_holder .absolute-center-logos .flickity-button {
        background: transparent;
        color: #58ceff; }
      section#homepage .main_section_holder .absolute-center-logos h4 {
        font-size: 19px; }
      section#homepage .main_section_holder .absolute-center-logos .icon-carousel {
        width: 100%; }
        section#homepage .main_section_holder .absolute-center-logos .icon-carousel .carousel-cell {
          text-align: center; }
          section#homepage .main_section_holder .absolute-center-logos .icon-carousel .carousel-cell img {
            width: initial;
            max-height: 58px;
            height: 100%; }
      section#homepage .main_section_holder .absolute-center-logos .main-button-blue-with-effect {
        margin-left: 30px;
        width: 200px; }
  section#homepage .left_right_section .home-screen-carousel {
    width: 100%; }
    @media (max-width: 768px) {
      section#homepage .left_right_section .home-screen-carousel {
        margin-bottom: 30px; } }
    section#homepage .left_right_section .home-screen-carousel .home-screen-carousel-cell {
      width: 100%; }
    section#homepage .left_right_section h2 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 44px; }
    section#homepage .left_right_section h3 {
      color: #08408e;
      font-weight: 600; }
    section#homepage .left_right_section img {
      width: 90%; }
    @media (max-width: 768px) {
      section#homepage .left_right_section img {
        width: 100%; } }
    section#homepage .left_right_section img.absolute {
      position: absolute;
      margin-top: 100px; }
    section#homepage .left_right_section .left, section#homepage .left_right_section .right {
      position: relative; }
    section#homepage .left_right_section .absolute-under-image {
      position: absolute;
      z-index: -99;
      bottom: 50px !important;
      right: 30px; }
  section#homepage .middle_icons {
    padding-top: 150px; }
    section#homepage .middle_icons .wrap {
      background: #eee;
      padding: 30px; }
    section#homepage .middle_icons .wrap .left h5 {
      font-size: 30px;
      color: #08408e;
      font-weight: 600; }
    section#homepage .middle_icons .wrap .right .icon_block {
      display: inline-block;
      background: #08408e;
      padding: 17px 5px;
      text-align: center;
      border-radius: 8px;
      margin-right: 15px;
      width: 112px; }
      section#homepage .middle_icons .wrap .right .icon_block:nth-last-child(1) {
        margin-right: 0px; }
      section#homepage .middle_icons .wrap .right .icon_block img {
        width: 80%; }
  section#homepage .blocks {
    margin-top: 0px !important; }
  section#homepage .bluebanner {
    margin-bottom: 150px; }
  section#homepage .grey_left_right {
    background: #eee;
    margin-top: 90px;
    margin-bottom: 150px;
    padding: 50px 100px;
    position: relative; }
    section#homepage .grey_left_right h3 {
      color: #08408e;
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 45px; }
    section#homepage .grey_left_right img {
      width: 100%; }
    section#homepage .grey_left_right img.icons {
      width: 75%; }
    section#homepage .grey_left_right .left, section#homepage .grey_left_right .right {
      position: relative;
      z-index: 99; }
  section#homepage .blog_section {
    position: relative;
    z-index: 99;
    padding-bottom: 100px; }
    section#homepage .blog_section h3.absolute_h3 {
      position: absolute;
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      top: 85px;
      left: 20px;
      font-size: 45px; }
  section#introduction-template .blocks .do_animate {
    height: 402px; }
    @media (max-width: 1200px) {
      section#introduction-template .blocks .do_animate {
        height: 475px; } }
    @media (max-width: 992px) {
      section#introduction-template .blocks .do_animate {
        height: 320px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      section#introduction-template .blocks .do_animate {
        height: 370px;
        margin-bottom: 20px; } }
  section.inner-pages {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px; }
  section.inner-pages .content-holder .absolute-left-bg {
    position: absolute;
    width: 130vw;
    left: -80vw;
    opacity: 0.4;
    z-index: -999;
    height: 160vh;
    margin-top: -290px; }
    section.inner-pages .content-holder .absolute-left-bg img {
      width: 100%; }
    section.inner-pages .content-holder .center-title-text {
      text-align: center; }
    section.inner-pages .content-holder .center-title-text h2 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 4em; }
    section.inner-pages .content-holder .top .blocks {
      margin-bottom: 60px;
      margin-top: 80px; }
    section.inner-pages .content-holder .bottom .section_blocks_blogs h1 {
      margin-bottom: 15px;
      color: #172b65;
      font-weight: 600;
      font-size: 50px; }
      section.inner-pages .content-holder .bottom .section_blocks_blogs h2 {
        margin-bottom: 15px;
        color: #ea171a;
        font-weight: 600;
        font-size: 44px; }
      section.inner-pages .content-holder .bottom .section_blocks_blogs h3, section.inner-pages .content-holder .bottom .section_blocks_blogs h4, section.inner-pages .content-holder .bottom .section_blocks_blogs h5, section.inner-pages .content-holder .bottom .section_blocks_blogs h6 {
        margin-top: 30px;
        margin-bottom: 15px;
        color: #ea171a;
        font-weight: 600 !important; }
      section.inner-pages .content-holder .bottom .section_blocks_blogs p {
        margin-bottom: 30px;
        font-weight: 400;
        color: #08408e;
        font-size: 18px;
        font-weight: 500; }
      section.inner-pages .content-holder .bottom .section_blocks_blogs p span {
        font-weight: 500 !important; }
    section.inner-pages .content-holder .bottom .section_blocks {
      display: none; }
      section.inner-pages .content-holder .bottom .section_blocks.active {
        display: block; }
      section.inner-pages .content-holder .bottom .section_blocks h1 {
        margin-bottom: 15px;
        color: #172b65;
        font-weight: 600;
        font-size: 50px; }
      section.inner-pages .content-holder .bottom .section_blocks h2 {
        margin-bottom: 15px;
        color: #ea171a;
        font-weight: 600;
        font-size: 44px; }
      section.inner-pages .content-holder .bottom .section_blocks h3, section.inner-pages .content-holder .bottom .section_blocks h4, section.inner-pages .content-holder .bottom .section_blocks h5, section.inner-pages .content-holder .bottom .section_blocks h6 {
        margin-top: 30px;
        margin-bottom: 15px;
        color: #ea171a;
        font-weight: 600 !important; }
      section.inner-pages .content-holder .bottom .section_blocks p {
        margin-bottom: 30px; }
      section.inner-pages .content-holder .bottom .section_blocks notetitle {
        font-weight: bold;
        color: #ea171a; }
      section.inner-pages .content-holder .bottom .section_blocks ul {
        padding-bottom: 40px; }
      section.inner-pages .content-holder .bottom .section_blocks .image_text_combo {
        position: relative;
        z-index: 99;
        margin-bottom: 50px; }
      section.inner-pages .content-holder .bottom .section_blocks .image_text_combo img {
        width: 100%; }
      section.inner-pages .content-holder .bottom .section_blocks .do_grey_box {
        background-color: #eee;
        padding: 60px 50px 1px 50px;
        margin-bottom: 60px;
        z-index: -999; }
      section.inner-pages .content-holder .bottom .section_blocks .faq_holder .faq_question {
        background-color: #172b65;
        color: #fff;
        padding: 20px;
        font-weight: 700;
        border-radius: 5px;
        margin-bottom: 10px; }
        section.inner-pages .content-holder .bottom .section_blocks .faq_holder .faq_question.active {
          background-color: #ea171a; }
        section.inner-pages .content-holder .bottom .section_blocks .faq_holder .faq_question:hover {
          background-color: #08408e;
          cursor: pointer; }
        section.inner-pages .content-holder .bottom .section_blocks .faq_holder .faq_question i.fas {
          float: right;
          font-size: 18px;
          position: relative;
          top: 3px; }
      section.inner-pages .content-holder .bottom .section_blocks .faq_holder .faq_answer {
        display: none;
        margin-top: 5px;
        margin-bottom: 30px; }
        section.inner-pages .content-holder .bottom .section_blocks .faq_holder .faq_answer.active {
          display: block; }
      section.inner-pages .content-holder .bottom .section_blocks .imageFull {
        margin-bottom: 30px; }
      section.inner-pages .content-holder .bottom .section_blocks .imageFull img.full-image {
        width: 100%; }
    section.inner-pages .content-holder .bottom .main-button-with-effect {
      width: 240px;
      float: right; }
    section.inner-pages .content-holder .docs {
      position: relative;
      margin-bottom: 50px; }
    section.inner-pages .content-holder .docs .large_box {
      color: #ea171a;
      text-align: center;
      margin: 0;
      color: #ea171a;
      font-size: 30px;
      font-weight: 600; }
      section.inner-pages .content-holder .docs .large_box span {
        font-size: 20px;
        font-weight: 400;
        display: block; }
  section.blog_archive {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px; }
  section.blog_archive .tags_style {
    list-style-type: none;
    padding: 0px;
    margin: 0 0 20px 0; }
    section.blog_archive .tags_style li {
      background: #ffe8e8;
      border: 1px solid #ea171a;
      border-radius: 6px;
      padding: 1px 7px;
      display: inline-block;
      font-size: 13px;
      margin-bottom: 5px;
      margin-right: 5px; }
    section.blog_archive .tags_style li:hover {
      border: 1px solid #172b65;
      background: #dde6ff; }
      section.blog_archive .tags_style li:hover a {
        color: #172b65; }
  section.blog_archive .absolute-left-bg {
    position: absolute;
    width: 130vw;
    left: -80vw;
    opacity: 0.4;
    z-index: -999;
    height: 160vh;
    margin-top: -290px; }
    section.blog_archive .absolute-left-bg img {
      width: 100%; }
  section#blog_single .main_section_inner_top {
    padding-top: 40px;
    padding-bottom: 40px; }
    section#blog_single .blog_single_title {
      color: #ea171a;
      font-size: 35px;
      margin-bottom: 25px;
      font-weight: 600;
      line-height: 45px; }
  section#blog_single .avatar_name_date {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center; }
    section#blog_single .avatar_name_date .avatar {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 20px; }
    section#blog_single .avatar_name_date .avatar .image_holder_avatar {
      overflow: hidden;
      width: 80px;
      height: 80px;
      border-radius: 50%; }
      section#blog_single .avatar_name_date .avatar .image_holder_avatar img {
        width: 100%;
        z-index: 99;
        position: relative; }
    section#blog_single .avatar_name_date .avatar .absolute_blue_ball {
      position: absolute;
      width: 80px;
      height: 80px;
      background: #08408e;
      border-radius: 50%;
      left: 5px;
      top: 5px; }
    section#blog_single .avatar_name_date .name {
      font-weight: 600;
      float: left;
      color: #08408e;
      font-size: 14px; }
    section#blog_single .avatar_name_date .date {
      font-weight: 600;
      float: left;
      color: #08408e;
      font-size: 12px; }
  section#blog_single .image_holder {
    overflow: hidden;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    section#blog_single .image_holder img {
      width: 100%; }
  section#blog_single .tags {
    margin-bottom: 20px; }
    section#blog_single .tags ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px; }
    section#blog_single .tags ul li {
      border-radius: 4px;
      display: inline-block;
      background-color: #fd3d40;
      color: #fff;
      padding: 3px 5px;
      margin-right: 5px;
      font-size: 12px;
      font-weight: 600; }
      section#blog_single .tags ul li:nth-last-child(1) {
        margin-right: 0px; }
      section#blog_single .tags ul li a {
        color: #fff; }
  section#blog_single .sidebar ul {
    margin-top: 15px; }
    section#blog_single .sidebar .title1 {
      color: #172b65;
      font-size: 25px;
      margin-bottom: 10px;
      font-weight: 600; }
    section#blog_single .sidebar .recent_holder {
      margin-top: 10px; }
    section#blog_single .sidebar .recent_holder .blog_items {
      margin-bottom: 10px;
      padding: 20px 0px 20px 0px;
      border-radius: 4px; }
      section#blog_single .sidebar .recent_holder .blog_items .img_blog img {
        width: 100%;
        display: inline-block;
        margin: 0 auto; }
      section#blog_single .sidebar .recent_holder .blog_items .small_blog_titles {
        font-size: 16px;
        font-weight: bold; }
      section#blog_single .sidebar .recent_holder .blog_items .small_blog_titles a {
        color: #172b65; }
        section#blog_single .sidebar .recent_holder .blog_items .small_blog_titles a:hover {
          color: #ea171a; }
      section#blog_single .sidebar .recent_holder .blog_items .date {
        font-size: 12px;
        color: #ea171a;
        display: block;
        margin-top: 4px;
        font-weight: 500; }
    section#blog_single .sidebar .share_box a {
      color: #fff; }
      section#blog_single .sidebar .share_box a span {
        display: inline-block;
        border-radius: 50%;
        background-color: #eee;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px; }
      section#blog_single .sidebar .share_box a span.fb {
        background-color: #3d589a; }
      section#blog_single .sidebar .share_box a span.tw {
        background-color: #55acee; }
      section#blog_single .sidebar .share_box a span.li {
        background-color: #0077b5; }
  section#blog_single ul.hash_tags {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    section#blog_single ul.hash_tags li {
      background: #ffe8e8;
      border: 1px solid #ea171a;
      border-radius: 6px;
      padding: 1px 7px;
      display: inline-block;
      font-size: 13px;
      margin-bottom: 5px;
      margin-right: 5px; }
    section#blog_single ul.hash_tags li:nth-last-child(1) {
      margin-right: 0px; }
    section#blog_single ul.hash_tags li:hover {
      border: 1px solid #172b65;
      background: #dde6ff; }
      section#blog_single ul.hash_tags li:hover a {
        color: #172b65; }
  section#blog_single .section_blocks h1 {
    margin-bottom: 15px !important;
    color: #ea171a;
    font-weight: 600;
    font-size: 44px;
    margin-top: 45px !important; }
    section#blog_single .section_blocks h2 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 44px; }
    section#blog_single .section_blocks h3, section#blog_single .section_blocks h4, section#blog_single .section_blocks h5, section#blog_single .section_blocks h6 {
      margin-top: 30px;
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600 !important; }
    section#blog_single .section_blocks img {
      width: 100% !important;
      height: inherit !important; }
  section#d1-template {
    overflow: hidden; }
  section#d1-template .section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d1-template .section1 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #f6f7fb;
      background: -moz-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: -webkit-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fb",endColorstr="#ffffff",GradientType=1); }
    section#d1-template .section1 .absolute-left-bg {
      position: absolute;
      width: 130vw;
      left: -80vw;
      opacity: 0.4;
      z-index: -999;
      height: 160vh;
      margin-top: -290px; }
    @media (max-width: 992px) {
      section#d1-template .section1 .absolute-left-bg {
        left: 0; } }
    @media (max-width: 992px) {
      section#d1-template .section1 .left {
        margin-bottom: 50px; } }
    section#d1-template .section1 .left h1 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 44px; }
    section#d1-template .section1 .left p {
      color: #08408e;
      font-size: 20px; }
    section#d1-template .section1 .left .button_holder {
      margin-top: 50px;
      display: flex;
      align-items: center; }
      @media (max-width: 992px) {
      section#d1-template .section1 .left .button_holder {
        display: block; } }
      section#d1-template .section1 .left .button_holder a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      @media (max-width: 992px) {
        section#d1-template .section1 .left .button_holder a {
          max-width: 275px;
          margin-bottom: 20px; } }
      section#d1-template .section1 .left .button_holder a .far {
        font-size: 40px;
        margin-left: 30px; }
    section#d1-template .section1 .right img {
      width: 100%; }
  section#d1-template .section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden; }
    section#d1-template .section2 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #14225d;
      background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
    section#d1-template .section2 .absolute-right-bg {
      position: absolute;
      width: 130vw;
      right: -100vw;
      opacity: 0.4;
      z-index: 1;
      height: 160vh;
      margin-top: -290px; }
    section#d1-template .section2 .absolute-right-bg img {
      width: 100%; }
    section#d1-template .section2 h2 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 44px;
      text-align: center; }
    section#d1-template .section2 .arrow {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0px !important; }
    @media (max-width: 992px) {
      section#d1-template .section2 .arrow {
        display: none; } }
    section#d1-template .section2 .arrow .flex {
      display: flex;
      align-items: center;
      justify-content: center; }
    section#d1-template .section2 .arrow .arrow-1 {
      width: 350px;
      margin-top: -50px; }
    section#d1-template .section2 .arrow .arrow-2 {
      width: 330px;
      margin-top: -60px; }
    section#d1-template .section2 .arrow .arrow-3 {
      width: 260px;
      margin-top: -70px;
      margin-left: -70px; }
    section#d1-template .section2 .arrow .arrow-5 {
      width: 410px;
      margin-top: -10px; }
    section#d1-template .section2 .arrow .arrow-6 {
      width: 300px;
      margin-top: -30px;
      margin-left: -60px; }
    section#d1-template .section2 .content {
      display: flex;
      align-items: center; }
    section#d1-template .section2 .content .flexRight {
      display: flex;
      justify-content: end; }
    section#d1-template .section2 .content.content-5 {
      margin-top: -100px; }
    section#d1-template .section2 .content.content-6 {
      margin-top: 140px; }
    section#d1-template .section2 .content.content-7 {
      margin-top: 140px; }
    @media (max-width: 992px) {
      section#d1-template .section2 .content.content-5 {
        margin-top: 0px; }

      section#d1-template .section2 .content.content-6 {
        margin-top: 0px; }

      section#d1-template .section2 .content.content-7 {
        margin-top: 0px; } }
    section#d1-template .section2 .content h3 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600 !important;
      font-size: 40px;
      text-align: left; }
    section#d1-template .section2 .content p {
      color: #fff;
      font-size: 25px;
      text-align: left; }
    section#d1-template .section2 .content .main-image {
      width: 100%; }
    section#d1-template .section2 .content .main-image-1 {
      width: 70%; }
      @media (max-width: 992px) {
      section#d1-template .section2 .content .main-image-1 {
        width: 100%;
        margin-left: -50px;
        margin-top: -60px;
        margin-bottom: 60px; } }
    section#d1-template .section2 .content .main-image-2 {
      width: 70%; }
      @media (max-width: 992px) {
      section#d1-template .section2 .content .main-image-2 {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 40px; } }
    section#d1-template .section2 .content .main-image-3 {
      width: 80%;
      margin-top: -70px; }
      @media (max-width: 992px) {
      section#d1-template .section2 .content .main-image-3 {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 80px; } }
    section#d1-template .section2 .content .main-image-4 {
      width: 90%;
      margin-right: 60px; }
      @media (max-width: 992px) {
      section#d1-template .section2 .content .main-image-4 {
        width: 100%;
        margin-right: 0px;
        margin-top: 70px; } }
    section#d1-template .section2 .content .main-image-5 {
      width: 80%; }
      @media (max-width: 992px) {
      section#d1-template .section2 .content .main-image-5 {
        width: 100%;
        margin-top: 70px; } }
    section#d1-template .section2 .content .main-image-6 {
      width: 100%; }
    section#d1-template .section2 .content .box1 {
      position: relative; }
      @media (max-width: 992px) {
      section#d1-template .section2 .content .box1 {
        margin-bottom: 100px; } }
      section#d1-template .section2 .content .box1 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 20px;
        top: -190px;
        opacity: 0.1; }
    section#d1-template .section2 .content .box2 {
      position: relative; }
      section#d1-template .section2 .content .box2 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 50px;
        top: -150px;
        opacity: 0.1; }
      @media (max-width: 992px) {
        section#d1-template .section2 .content .box2 .num {
          right: 20px;
          top: -170px; } }
    section#d1-template .section2 .content .box3 {
      position: relative; }
      section#d1-template .section2 .content .box3 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 0;
        top: -140px;
        opacity: 0.1; }
    section#d1-template .section2 .content .box4 {
      position: relative; }
      section#d1-template .section2 .content .box4 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 20px;
        top: -190px;
        opacity: 0.1; }
    section#d1-template .section2 .content .box5 {
      position: relative;
      margin-top: 140px; }
      @media (max-width: 992px) {
      section#d1-template .section2 .content .box5 {
        margin-top: 40px; } }
      section#d1-template .section2 .content .box5 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 0px;
        top: -130px;
        opacity: 0.1; }
    section#d1-template .section2 .content .box6 {
      position: relative; }
      section#d1-template .section2 .content .box6 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: -10px;
        top: -150px;
        opacity: 0.1; }
    section#d1-template .section2 .content .box7 {
      position: relative; }
      section#d1-template .section2 .content .box7 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 20px;
        top: -190px;
        opacity: 0.1; }
  section#d1-template .section3 {
    padding-bottom: 100px;
    position: relative; }
    section#d1-template .section3 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #14225d;
      background: -moz-linear-gradient(180deg, #1f3f8e 12%, #14225d 80%);
      background: -webkit-linear-gradient(180deg, #1f3f8e 12%, #14225d 80%);
      background: linear-gradient(180deg, #1f3f8e 12%, #14225d 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f3f8e",endColorstr="#14225d",GradientType=1); }
    section#d1-template .section3 h2 {
      margin-bottom: 60px;
      color: #fff;
      font-weight: 600;
      font-size: 44px;
      text-align: center; }
    section#d1-template .section3 .box {
      text-align: center;
      margin-bottom: 50px; }
    section#d1-template .section3 .box img {
      width: 100%;
      max-width: 120px; }
    section#d1-template .section3 .box h4 {
      color: #a7beed;
      font-weight: 500;
      font-size: 20px;
      text-align: center;
      margin-top: 10px; }
  section#d1-template .blog_section {
    padding-top: 100px;
    padding-bottom: 100px; }
  section#d5-template {
    overflow: hidden; }
  section#d5-template .section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d5-template .section1 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #2a4490;
      background: -moz-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      background: -webkit-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      background: linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$lightBlue",endColorstr="$lightBlue",GradientType=1); }
    section#d5-template .section1 .absolute-left-bg {
      position: absolute;
      width: 130vw;
      left: -80vw;
      opacity: 0.4;
      z-index: -999;
      height: 160vh;
      margin-top: -290px; }
    @media (max-width: 992px) {
      section#d5-template .section1 .absolute-left-bg {
        left: 0; } }
    section#d5-template .section1 .left {
      display: flex;
      align-items: center; }
    @media (max-width: 992px) {
      section#d5-template .section1 .left {
        margin-bottom: 50px; } }
    section#d5-template .section1 .left h1 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 44px; }
    section#d5-template .section1 .left p {
      color: #fff;
      font-size: 20px; }
    section#d5-template .section1 .left ul.maintopul {
      margin-top: 40px;
      padding: 0px 15px; }
      section#d5-template .section1 .left ul.maintopul li {
        color: #fff;
        font-size: 16px;
        margin-bottom: 10px; }
      section#d5-template .section1 .left ul.maintopul li strong {
        display: block; }
    section#d5-template .section1 .left .button_holder {
      margin-top: 50px;
      display: flex;
      align-items: center; }
      @media (max-width: 992px) {
      section#d5-template .section1 .left .button_holder {
        display: block; } }
      section#d5-template .section1 .left .button_holder a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      @media (max-width: 992px) {
        section#d5-template .section1 .left .button_holder a {
          max-width: 275px;
          margin-bottom: 20px; } }
      section#d5-template .section1 .left .button_holder a .far {
        font-size: 40px;
        margin-left: 30px; }
    section#d5-template .section1 .right {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
    section#d5-template .section1 .right img {
      width: 60%; }
  section#d5-template .section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d5-template .section2 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #f6f7fb;
      background: -moz-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: -webkit-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fb",endColorstr="#ffffff",GradientType=1); }
    section#d5-template .section2 h2 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 40px; }
    section#d5-template .section2 p {
      color: #08408e;
      font-size: 20px;
      font-weight: 700; }
    section#d5-template .section2 label {
      color: #08408e;
      font-size: 18px;
      display: block;
      font-weight: 500; }
    section#d5-template .section2 select {
      width: 100%;
      height: 45px;
      border-radius: 0px;
      border-color: #ccc;
      padding: 0px 6px; }
    section#d5-template .section2 .input-group input[type="text"] {
      height: 45px; }
    section#d5-template .section2 button.btn.btn-decrement.btn-outline-secondary.btn-minus, section#d5-template .section2 button.btn.btn-increment.btn-outline-secondary.btn-plus {
      background: #ea171a;
      color: #fff;
      border: none;
      border-radius: 0px; }
    section#d5-template .section2 button.btn.btn-decrement.btn-outline-secondary.btn-minus:hover, section#d5-template .section2 button.btn.btn-increment.btn-outline-secondary.btn-plus:hover {
      background: #172b65; }
  section#d5-template .section3 {
    display: none;
    padding-bottom: 100px;
    position: relative;
    text-align: center; }
    section#d5-template .section3 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #fff; }
    section#d5-template .section3 h3 {
      margin-bottom: 15px;
      color: #08408e;
      font-weight: 600;
      font-size: 40px;
      margin-bottom: 30px; }
    section#d5-template .section3 .box1 {
      width: 70%;
      margin: 0 auto;
      background: #344a9b;
      background: -moz-linear-gradient(90deg, #26acc8 0%, #3164a7 37%, #344a9b 100%);
      background: -webkit-linear-gradient(90deg, #26acc8 0%, #3164a7 37%, #344a9b 100%);
      background: linear-gradient(90deg, #26acc8 0%, #3164a7 37%, #344a9b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$lightBlue",endColorstr="$lightBlue",GradientType=1);
      border-radius: 30px;
      padding: 50px; }
    section#d5-template .section3 .box1 .line {
      position: relative; }
      section#d5-template .section3 .box1 .line:after {
        content: "";
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px; }
    section#d5-template .section3 .box1 span {
      display: block; }
      section#d5-template .section3 .box1 span.large {
        color: #fff;
        font-size: 35px;
        font-weight: 500; }
      section#d5-template .section3 .box1 span.small {
        color: #fff;
        font-weight: 500;
        font-size: 18px; }
    section#d5-template .section3 p {
      margin-top: 30px;
      margin-bottom: 80px;
      color: #08408e;
      font-size: 16px; }
    section#d5-template .section3 .icons {
      display: center; }
    section#d5-template .section3 .icons .color_title {
      background: #929292;
      border-radius: 20px;
      padding: 5px 10px;
      width: 100%;
      color: #fff;
      font-weight: 500;
      display: block;
      text-transform: uppercase; }
    section#d5-template .section3 .icons .icon_holder {
      margin-top: 10px; }
      section#d5-template .section3 .icons .icon_holder img {
        width: 100%; }
    section#d5-template .section3 .icons .large {
      font-size: 40px;
      font-weight: 500;
      display: block;
      color: #929292; }
    section#d5-template .section3 .icons .small {
      font-size: 18px;
      text-transform: uppercase;
      display: block;
      font-weight: 500;
      color: #929292;
      margin-top: -10px; }
    section#d5-template .section3 .icons .onboarding .color_title {
      background: #2dc6ba; }
      section#d5-template .section3 .icons .onboarding .large, section#d5-template .section3 .icons .onboarding .small {
        color: #2dc6ba; }
    section#d5-template .section3 .icons .testing .color_title {
      background: #ff4e51; }
      section#d5-template .section3 .icons .testing .large, section#d5-template .section3 .icons .testing .small {
        color: #ff4e51; }
    section#d5-template .section3 .icons .reporting .color_title {
      background: #7287d3; }
      section#d5-template .section3 .icons .reporting .large, section#d5-template .section3 .icons .reporting .small {
        color: #7287d3; }
    section#d5-template .section3 .icons .remediation .color_title {
      background: #20bcdc; }
      section#d5-template .section3 .icons .remediation .large, section#d5-template .section3 .icons .remediation .small {
        color: #20bcdc; }
  section#d5-template .section4 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d5-template .section4 .absolute-right-bg {
      position: absolute;
      width: 130vw;
      right: -110vw;
      opacity: 0.4;
      z-index: 1;
      height: 160vh;
      margin-top: -290px; }
    section#d5-template .section4 h3 {
      text-align: center;
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      margin-bottom: 50px; }
    section#d5-template .section4 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #2a4490;
      background: -moz-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      background: -webkit-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      background: linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$lightBlue",endColorstr="$lightBlue",GradientType=1); }
    section#d5-template .section4 .icon {
      margin-bottom: 15px; }
    section#d5-template .section4 .icon img {
      height: 60px; }
    section#d5-template .section4 h5 {
      color: #fff;
      margin-bottom: 15px;
      font-size: 30px; }
    section#d5-template .section4 p {
      color: #fff; }
  section#d5-template .section5 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d5-template .section5 h3 {
      text-align: center;
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 40px;
      margin-bottom: 50px; }
    section#d5-template .section5 p {
      color: #08408e; }
    section#d5-template .section5 label {
      display: block;
      margin-bottom: 3px;
      color: #08408e;
      font-weight: 600; }
    section#d5-template .section5 input[type="text"], section#d5-template .section5 input[type="email"] {
      height: 45px;
      margin-bottom: 15px;
      width: 100%;
      background-color: #fbfbfb;
      border: 1px solid #ccc; }
    section#d5-template .section5 textarea {
      width: 100%;
      background-color: #fbfbfb;
      border: 1px solid #ccc;
      margin-bottom: 20px; }
  section#d2-template {
    overflow: hidden; }
  section#d2-template .blog_section {
    padding-top: 100px;
    padding-bottom: 100px; }
  section#d2-template .section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d2-template .section1 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #f6f7fb;
      background: -moz-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: -webkit-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fb",endColorstr="#ffffff",GradientType=1); }
    section#d2-template .section1 .absolute-left-bg {
      position: absolute;
      width: 130vw;
      left: -80vw;
      opacity: 0.4;
      z-index: -999;
      height: 160vh;
      margin-top: -290px; }
    @media (max-width: 992px) {
      section#d2-template .section1 .absolute-left-bg {
        left: 0; } }
    @media (max-width: 992px) {
      section#d2-template .section1 .left {
        margin-bottom: 50px; } }
    section#d2-template .section1 .left h1 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 44px; }
    section#d2-template .section1 .left p {
      color: #08408e;
      font-size: 20px; }
    section#d2-template .section1 .left .button_holder {
      margin-top: 50px;
      display: flex;
      align-items: center; }
      @media (max-width: 992px) {
      section#d2-template .section1 .left .button_holder {
        display: block; } }
      section#d2-template .section1 .left .button_holder a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      @media (max-width: 992px) {
        section#d2-template .section1 .left .button_holder a {
          max-width: 275px;
          margin-bottom: 20px; } }
      section#d2-template .section1 .left .button_holder a .far {
        font-size: 40px;
        margin-left: 30px; }
    section#d2-template .section1 .right img {
      width: 100%; }
  section#d2-template .section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d2-template .section2 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #14225d;
      background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
    section#d2-template .section2 .left h2 {
      margin-bottom: 30px;
      color: #fff;
      font-weight: 600;
      font-size: 44px; }
    section#d2-template .section2 .left p {
      color: #fff;
      font-size: 20px; }
    @media (max-width: 992px) {
      section#d2-template .section2 .right {
        margin-top: 50px; } }
    section#d2-template .section2 .right img {
      width: 100%;
      max-width: 220px; }
  section#d2-template .section3 .wrap {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px 40px; }
    section#d2-template .section3 .wrap .icon img {
      max-width: inherit;
      max-height: 110px; }
    section#d2-template .section3 .margin-bottom {
      margin-bottom: 35px; }
  section#d2-template .section4 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden; }
    section#d2-template .section4 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #14225d;
      background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
    section#d2-template .section4 .content {
      display: flex;
      align-items: center; }
    section#d2-template .section4 .content .absolute-right-bg {
      position: absolute;
      width: 130vw;
      right: -100vw;
      opacity: 0.4;
      z-index: 1;
      height: 160vh;
      margin-top: -290px; }
      section#d2-template .section4 .content .absolute-right-bg img {
        width: 100%; }
    section#d2-template .section4 .content .flexRight {
      display: flex;
      justify-content: end; }
    section#d2-template .section4 .content.content-5 {
      margin-top: -100px; }
    section#d2-template .section4 .content.content-6 {
      margin-top: 140px; }
    section#d2-template .section4 .content.content-7 {
      margin-top: 140px; }
    section#d2-template .section4 .content h3 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      text-align: left; }
    section#d2-template .section4 .content p {
      color: #fff;
      font-size: 20px;
      text-align: left; }
    section#d2-template .section4 .content .main-image-1 {
      width: 120%;
      margin-right: -10%; }
    section#d2-template .section4 .content .main-image-2 {
      width: 100%; }
    section#d2-template .section4 .content .main-image-3 {
      width: 90%; }
    section#d2-template .section4 .content .main-image-4 {
      width: 110%;
      margin-left: -10%; }
  section#d6-template {
    overflow: hidden; }
  section#d6-template .modal-homepage .modal {
    margin-top: -15px; }
    section#d6-template .modal-homepage .modal-dialog {
      max-width: 90vw; }
    section#d6-template .modal-homepage .modal-body {
      position: relative;
      padding: 0px; }
    section#d6-template .modal-homepage .close {
      position: absolute;
      right: -30px;
      top: 0;
      z-index: 999;
      font-size: 2rem;
      font-weight: normal;
      color: #fff;
      opacity: 1; }
  section#d6-template .section4 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px; }
    section#d6-template .section4 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #132059;
      background: -moz-linear-gradient(265deg, #132059 0%, #1c3d8e 39%);
      background: -webkit-linear-gradient(265deg, #132059 0%, #1c3d8e 39%);
      background: linear-gradient(265deg, #132059 0%, #1c3d8e 39%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#132059",endColorstr="#1c3d8e",GradientType=1); }
    section#d6-template .section4 .absolute-left-bg {
      position: absolute;
      width: 130vw;
      left: -80vw;
      opacity: 0.4;
      z-index: -999;
      height: 160vh;
      margin-top: -290px; }
    @media (max-width: 992px) {
      section#d6-template .section4 .absolute-left-bg {
        left: 0; } }
    section#d6-template .section4 .row {
      display: flex;
      align-items: center; }
    section#d6-template .section4 .row .left h1 {
      color: #fff;
      font-size: 2vw;
      margin-bottom: 50px;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 768px) {
        section#d6-template .section4 .row .left h1 {
          font-size: 30px; } }
      section#d6-template .section4 .row .left h2 {
        margin-bottom: 6px;
        color: #fff;
        font-size: 5.2vw;
        font-weight: bold;
        font-family: "Poppins", sans-serif; }
      @media (max-width: 768px) {
        section#d6-template .section4 .row .left h2 {
          font-size: 60px; } }
      section#d6-template .section4 .row .left .main-button-sr {
        min-height: inherit !important;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        margin-bottom: 15px; }
      @media (max-width: 768px) {
      section#d6-template .section4 .row .left .main-button-light-blur-sr {
        margin-top: 10px;
        margin-bottom: 15px; } }
    section#d6-template .section4 .row .right img {
      width: 100%; }
  section#d6-template .section5 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #132059; }
    section#d6-template .section5 h3 {
      font-family: "Poppins", sans-serif;
      text-align: center;
      color: #fff;
      font-size: 2.5em;
      margin-bottom: 40px; }
    section#d6-template .section5 .boxes {
      text-align: center;
      color: #29c5f6;
      font-size: 20px;
      font-family: "Poppins", sans-serif; }
    section#d6-template .section5 .boxes .middle {
      position: relative; }
      section#d6-template .section5 .boxes .middle:before {
        content: "";
        position: absolute;
        background: #ccc;
        left: 0;
        top: 20%;
        bottom: 20%;
        bottom: 0;
        width: 1px; }
      section#d6-template .section5 .boxes .middle:after {
        content: "";
        position: absolute;
        background: #ccc;
        right: 0;
        top: 20%;
        bottom: 20%;
        width: 1px; }
    section#d6-template .section5 .boxes span {
      color: #24ffc4;
      display: block;
      font-size: 80px;
      font-weight: bold; }
      section#d6-template .section5 .boxes span div {
        display: inline; }
    section#d6-template .section5 .button_holder {
      margin-top: 80px;
      display: flex;
      justify-content: center; }
    section#d6-template .section5 .button_holder .main-button-sr {
      font-family: "Poppins", sans-serif;
      min-height: inherit !important;
      text-align: center;
      font-weight: 400; }
  section#d6-template .section7 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5f5; }
    section#d6-template .section7 h4 {
      font-size: 2.5em;
      text-align: center;
      color: #ea171a;
      margin-bottom: 60px;
      font-family: "Poppins", sans-serif; }
    section#d6-template .section7 .left {
      display: flex;
      justify-content: left;
      align-items: center;
      font-family: "Poppins", sans-serif; }
    section#d6-template .section7 .right img {
      width: 100%; }
  section#d6-template .section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden; }
    section#d6-template .section2 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #14225d;
      background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
    section#d6-template .section2 .absolute-right-bg {
      position: absolute;
      width: 130vw;
      right: -100vw;
      opacity: 0.4;
      z-index: 1;
      height: 160vh;
      margin-top: -290px; }
    section#d6-template .section2 .absolute-right-bg img {
      width: 100%; }
    section#d6-template .section2 h2 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 44px;
      text-align: center; }
    section#d6-template .section2 h3 {
      font-size: 2.5rem; }
    section#d6-template .section2 .arrow {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0px !important; }
    @media (max-width: 992px) {
      section#d6-template .section2 .arrow {
        display: none; } }
    section#d6-template .section2 .arrow .flex {
      display: flex;
      align-items: center;
      justify-content: center; }
    section#d6-template .section2 .arrow .arrow-1 {
      width: 350px;
      margin-top: -50px; }
    section#d6-template .section2 .arrow .arrow-2 {
      width: 330px;
      margin-top: -60px; }
    section#d6-template .section2 .arrow .arrow-3 {
      width: 260px;
      margin-top: -70px;
      margin-left: -70px; }
    section#d6-template .section2 .arrow .arrow-5 {
      width: 410px;
      margin-top: -10px; }
    section#d6-template .section2 .arrow .arrow-6 {
      width: 300px;
      margin-top: -30px;
      margin-left: -60px; }
    section#d6-template .section2 .content {
      display: flex;
      align-items: center; }
    section#d6-template .section2 .content .flexRight {
      display: flex;
      justify-content: end; }
    section#d6-template .section2 .content.content-5 {
      margin-top: -100px; }
    section#d6-template .section2 .content.content-6 {
      margin-top: 140px; }
    section#d6-template .section2 .content.content-7 {
      margin-top: 140px; }
    @media (max-width: 992px) {
      section#d6-template .section2 .content.content-5 {
        margin-top: 0px; }

      section#d6-template .section2 .content.content-6 {
        margin-top: 0px; }

      section#d6-template .section2 .content.content-7 {
        margin-top: 0px; } }
    section#d6-template .section2 .content h3 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      text-align: left; }
    section#d6-template .section2 .content p {
      color: #fff;
      font-size: 25px;
      text-align: left; }
    section#d6-template .section2 .content .main-image {
      width: 100%; }
    section#d6-template .section2 .content .main-image-1 {
      width: 70%; }
      @media (max-width: 992px) {
      section#d6-template .section2 .content .main-image-1 {
        width: 100%;
        margin-left: -50px;
        margin-top: -60px;
        margin-bottom: 60px; } }
    section#d6-template .section2 .content .main-image-2 {
      width: 70%; }
      @media (max-width: 992px) {
      section#d6-template .section2 .content .main-image-2 {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 40px; } }
    section#d6-template .section2 .content .main-image-3 {
      width: 80%;
      margin-top: -70px; }
      @media (max-width: 992px) {
      section#d6-template .section2 .content .main-image-3 {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 80px; } }
    section#d6-template .section2 .content .main-image-4 {
      width: 90%;
      margin-right: 60px; }
      @media (max-width: 992px) {
      section#d6-template .section2 .content .main-image-4 {
        width: 100%;
        margin-right: 0px;
        margin-top: 70px; } }
    section#d6-template .section2 .content .main-image-5 {
      width: 80%; }
      @media (max-width: 992px) {
      section#d6-template .section2 .content .main-image-5 {
        width: 100%;
        margin-top: 70px; } }
    section#d6-template .section2 .content .main-image-6 {
      width: 100%; }
    section#d6-template .section2 .content .box1 {
      position: relative; }
      @media (max-width: 992px) {
      section#d6-template .section2 .content .box1 {
        margin-bottom: 100px; } }
      section#d6-template .section2 .content .box1 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 20px;
        top: -190px;
        opacity: 0.1; }
    section#d6-template .section2 .content .box2 {
      position: relative; }
      section#d6-template .section2 .content .box2 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 50px;
        top: -150px;
        opacity: 0.1; }
      @media (max-width: 992px) {
        section#d6-template .section2 .content .box2 .num {
          right: 20px;
          top: -170px; } }
    section#d6-template .section2 .content .box3 {
      position: relative; }
      section#d6-template .section2 .content .box3 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 0;
        top: -140px;
        opacity: 0.1; }
    section#d6-template .section2 .content .box4 {
      position: relative; }
      section#d6-template .section2 .content .box4 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 20px;
        top: -190px;
        opacity: 0.1; }
    section#d6-template .section2 .content .box5 {
      position: relative;
      margin-top: 140px; }
      @media (max-width: 992px) {
      section#d6-template .section2 .content .box5 {
        margin-top: 40px; } }
      section#d6-template .section2 .content .box5 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 0px;
        top: -130px;
        opacity: 0.1; }
    section#d6-template .section2 .content .box6 {
      position: relative; }
      section#d6-template .section2 .content .box6 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: -10px;
        top: -150px;
        opacity: 0.1; }
    section#d6-template .section2 .content .box7 {
      position: relative; }
      section#d6-template .section2 .content .box7 .num {
        position: absolute;
        font-size: 14em;
        color: #fff;
        font-weight: 600;
        z-index: -9999;
        right: 20px;
        top: -190px;
        opacity: 0.1; }
  section#d6-template .section3 {
    padding-bottom: 100px;
    position: relative; }
    section#d6-template .section3 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #14225d;
      background: -moz-linear-gradient(180deg, #1f3f8e 12%, #14225d 80%);
      background: -webkit-linear-gradient(180deg, #1f3f8e 12%, #14225d 80%);
      background: linear-gradient(180deg, #1f3f8e 12%, #14225d 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f3f8e",endColorstr="#14225d",GradientType=1); }
    section#d6-template .section3 h2 {
      margin-bottom: 60px;
      color: #fff;
      font-weight: 600;
      font-size: 44px;
      text-align: center; }
    section#d6-template .section3 .box {
      text-align: center;
      margin-bottom: 50px; }
    section#d6-template .section3 .box img {
      width: 100%;
      max-width: 120px; }
    section#d6-template .section3 .box h4 {
      color: #a7beed;
      font-weight: 500;
      font-size: 20px;
      text-align: center;
      margin-top: 10px; }
  section#d6-template .blog_section {
    padding-top: 100px;
    padding-bottom: 100px; }
  section#d3-template {
    overflow: hidden; }
  section#d3-template .blog_section {
    padding-top: 100px;
    padding-bottom: 100px; }
  section#d3-template .section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d3-template .section1 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #f6f7fb;
      background: -moz-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: -webkit-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      background: linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fb",endColorstr="#ffffff",GradientType=1); }
    section#d3-template .section1 .absolute-left-bg {
      position: absolute;
      width: 130vw;
      left: -80vw;
      opacity: 0.4;
      z-index: -999;
      height: 160vh;
      margin-top: -290px; }
    section#d3-template .section1 .left h1 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 44px; }
    section#d3-template .section1 .left p {
      color: #08408e;
      font-size: 20px; }
    section#d3-template .section1 .left .button_holder {
      margin-top: 50px;
      display: flex;
      align-items: center; }
      section#d3-template .section1 .left .button_holder a {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      section#d3-template .section1 .left .button_holder a .far {
        font-size: 40px;
        margin-left: 30px; }
    section#d3-template .section1 .right img {
      width: 100%; }
  section#d3-template .section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    section#d3-template .section2 .background {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -9999;
      background: #14225d;
      background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
    section#d3-template .section2 .main-image {
      width: 100%; }
    section#d3-template .section2 .absolute-right-bg {
      position: absolute;
      width: 130vw;
      right: -80vw;
      opacity: 0.4;
      z-index: 1;
      height: 160vh;
      margin-top: -290px; }
    section#d3-template .section2 .absolute-right-bg img {
      width: 100%; }
    section#d3-template .section2 .content h3 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      text-align: left; }
    section#d3-template .section2 .content p {
      color: #fff;
      font-size: 20px;
      text-align: left; }

#d4-template {
  overflow: hidden; }
  #d4-template .blog_section {
    padding-top: 100px;
    padding-bottom: 100px; }
  #d4-template .section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
  #d4-template .section1 .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9999;
    background: #f6f7fb;
    background: -moz-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
    background: -webkit-linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
    background: linear-gradient(180deg, #f6f7fb 12%, #fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7fb",endColorstr="#ffffff",GradientType=1); }
  #d4-template .section1 .absolute-left-bg {
    position: absolute;
    width: 130vw;
    left: -80vw;
    opacity: 0.4;
    z-index: -999;
    height: 160vh;
    margin-top: -290px; }
    @media (max-width: 992px) {
    #d4-template .section1 .absolute-left-bg {
      left: 0; } }
  @media (max-width: 992px) {
      #d4-template .section1 .left {
        margin-bottom: 50px; } }
    #d4-template .section1 .left h1 {
      margin-bottom: 15px;
      color: #ea171a;
      font-weight: 600;
      font-size: 44px; }
    #d4-template .section1 .left p {
      color: #08408e;
      font-size: 20px; }
    #d4-template .section1 .left .button_holder {
      margin-top: 50px;
      display: flex;
      align-items: center; }
    @media (max-width: 992px) {
      #d4-template .section1 .left .button_holder {
        display: block; } }
    #d4-template .section1 .left .button_holder a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 992px) {
      #d4-template .section1 .left .button_holder a {
        max-width: 275px;
        margin-bottom: 20px; } }
      #d4-template .section1 .left .button_holder a .far {
        font-size: 40px;
        margin-left: 30px; }
  #d4-template .section1 .right img {
    width: 100%; }
  #d4-template .section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
  #d4-template .section2 .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9999;
    background: #14225d;
    background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
  #d4-template .section2 .left h2 {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 44px; }
    #d4-template .section2 .left p {
      color: #fff;
      font-size: 20px; }
  @media (max-width: 992px) {
      #d4-template .section2 .right {
        margin-top: 50px; } }
    #d4-template .section2 .right img {
      width: 100%;
      max-width: 220px; }
  #d4-template .section3 .wrap {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px 40px; }
    #d4-template .section3 .wrap .icon img {
      max-width: inherit;
      max-height: 110px; }
  #d4-template .section3 .margin-bottom {
    margin-bottom: 35px; }
  #d4-template .section4 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden; }
  #d4-template .section4 .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9999;
    background: #14225d;
    background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
  #d4-template .section4 .content {
    display: flex;
    align-items: center; }
    #d4-template .section4 .content .absolute-right-bg {
      position: absolute;
      width: 130vw;
      right: -100vw;
      opacity: 0.4;
      z-index: 1;
      height: 160vh;
      margin-top: -290px; }
    #d4-template .section4 .content .absolute-right-bg img {
      width: 100%; }
    #d4-template .section4 .content .flexRight {
      display: flex;
      justify-content: end; }
    #d4-template .section4 .content.content-5 {
      margin-top: -100px; }
    #d4-template .section4 .content.content-6 {
      margin-top: 140px; }
    #d4-template .section4 .content.content-7 {
      margin-top: 140px; }
    #d4-template .section4 .content h3 {
      margin-bottom: 15px;
      color: #fff;
      font-weight: 600;
      font-size: 40px;
      text-align: left; }
    #d4-template .section4 .content p {
      color: #fff;
      font-size: 20px;
      text-align: left; }
    #d4-template .section4 .content .main-image-1 {
      width: 90%; }
    #d4-template .section4 .content .main-image-2 {
      width: 90%; }
    #d4-template .section4 .content .main-image-3 {
      width: 90%; }
    #d4-template .section4 .content .main-image-4 {
      width: 110%;
      margin-left: -10%; }

.page-id-177 .blocks .wrap {
  text-align: center; }

#up_all_pages {
  opacity: 0;
  position: fixed;
  right: 40px;
  bottom: 30px;
  background: #ea171a;
  width: 50px;
  height: 50px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 9999999999999;
  transition: all 0.2s ease-in-out, all 0.2s ease-in;
  cursor: pointer;
  /* sticky header */ }
  #up_all_pages.showit {
    opacity: 1; }
  #up_all_pages:hover {
    background: #c70608; }

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

body:not(.elementor-page) p, body:not(.elementor-page) ul li, body:not(.elementor-page) ol {
  color: #08408e;
  font-size: 18px;
  font-weight: 500; }

.section-patent {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-patent .row {
    align-items: center; }
  .section-patent .row h4 {
    font-size: 2.8em;
    color: #ea171a;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif; }
  .section-patent .row h5 {
    font-size: 2em;
    color: #223d8a;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif; }
  .section-patent img {
    width: 300px; }
  @media (max-width: 768px) {
    .section-patent img {
      width: 250px;
      margin: 20px auto;
      display: block; } }

.blocks {
  margin-top: 100px;
  margin-bottom: 100px; }
  .blocks .wrap {
    border-radius: 6px;
    background: #eee;
    padding: 40px;
    height: inherit;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, all 0.3s ease-in;
    overflow: hidden;
    position: relative; }
  .blocks .wrap .bg_absolute {
    position: absolute;
    background-image: url("/wp-content/themes/prancer/images/gradient.png");
    background-repeat: repeat;
    background-size: contain;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -9; }
  .blocks .wrap .icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
    display: block; }
    .blocks .wrap .icon img {
      max-width: 90px; }
    .blocks .wrap .icon.round {
      overflow: hidden;
      border-radius: 50%;
      display: inline-block;
      margin: 0 auto; }
  .blocks .wrap .icon_white {
    display: none; }
  .blocks .wrap .all_others {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blocks .wrap .all_others p {
      line-height: 25px !important; }
  .blocks .wrap h3 {
    font-size: 26px;
    color: #08408e;
    font-weight: 600;
    margin-bottom: 10px; }
  .blocks .wrap p {
    color: #08408e;
    margin: 0px; }
  .blocks .wrap .block-button {
    margin-top: 42px;
    float: right;
    width: 50px;
    text-align: center;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
    background-color: transparent; }
    .blocks .wrap .block-button img.first, .blocks .wrap .block-button img.second {
      width: 23px;
      position: relative;
      top: -2px;
      right: -1px; }
    .blocks .wrap .block-button img.second {
      display: none; }
    .blocks .wrap .block-button:hover {
      background: #fff;
      color: #de1a1a;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .blocks .wrap .block-button:hover img.first {
      display: none; }
    .blocks .wrap .block-button:hover img.second {
      display: inline-block; }
  .blocks .wrap:hover {
    background: transparent; }
    .blocks .wrap:hover.no_animate .icon {
      display: none; }
    .blocks .wrap:hover.no_animate .icon_white {
      display: block; }
    .blocks .wrap:hover h3, .blocks .wrap:hover p {
      color: #fff !important; }
  .blocks .wrap.do_animate {
    height: 450px; }
    @media (max-width: 1200px) {
    .blocks .wrap.do_animate {
      height: 510px; } }
    @media (max-width: 992px) {
    .blocks .wrap.do_animate {
      height: 330px;
      margin-bottom: 20px; } }
    @media (max-width: 768px) {
    .blocks .wrap.do_animate {
      height: 370px;
      margin-bottom: 20px; } }
    .blocks .wrap.do_animate:hover .icon {
      margin-top: -135px !important; }
    .blocks .wrap.do_animate:hover .all_others {
      margin-top: 60px !important;
      display: block; }

.main_section_inner_top {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  height: 200px;
  background: #2a4490;
  background: -moz-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
  background: -webkit-linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
  background: linear-gradient(90deg, #2a4490 0%, #172b65 37%, #2a4490 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$lightBlue",endColorstr="$lightBlue",GradientType=1); }
  .main_section_inner_top .absolute-right-bg {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    background-attachment: fixed !important;
    opacity: 0.2; }
  .main_section_inner_top h1, .main_section_inner_top .title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 3em; }
  .main_section_inner_top p {
    color: #58ceff !important; }

.navigation {
  width: 100%;
  text-align: right; }
  .navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  .navigation ul li {
    display: inline-block;
    margin-right: 8px; }
    .navigation ul li:nth-last-child(1) {
      margin-right: 0px; }
    .navigation ul li a {
      font-size: 18px; }
    .navigation ul li.active a {
      color: #172b65; }

.blog_holder {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden; }
  .blog_holder .image_holder {
    overflow: hidden;
    max-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .blog_holder .image_holder a {
    display: block;
    width: 100%; }
    .blog_holder .image_holder a img {
      width: 100%; }
  .blog_holder .wrap {
    padding: 0px 40px 40px 40px; }
  .blog_holder .wrap .avatar_name_date {
    margin-top: -10px;
    position: relative;
    display: flex;
    align-items: center; }
    .blog_holder .wrap .avatar_name_date .avatar {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 20px; }
    .blog_holder .wrap .avatar_name_date .avatar .image_holder_avatar {
      overflow: hidden;
      width: 80px;
      height: 80px;
      border-radius: 50%; }
      .blog_holder .wrap .avatar_name_date .avatar .image_holder_avatar img {
        width: 100%;
        z-index: 99;
        position: relative; }
    .blog_holder .wrap .avatar_name_date .avatar .absolute_blue_ball {
      position: absolute;
      width: 80px;
      height: 80px;
      background: #08408e;
      border-radius: 50%;
      left: 5px;
      top: 5px; }
    .blog_holder .wrap .avatar_name_date .name {
      font-weight: 600;
      float: left;
      color: #08408e;
      font-size: 14px; }
    .blog_holder .wrap .avatar_name_date .date {
      font-weight: 600;
      float: left;
      color: #08408e;
      font-size: 12px; }
  .blog_holder .wrap .tags {
    margin-top: 30px;
    margin-bottom: 20px; }
    .blog_holder .wrap .tags ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px; }
    .blog_holder .wrap .tags ul li {
      border-radius: 4px;
      display: inline-block;
      background-color: #fd3d40;
      color: #fff;
      padding: 3px 7px;
      margin-right: 5px;
      font-size: 12px;
      font-weight: 600; }
      .blog_holder .wrap .tags ul li:nth-last-child(1) {
        margin-right: 0px; }
      .blog_holder .wrap .tags ul li a {
        color: #fff; }
  .blog_holder .wrap h4 {
    color: #ea171a;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600; }
  .blog_holder .wrap p {
    color: #08408e;
    font-size: 18px; }
  .blog_holder .wrap .blog-button {
    margin-top: 15px;
    float: right;
    font-weight: 600; }

.bluebanner {
  z-index: -9999;
  position: relative;
  background: #08408e;
  padding: 40px;
  text-align: center;
  margin-bottom: 50px; }
  .bluebanner .icon {
    display: block;
    font-size: 4em;
    color: #fff;
    margin-bottom: 10px; }
  .bluebanner h4 {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 45px !important; }
  .bluebanner p {
    color: #fff !important; }

.pricing_box h3 {
  margin-bottom: 60px !important;
  color: #ea171a;
  font-weight: 600;
  font-size: 44px;
  text-align: center; }
  .pricing_box .wrap {
    background-color: #eee;
    padding: 40px 40px;
    border-radius: 6px; }
  .pricing_box .wrap h4 {
    margin-top: 0px;
    font-size: 35px;
    text-align: center; }
  .pricing_box .wrap p {
    text-align: center; }
  .pricing_box .wrap ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .pricing_box .wrap ul li {
      font-size: 14px; }
    .pricing_box .wrap ul li .fa-check-circle {
      font-size: 17px;
      color: #4bbd93;
      margin-right: 10px; }
    .pricing_box .wrap ul li .fa-times-circle {
      font-size: 17px;
      color: #ea171a;
      margin-right: 10px; }
    .pricing_box .wrap ul li small {
      font-style: italic;
      color: #4bbd93;
      font-weight: bold; }
  .pricing_box .wrap .main-button {
    display: block;
    width: fit-content;
    margin: 0 auto; }
  .pricing_box .wrap.highlight {
    background-color: #172b65; }
    .pricing_box .wrap.highlight p, .pricing_box .wrap.highlight li {
      color: #fff; }

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

.wpcf7-response-output {
  font-size: 12px;
  margin: 7px 0px 0px 0px !important;
  border: 1px solid #eb181a !important;
  padding: 1px 15px !important; }

.new-wrap-double .elementor-container {
  box-shadow: 0 12px 40px #ccc;
  box-shadow: 0 12px 40px rgba(204, 204, 204, 0.4);
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 35px; }

.wpcf7 .wrap {
  margin-top: 70px;
  background: #fff;
  padding: 40px 60px;
  border-radius: 5px;
  box-shadow: 0 12px 40px #ccc;
  box-shadow: 0 12px 40px rgba(204, 204, 204, 0.4); }
  .wpcf7 .wrap input[type="text"], .wpcf7 .wrap input[type="email"], .wpcf7 .wrap input[type="tel"] {
    width: 100%;
    height: 40px;
    box-shadow: 0 12px 40px #ccc;
    box-shadow: 0 12px 40px rgba(204, 204, 204, 0.4);
    border: 1px solid #eee; }
  .wpcf7 .wrap textarea {
    width: 100%;
    box-shadow: 0 12px 40px #ccc;
    box-shadow: 0 12px 40px rgba(204, 204, 204, 0.4);
    border: 1px solid #eee; }
  .wpcf7 .wrap label {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 10px 0;
    color: #172b65; }
  .wpcf7 .wrap2 input[type="text"], .wpcf7 .wrap2 input[type="email"], .wpcf7 .wrap2 input[type="tel"] {
    width: 100%;
    height: 40px;
    border: 1px solid #eee; }
  .wpcf7 .wrap2 textarea {
    width: 100%;
    border: 1px solid #eee; }
  .wpcf7 .wrap2 label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 20px 0 10px 0;
    color: #172b65; }
  .wpcf7 .wrap2 .main-button {
    float: right;
    border-radius: 0px; }
    @media (max-width: 768px) {
    .wpcf7 .wrap2 .main-button {
      margin-bottom: 20px; } }

.center_person_feature {
  margin-top: 50px;
  margin-bottom: 50px; }
  .center_person_feature .wrap {
    background: #f6f6f6;
    padding: 50px;
    border-radius: 15px; }
  .center_person_feature .wrap .quote_1 {
    margin-bottom: 10px; }
  .center_person_feature .wrap .quote_2 {
    text-align: right; }
  .center_person_feature .wrap p {
    margin-bottom: 0px !important; }
  .center_person_feature .wrap .round_icon {
    border: 2px solid #58ceff;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin-right: 15px; }
    .center_person_feature .wrap .round_icon img {
      width: 100%; }
  .center_person_feature .wrap .details h4 {
    margin: 0px !important;
    color: #172b65 !important; }
    .center_person_feature .wrap .details h6 {
      margin: 0px !important;
      color: #58ceff !important; }

.customer_section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .customer_section h3 {
    margin-bottom: 30px;
    color: #223d8a;
    font-weight: 400;
    font-size: 2.5em;
    text-align: center;
    font-family: 'Poppins', sans-serif; }
  .customer_section .customer-logo-container {
    width: 100%; }
  .customer_section .customer-logo-container .owl-stage {
    display: flex;
    align-items: center; }
  .customer_section .customer-logo-container .owl-carousel .owl-item img.logo {
    width: 200px;
    margin: 0 auto; }
  .customer_section .customer-logo-container .owl-item {
    margin-right: 0px !important; }
    .customer_section .customer-logo-container .owl-item .wrapper {
      background: #fcfcfc;
      border: 1px solid #bfbfbf;
      border-radius: 10px;
      padding: 0px 30px 30px 30px; }
    .customer_section .customer-logo-container .owl-item .wrapper .quote {
      width: 20px !important;
      margin-bottom: 10px; }
    .customer_section .customer-logo-container .owl-item .wrapper p {
      font-size: 16px !important;
      text-align: left;
      font-family: 'Poppins', sans-serif; }
  .customer_section .customer-logo-container .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .customer_section .customer-logo-container .owl-nav button span {
      font-size: 80px; }
    .customer_section .customer-logo-container .owl-nav .owl-prev {
      position: absolute;
      left: -76px;
      bottom: 80px;
      display: block;
      font-size: 80px;
      color: #26b6e7 !important;
      border: 0px;
      background: transparent;
      cursor: pointer; }
    .customer_section .customer-logo-container .owl-nav .owl-prev:hover {
      background: transparent !important;
      color: #26b6e7 !important; }
    .customer_section .customer-logo-container .owl-nav .owl-prev:focus {
      outline: none !important; }
    .customer_section .customer-logo-container .owl-nav .owl-next {
      position: absolute;
      right: 0;
      display: block;
      font-size: 80px;
      color: #26b6e7 !important;
      bottom: 80px;
      right: -76px;
      border: 0px;
      background: transparent;
      cursor: pointer; }
    .customer_section .customer-logo-container .owl-nav .owl-next:hover {
      background: transparent !important;
      color: #26b6e7 !important; }
    .customer_section .customer-logo-container .owl-nav .owl-next:focus {
      outline: none !important; }
  .customer_section .customer-logo-container .owl-stage-outer {
    overflow: hidden !important; }

.customer_section_2 {
  background: #eee;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .customer_section_2 h3 {
    margin-bottom: 30px;
    color: #223d8a;
    font-weight: 500;
    font-size: 2.5em;
    text-align: center; }
  .customer_section_2 .customer-logo-container {
    width: 100%; }
  .customer_section_2 .customer-logo-container .owl-stage {
    display: flex;
    align-items: center; }
  .customer_section_2 .customer-logo-container .owl-carousel .owl-item img.logo {
    width: 200px;
    margin: 0 auto; }
  .customer_section_2 .customer-logo-container .owl-item {
    margin-right: 0px !important; }
    .customer_section_2 .customer-logo-container .owl-item .wrapper {
      background: #fcfcfc;
      border: 1px solid #bfbfbf;
      border-radius: 10px;
      padding: 0px 30px 30px 30px; }
    .customer_section_2 .customer-logo-container .owl-item .wrapper .quote {
      width: 20px !important;
      margin-bottom: 10px; }
    .customer_section_2 .customer-logo-container .owl-item .wrapper p {
      font-size: 16px !important;
      text-align: left;
      font-family: 'Poppins', sans-serif; }
  .customer_section_2 .customer-logo-container .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .customer_section_2 .customer-logo-container .owl-nav button span {
      font-size: 80px; }
    .customer_section_2 .customer-logo-container .owl-nav .owl-prev {
      position: absolute;
      left: -76px;
      bottom: 80px;
      display: block;
      font-size: 80px;
      color: #26b6e7 !important;
      border: 0px;
      background: transparent;
      cursor: pointer; }
    .customer_section_2 .customer-logo-container .owl-nav .owl-prev:hover {
      background: transparent !important;
      color: #26b6e7 !important; }
    .customer_section_2 .customer-logo-container .owl-nav .owl-prev:focus {
      outline: none !important; }
    .customer_section_2 .customer-logo-container .owl-nav .owl-next {
      position: absolute;
      right: 0;
      display: block;
      font-size: 80px;
      color: #26b6e7 !important;
      bottom: 80px;
      right: -76px;
      border: 0px;
      background: transparent;
      cursor: pointer; }
    .customer_section_2 .customer-logo-container .owl-nav .owl-next:hover {
      background: transparent !important;
      color: #26b6e7 !important; }
    .customer_section_2 .customer-logo-container .owl-nav .owl-next:focus {
      outline: none !important; }
  .customer_section_2 .customer-logo-container .owl-stage-outer {
    overflow: hidden !important; }

.logos_section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .logos_section .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9999;
    background: #f5f5f5; }
  .logos_section h3 {
    margin-bottom: 30px;
    color: #ea171a;
    font-weight: 600;
    font-size: 2.5em;
    text-align: center; }
  .logos_section .client-logo-container {
    width: 100%; }
  .logos_section .client-logo-container .owl-stage {
    display: flex;
    align-items: center; }
  .logos_section .client-logo-container .owl-carousel .owl-item img {
    width: 200px; }
  .logos_section .client-logo-container .owl-item {
    margin-right: 0px !important; }
  .logos_section .client-logo-container .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }
    .logos_section .client-logo-container .owl-nav button span {
      font-size: 80px; }
    .logos_section .client-logo-container .owl-nav .owl-prev {
      position: absolute;
      left: -76px;
      top: -46px;
      display: block;
      font-size: 80px;
      color: #193680 !important;
      border: none !important;
      background: transparent !important; }
    .logos_section .client-logo-container .owl-nav .owl-prev:hover {
      background: transparent !important;
      color: #385ae0 !important; }
    .logos_section .client-logo-container .owl-nav .owl-prev:focus {
      outline: none !important; }
    .logos_section .client-logo-container .owl-nav .owl-next {
      position: absolute;
      right: 0;
      display: block;
      font-size: 80px;
      color: #193680 !important;
      top: -46px;
      right: -76px;
      border: none !important;
      background: transparent !important; }
    .logos_section .client-logo-container .owl-nav .owl-next:hover {
      background: transparent !important;
      color: #385ae0 !important; }
    .logos_section .client-logo-container .owl-nav .owl-next:focus {
      outline: none !important; }
  .logos_section .client-logo-container .owl-stage-outer {
    overflow: hidden !important; }

.awards_section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .awards_section .box_contents {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
  @media (max-width: 768px) {
    .awards_section .box_contents {
      display: block; }
      .awards_section .box_contents .box {
        width: 50%;
        float: left;
        min-height: 140px;
        margin-bottom: 20px; }
      .awards_section .box_contents .box img {
        max-width: 65%; } }
  .awards_section .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9999;
    background: #f5f5f5; }
  .awards_section h3 {
    margin-bottom: 30px;
    color: #043c88;
    font-weight: 600;
    font-size: 44px;
    text-align: center; }
  .awards_section .box {
    display: flex;
    align-items: center;
    justify-content: center; }
  .awards_section .box img {
    width: 100%;
    max-width: 160px; }

.book-demo-section h2 {
  color: #ea171a;
  font-size: 40px;
  line-height: 60px;
  width: 85%; }
  .book-demo-section p.sub {
    padding-top: 20px;
    color: #172b65;
    font-size: 20px; }

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blue-pdf-bar {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; }
  .blue-pdf-bar .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -9999;
    background: #14225d;
    background: -moz-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    background: -webkit-linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    background: linear-gradient(180deg, #14225d 12%, #1f3f8e 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14225d",endColorstr="#1f3f8e",GradientType=1); }
  .blue-pdf-bar .left h2 {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 44px; }
  .blue-pdf-bar .left p {
    color: #fff;
    font-size: 20px; }
  @media (max-width: 992px) {
    .blue-pdf-bar .right {
      margin-top: 50px; } }
  .blue-pdf-bar .right img {
    width: 100%;
    max-width: 220px; }

@media (max-width: 1200px) {
  header .menu_wrap .mobile_menu {
    display: none;
    right: 3vw;
    position: absolute;
    top: 62px; } }

@media (max-width: 992px) {
  #blog_single .sidebar {
    display: none; }

  header .menu_wrap .mobile_menu {
    top: 50px; }

  .rellax {
    transform: translate3d(0, 0, 0) !important; }

  .sticky {
    -webkit-animation: inherit;
    animation: inherit; }

  section#homepage .main_section_holder {
    margin-bottom: 50px; }
    section#homepage .main_section_holder .main_section {
      height: 450px; }
      section#homepage .main_section_holder .main_section h1 {
        font-size: 3em; }
    section#homepage .main_section_holder .absolute-center-logos {
      position: relative;
      width: 95%;
      bottom: -12px; }
      section#homepage .main_section_holder .absolute-center-logos .absolute-ball {
        width: 170px; }
      section#homepage .main_section_holder .absolute-center-logos .main-button-blue-with-effect {
        display: none; }
    section#homepage .middle_icons {
      padding-top: 0px;
      margin-bottom: 70px; }
    section#homepage .middle_icons h5 {
      margin-bottom: 30px; }
    section#homepage .middle_icons .icon_block {
      width: calc(50% - 18px);
      margin-bottom: 18px; }

  .blocks {
    margin-top: 30px;
    margin-bottom: 50px; }
    .blocks .col-md-4, .blocks .col-lg-4 {
      margin-top: 0px !important;
      margin-bottom: 20px; }
    .blocks .wrap {
      min-height: inherit;
      max-height: inherit;
      height: inherit; }
    .blocks .wrap:hover .icon {
      margin-top: 0px !important; }
    .blocks .wrap:hover .all_others {
      margin-top: 0px; }

  .left_right_section {
    margin-bottom: 0 !important; }
    .left_right_section .left img.absolute-under-image {
      display: none; }
    .left_right_section .right {
      margin-top: 30px; }
    .left_right_section .right img {
      position: relative !important;
      width: 90% !important;
      margin: 30px auto;
      display: block; }

  .grey_left_right {
    padding: 50px 30px !important;
    margin-bottom: 130px !important; }
    .grey_left_right .left, .grey_left_right .right {
      text-align: center; }
    .grey_left_right .left img, .grey_left_right .right img {
      margin: 0 auto;
      display: block; }

  .blog_section {
    padding-bottom: 40px !important; }
    .blog_section h3.absolute_h3 {
      top: -80px !important; }
    .blog_section .blog_holder {
      margin-bottom: 30px; }

  .bluebanner {
    margin-bottom: 70px !important; }
    .bluebanner h4 {
      font-size: 30px !important; }

  footer .bottom .left p {
    margin-top: 5px; } }

@media (max-width: 768px) {
  section#homepage .main_section_holder .main_section {
    height: initial !important;
    padding: 60px 0px; }

  .pricing_box h3 {
    margin-bottom: 0px !important; }
    .pricing_box .col-md-4 {
      margin-bottom: 15px !important;
      margin-top: 15px !important; }

  header .menu_wrap .mobile_menu {
    top: 24px; } }

img {
  height: inherit; }

.modal {
  z-index: 999999 !important;
  top: 10vh !important; }
