/* ----------------------------------------------------
	IMPORT GOOGLE FONTS
------------------------------------------------------- */
/* -----------------------------------------
			   01.	RESET CSS
-------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 24, static/themes/theme-23/scss/global.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 46, static/themes/theme-23/scss/global.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 51, static/themes/theme-23/scss/global.scss */
body {
  line-height: 1; }

/* line 55, static/themes/theme-23/scss/global.scss */
ol, ul {
  list-style: none; }

/* line 59, static/themes/theme-23/scss/global.scss */
blockquote, q {
  quotes: none; }

/* line 63, static/themes/theme-23/scss/global.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 69, static/themes/theme-23/scss/global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------------
GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color)
-------------------------------------------*/
/* line 77, static/themes/theme-23/scss/global.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 82, static/themes/theme-23/scss/global.scss */
html {
  height: 100%;
  font-size: 15px; }

/*body css*/
/* line 89, static/themes/theme-23/scss/global.scss */
body {
  background: #ffffff;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75; }

/* line 97, static/themes/theme-23/scss/global.scss */
p {
  font-family: "Open Sans", sans-serif; }

/* line 101, static/themes/theme-23/scss/global.scss */
.contentBoxWrap .desc p {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif; }

/* line 109, static/themes/theme-23/scss/global.scss */
.desc p span, p span {
  color: #4d4d4d !important; }

/* line 113, static/themes/theme-23/scss/global.scss */
p {
  margin-bottom: 1.25em; }

/* line 117, static/themes/theme-23/scss/global.scss */
h1, h2, h3, h4, h5 {
  margin-bottom: 0.4rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  line-height: 1.15; }

/* line 124, static/themes/theme-23/scss/global.scss */
h1 {
  margin-top: 0;
  font-size: 4.209em; }

/* line 129, static/themes/theme-23/scss/global.scss */
h2 {
  font-size: 3.157em; }

/* line 133, static/themes/theme-23/scss/global.scss */
h3 {
  font-size: 2.369em; }

/* line 137, static/themes/theme-23/scss/global.scss */
h4 {
  font-size: 1.777em; }

/* line 141, static/themes/theme-23/scss/global.scss */
h5 {
  font-size: 1.333em; }

/* line 145, static/themes/theme-23/scss/global.scss */
small, .text_small {
  font-size: 0.75em; }

/* line 149, static/themes/theme-23/scss/global.scss */
.lead {
  font-size: 1.45rem; }

@media (min-width: 320px) and (max-width: 768px) {
  /* line 154, static/themes/theme-23/scss/global.scss */
  h1 {
    font-size: 3.209em; }
  /* line 157, static/themes/theme-23/scss/global.scss */
  h2 {
    font-size: 2.157em; }
  /* line 161, static/themes/theme-23/scss/global.scss */
  h3 {
    font-size: 1.369em; }
  /* line 165, static/themes/theme-23/scss/global.scss */
  h4 {
    font-size: 1.22em; }
  /* line 169, static/themes/theme-23/scss/global.scss */
  h5 {
    font-size: 1.1em; }
  /* line 173, static/themes/theme-23/scss/global.scss */
  .lead {
    font-size: 1rem; } }

/*form*/
/* line 180, static/themes/theme-23/scss/global.scss */
.form-control:focus {
  outline: none;
  box-shadow: none; }

/* line 185, static/themes/theme-23/scss/global.scss */
.form-group {
  margin-bottom: 20px; }

/* line 189, static/themes/theme-23/scss/global.scss */
.form-group.submit-btn {
  margin-bottom: 0; }

/*list*/
/* line 195, static/themes/theme-23/scss/global.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*link*/
/* line 202, static/themes/theme-23/scss/global.scss */
a {
  color: #51ac51;
  text-decoration: none;
  transition: all 0.3s ease-in; }

/* line 208, static/themes/theme-23/scss/global.scss */
a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

/* line 215, static/themes/theme-23/scss/global.scss */
a:hover,
a:focus {
  color: #0b369d;
  outline: none;
  text-decoration: none; }

/*img*/
/* line 223, static/themes/theme-23/scss/global.scss */
img {
  max-width: 100%; }

/*margin, padding*/
/* line 228, static/themes/theme-23/scss/global.scss */
.m-0 {
  margin: 0; }

/* line 232, static/themes/theme-23/scss/global.scss */
.p-0 {
  padding: 0; }

/*social link color*/
/* line 237, static/themes/theme-23/scss/global.scss */
.facebook {
  color: #3b5998; }

/* line 241, static/themes/theme-23/scss/global.scss */
.facebook-bg {
  background: #3b5998;
  color: #fff; }

/* line 246, static/themes/theme-23/scss/global.scss */
.twitter {
  color: #00aced; }

/* line 250, static/themes/theme-23/scss/global.scss */
.twitter-bg {
  background: #00aced;
  color: #fff; }

/* line 255, static/themes/theme-23/scss/global.scss */
.behance {
  color: #3d6adf; }

/* line 259, static/themes/theme-23/scss/global.scss */
.behance-bg {
  background: #3d6adf;
  color: #fff; }

/* line 264, static/themes/theme-23/scss/global.scss */
.instagram {
  color: #bc2a8d; }

/* line 268, static/themes/theme-23/scss/global.scss */
.instagram-bg {
  background: #bc2a8d;
  color: #fff; }

/* line 273, static/themes/theme-23/scss/global.scss */
.google-plus {
  color: #dd4b39; }

/* line 277, static/themes/theme-23/scss/global.scss */
.google-plus-bg {
  background: #dd4b39;
  color: #fff; }

/* line 282, static/themes/theme-23/scss/global.scss */
.linkedin {
  color: #007bb6; }

/* line 286, static/themes/theme-23/scss/global.scss */
.linkedin-bg {
  background: #007bb6;
  color: #fff; }

/* line 291, static/themes/theme-23/scss/global.scss */
.youtube {
  color: #bb0000; }

/* line 295, static/themes/theme-23/scss/global.scss */
.youtube-bg {
  background: #bb0000;
  color: #fff; }

/* line 300, static/themes/theme-23/scss/global.scss */
.pinterest {
  color: #cb2027; }

/* line 304, static/themes/theme-23/scss/global.scss */
.pinterest-bg {
  background: #cb2027;
  color: #fff; }

/* line 309, static/themes/theme-23/scss/global.scss */
.dribbble {
  color: #ea4c89; }

/* line 313, static/themes/theme-23/scss/global.scss */
.dribbble-bg {
  background: #ea4c89;
  color: #fff; }

/* line 320, static/themes/theme-23/scss/global.scss */
.btn:active, .btn:focus, button:active, button:focus {
  outline: none;
  box-shadow: none;
  background-image: initial; }

/* line 326, static/themes/theme-23/scss/global.scss */
.custom-border-btn {
  border: 2px solid #0b369d;
  color: #0b369d;
  background: transparent; }

/*======================================
    Main width
===================================*/
/* line 335, static/themes/theme-23/scss/global.scss */
.wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%; }

/* line 342, static/themes/theme-23/scss/global.scss */
body.modal-open {
  overflow: visible;
  padding-right: 0 !important; }

/* line 347, static/themes/theme-23/scss/global.scss */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  overflow: hidden; }

/* line 354, static/themes/theme-23/scss/global.scss */
.main {
  max-width: 1920px;
  margin: 0 auto; }

/* line 359, static/themes/theme-23/scss/global.scss */
section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

/* line 368, static/themes/theme-23/scss/global.scss */
.search-section-heading {
  background: url("/static/themes/theme-23/img/search-bg.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 379, static/themes/theme-23/scss/global.scss */
.search-section-heading:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)); }

/* line 391, static/themes/theme-23/scss/global.scss */
.search-section-heading h1 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: normal; }

/* line 397, static/themes/theme-23/scss/global.scss */
.search-section-heading .search-form {
  display: block;
  overflow: hidden; }
  /* line 400, static/themes/theme-23/scss/global.scss */
  .search-section-heading .search-form .form-control {
    display: inline-block;
    border-radius: 2px;
    width: initial; }
  /* line 405, static/themes/theme-23/scss/global.scss */
  .search-section-heading .search-form .btn {
    border-radius: 2px; }

/* line 413, static/themes/theme-23/scss/global.scss */
.search-result-list .card-body {
  background: rgba(230, 230, 230, 0.2); }
  /* line 415, static/themes/theme-23/scss/global.scss */
  .search-result-list .card-body h2 {
    font-size: 22px;
    line-height: 26px; }

/* line 422, static/themes/theme-23/scss/global.scss */
.search-pagination {
  display: block;
  overflow: hidden;
  width: 100%; }

/* line 430, static/themes/theme-23/scss/global.scss */
.CareerBlock {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px 0; }
  /* line 435, static/themes/theme-23/scss/global.scss */
  .CareerBlock .career-content-wrap {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    /* line 440, static/themes/theme-23/scss/global.scss */
    .CareerBlock .career-content-wrap .single-career-wrap {
      float: left;
      display: inline-block; }
      /* line 443, static/themes/theme-23/scss/global.scss */
      .CareerBlock .career-content-wrap .single-career-wrap .career-title {
        margin-bottom: 5px; }
      /* line 447, static/themes/theme-23/scss/global.scss */
      .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li {
        border-right: 1px solid #e5e7f2;
        line-height: 14px;
        padding: 2px 10px;
        margin-right: 0;
        display: inline-block; }
        /* line 453, static/themes/theme-23/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li span {
          font-weight: 500; }
        /* line 456, static/themes/theme-23/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li i {
          font-size: 15px;
          margin-right: 5px; }
        /* line 460, static/themes/theme-23/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li:first-child {
          color: #0b369d;
          padding-left: 0; }
        /* line 464, static/themes/theme-23/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li:last-child {
          border-right: none; }
    /* line 470, static/themes/theme-23/scss/global.scss */
    .CareerBlock .career-content-wrap .career-action {
      margin-top: 15px; }

/* -----------------------------------------
		    BACK TO TOP CSS
-------------------------------------------- */
/* line 480, static/themes/theme-23/scss/global.scss */
#toTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
  color: #fff !important;
  font-size: 20px;
  display: none;
  font-weight: bold;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

/* line 499, static/themes/theme-23/scss/global.scss */
#toTop span {
  display: block;
  position: relative;
  background: #efefef;
  color: #000;
  font-weight: 300;
  padding: 5px 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 513, static/themes/theme-23/scss/global.scss */
.error-page-wrap {
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #0b369d;
  color: #ffffff; }

/* line 527, static/themes/theme-23/scss/global.scss */
.error-content-wrap {
  width: 95%;
  margin: 0 auto; }
  /* line 530, static/themes/theme-23/scss/global.scss */
  .error-content-wrap h1 {
    color: #ffffff;
    font-size: 110px;
    line-height: 120px; }
  /* line 535, static/themes/theme-23/scss/global.scss */
  .error-content-wrap a.btn {
    display: block;
    margin-top: 50px;
    background: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    color: #0b369d;
    border-radius: 26px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 99;
    position: relative;
    width: 206px;
    margin: auto;
    margin-top: 41px; }
    /* line 552, static/themes/theme-23/scss/global.scss */
    .error-content-wrap a.btn:hover {
      background-color: transparent;
      color: #ffffff;
      transition: all 0.2s ease-in-out;
      border-color: #ffffff; }

/* line 563, static/themes/theme-23/scss/global.scss */
form.booking-form {
  position: relative;
  padding: 30px;
  border-radius: 4px;
  z-index: 2;
  background-image: #fff;
  background-size: 100% 100%;
  background-position: top center;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; }

/* line 576, static/themes/theme-23/scss/global.scss */
form.booking-form label {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif; }

/* line 585, static/themes/theme-23/scss/global.scss */
form.booking-form .form-group .form-control {
  border: 1px solid #ebebeb !important;
  background: #fff !important;
  border-radius: 4px !important; }

/* line 591, static/themes/theme-23/scss/global.scss */
.form-action-bottom .form-group {
  margin-bottom: 0;
  padding-bottom: 0; }

/* line 596, static/themes/theme-23/scss/global.scss */
form.booking-form .order-btn {
  background: #0b369d;
  border-color: #0b369d;
  height: 38px;
  margin-top: 26px; }

@media (min-width: 320px) and (max-width: 375px) {
  /* line 604, static/themes/theme-23/scss/global.scss */
  form.booking-form {
    margin-top: 0 !important; }
  /* line 607, static/themes/theme-23/scss/global.scss */
  form.booking-form .row > .col-3 {
    max-width: 100%;
    flex: 0 0 100%; }
  /* line 611, static/themes/theme-23/scss/global.scss */
  form.booking-form .row > .col-2 {
    max-width: 100%;
    flex: 0 0 100%; }
  /* line 616, static/themes/theme-23/scss/global.scss */
  form.booking-form .order-btn {
    margin-left: 0 !important; } }

@media (min-width: 376px) and (max-width: 768px) {
  /* line 622, static/themes/theme-23/scss/global.scss */
  form.booking-form {
    margin-top: 0 !important; }
  /* line 625, static/themes/theme-23/scss/global.scss */
  form.booking-form .row > .col-3 {
    max-width: 50%;
    flex: 0 0 50%; }
  /* line 629, static/themes/theme-23/scss/global.scss */
  form.booking-form .row > .col-2 {
    max-width: 50%;
    flex: 0 0 50%; }
  /* line 633, static/themes/theme-23/scss/global.scss */
  form.booking-form .order-btn {
    margin: 20px auto 0 !important; } }

/* line 642, static/themes/theme-23/scss/global.scss */
.order-table-wrap table.first-table td {
  border-right: 1px solid #e5e7f2;
  border-bottom: 1px solid #e5e7f2; }
  /* line 646, static/themes/theme-23/scss/global.scss */
  .order-table-wrap table.first-table td .btn-buynow a {
    background: #51ac51;
    color: #ffffff;
    font-size: 13px;
    padding: 0.25rem 0.65rem;
    transition: all 0.2s ease-in; }
    /* line 652, static/themes/theme-23/scss/global.scss */
    .order-table-wrap table.first-table td .btn-buynow a:hover {
      background: transparent;
      color: #51ac51;
      border-color: #51ac51; }

/* line 661, static/themes/theme-23/scss/global.scss */
.order-table-wrap table.first-table tr td.inf-1 {
  padding: 0;
  border: none !important; }

/* line 666, static/themes/theme-23/scss/global.scss */
.order-table-wrap table.first-table table.table-bordered {
  border: 1px solid #e5e7f2 !important; }
  /* line 668, static/themes/theme-23/scss/global.scss */
  .order-table-wrap table.first-table table.table-bordered td {
    border-top: 1px solid #e5e7f2 !important; }

/* line 673, static/themes/theme-23/scss/global.scss */
.order-table-wrap table.table th {
  border-bottom-width: 1px;
  background: rgba(230, 230, 230, 0.2);
  color: #4d4d4d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #e5e7f2; }

/* line 687, static/themes/theme-23/scss/global.scss */
.checkout-table td, .checkout-table th {
  padding: 0.45rem; }

/* line 692, static/themes/theme-23/scss/global.scss */
.cursor-pointer {
  cursor: pointer;
  color: #0b369d; }

/* line 697, static/themes/theme-23/scss/global.scss */
span[type=submit] {
  -webkit-appearance: none; }

/* line 701, static/themes/theme-23/scss/global.scss */
.navbar li a.current {
  color: #5cb85c !important;
  font-weight: bold; }

/* line 707, static/themes/theme-23/scss/global.scss */
.gst_icon {
  color: red; }

/* line 712, static/themes/theme-23/scss/global.scss */
.features_image {
  width: 100%;
  margin-top: 30px; }

/* line 717, static/themes/theme-23/scss/global.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #271b4f; }

/* line 722, static/themes/theme-23/scss/global.scss */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #0071b3 !important;
  border-color: black; }

/* line 727, static/themes/theme-23/scss/global.scss */
.dropdown-menu > li > a:hover {
  color: white !important;
  text-decoration: none;
  background-color: #0071b3; }

/* line 733, static/themes/theme-23/scss/global.scss */
.dashboard-img {
  padding-right: 25px; }

/* line 737, static/themes/theme-23/scss/global.scss */
.features_tab {
  /* background-color: #f6f6f6; */
  border: solid 1px #ced5da;
  border-radius: 8px;
  box-shadow: 4px 4px 13px 0 rgba(6, 41, 66, 0.1); }

/* line 744, static/themes/theme-23/scss/global.scss */
.navbar-fixed-bottom, .navbar-fixed-top {
  border-bottom: 1px solid #271b4f !important; }

/* line 748, static/themes/theme-23/scss/global.scss */
.free-button {
  margin-top: -7px;
  text-transform: uppercase; }

/* line 753, static/themes/theme-23/scss/global.scss */
.progress-bar-white {
  background-color: ghostwhite;
  color: black; }

/* line 758, static/themes/theme-23/scss/global.scss */
.progress-bar-yellowgreen {
  background-color: yellowgreen;
  color: black; }

/* line 763, static/themes/theme-23/scss/global.scss */
.progress-bar-yellow {
  background-color: yellow;
  color: black; }

/* line 768, static/themes/theme-23/scss/global.scss */
.progress-bar-orange {
  background-color: orange;
  color: black; }

/* line 773, static/themes/theme-23/scss/global.scss */
.progress-bar-black {
  background-color: black;
  color: white; }

/* line 778, static/themes/theme-23/scss/global.scss */
.progress-bar-step1 {
  background-color: #8CCB59;
  color: white; }

/* line 783, static/themes/theme-23/scss/global.scss */
.progress-bar-step2 {
  background-color: #56BD49;
  color: white; }

/* line 788, static/themes/theme-23/scss/global.scss */
.progress-bar-step3 {
  background-color: #008364;
  color: white; }

/* line 793, static/themes/theme-23/scss/global.scss */
.progress-bar-step4 {
  background-color: #00B1DC;
  color: white; }

/* line 798, static/themes/theme-23/scss/global.scss */
.progress-bar-step5 {
  background-color: #1974C0;
  color: white; }

/* line 803, static/themes/theme-23/scss/global.scss */
.progress-bar-step6 {
  background-color: #004B8D;
  color: white; }

/* line 808, static/themes/theme-23/scss/global.scss */
.underline {
  text-decoration: underline; }

/* line 812, static/themes/theme-23/scss/global.scss */
.inline {
  display: inline; }

/* line 816, static/themes/theme-23/scss/global.scss */
.link {
  text-decoration: underline;
  font-weight: normal;
  border-radius: 0; }

/* line 822, static/themes/theme-23/scss/global.scss */
.green-1 {
  color: #5FC75F; }

/* line 826, static/themes/theme-23/scss/global.scss */
.blue-1 {
  color: #2887D6; }

/* line 830, static/themes/theme-23/scss/global.scss */
.red-1 {
  color: #AD4A70; }

/* line 834, static/themes/theme-23/scss/global.scss */
.v-infobox, .v-infobox td {
  border: 1px solid #A6C9E2; }

/* line 838, static/themes/theme-23/scss/global.scss */
.v-infobox th, .v-infobox td {
  padding: 4px 8px; }

/* line 842, static/themes/theme-23/scss/global.scss */
.v-infobox th {
  font-weight: bold;
  background-color: #E4F3FC; }

/* line 847, static/themes/theme-23/scss/global.scss */
.cursor-pointer {
  cursor: pointer; }

/* line 851, static/themes/theme-23/scss/global.scss */
.status-active:before {
  content: url("/static/themes/theme-23/img/status-icon-active-24x24.png?868d3890f342"); }

/* line 855, static/themes/theme-23/scss/global.scss */
.status-deactivate:before {
  content: url("/static/themes/theme-23/img/status-icon-inactive-red-24x24.png?868d3890f342"); }

/* line 859, static/themes/theme-23/scss/global.scss */
.trash-icon-grey:before {
  content: url("/static/themes/theme-23/img/trash-grey-20x20.png?868d3890f342"); }

/* line 863, static/themes/theme-23/scss/global.scss */
.trash-btn-red:before {
  content: url("/static/themes/theme-23/img/trash-red-20x20.png?868d3890f342"); }

/* line 867, static/themes/theme-23/scss/global.scss */
.status-inactive:before {
  content: url("/static/themes/theme-23/img/status-icon-inactive-24x24.png?868d3890f342"); }

/* line 871, static/themes/theme-23/scss/global.scss */
.collapse-btn:before {
  content: url("/static/themes/theme-23/img/arrow-up-24x24.png?868d3890f342");
  float: left; }

/* line 876, static/themes/theme-23/scss/global.scss */
.expand-btn:before {
  content: url("/static/themes/theme-23/img/arrow-down-24x24.png?868d3890f342");
  float: left; }

/* line 894, static/themes/theme-23/scss/global.scss */
.product_menu .dropdown-menu {
  transform: none !important;
  top: 47px !important; }

/* line 901, static/themes/theme-23/scss/global.scss */
.menu-heading h2:after {
  content: '';
  width: 130px;
  background: #00265E;
  position: absolute;
  height: 2px;
  bottom: 44px;
  left: 30px;
  opacity: 25%; }

/* line 912, static/themes/theme-23/scss/global.scss */
.n-button:before {
  content: '';
  width: 785px;
  background: #CAD1DD;
  position: absolute;
  height: 1px;
  top: 0px; }

/* line 924, static/themes/theme-23/scss/global.scss */
.n-list .default-menu ul li {
  padding-top: 12px; }

/* line 931, static/themes/theme-23/scss/global.scss */
.n-list .ListblockMenu .list-ico-link .menu-type-list-seven {
  padding-bottom: 10px;
  padding-top: 10px !important;
  border-bottom: 1.7px solid #CAD1DD; }
  /* line 935, static/themes/theme-23/scss/global.scss */
  .n-list .ListblockMenu .list-ico-link .menu-type-list-seven:last-child {
    border-bottom: none; }

/* line 946, static/themes/theme-23/scss/global.scss */
.card-body .card-special-link i {
  color: #fff;
  opacity: 35%; }

/* line 956, static/themes/theme-23/scss/global.scss */
.call-to-action-section .call-to-action-content .view-more-link a:hover {
  background: #1476f2 !important;
  color: #ffffff !important;
  border-color: #1476f2 !important; }

/* line 961, static/themes/theme-23/scss/global.scss */
.call-to-action-section .call-to-action-content .solid-button a {
  border: 1px solid #1476f2 !important;
  color: #ffffff !important;
  background: #1476f2 !important; }

/* line 966, static/themes/theme-23/scss/global.scss */
.call-to-action-section .call-to-action-content .solid-button a:hover {
  background: transparent !important;
  color: #1476f2 !important; }

/* line 970, static/themes/theme-23/scss/global.scss */
.card-on-hover .card-special-link > i:hover {
  color: #fff;
  opacity: 100%; }

/* line 975, static/themes/theme-23/scss/global.scss */
.content-box-card-with-image-menu .card-box-wrapper {
  padding-top: 12px; }

/* line 980, static/themes/theme-23/scss/global.scss */
.company-menu .menu-right-icon {
  padding-top: 10px; }

/* line 987, static/themes/theme-23/scss/global.scss */
.company-right-menu .menu-without-filter li {
  padding: 0 !important; }
  /* line 989, static/themes/theme-23/scss/global.scss */
  .company-right-menu .menu-without-filter li a {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #f1f1f1;
    height: 85px;
    margin: 8px 0;
    line-height: 20px; }
    /* line 996, static/themes/theme-23/scss/global.scss */
    .company-right-menu .menu-without-filter li a:hover {
      border: 1px solid #0460D6; }
    /* line 999, static/themes/theme-23/scss/global.scss */
    .company-right-menu .menu-without-filter li a .menu-icon {
      float: left;
      position: relative;
      top: 5px !important;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

/* line 1019, static/themes/theme-23/scss/global.scss */
.company-right-menu .menu-without-filter .menu-list-info {
  padding-top: 20px; }
  /* line 1021, static/themes/theme-23/scss/global.scss */
  .company-right-menu .menu-without-filter .menu-list-info p {
    margin-bottom: 0; }

/* line 1030, static/themes/theme-23/scss/global.scss */
.product_menu ul li.megaMenuItem:hover {
  background: transparent !important;
  color: #00265E; }

/* line 1038, static/themes/theme-23/scss/global.scss */
.service-menu .menu-without-filter ul li {
  height: 75px; }
  /* line 1042, static/themes/theme-23/scss/global.scss */
  .service-menu .menu-without-filter ul li a .menu-list-info p {
    line-height: 0 !important;
    margin-top: 15px;
    margin-bottom: 12px; }
  /* line 1047, static/themes/theme-23/scss/global.scss */
  .service-menu .menu-without-filter ul li a .menu-list-info small {
    line-height: 0 !important; }
  /* line 1051, static/themes/theme-23/scss/global.scss */
  .service-menu .menu-without-filter ul li a .menu-icon {
    top: 0 !important; }

/* line 1064, static/themes/theme-23/scss/global.scss */
.mobile-service-bt h4 {
  white-space: break-spaces; }

/* line 1067, static/themes/theme-23/scss/global.scss */
.mobile-service-bt p {
  font-size: 13px;
  padding: 10px 0; }

/* line 1072, static/themes/theme-23/scss/global.scss */
.product-mobile-menu .mobile-product-1 .content-box-card-with-image {
  margin-left: 15px !important;
  margin-right: 10px !important; }

/* line 1076, static/themes/theme-23/scss/global.scss */
.product-mobile-menu .mobile-product-2 .content-box-card-with-image {
  margin-left: 8px !important;
  margin-right: 15px !important; }

/* line 1081, static/themes/theme-23/scss/global.scss */
.product-mobile-menu .mobile-product-3 .content-box-card-with-image {
  margin-left: 15px !important;
  margin-right: 10px !important; }

/* line 1085, static/themes/theme-23/scss/global.scss */
.product-mobile-menu .mobile-product-4 .content-box-card-with-image {
  margin-left: 8px !important;
  margin-right: 15px !important; }

/* line 1090, static/themes/theme-23/scss/global.scss */
#i1669119230_7 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

/* line 1095, static/themes/theme-23/scss/global.scss */
.mobile-company .menu-without-filter ul li a .menu-list-info {
  padding-top: 6px; }
  /* line 1097, static/themes/theme-23/scss/global.scss */
  .mobile-company .menu-without-filter ul li a .menu-list-info p {
    margin-bottom: 0.3rem; }

/* line 1101, static/themes/theme-23/scss/global.scss */
.mobile-company-bottom .menu-right-icon ul li a .menu-list-info p {
  margin-bottom: 0rem;
  font-family: "Barlow", sans-serif;
  color: #00265E !important;
  font-weight: 400 !important; }

@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 1134, static/themes/theme-23/scss/global.scss */
  .list-block-menu-link .menu-list-info {
    padding-left: 20px; }
  /* line 1137, static/themes/theme-23/scss/global.scss */
  .list-block-menu-link .menu-list-info p {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    display: block;
    color: #00265E !important;
    font-weight: 700 !important;
    margin-bottom: 0.3rem; }
  /* line 1145, static/themes/theme-23/scss/global.scss */
  .list-block-menu-link .menu-list-info small {
    font-size: 12px !important;
    font-family: "Barlow", sans-serif;
    display: block;
    color: #00265E;
    font-weight: 400; }
  /* line 1152, static/themes/theme-23/scss/global.scss */
  .icon-wrapper {
    position: absolute;
    right: 30px; }
  /* line 1156, static/themes/theme-23/scss/global.scss */
  .ListblockMenu .list-ico-link .menu-type-list-seven a {
    padding-left: 10px; }
  /* line 1159, static/themes/theme-23/scss/global.scss */
  .ListblockMenu .list-ico-link .menu-type-list-seven a .menu-icon {
    padding-top: 10px; }
  /* line 1162, static/themes/theme-23/scss/global.scss */
  .menu-right-icon .menu-icon {
    display: none; } }

/* line 1, static/themes/theme-23/scss/menu.scss */
.header-menu {
  background: #ffffff !important;
  border-bottom: 1px solid #e3e2df !important;
  padding: 1rem 0 1rem 0; }
  /* line 5, static/themes/theme-23/scss/menu.scss */
  .header-menu a.navbar-brand {
    margin-right: 0;
    padding: 0 0; }
    /* line 9, static/themes/theme-23/scss/menu.scss */
    .header-menu a.navbar-brand .logo {
      width: 160px; }

/* line 49, static/themes/theme-23/scss/menu.scss */
#navbarSupportedContent .megaMenuItem {
  font-weight: 600; }
  /* line 51, static/themes/theme-23/scss/menu.scss */
  #navbarSupportedContent .megaMenuItem .nav-link {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: calc(14px + .25vw);
    line-height: 22px;
    color: #0b369d;
    color: black;
    font-weight: 600; }
    /* line 58, static/themes/theme-23/scss/menu.scss */
    #navbarSupportedContent .megaMenuItem .nav-link:hover, #navbarSupportedContent .megaMenuItem .nav-link active {
      color: #FF5E14;
      font-weight: 600;
      transition: all 0.3s ease-in-out; }

/* line 71, static/themes/theme-23/scss/menu.scss */
#navbarSupportedContent .megaMenuItem::after {
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #FF5E14;
  margin: auto;
  display: block; }

/* line 83, static/themes/theme-23/scss/menu.scss */
#navbarSupportedContent .megaMenuItem:hover::after {
  width: 70%;
  transition: width 0.3s linear; }

/* line 88, static/themes/theme-23/scss/menu.scss */
#navbarSupportedContent .megamenuNav {
  position: relative;
  z-index: 5; }

/* line 99, static/themes/theme-23/scss/menu.scss */
.default-menu h6 {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase; }

/* line 105, static/themes/theme-23/scss/menu.scss */
.default-menu ul li {
  line-height: 18px; }
  /* line 109, static/themes/theme-23/scss/menu.scss */
  .default-menu ul li a {
    display: flex;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    margin: 5px 0;
    justify-content: space-between;
    align-content: center;
    text-align: left;
    -webkit-transition: all 0.3s ease-in;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.3s ease-in; }
    /* line 120, static/themes/theme-23/scss/menu.scss */
    .default-menu ul li a .menu-icon-image {
      float: left;
      margin-right: 5px;
      display: table-cell;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      top: 5px;
      -webkit-transition: all 0.3s ease-in;
      /* For Safari 3.1 to 6.0 */
      transition: all 0.3s ease-in; }
      /* line 135, static/themes/theme-23/scss/menu.scss */
      .default-menu ul li a .menu-icon-image img {
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%); }
    /* line 141, static/themes/theme-23/scss/menu.scss */
    .default-menu ul li a .menu-list-info p {
      font-size: 14px;
      font-family: "IBM Plex Sans", sans-serif;
      display: block;
      color: #00265E;
      font-weight: 500;
      margin-bottom: 0px; }
    /* line 149, static/themes/theme-23/scss/menu.scss */
    .default-menu ul li a .menu-list-info small {
      display: flex;
      font-size: 13px;
      line-height: normal;
      white-space: normal;
      font-weight: normal;
      color: #4d4d4d;
      font-family: "Open Sans", sans-serif; }
    /* line 161, static/themes/theme-23/scss/menu.scss */
    .default-menu ul li a:hover .menu-list-info p {
      color: #1d69a6;
      -webkit-transition: all 0.4s ease-in;
      /* For Safari 3.1 to 6.0 */
      transition: all 0.4s ease-in; }
    /* line 167, static/themes/theme-23/scss/menu.scss */
    .default-menu ul li a:hover img {
      -webkit-filter: grayscale(0.8);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }
    /* line 172, static/themes/theme-23/scss/menu.scss */
    .default-menu ul li a:hover {
      color: #1d69a6;
      border-radius: 15px;
      -webkit-transition: all 0.4s ease-in;
      /* For Safari 3.1 to 6.0 */
      transition: all 0.4s ease-in; }

/* line 194, static/themes/theme-23/scss/menu.scss */
.menu-with-icon li {
  padding: 10px;
  line-height: normal; }
  /* line 197, static/themes/theme-23/scss/menu.scss */
  .menu-with-icon li a {
    font-size: 14px; }
    /* line 199, static/themes/theme-23/scss/menu.scss */
    .menu-with-icon li a .menu-image {
      float: left;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      vertical-align: middle; }
    /* line 207, static/themes/theme-23/scss/menu.scss */
    .menu-with-icon li a span {
      font-size: 13px;
      line-height: 15px; }

/* line 217, static/themes/theme-23/scss/menu.scss */
.child-menu-bar {
  position: relative;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: #ffffff;
  border-top: 1px solid #e5e7f2;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
  /* line 226, static/themes/theme-23/scss/menu.scss */
  .child-menu-bar ul.child-menu-bar-content {
    height: 100%;
    position: relative;
    left: 0;
    display: block;
    margin: auto;
    opacity: 1;
    text-align: center;
    box-shadow: none;
    background-color: transparent;
    transition: none;
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
    /* line 239, static/themes/theme-23/scss/menu.scss */
    .child-menu-bar ul.child-menu-bar-content li {
      display: inline-block; }
      /* line 241, static/themes/theme-23/scss/menu.scss */
      .child-menu-bar ul.child-menu-bar-content li a {
        line-height: 1;
        padding: 10px 25px;
        display: block; }

/* line 253, static/themes/theme-23/scss/menu.scss */
.header-top-menu-bar {
  margin-top: 0 !important; }
  /* line 257, static/themes/theme-23/scss/menu.scss */
  .header-top-menu-bar ul li a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 0;
    color: inherit; }

/* line 271, static/themes/theme-23/scss/menu.scss */
.footer-bottom-horizontal-menu .navbar {
  padding: 0; }
  /* line 275, static/themes/theme-23/scss/menu.scss */
  .footer-bottom-horizontal-menu .navbar ul li a {
    color: inherit;
    opacity: 0.8;
    padding: 0; }
    /* line 279, static/themes/theme-23/scss/menu.scss */
    .footer-bottom-horizontal-menu .navbar ul li a:first-child {
      padding-left: 0; }
  /* line 284, static/themes/theme-23/scss/menu.scss */
  .footer-bottom-horizontal-menu .navbar ul li:hover a {
    opacity: 1; }

/* line 294, static/themes/theme-23/scss/menu.scss */
.dropdown {
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in; }

/* line 301, static/themes/theme-23/scss/menu.scss */
.header_bottom .dropdown-menu {
  top: 44px; }

/* line 304, static/themes/theme-23/scss/menu.scss */
.dropdown-menu {
  border: 0;
  padding: 0;
  margin-top: -3px;
  top: 55px;
  left: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-radius: 5px;
  white-space: nowrap;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-top: 2px solid #0b369d;
  -webkit-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.25);
  z-index: -1;
  background: aliceblue; }
  /* line 324, static/themes/theme-23/scss/menu.scss */
  .dropdown-menu .row {
    flex-wrap: nowrap; }
    /* line 326, static/themes/theme-23/scss/menu.scss */
    .dropdown-menu .row .menu-image {
      display: inline-block;
      float: none; }
    /* line 330, static/themes/theme-23/scss/menu.scss */
    .dropdown-menu .row .menu-text {
      display: inline-block; }
    /* line 333, static/themes/theme-23/scss/menu.scss */
    .dropdown-menu .row #menuDescription {
      white-space: pre-wrap;
      color: #444; }
  /* line 341, static/themes/theme-23/scss/menu.scss */
  .dropdown-menu section .container .row .col {
    width: 265px;
    padding: 0 0; }

/* line 356, static/themes/theme-23/scss/menu.scss */
#sidebar .dropdown:hover > .dropdown-menu {
  display: none; }

/* line 359, static/themes/theme-23/scss/menu.scss */
#sidebar .dropdown-menu section .container .row .col {
  width: 235px; }

/* line 365, static/themes/theme-23/scss/menu.scss */
#sidebar .site-menu .side-menu-logo {
  background: #f8f9fa;
  width: 100%;
  padding: 20px 35px 10px; }

/* line 372, static/themes/theme-23/scss/menu.scss */
#sidebar .site-menu form {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%; }
  /* line 377, static/themes/theme-23/scss/menu.scss */
  #sidebar .site-menu form input {
    width: 99%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e5e7f2;
    padding: 2px 15px; }
    /* line 384, static/themes/theme-23/scss/menu.scss */
    #sidebar .site-menu form input:focus {
      outline: none; }
  /* line 388, static/themes/theme-23/scss/menu.scss */
  #sidebar .site-menu form button {
    position: absolute;
    top: 3px;
    right: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: inherit; }

/* line 400, static/themes/theme-23/scss/menu.scss */
#sidebar .site-menu .navbar-nav li {
  padding: 0 15px;
  border-bottom: 1px solid #e5e7f2; }
  /* line 403, static/themes/theme-23/scss/menu.scss */
  #sidebar .site-menu .navbar-nav li a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 14px;
    padding: 4px 0; }
  /* line 413, static/themes/theme-23/scss/menu.scss */
  #sidebar .site-menu .navbar-nav li a.dropdown-link:after {
    font-family: "FontAwesome";
    content: " \f105";
    margin-left: 5px;
    float: right;
    font-size: 12px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  /* line 429, static/themes/theme-23/scss/menu.scss */
  #sidebar .site-menu .navbar-nav li .dropdown.show a.dropdown-link:after {
    font-family: "FontAwesome";
    content: " \f104";
    margin-left: 5px;
    float: right;
    font-size: 12px; }
  /* line 439, static/themes/theme-23/scss/menu.scss */
  #sidebar .site-menu .navbar-nav li .dropdown-menu.show {
    position: relative !important;
    display: block;
    transform: none !important;
    background: transparent;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    /* line 449, static/themes/theme-23/scss/menu.scss */
    #sidebar .site-menu .navbar-nav li .dropdown-menu.show .container {
      padding: 0; }
      /* line 451, static/themes/theme-23/scss/menu.scss */
      #sidebar .site-menu .navbar-nav li .dropdown-menu.show .container .row {
        background: #ffffff; }
  /* line 456, static/themes/theme-23/scss/menu.scss */
  #sidebar .site-menu .navbar-nav li .dropdown-menu {
    box-shadow: none;
    top: 0;
    z-index: 1;
    border-top: none; }
    /* line 462, static/themes/theme-23/scss/menu.scss */
    #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu h6 {
      display: none; }
    /* line 465, static/themes/theme-23/scss/menu.scss */
    #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul {
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      padding: 0 0 8px 0; }
      /* line 472, static/themes/theme-23/scss/menu.scss */
      #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li {
        border-bottom: none;
        margin: 0;
        transition: all 0.3s ease-in;
        padding: 0;
        background: transparent; }
        /* line 478, static/themes/theme-23/scss/menu.scss */
        #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li a {
          display: block;
          cursor: pointer; }
          /* line 482, static/themes/theme-23/scss/menu.scss */
          #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li a .menu-icon-image {
            display: none; }
          /* line 486, static/themes/theme-23/scss/menu.scss */
          #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li a .menu-list-info p {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #666; }
          /* line 492, static/themes/theme-23/scss/menu.scss */
          #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li a .menu-list-info small {
            display: none; }

/* line 505, static/themes/theme-23/scss/menu.scss */
#sidebar .site-menu .navbar-nav .dropdown.show a.dropdown-link:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

/* line 518, static/themes/theme-23/scss/menu.scss */
.wrapper2 {
  display: flex;
  width: 100%; }

/* line 523, static/themes/theme-23/scss/menu.scss */
#sidebar {
  width: 265px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #ffffff;
  transition: all 0.3s; }

/* line 534, static/themes/theme-23/scss/menu.scss */
#sidebar.active {
  margin-left: -265px; }

/* line 573, static/themes/theme-23/scss/menu.scss */
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/* line 585, static/themes/theme-23/scss/menu.scss */
#content {
  width: calc(100% - 265px);
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0; }

/* line 594, static/themes/theme-23/scss/menu.scss */
#content.active {
  width: 100%; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 992px) {
  /* line 603, static/themes/theme-23/scss/menu.scss */
  #sidebar {
    margin-left: -265px; }
  /* line 606, static/themes/theme-23/scss/menu.scss */
  #sidebar.active {
    margin-left: 0; }
  /* line 609, static/themes/theme-23/scss/menu.scss */
  #content {
    width: 100%; }
  /* line 612, static/themes/theme-23/scss/menu.scss */
  #content.active {
    width: calc(100% - 250px); } }

@media screen and (max-width: 7680px) and (min-width: 993px) {
  /* line 619, static/themes/theme-23/scss/menu.scss */
  .wrapper2 {
    display: none; } }

/* line 625, static/themes/theme-23/scss/menu.scss */
.overlay {
  display: none;
  position: fixed;
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.7);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 998;
  opacity: 0;
  top: 0;
  /* animate the transition */
  transition: all 0.5s ease-in-out; }

/* display .overlay when it has the .active class */
/* line 642, static/themes/theme-23/scss/menu.scss */
.overlay.active {
  display: block;
  opacity: 1; }

/* line 647, static/themes/theme-23/scss/menu.scss */
#dismiss {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #0b369d;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5; }

/* line 694, static/themes/theme-23/scss/menu.scss */
.special-color .product-logo {
  width: 95px; }

/*
Responsive: New Header
Author: Mbr sagor from divine it limited
date: 5-01-2020
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 727, static/themes/theme-23/scss/menu.scss */
  .menuBar span {
    display: none !important; }
  /* line 730, static/themes/theme-23/scss/menu.scss */
  .menu_right_sidebar a {
    padding: 0 5px !important; } }

/* line 739, static/themes/theme-23/scss/menu.scss */
.content-box-card-with-image-menu .card-box-wrapper {
  background: #dde7f4;
  color: #2A3B68;
  border: 1px solid transparent; }
  /* line 743, static/themes/theme-23/scss/menu.scss */
  .content-box-card-with-image-menu .card-box-wrapper .card-box-body {
    padding: 0.25rem; }
    /* line 745, static/themes/theme-23/scss/menu.scss */
    .content-box-card-with-image-menu .card-box-wrapper .card-box-body .card-menu-title {
      font-size: 14px;
      line-height: 20px;
      font-family: "IBM Plex Sans", sans-serif;
      color: #2A3B68; }

/* line 755, static/themes/theme-23/scss/menu.scss */
.content-box-card-with-image-menu .card-box-link:hover .card-menu-title {
  color: #1476F2;
  text-decoration: underline; }

/* line 766, static/themes/theme-23/scss/menu.scss */
.ListblockMenu .list-ico-link .menu-type-list-seven {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1.7px solid #CAD1DD; }
  /* line 770, static/themes/theme-23/scss/menu.scss */
  .ListblockMenu .list-ico-link .menu-type-list-seven a {
    color: #2A3B68;
    font-weight: 600; }
  /* line 774, static/themes/theme-23/scss/menu.scss */
  .ListblockMenu .list-ico-link .menu-type-list-seven .menu-title-seven {
    margin-left: 30px;
    margin-top: -30px;
    color: #2A3B68; }
  /* line 779, static/themes/theme-23/scss/menu.scss */
  .ListblockMenu .list-ico-link .menu-type-list-seven i {
    color: #2A3B68; }
  /* line 784, static/themes/theme-23/scss/menu.scss */
  .ListblockMenu .list-ico-link .menu-type-list-seven .list-block-menu-link:hover .menu-title-seven {
    color: #1476F2; }
  /* line 787, static/themes/theme-23/scss/menu.scss */
  .ListblockMenu .list-ico-link .menu-type-list-seven .list-block-menu-link:hover .menu-fifteen {
    color: #1476F2; }

/* line 796, static/themes/theme-23/scss/menu.scss */
.ListblockMenu .menu-type-list-seven:last-child {
  border-bottom: none; }

/* line 822, static/themes/theme-23/scss/menu.scss */
.menu-without-filter ul li {
  line-height: 18px; }

/* line 831, static/themes/theme-23/scss/menu.scss */
.menu-without-filter ul li a .menu-icon {
  float: left;
  margin-right: 5px;
  display: table-cell;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

/* line 851, static/themes/theme-23/scss/menu.scss */
.menu-box-hover ul li:hover {
  background: #dde7f4;
  border-radius: 5px; }
  /* line 856, static/themes/theme-23/scss/menu.scss */
  .menu-box-hover ul li:hover .menu-list-info p {
    color: #1476F2; }

/* line 874, static/themes/theme-23/scss/menu.scss */
.menu-right-icon ul li a .menu-icon {
  float: right;
  display: table-cell;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 0px;
  display: none; }

/* line 914, static/themes/theme-23/scss/menu.scss */
.product_name h4:after {
  content: '';
  display: block;
  width: 370px;
  height: 2px;
  margin-top: 8px;
  background: #dad9d9; }

/* line 3, static/themes/theme-23/scss/header.scss */
.search-box-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: right;
  right: -15px; }
  /* line 9, static/themes/theme-23/scss/header.scss */
  .search-box-wrap #search {
    width: 25px;
    height: 26px;
    background: #ffffff;
    border: none;
    font-size: 10pt;
    float: right;
    padding: 5px 10px;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    color: #4d4d4d;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease; }
    /* line 26, static/themes/theme-23/scss/header.scss */
    .search-box-wrap #search:active {
      outline: none;
      width: 200px; }
    /* line 30, static/themes/theme-23/scss/header.scss */
    .search-box-wrap #search:focus {
      outline: none;
      width: 200px; }
  /* line 35, static/themes/theme-23/scss/header.scss */
  .search-box-wrap .icon {
    position: absolute;
    right: 0;
    width: 25px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    padding: 5px;
    background: #0b369d;
    font-size: 13px;
    line-height: initial; }
  /* line 49, static/themes/theme-23/scss/header.scss */
  .search-box-wrap:hover {
    cursor: pointer; }
    /* line 51, static/themes/theme-23/scss/header.scss */
    .search-box-wrap:hover #search {
      width: 200px; }

/* line 61, static/themes/theme-23/scss/header.scss */
.search-result-list ul li {
  padding: 15px;
  background: #efefef; }
  /* line 64, static/themes/theme-23/scss/header.scss */
  .search-result-list ul li h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px; }

/* New Header Design
Author: Mbr sagor from divine it limited
date: 4-01-20
*/
/* line 77, static/themes/theme-23/scss/header.scss */
.header_bottom {
  background: #DDD; }

/* line 85, static/themes/theme-23/scss/header.scss */
.search_box {
  display: inline-block;
  position: relative; }

/* line 90, static/themes/theme-23/scss/header.scss */
.search_box input {
  padding: 5px;
  height: 33px; }

/* line 95, static/themes/theme-23/scss/header.scss */
.search_box input:focus {
  outline: none !important; }

/* line 99, static/themes/theme-23/scss/header.scss */
.search_box button {
  background: transparent;
  border: transparent;
  position: absolute;
  right: 3px;
  top: 3px; }

/* line 107, static/themes/theme-23/scss/header.scss */
.search_box button:hover {
  cursor: pointer; }

/* line 121, static/themes/theme-23/scss/header.scss */
.menuBar {
  background: #6610f2;
  color: #ffffff !important;
  padding: 10px !important; }

/* line 127, static/themes/theme-23/scss/header.scss */
.brand_name {
  text-align: center;
  padding: 5px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left; }

/* line 139, static/themes/theme-23/scss/header.scss */
.brand_name .left_triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 33px 28px;
  border-color: transparent transparent #1476f2 transparent;
  position: absolute;
  left: -21px;
  bottom: 0; }

/* line 151, static/themes/theme-23/scss/header.scss */
.brand_name .right_triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 28px;
  border-color: transparent transparent transparent #1476f2;
  position: absolute;
  right: -21px;
  bottom: 0px; }

/* line 163, static/themes/theme-23/scss/header.scss */
.brand_name a {
  text-transform: uppercase;
  color: #666;
  padding: 0px 10px; }

/* line 169, static/themes/theme-23/scss/header.scss */
.product_menu ul li.megaMenuItem {
  display: inline-block;
  padding: 1px 3px;
  position: relative; }

/* line 192, static/themes/theme-23/scss/header.scss */
.product_menu ul li.megaMenuItem:hover {
  background: #eee;
  color: #2e3192; }

/* line 197, static/themes/theme-23/scss/header.scss */
.product_menu .dropdown-menu {
  transition: .6s;
  box-shadow: inset 0 4px 8px -6px #444;
  z-index: 9999; }

/* line 207, static/themes/theme-23/scss/header.scss */
.product_menu .dropdown-link:after {
  font-family: "FontAwesome";
  content: " \f107";
  margin-left: 5px;
  float: right;
  font-size: 12px; }

/* line 215, static/themes/theme-23/scss/header.scss */
.dropdown-link:after {
  font-family: "FontAwesome";
  content: " \f107";
  margin-left: 5px;
  float: right;
  font-size: 12px; }

/* line 223, static/themes/theme-23/scss/header.scss */
.show .dropdown-link:after {
  font-family: "FontAwesome";
  content: " \f106";
  font-size: 12px; }

/* line 230, static/themes/theme-23/scss/header.scss */
.mega_menu ul li {
  display: block;
  padding: 4px 8px;
  transition: .5s; }

/* line 236, static/themes/theme-23/scss/header.scss */
.mega_menu ul li a {
  font-size: 13px;
  color: #797474; }

/* line 241, static/themes/theme-23/scss/header.scss */
.mega_menu ul li:hover {
  background: transparent; }

/* line 248, static/themes/theme-23/scss/header.scss */
.ecomNav li a {
  color: #2a2a2a; }
  /* line 250, static/themes/theme-23/scss/header.scss */
  .ecomNav li a i.fa {
    color: #666; }

/* line 255, static/themes/theme-23/scss/header.scss */
.ecomNav li .dropdown-toggle::after {
  display: none !important; }

/* line 259, static/themes/theme-23/scss/header.scss */
.ecomNav li .dropdown-menu {
  top: 35px;
  left: 0 !important; }
  /* line 262, static/themes/theme-23/scss/header.scss */
  .ecomNav li .dropdown-menu a {
    text-transform: capitalize; }

/* line 273, static/themes/theme-23/scss/header.scss */
#headerWrap i.fa, #headerWrap i.fa:after, #headerWrap span.fa, #headerWrap span.fa:after {
  font-family: FontAwesome; }

/* line 279, static/themes/theme-23/scss/header.scss */
#headerWrap.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease-in;
  border-bottom: 1px solid #1d69a6;
  background: #273272; }

/* line 289, static/themes/theme-23/scss/header.scss */
#mobileNavWrap {
  width: 100%;
  max-width: 550px;
  height: 100%;
  position: fixed;
  top: 0;
  background: aliceblue;
  right: -600px;
  z-index: 9999;
  overflow-y: scroll;
  transition: all .5s ease; }
  /* line 303, static/themes/theme-23/scss/header.scss */
  #mobileNavWrap .closeMobileNav {
    font-size: 32px; }
  /* line 306, static/themes/theme-23/scss/header.scss */
  #mobileNavWrap .actions {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    background: #fff; }
  /* line 312, static/themes/theme-23/scss/header.scss */
  #mobileNavWrap h5 {
    color: #9c9a9a;
    font-weight: normal; }
  /* line 317, static/themes/theme-23/scss/header.scss */
  #mobileNavWrap .nav-link {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    display: block;
    padding: 10px;
    color: #1d69a6;
    font-size: 17px;
    padding-right: 25px;
    padding-left: 25px;
    font-weight: 600; }
  /* line 331, static/themes/theme-23/scss/header.scss */
  #mobileNavWrap .ecomNav .nav-link {
    border: none; }
  /* line 342, static/themes/theme-23/scss/header.scss */
  #mobileNavWrap .dropdown-link:after {
    font-family: "FontAwesome";
    content: " \f105";
    font-size: 23px; }
  /* line 347, static/themes/theme-23/scss/header.scss */
  #mobileNavWrap .dropdown-mobile .dropdown-menu {
    position: relative;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    background: aliceblue;
    margin-top: 0px;
    margin-bottom: 20px;
    z-index: 1; }
    /* line 362, static/themes/theme-23/scss/header.scss */
    #mobileNavWrap .dropdown-mobile .dropdown-menu:after {
      width: 300px;
      height: 2px;
      position: absolute;
      top: 100px; }
    /* line 370, static/themes/theme-23/scss/header.scss */
    #mobileNavWrap .dropdown-mobile .dropdown-menu ul li {
      margin-bottom: 0;
      padding: 8px; }
      /* line 375, static/themes/theme-23/scss/header.scss */
      #mobileNavWrap .dropdown-mobile .dropdown-menu ul li a .menu-list-info p {
        font-size: 16px !important;
        color: #1d69a6;
        font-weight: 500; }
      /* line 382, static/themes/theme-23/scss/header.scss */
      #mobileNavWrap .dropdown-mobile .dropdown-menu ul li a:hover .menu-list-info p {
        color: #0067b4; }

/* line 395, static/themes/theme-23/scss/header.scss */
.product_menu {
  position: relative; }

/* line 399, static/themes/theme-23/scss/header.scss */
.product_menu .dropdown-menu {
  transform: none !important;
  top: 47px !important; }

/* line 431, static/themes/theme-23/scss/header.scss */
.menu_right_sidebar a {
  padding: 3px 10px;
  border: 1px solid transparent; }
  /* line 436, static/themes/theme-23/scss/header.scss */
  .menu_right_sidebar a:hover {
    border: 1px solid #00265E;
    transition: .5s ease-in; }

/*
try it button css implemented on 24 jan 2023
*/
/* line 448, static/themes/theme-23/scss/header.scss */
.try-it-free-btn {
  background: #1bd018;
  padding: 7px 16px !important;
  line-height: normal;
  border-color: transparent;
  font-weight: bold !important;
  color: #fff !important;
  font-size: 15px !important;
  border-radius: 3px;
  transition: all 0.3s ease-in !important; }
  /* line 458, static/themes/theme-23/scss/header.scss */
  .try-it-free-btn:hover {
    background: #4ea753;
    border-color: transparent;
    color: #fff !important;
    transition: all 0.3s ease-in !important; }

/* line 2, static/themes/theme-23/scss/list.scss */
.ListBlock .list-type-two-col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 12, static/themes/theme-23/scss/list.scss */
  .ListBlock .list-type-two-col li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    font-weight: 400;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    /* line 29, static/themes/theme-23/scss/list.scss */
    .ListBlock .list-type-two-col li .icon-image {
      width: 50px;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      margin-right: 15px;
      text-align: center;
      vertical-align: middle; }
    /* line 38, static/themes/theme-23/scss/list.scss */
    .ListBlock .list-type-two-col li .list-title {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

/* line 47, static/themes/theme-23/scss/list.scss */
.ListBlock .list-type-single:before {
  content: "";
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 69, static/themes/theme-23/scss/list.scss */
#customer-logos a {
  display: block;
  padding: 30px 0; }

/* line 74, static/themes/theme-23/scss/list.scss */
#customer-logos .common-Button {
  display: none;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-top: 8px;
  transform: translate(-50%) scale(0.95);
  transition: 0.15s cubic-bezier(0.19, 1, 0.22, 1); }

/* line 84, static/themes/theme-23/scss/list.scss */
.common-Button--default {
  color: #fff;
  background: #6772e5; }

/* line 89, static/themes/theme-23/scss/list.scss */
.common-Button {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6772e5;
  text-decoration: none;
  transition: all .15s ease; }

/* line 105, static/themes/theme-23/scss/list.scss */
#customer-logos li > img {
  margin: 15px;
  padding: 0 10px;
  transition: all 1s ease;
  height: 25px;
  vertical-align: middle; }

/* line 112, static/themes/theme-23/scss/list.scss */
#customer-logos:hover span.common-Button {
  display: block;
  color: #fff;
  background-color: #7795f8; }

/* line 117, static/themes/theme-23/scss/list.scss */
#customer-logos:hover a > ul > li > img {
  opacity: .2;
  padding: 0;
  transition: all 1s ease; }

/* line 123, static/themes/theme-23/scss/list.scss */
#customer-logos ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 139, static/themes/theme-23/scss/list.scss */
.list-img-link .list-type-single {
  margin-bottom: 5px; }
  /* line 141, static/themes/theme-23/scss/list.scss */
  .list-img-link .list-type-single a {
    background: #efefef;
    overflow: hidden;
    padding: 10px 25px;
    display: flex;
    align-items: center; }
    /* line 147, static/themes/theme-23/scss/list.scss */
    .list-img-link .list-type-single a span.icon-image {
      float: left;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      transition: all 0.3s ease-in;
      line-height: 0; }
    /* line 155, static/themes/theme-23/scss/list.scss */
    .list-img-link .list-type-single a .list-title {
      vertical-align: middle;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500; }
    /* line 161, static/themes/theme-23/scss/list.scss */
    .list-img-link .list-type-single a:hover {
      background: #ffffff; }

/* line 172, static/themes/theme-23/scss/list.scss */
.contact-us-form-list {
  border-top: 1px solid #51ac51; }
  /* line 175, static/themes/theme-23/scss/list.scss */
  .contact-us-form-list .list-img-link .call-to-action-list {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: inherit; }
    /* line 185, static/themes/theme-23/scss/list.scss */
    .contact-us-form-list .list-img-link .call-to-action-list span.icon-image {
      float: left;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      transition: all 0.3s ease-in;
      line-height: 0; }
    /* line 193, static/themes/theme-23/scss/list.scss */
    .contact-us-form-list .list-img-link .call-to-action-list .list-title {
      vertical-align: middle;
      font-family: "IBM Plex Sans", sans-serif;
      color: inherit; }
      /* line 197, static/themes/theme-23/scss/list.scss */
      .contact-us-form-list .list-img-link .call-to-action-list .list-title p {
        font-weight: normal;
        font-size: 15px;
        line-height: 21px; }

/* line 1, static/themes/theme-23/scss/image.scss */
.image-wrap {
  display: block; }
  /* line 3, static/themes/theme-23/scss/image.scss */
  .image-wrap .client-image {
    margin-bottom: 15px; }
    /* line 4, static/themes/theme-23/scss/image.scss */
    .image-wrap .client-image img {
      display: block;
      margin: 0 auto;
      line-height: 0;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      transition: all 0.3s ease-in; }
      /* line 11, static/themes/theme-23/scss/image.scss */
      .image-wrap .client-image img:hover {
        cursor: pointer;
        -webkit-filter: grayscale(0);
        filter: none; }

/* line 3, static/themes/theme-23/scss/slider.scss */
.hyper-slider-content-wrap {
  height: 600px;
  position: relative; }
  /* line 6, static/themes/theme-23/scss/slider.scss */
  .hyper-slider-content-wrap .hero-content-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 775px;
    height: 100%;
    width: 100%; }
    /* line 22, static/themes/theme-23/scss/slider.scss */
    .hyper-slider-content-wrap .hero-content-wrap .hyper-slider-content span {
      background-color: #0b369d;
      font-size: 17px;
      line-height: 19px;
      opacity: 1;
      padding: 2px 10px;
      -ms-flex-item-align: start;
      align-self: flex-start;
      letter-spacing: .5px;
      color: #ffffff !important; }
    /* line 33, static/themes/theme-23/scss/slider.scss */
    .hyper-slider-content-wrap .hero-content-wrap .hyper-slider-content h1 {
      margin-top: 10px;
      font-size: 50px;
      line-height: 50px;
      font-weight: 600;
      font-family: #0b369d;
      color: #ffffff; }
    /* line 41, static/themes/theme-23/scss/slider.scss */
    .hyper-slider-content-wrap .hero-content-wrap .hyper-slider-content p {
      font-size: 16px;
      color: #ffffff; }
      /* line 44, static/themes/theme-23/scss/slider.scss */
      .hyper-slider-content-wrap .hero-content-wrap .hyper-slider-content p a {
        color: #f7f9fb; }
        /* line 46, static/themes/theme-23/scss/slider.scss */
        .hyper-slider-content-wrap .hero-content-wrap .hyper-slider-content p a:hover {
          color: #0b369d; }

/* line 59, static/themes/theme-23/scss/slider.scss */
.testimonial-slider .single-slider-content .author-content {
  background: #fff none repeat scroll 0 0;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 4px; }
  /* line 66, static/themes/theme-23/scss/slider.scss */
  .testimonial-slider .single-slider-content .author-content::before {
    color: #0b369d;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 40px;
    left: 10px;
    line-height: 1;
    opacity: 0.5;
    position: absolute;
    top: -10px; }
  /* line 78, static/themes/theme-23/scss/slider.scss */
  .testimonial-slider .single-slider-content .author-content:after {
    border-bottom: 40px solid rgba(0, 0, 0, 0);
    border-left: 60px solid #fff;
    bottom: -40px;
    content: "";
    height: 0;
    right: 20px;
    position: absolute;
    width: 0; }

/* line 90, static/themes/theme-23/scss/slider.scss */
.testimonial-slider .single-slider-content .author-info {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 104, static/themes/theme-23/scss/slider.scss */
  .testimonial-slider .single-slider-content .author-info .author-image {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    height: 80px;
    right: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 80px; }
  /* line 114, static/themes/theme-23/scss/slider.scss */
  .testimonial-slider .single-slider-content .author-info .author-text {
    text-align: right;
    padding-right: 130px; }
    /* line 117, static/themes/theme-23/scss/slider.scss */
    .testimonial-slider .single-slider-content .author-info .author-text h4 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold; }
    /* line 123, static/themes/theme-23/scss/slider.scss */
    .testimonial-slider .single-slider-content .author-info .author-text p {
      color: #1d0b5c; }

/* line 184, static/themes/theme-23/scss/slider.scss */
.slider-with-background-image {
  position: relative;
  display: block;
  overflow: hidden; }
  /* line 188, static/themes/theme-23/scss/slider.scss */
  .slider-with-background-image .item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 70vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 200, static/themes/theme-23/scss/slider.scss */
    .slider-with-background-image .item .single-content-wrap {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      width: 100%; }
      /* line 214, static/themes/theme-23/scss/slider.scss */
      .slider-with-background-image .item .single-content-wrap span {
        background-color: #0b369d;
        font-size: 15px;
        opacity: 1;
        padding: 2px 15px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        letter-spacing: .5px;
        color: #ffffff;
        margin-bottom: 10px; }
      /* line 226, static/themes/theme-23/scss/slider.scss */
      .slider-with-background-image .item .single-content-wrap p {
        font-size: 20px;
        line-height: 28px;
        color: #ffffff; }
        /* line 230, static/themes/theme-23/scss/slider.scss */
        .slider-with-background-image .item .single-content-wrap p a {
          color: #f7f9fb; }
          /* line 232, static/themes/theme-23/scss/slider.scss */
          .slider-with-background-image .item .single-content-wrap p a:hover {
            color: #0b369d; }
      /* line 237, static/themes/theme-23/scss/slider.scss */
      .slider-with-background-image .item .single-content-wrap h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 50px;
        line-height: 55px;
        font-weight: 600;
        color: #ffffff; }
  /* line 253, static/themes/theme-23/scss/slider.scss */
  .slider-with-background-image .owl-dots {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%; }
    /* line 259, static/themes/theme-23/scss/slider.scss */
    .slider-with-background-image .owl-dots .owl-dot span {
      background: #efefef;
      display: inline-block;
      height: 5px;
      width: 20px;
      vertical-align: middle;
      border: none;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
    /* line 271, static/themes/theme-23/scss/slider.scss */
    .slider-with-background-image .owl-dots .owl-dot.active span {
      background: #0b369d; }

/* line 278, static/themes/theme-23/scss/slider.scss */
.owl-dots {
  display: block;
  position: absolute;
  bottom: 20px;
  width: 100%; }
  /* line 284, static/themes/theme-23/scss/slider.scss */
  .owl-dots .owl-dot span {
    background: #efefef;
    background: #8D0025;
    display: inline-block;
    height: 5px;
    width: 20px;
    vertical-align: middle;
    border: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  /* line 297, static/themes/theme-23/scss/slider.scss */
  .owl-dots .owl-dot.active span {
    background: #8D0025; }

@media (min-width: 320px) and (max-width: 768px) {
  /* line 306, static/themes/theme-23/scss/slider.scss */
  .slider-with-background-image .item {
    align-items: center;
    height: 50vh; }
    /* line 310, static/themes/theme-23/scss/slider.scss */
    .slider-with-background-image .item:after {
      content: none; }
    /* line 313, static/themes/theme-23/scss/slider.scss */
    .slider-with-background-image .item .customize-container {
      display: block; }
    /* line 317, static/themes/theme-23/scss/slider.scss */
    .slider-with-background-image .item .single-content-wrap h1 {
      font-size: 30px;
      line-height: 35px; } }

/* line 371, static/themes/theme-23/scss/slider.scss */
.slider-with-background-image-2 .item {
  height: 460px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }
  /* line 377, static/themes/theme-23/scss/slider.scss */
  .slider-with-background-image-2 .item .single-content-wrap {
    width: 50%; }
  /* line 380, static/themes/theme-23/scss/slider.scss */
  .slider-with-background-image-2 .item .container-fluid {
    padding-left: 85px;
    padding-right: 85px; }

/* line 389, static/themes/theme-23/scss/slider.scss */
.hero-action-btn {
  margin-top: 20px; }
  /* line 391, static/themes/theme-23/scss/slider.scss */
  .hero-action-btn a {
    padding: 10px 20px;
    border: 1px solid #0b369d;
    color: #ffffff;
    background: #0b369d;
    transition: all 0.3s ease-in;
    font-family: "IBM Plex Sans", sans-serif; }
    /* line 398, static/themes/theme-23/scss/slider.scss */
    .hero-action-btn a i {
      color: #ffffff;
      transition: all 0.3s ease-in; }
    /* line 402, static/themes/theme-23/scss/slider.scss */
    .hero-action-btn a:hover {
      background: #0b369d;
      color: #ffffff; }
      /* line 405, static/themes/theme-23/scss/slider.scss */
      .hero-action-btn a:hover i {
        padding-left: 10px; }

/* line 416, static/themes/theme-23/scss/slider.scss */
.success-story-slider .single-slider-content .slider-image {
  margin-bottom: 15px; }

/* line 420, static/themes/theme-23/scss/slider.scss */
.success-story-slider .single-slider-content .slider-content h3 {
  color: inherit; }

/* line 428, static/themes/theme-23/scss/slider.scss */
.custom-indicator-arrow .owl-nav {
  position: absolute;
  top: -80px;
  right: 0; }

/* line 434, static/themes/theme-23/scss/slider.scss */
.custom-indicator-arrow .owl-nav button {
  display: inline-block;
  left: 1%;
  text-align: center;
  transform: translateX(-1%);
  transition: all 0.3s ease 0s; }

/* line 442, static/themes/theme-23/scss/slider.scss */
.custom-indicator-arrow .owl-nav button i {
  font-size: 35px;
  line-height: 35px;
  font-weight: normal; }

/* line 449, static/themes/theme-23/scss/slider.scss */
.custom-indicator-arrow .owl-nav button.owl-next {
  left: auto;
  right: 0; }

/* line 454, static/themes/theme-23/scss/slider.scss */
.custom-indicator-arrow .owl-nav button.owl-prev {
  left: 0; }

/* line 458, static/themes/theme-23/scss/slider.scss */
.owl-theme.custom-indicator-arrow .owl-nav [class*=owl-]:hover {
  background: transparent; }

/* line 464, static/themes/theme-23/scss/slider.scss */
.overview-slider-wrap {
  overflow: hidden;
  position: relative; }
  /* line 467, static/themes/theme-23/scss/slider.scss */
  .overview-slider-wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 255px;
    background: #0b369d;
    z-index: 3; }

/* line 479, static/themes/theme-23/scss/slider.scss */
.slider-item {
  display: block;
  vertical-align: top;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 15px;
  height: 320px;
  letter-spacing: normal;
  white-space: normal;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  overflow: hidden;
  border-radius: 4px; }
  /* line 497, static/themes/theme-23/scss/slider.scss */
  .slider-item .single-slider-content {
    position: relative;
    display: block; }
    /* line 500, static/themes/theme-23/scss/slider.scss */
    .slider-item .single-slider-content .slider-content {
      min-height: 180px;
      overflow: hidden;
      display: block; }
      /* line 504, static/themes/theme-23/scss/slider.scss */
      .slider-item .single-slider-content .slider-content p {
        line-height: 22px;
        font-size: 14px; }
      /* line 508, static/themes/theme-23/scss/slider.scss */
      .slider-item .single-slider-content .slider-content h5 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 5px; }
    /* line 515, static/themes/theme-23/scss/slider.scss */
    .slider-item .single-slider-content .border-bottom-text {
      position: absolute;
      bottom: -110px;
      width: 100%; }
      /* line 519, static/themes/theme-23/scss/slider.scss */
      .slider-item .single-slider-content .border-bottom-text .slider-image {
        position: relative;
        top: -35px; }
        /* line 522, static/themes/theme-23/scss/slider.scss */
        .slider-item .single-slider-content .border-bottom-text .slider-image img {
          margin: auto;
          width: auto; }
      /* line 527, static/themes/theme-23/scss/slider.scss */
      .slider-item .single-slider-content .border-bottom-text .overview-year {
        text-align: center; }
        /* line 529, static/themes/theme-23/scss/slider.scss */
        .slider-item .single-slider-content .border-bottom-text .overview-year h4 {
          margin: 0 auto;
          font-weight: 500; }
  /* line 538, static/themes/theme-23/scss/slider.scss */
  .slider-item:hover {
    border-color: #0b369d;
    background: #efefef;
    cursor: move; }
  /* line 543, static/themes/theme-23/scss/slider.scss */
  .slider-item:after {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #0b369d;
    height: 20px;
    top: 255px;
    left: 50%; }

/* line 557, static/themes/theme-23/scss/slider.scss */
.customerMerquee .item .single-merquee-item {
  padding: 15px; }
  /* line 560, static/themes/theme-23/scss/slider.scss */
  .customerMerquee .item .single-merquee-item .item-media-logo img {
    width: 175px;
    position: relative;
    display: block;
    margin: 0 auto; }
  /* line 568, static/themes/theme-23/scss/slider.scss */
  .customerMerquee .item .single-merquee-item .item-text {
    text-align: center;
    height: 40%;
    position: relative;
    padding: 20px 5px;
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out; }
    /* line 575, static/themes/theme-23/scss/slider.scss */
    .customerMerquee .item .single-merquee-item .item-text h5 {
      margin-bottom: 5px;
      font-size: 17px;
      line-height: 19px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    /* line 585, static/themes/theme-23/scss/slider.scss */
    .customerMerquee .item .single-merquee-item .item-text p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 25px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    /* line 594, static/themes/theme-23/scss/slider.scss */
    .customerMerquee .item .single-merquee-item .item-text a {
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      color: #0b369d;
      text-transform: uppercase;
      bottom: 10px;
      position: absolute;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }

@keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }

@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }

@-ms-keyframes move-twink-back {
  /* line 654, static/themes/theme-23/scss/slider.scss */
  from {
    background-position: 0 0; }
  /* line 657, static/themes/theme-23/scss/slider.scss */
  to {
    background-position: -10000px 5000px; } }

@keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }

@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }

@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }

@-ms-keyframes move-clouds-back {
  /* line 690, static/themes/theme-23/scss/slider.scss */
  from {
    background-position: 0; }
  /* line 693, static/themes/theme-23/scss/slider.scss */
  to {
    background-position: 10000px 0; } }

/* line 698, static/themes/theme-23/scss/slider.scss */
.image-content-slider-wrap {
  position: relative; }

/* line 702, static/themes/theme-23/scss/slider.scss */
.clouds {
  background: url("/static/themes/theme-23/img/cloud.png?868d3890f342") repeat-x;
  z-index: 0;
  -moz-animation: move-clouds-back 200s linear infinite;
  -ms-animation: move-clouds-back 200s linear infinite;
  -o-animation: move-clouds-back 200s linear infinite;
  -webkit-animation: move-clouds-back 200s linear infinite;
  animation: move-clouds-back 200s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 717, static/themes/theme-23/scss/slider.scss */
.image-content-slider .item {
  height: 65vh;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2; }
  /* line 727, static/themes/theme-23/scss/slider.scss */
  .image-content-slider .item .single-slider-content .slider-content {
    padding-top: 60px; }
    /* line 729, static/themes/theme-23/scss/slider.scss */
    .image-content-slider .item .single-slider-content .slider-content span {
      background-color: #ffffff;
      font-size: 20px;
      opacity: 1;
      padding: 5px 15px;
      -ms-flex-item-align: start;
      align-self: flex-start;
      letter-spacing: .5px;
      color: #0b369d;
      margin-bottom: 10px;
      vertical-align: middle;
      text-align: center;
      display: inline-block;
      border-radius: 4px; }
    /* line 744, static/themes/theme-23/scss/slider.scss */
    .image-content-slider .item .single-slider-content .slider-content h1 {
      font-size: 50px;
      line-height: 56px;
      color: inherit;
      margin-bottom: 15px; }
    /* line 750, static/themes/theme-23/scss/slider.scss */
    .image-content-slider .item .single-slider-content .slider-content p {
      font-size: 20px;
      line-height: 28px; }

/* line 761, static/themes/theme-23/scss/slider.scss */
.blog-style-with-link-arrow {
  position: relative;
  display: block; }
  /* line 764, static/themes/theme-23/scss/slider.scss */
  .blog-style-with-link-arrow .item {
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.07); }
    /* line 769, static/themes/theme-23/scss/slider.scss */
    .blog-style-with-link-arrow .item .single-slider-content .slider-image {
      background: #343a40;
      overflow: hidden;
      position: relative;
      display: block; }
      /* line 774, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .item .single-slider-content .slider-image img {
        display: block;
        max-width: 100%;
        height: auto;
        transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
        -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out; }
      /* line 783, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .item .single-slider-content .slider-image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
        filter: alpha(opacity=50); }
    /* line 790, static/themes/theme-23/scss/slider.scss */
    .blog-style-with-link-arrow .item .single-slider-content .slider-content {
      padding: 15px 25px;
      background: #ffffff; }
      /* line 793, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .item .single-slider-content .slider-content h3 {
        color: #343a40;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 0; }
      /* line 802, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .item .single-slider-content .slider-content:hover h3 {
        color: #0b369d; }
  /* line 809, static/themes/theme-23/scss/slider.scss */
  .blog-style-with-link-arrow .owl-nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    /* line 815, static/themes/theme-23/scss/slider.scss */
    .blog-style-with-link-arrow .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      left: -40px; }
      /* line 820, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .owl-nav .owl-prev i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 827, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .owl-nav .owl-prev:hover {
        background: transparent;
        color: #0b369d; }
    /* line 833, static/themes/theme-23/scss/slider.scss */
    .blog-style-with-link-arrow .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      right: -40px; }
      /* line 837, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .owl-nav .owl-next i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 845, static/themes/theme-23/scss/slider.scss */
      .blog-style-with-link-arrow .owl-nav .owl-next:hover {
        background: transparent;
        color: #0b369d; }

/* line 858, static/themes/theme-23/scss/slider.scss */
.owl-item .item .slider-content h1 {
  font-weight: 700; }

/* line 862, static/themes/theme-23/scss/slider.scss */
.owl-item .item .slider-content .slider-description p {
  font-size: 1.45rem;
  font-weight: 300; }

/* line 872, static/themes/theme-23/scss/slider.scss */
.carousel-inner .item {
  height: 100vh; }

/* line 876, static/themes/theme-23/scss/slider.scss */
.banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh; }

/* line 884, static/themes/theme-23/scss/slider.scss */
.carousel-caption {
  padding-bottom: 250px;
  font-family: poppins; }

/* line 889, static/themes/theme-23/scss/slider.scss */
.block-one {
  width: 50%;
  height: 60px;
  /* height: inherit; */
  background: #FF5E14;
  position: absolute;
  animation: mainBlock 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
  font-size: 50px;
  position: absolute;
  top: -100px;
  left: 250px; }

@keyframes mainBlock {
  0% {
    transform: translateY(1%) scaleX(0); }
  30% {
    transform: translateY(-8%) scaleX(0); }
  40% {
    transform: translateY(2%) scaleX(0); }
  50% {
    transform: translateY(0%) scaleX(0); }
  60% {
    transform: translateY(0%) scaleX(0); }
  70% {
    transform: translateY(0%) scaleX(0); }
  80% {
    transform: translateY(0%) scaleX(0); }
  90% {
    transform: translateY(0%) scaleX(0); }
  100% {
    transform: translateY(0%) scaleX(1); } }

/* line 943, static/themes/theme-23/scss/slider.scss */
.fadeInUpOne {
  animation-name: fadeInUp;
  font-size: 30px;
  left: 90;
  position: relative;
  left: 50px;
  top: 12px; }

/* line 954, static/themes/theme-23/scss/slider.scss */
.title-two {
  width: 55%;
  position: absolute;
  display: flex;
  align-items: center;
  height: 50px;
  top: -40px;
  left: 360px; }

/* line 965, static/themes/theme-23/scss/slider.scss */
.block-two {
  height: 0%;
  width: inherit;
  background: #ffffff;
  position: absolute;
  animation: mainBlocktwo 3s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex; }

/* line 974, static/themes/theme-23/scss/slider.scss */
.block-two-text {
  font-family: 'Poppins';
  color: #fff;
  font-size: 25px;
  -webkit-animation: mainblocktwotextFadeIn 5s forwards;
  -o-animation: mainblocktwotextFadeIn 5s forwards;
  animation: mainblocktwotextFadeIn 5s forwards;
  animation-delay: 5s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative; }

@keyframes mainBlocktwo {
  0% {
    height: 0%;
    bottom: 0; }
  50% {
    height: 100%;
    bottom: 0; }
  100% {
    height: 0;
    bottom: 100%; } }

@keyframes mainblocktwotextFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* line 1019, static/themes/theme-23/scss/slider.scss */
.zoomInOne {
  animation-name: zoomIn;
  font-size: 23px;
  left: 90px;
  position: relative;
  top: -20px; }

/* line 1029, static/themes/theme-23/scss/slider.scss */
.button-one {
  width: 20%;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  top: -40px;
  left: 450px; }

/* .button-one{
  left: 0;
  right: 0;
  margin: auto;
} */
/* line 1045, static/themes/theme-23/scss/slider.scss */
.block-button-one {
  width: 0%;
  height: inherit;
  background: #FF5E14;
  position: absolute;
  animation: mainButton 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex; }

/* line 1055, static/themes/theme-23/scss/slider.scss */
.block-button-one:hover {
  width: 0%;
  height: inherit;
  background: #273272;
  position: absolute;
  animation: mainButton 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex; }

/* line 1065, static/themes/theme-23/scss/slider.scss */
.fadeInUpButtonOne {
  font-family: 'Poppins';
  color: #ffffff;
  font-size: 15px;
  -webkit-animation: fadeInUpButtonOne 1s forwards;
  -o-animation: fadeInUpButtonOne 1s forwards;
  animation: fadeInUpButtonOne 1s forwards;
  animation-delay: 1s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  left: 50px;
  top: -4px; }

@keyframes mainButton {
  100% {
    width: 100%; } }

@keyframes fadeInUpButtonOne {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* line 1099, static/themes/theme-23/scss/slider.scss */
.block-two-two {
  width: 35%;
  height: inherit;
  background: #FF5E14;
  position: absolute;
  animation: mainTwoBlock 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
  font-size: 50px;
  position: absolute;
  top: -445px;
  left: 425px; }

@keyframes mainTwoBlock {
  0% {
    transform: translateY(1%) scaleX(0); }
  30% {
    transform: translateY(-8%) scaleX(0); }
  40% {
    transform: translateY(2%) scaleX(0); }
  50% {
    transform: translateY(0%) scaleX(0); }
  60% {
    transform: translateY(0%) scaleX(0); }
  70% {
    transform: translateY(0%) scaleX(0); }
  80% {
    transform: translateY(0%) scaleX(0); }
  90% {
    transform: translateY(0%) scaleX(0); }
  100% {
    transform: translateY(0%) scaleX(1); } }

/* line 1151, static/themes/theme-23/scss/slider.scss */
.fadeInUpTwo {
  animation-name: fadeInUp;
  font-size: 30px;
  left: 90;
  position: relative;
  left: 25px;
  top: -4px; }

/* line 1161, static/themes/theme-23/scss/slider.scss */
.title-two-two {
  width: 40%;
  position: absolute;
  display: flex;
  align-items: center;
  height: 50px;
  top: -380px;
  left: 520px; }

/* line 1171, static/themes/theme-23/scss/slider.scss */
.block-twotwo {
  height: 0%;
  width: inherit;
  background: #ffffff;
  position: absolute;
  animation: mainBlockTwoTwo 3s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex; }

/* line 1180, static/themes/theme-23/scss/slider.scss */
.block-two-text-two {
  font-family: 'Poppins';
  color: #fff;
  font-size: 25px;
  -webkit-animation: mainblockTwoTextFadeIn 5s forwards;
  -o-animation: mainblockTwoTextFadeIn 5s forwards;
  animation: mainblockTwoTextFadeIn 5s forwards;
  animation-delay: 5s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  left: 10px; }

@keyframes mainBlockTwoTwo {
  0% {
    height: 0%;
    bottom: 0; }
  50% {
    height: 100%;
    bottom: 0; }
  100% {
    height: 0;
    bottom: 100%; } }

@keyframes mainblockTwoTextFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* line 1222, static/themes/theme-23/scss/slider.scss */
.zoomInTwo {
  animation-name: zoomIn;
  font-size: 23px;
  left: 90;
  position: relative;
  left: 130px;
  top: -340px; }

/* line 1231, static/themes/theme-23/scss/slider.scss */
.button-Two-One {
  width: 10%;
  position: relative;
  display: flex;
  align-items: center;
  height: 35px;
  top: -345px;
  left: 503px; }

/* line 1241, static/themes/theme-23/scss/slider.scss */
.block-button-Two {
  width: 0%;
  height: inherit;
  position: absolute;
  animation: mainTwoButton 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
  background: #273272; }

/* line 1251, static/themes/theme-23/scss/slider.scss */
.block-button-Two:hover {
  width: 0%;
  height: inherit;
  background: #FF5E14;
  position: absolute;
  animation: mainTwoButton 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex; }

/* line 1260, static/themes/theme-23/scss/slider.scss */
.fadeInUpButtonTwoOne {
  font-family: 'Poppins';
  color: #ffffff;
  font-size: 10px;
  -webkit-animation: fadeInUpButtonOneTwo 1s forwards;
  -o-animation: fadeInUpButtonOneTwo 1s forwards;
  animation: fadeInUpButtonOneTwo 1s forwards;
  animation-delay: 1s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  left: 21px;
  top: -4px; }

@keyframes mainTwoButton {
  100% {
    width: 100%; } }

@keyframes fadeInUpButtonOneTwo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* line 1294, static/themes/theme-23/scss/slider.scss */
.button-three {
  width: 10%;
  position: relative;
  display: flex;
  align-items: center;
  height: 35px;
  top: -380px;
  left: 605px;
  /* background: #FF5E14; */ }

/* .button-three:hover{
  background: #273272;
} */
/* line 1310, static/themes/theme-23/scss/slider.scss */
.button-three-two {
  width: 0%;
  height: inherit;
  background: #ff5e14;
  position: absolute;
  animation: mainButtonThreeBlock 7s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex; }

/* line 1319, static/themes/theme-23/scss/slider.scss */
.button-three-two:hover {
  background: #273272; }

/* line 1323, static/themes/theme-23/scss/slider.scss */
.button-three-two-text {
  font-family: 'Poppins';
  color: #fff;
  font-size: 10px;
  -webkit-animation: mainButtonThreeFadeIn 7s forwards;
  -o-animation: mainButtonThreeFadeIn 7s forwards;
  animation: mainButtonThreeFadeIn 7s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  left: 15px;
  top: -4px; }

@keyframes mainButtonThreeBlock {
  0% {
    width: 0%;
    right: 0; }
  50% {
    width: 100%;
    right: 0; }
  100% {
    width: 100%;
    right: 0%; } }

@keyframes mainButtonThreeFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Media Query for Large screens starting from 1281 */
@media (min-width: 1281px) {
  /* line 1371, static/themes/theme-23/scss/slider.scss */
  .block-one {
    left: 0;
    right: 0;
    margin: auto; }
  /* line 1377, static/themes/theme-23/scss/slider.scss */
  .fadeInUpOne {
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    font-size: 28px; }
  /* line 1385, static/themes/theme-23/scss/slider.scss */
  .title-two {
    left: 0;
    right: 0;
    margin: auto;
    width: 60%; }
  /* line 1392, static/themes/theme-23/scss/slider.scss */
  .block-two-text {
    margin: auto;
    left: 0;
    right: 0; }
  /* line 1398, static/themes/theme-23/scss/slider.scss */
  .block-two {
    margin: auto;
    left: 0;
    right: 0; }
  /* line 1404, static/themes/theme-23/scss/slider.scss */
  .zoomInOne {
    left: 0;
    right: 0;
    margin: auto;
    top: -8px; }
  /* line 1410, static/themes/theme-23/scss/slider.scss */
  .button-one {
    left: 0;
    right: 0;
    margin: auto; }
  /* line 1416, static/themes/theme-23/scss/slider.scss */
  .block-button-one {
    top: 40px;
    /* left: 0;
    right: 0;
    margin: auto; */ }
  /* line 1423, static/themes/theme-23/scss/slider.scss */
  .fadeInUpButtonOne {
    top: 40px;
    left: 0;
    right: 0;
    margin: auto; }
  /* line 1430, static/themes/theme-23/scss/slider.scss */
  .carousel-caption {
    top: 50%;
    bottom: 50%; }
  /*second slider*/
  /* line 1436, static/themes/theme-23/scss/slider.scss */
  .block-two-two {
    top: calc(50% - 100%);
    right: 0;
    left: calc(55% - 20px);
    /*bottom: calc(50% - 10px);*/
    width: calc(40% - 10px); }
  /* line 1444, static/themes/theme-23/scss/slider.scss */
  .fadeInUpTwo {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-size: calc(10px + 2vw); }
  /* line 1452, static/themes/theme-23/scss/slider.scss */
  .title-two-two {
    top: calc(75% - 100%);
    left: calc(60% - 20px);
    width: auto;
    height: auto; }
  /* line 1459, static/themes/theme-23/scss/slider.scss */
  .block-twotwo {
    /*left: calc(1% - 2vw);*/
    left: 0;
    right: 0;
    margin: auto; }
  /* line 1466, static/themes/theme-23/scss/slider.scss */
  .block-two-text-two {
    left: 0%;
    right: 0;
    margin: auto;
    font-size: calc(10px + 2vw); }
  /* line 1473, static/themes/theme-23/scss/slider.scss */
  .zoomInTwo {
    left: calc(33.5% - 75px);
    top: calc(0% - 30px); }
  /* line 1478, static/themes/theme-23/scss/slider.scss */
  .button-Two-One {
    top: -35px;
    left: 645px; }
  /* line 1483, static/themes/theme-23/scss/slider.scss */
  .fadeInUpButtonTwoOne {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  /* line 1492, static/themes/theme-23/scss/slider.scss */
  .button-three {
    top: -70px;
    left: 770px; }
  /* line 1497, static/themes/theme-23/scss/slider.scss */
  .button-three-two-text {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0; } }

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 1508, static/themes/theme-23/scss/slider.scss */
  .block-one {
    left: 0;
    right: 0;
    margin: auto; }
  /* line 1514, static/themes/theme-23/scss/slider.scss */
  .fadeInUpOne {
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    font-size: 28px; }
  /* line 1522, static/themes/theme-23/scss/slider.scss */
  .title-two {
    left: 0;
    right: 0;
    margin: auto;
    width: 60%; }
  /* line 1529, static/themes/theme-23/scss/slider.scss */
  .block-two-text {
    margin: auto;
    left: 0;
    right: 0; }
  /* line 1535, static/themes/theme-23/scss/slider.scss */
  .block-two {
    margin: auto;
    left: 0;
    right: 0; }
  /* line 1541, static/themes/theme-23/scss/slider.scss */
  .zoomInOne {
    left: 0;
    right: 0;
    margin: auto;
    top: -8px; }
  /* line 1548, static/themes/theme-23/scss/slider.scss */
  .button-one {
    left: 0;
    right: 0;
    margin: auto; }
  /* line 1554, static/themes/theme-23/scss/slider.scss */
  .block-button-one {
    top: 40px;
    /* left: 0;
    right: 0;
    margin: auto; */ }
  /* line 1561, static/themes/theme-23/scss/slider.scss */
  .fadeInUpButtonOne {
    top: 45px;
    left: 30%; }
  /* line 1567, static/themes/theme-23/scss/slider.scss */
  .carousel-caption {
    top: 50%;
    bottom: 50%; }
  /*second slider*/
  /* line 1573, static/themes/theme-23/scss/slider.scss */
  .block-two-two {
    top: calc(50% - 100%);
    right: 0;
    left: calc(55% - 20px);
    /*bottom: calc(50% - 10px);*/
    width: calc(40% - 10px); }
  /* line 1581, static/themes/theme-23/scss/slider.scss */
  .fadeInUpTwo {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-size: calc(10px + 2vw); }
  /* line 1589, static/themes/theme-23/scss/slider.scss */
  .title-two-two {
    top: calc(75% - 100%);
    left: calc(60% - 20px);
    width: auto;
    height: auto; }
  /* line 1596, static/themes/theme-23/scss/slider.scss */
  .block-twotwo {
    /*left: calc(1% - 2vw);*/
    left: 0;
    right: 0;
    margin: auto; }
  /* line 1603, static/themes/theme-23/scss/slider.scss */
  .block-two-text-two {
    left: 0%;
    right: 0;
    margin: auto;
    font-size: calc(10px + 2vw); }
  /* line 1610, static/themes/theme-23/scss/slider.scss */
  .zoomInTwo {
    left: calc(32% - 40px);
    top: calc(0% - 30px); }
  /* line 1615, static/themes/theme-23/scss/slider.scss */
  .button-Two-One {
    top: -35px;
    left: 570px; }
  /* line 1621, static/themes/theme-23/scss/slider.scss */
  .fadeInUpButtonTwoOne {
    left: 25px;
    top: 4px; }
  /* line 1627, static/themes/theme-23/scss/slider.scss */
  .button-three {
    top: -70px;
    left: 710px; }
  /* line 1633, static/themes/theme-23/scss/slider.scss */
  .button-three-two-text {
    left: 22px;
    top: 4px; } }

@media (max-width: 480px) {
  /* line 1641, static/themes/theme-23/scss/slider.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap; }
  /* line 1648, static/themes/theme-23/scss/slider.scss */
  header .carousel-inner .item {
    height: 85vh; }
  /* line 1652, static/themes/theme-23/scss/slider.scss */
  .banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 85vh; }
  /* media for mobile ....Slider 01*/
  /* line 1660, static/themes/theme-23/scss/slider.scss */
  .block-one {
    width: 130%;
    height: inherit;
    background: #FF5E14;
    position: absolute;
    animation: mainBlock 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
    /* font-size: 40px; */
    position: absolute;
    /* top: -500px; */
    top: -80px;
    left: -38px; }
  /* line 1674, static/themes/theme-23/scss/slider.scss */
  .fadeInUpOne {
    animation-name: fadeInUp;
    font-size: 27px;
    position: relative;
    left: 0px;
    top: 0px; }
  /* line 1682, static/themes/theme-23/scss/slider.scss */
  .title-two {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    height: 50px;
    /* top: -390px; */
    top: 0px;
    left: 2px; }
  /* line 1693, static/themes/theme-23/scss/slider.scss */
  .zoomInOne {
    animation-name: zoomIn;
    font-size: 20px;
    position: relative;
    left: 0px;
    /* top: -343px; */
    top: 50px; }
  /* line 1702, static/themes/theme-23/scss/slider.scss */
  .button-one {
    width: 65%;
    position: relative;
    display: flex;
    align-items: center;
    height: 47px;
    /* top: -340px; */
    top: 57px;
    left: 50px; }
  /* line 1713, static/themes/theme-23/scss/slider.scss */
  .fadeInUpButtonOne {
    top: 4px;
    left: 30%; }
  /* line 1719, static/themes/theme-23/scss/slider.scss */
  .carousel-control {
    position: absolute;
    top: -234px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0; }
  /* media for mobile ....Slider-Two*/
  /* line 1735, static/themes/theme-23/scss/slider.scss */
  .block-two-two {
    width: 100%;
    height: inherit;
    background: #FF5E14;
    position: absolute;
    animation: mainTwoBlock 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
    font-size: 50px;
    position: absolute;
    top: -50px;
    left: 0px; }
  /* line 1748, static/themes/theme-23/scss/slider.scss */
  .fadeInUpTwo {
    animation-name: fadeInUp;
    font-size: 30px;
    left: 90;
    position: relative;
    left: 20px;
    top: 0px; }
  /* line 1757, static/themes/theme-23/scss/slider.scss */
  .title-two-two {
    width: 80%;
    position: absolute;
    display: flex;
    align-items: center;
    height: 50px;
    top: -5px;
    left: 60px; }
  /* line 1767, static/themes/theme-23/scss/slider.scss */
  .block-two-text-two {
    font-family: 'Poppins';
    color: #fff;
    font-size: 25px;
    /* -webkit-animation: mainblockTwoTextFadeIn 5s forwards; */
    -o-animation: mainblockTwoTextFadeIn 5s forwards;
    animation: mainblockTwoTextFadeIn 5s forwards;
    animation-delay: 5s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
    left: 15px; }
  /* line 1782, static/themes/theme-23/scss/slider.scss */
  .zoomInTwo {
    animation-name: zoomIn;
    font-size: 23px;
    left: 90;
    position: relative;
    left: 1px;
    top: 10px; }
  /* line 1791, static/themes/theme-23/scss/slider.scss */
  .button-Two-One {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;
    top: 0px;
    left: 44px; }
  /* .button-Two-One:hover {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;
    top: 0px;
    left: 44px;
  } */
  /* line 1811, static/themes/theme-23/scss/slider.scss */
  .block-button-Two {
    width: 0%;
    height: inherit;
    background: #273272;
    position: absolute;
    animation: mainTwoButton 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex; }
  /* line 1820, static/themes/theme-23/scss/slider.scss */
  .block-button-Two:hover {
    width: 0%;
    height: inherit;
    background: #FF5E14;
    position: absolute;
    animation: mainTwoButton 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex; }
  /* line 1829, static/themes/theme-23/scss/slider.scss */
  .fadeInUpButtonTwoOne {
    font-family: 'Poppins';
    color: #fff;
    font-size: 10px;
    /* -webkit-animation: fadeInUpButtonOneTwo 1s forwards;
    -o-animation: fadeInUpButtonOneTwo 1s forwards; */
    animation: fadeInUpButtonOneTwo 1s forwards;
    animation-delay: 1s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
    left: 25px;
    top: 2px; }
  /* line 1845, static/themes/theme-23/scss/slider.scss */
  .button-three {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;
    top: -35px;
    left: 155px;
    /* background: #FF5E14; */ }
  /* line 1856, static/themes/theme-23/scss/slider.scss */
  .button-three:hover {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;
    top: -35px;
    background: #273272;
    left: 155px; }
  /* line 1867, static/themes/theme-23/scss/slider.scss */
  .button-three-two-text {
    font-family: 'Poppins';
    color: #fff;
    font-size: 10px;
    -webkit-animation: mainButtonThreeFadeIn 7s forwards;
    -o-animation: mainButtonThreeFadeIn 7s forwards;
    animation: mainButtonThreeFadeIn 7s forwards;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
    left: 15px;
    top: 2px; } }

/*extra large device*/
@media (min-width: 1920px) {
  /* line 1886, static/themes/theme-23/scss/slider.scss */
  .button-Two-One {
    top: -35px;
    left: calc(100% - 533px); }
  /* line 1890, static/themes/theme-23/scss/slider.scss */
  .button-three {
    top: -70px;
    left: calc(100% - 400px); }
  /* line 1896, static/themes/theme-23/scss/slider.scss */
  .button-three {
    top: -70px;
    left: calc(100% - 380px); }
  /* line 1901, static/themes/theme-23/scss/slider.scss */
  .title-two-two {
    top: calc(75% - 100%);
    left: calc(60% - 0%); }
  /* line 1905, static/themes/theme-23/scss/slider.scss */
  .zoomInTwo {
    left: calc(33.5% - 110px); } }

/*targeting device in the middle*/
@media (min-width: 1281px) and (max-width: 1439px) {
  /* CSS rules for screens between 1281px and 1439px (e.g., MacBook) */
  /* line 1913, static/themes/theme-23/scss/slider.scss */
  .button-Two-One {
    left: calc(100% - 376px); }
  /* line 1916, static/themes/theme-23/scss/slider.scss */
  .button-three {
    left: calc(100% - 400px); }
  /* line 1921, static/themes/theme-23/scss/slider.scss */
  .button-three {
    left: calc(100% - 255px); }
  /* line 1925, static/themes/theme-23/scss/slider.scss */
  .title-two-two {
    top: calc(75% - 100%);
    left: calc(60% - 0%); }
  /* line 1929, static/themes/theme-23/scss/slider.scss */
  .zoomInTwo {
    left: calc(33.5% - 24px); }
  /* line 1932, static/themes/theme-23/scss/slider.scss */
  .block-two-text-two {
    left: -11%; }
  /* line 1935, static/themes/theme-23/scss/slider.scss */
  .block-twotwo {
    left: -24px; } }

/* line 1944, static/themes/theme-23/scss/slider.scss */
.newslider8 {
  position: relative;
  display: block; }
  /* line 1952, static/themes/theme-23/scss/slider.scss */
  .newslider8 .item .newsider8-content .newsider8-image {
    background: #343a40;
    overflow: hidden;
    position: relative;
    display: block; }
    /* line 1957, static/themes/theme-23/scss/slider.scss */
    .newslider8 .item .newsider8-content .newsider8-image img {
      display: block;
      max-width: 100%;
      height: auto;
      transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
      -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
      -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
      -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out; }
    /* line 1966, static/themes/theme-23/scss/slider.scss */
    .newslider8 .item .newsider8-content .newsider8-image:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.5;
      filter: alpha(opacity=50); }
  /* line 1973, static/themes/theme-23/scss/slider.scss */
  .newslider8 .item .newsider8-content .newsider8-slider-content {
    padding: 20px 0px;
    background: #ffffff; }
    /* line 1976, static/themes/theme-23/scss/slider.scss */
    .newslider8 .item .newsider8-content .newsider8-slider-content .newslider8-title {
      color: #273272;
      font-size: 25px;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0;
      margin-bottom: 0; }
    /* line 1985, static/themes/theme-23/scss/slider.scss */
    .newslider8 .item .newsider8-content .newsider8-slider-content:hover .newslider8-title {
      color: #FF5E14; }
    /* line 1989, static/themes/theme-23/scss/slider.scss */
    .newslider8 .item .newsider8-content .newsider8-slider-content .newslider8-Decs {
      padding-top: 14px;
      font-size: 18px;
      line-height: normal;
      font-weight: 600; }
    /* line 1995, static/themes/theme-23/scss/slider.scss */
    .newslider8 .item .newsider8-content .newsider8-slider-content .newslider8-read-more {
      color: #FF5E14;
      font-weight: bolder; }
      /* line 1998, static/themes/theme-23/scss/slider.scss */
      .newslider8 .item .newsider8-content .newsider8-slider-content .newslider8-read-more:hover {
        color: #273272; }
  /* line 2005, static/themes/theme-23/scss/slider.scss */
  .newslider8 .owl-nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    /* line 2011, static/themes/theme-23/scss/slider.scss */
    .newslider8 .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      left: -40px; }
      /* line 2016, static/themes/theme-23/scss/slider.scss */
      .newslider8 .owl-nav .owl-prev i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 2023, static/themes/theme-23/scss/slider.scss */
      .newslider8 .owl-nav .owl-prev:hover {
        background: transparent;
        color: #0b369d; }
    /* line 2029, static/themes/theme-23/scss/slider.scss */
    .newslider8 .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      right: -40px; }
      /* line 2033, static/themes/theme-23/scss/slider.scss */
      .newslider8 .owl-nav .owl-next i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 2041, static/themes/theme-23/scss/slider.scss */
      .newslider8 .owl-nav .owl-next:hover {
        background: transparent;
        color: #0b369d; }
  /* line 2047, static/themes/theme-23/scss/slider.scss */
  .newslider8 .owl-dots {
    position: absolute;
    top: -60px;
    width: auto;
    right: 5px;
    height: 50px; }

/* line 2059, static/themes/theme-23/scss/slider.scss */
.newslider9 {
  position: relative;
  display: block;
  /* media for mobile ....latestBlog section*/ }
  /* line 2062, static/themes/theme-23/scss/slider.scss */
  .newslider9 .item {
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.07); }
    /* line 2067, static/themes/theme-23/scss/slider.scss */
    .newslider9 .item .newslider9-slider-content .newslider9-slider-image {
      background: #343a40;
      overflow: hidden;
      position: relative;
      display: block; }
      /* line 2072, static/themes/theme-23/scss/slider.scss */
      .newslider9 .item .newslider9-slider-content .newslider9-slider-image img {
        display: block;
        max-width: 100%;
        height: auto;
        transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
        -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
        -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
        -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out; }
      /* line 2081, static/themes/theme-23/scss/slider.scss */
      .newslider9 .item .newslider9-slider-content .newslider9-slider-image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5;
        filter: alpha(opacity=50); }
    /* line 2088, static/themes/theme-23/scss/slider.scss */
    .newslider9 .item .newslider9-slider-content .newslider9-slider-content {
      padding: 15px 25px;
      background: #ffffff;
      border: 1px solid lavender; }
      /* line 2092, static/themes/theme-23/scss/slider.scss */
      .newslider9 .item .newslider9-slider-content .newslider9-slider-content h3 {
        color: #273272;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 0; }
      /* line 2101, static/themes/theme-23/scss/slider.scss */
      .newslider9 .item .newslider9-slider-content .newslider9-slider-content:hover h3 {
        color: #ff5e14; }
  /* line 2108, static/themes/theme-23/scss/slider.scss */
  .newslider9 .owl-nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    /* line 2114, static/themes/theme-23/scss/slider.scss */
    .newslider9 .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      left: -40px; }
      /* line 2119, static/themes/theme-23/scss/slider.scss */
      .newslider9 .owl-nav .owl-prev i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 2126, static/themes/theme-23/scss/slider.scss */
      .newslider9 .owl-nav .owl-prev:hover {
        background: transparent;
        color: #0b369d; }
    /* line 2132, static/themes/theme-23/scss/slider.scss */
    .newslider9 .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      right: -40px; }
      /* line 2136, static/themes/theme-23/scss/slider.scss */
      .newslider9 .owl-nav .owl-next i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 2144, static/themes/theme-23/scss/slider.scss */
      .newslider9 .owl-nav .owl-next:hover {
        background: transparent;
        color: #0b369d; }
  /* line 2150, static/themes/theme-23/scss/slider.scss */
  .newslider9 .owl-dots {
    position: absolute;
    top: -60px;
    height: 50px;
    width: auto;
    right: 5px; }
  /* line 2157, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-data-content {
    position: relative;
    top: -40px;
    padding: 40px 10px;
    background: #ffffff; }
  /* line 2163, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-data {
    position: relative;
    top: -50px;
    background: white;
    color: black;
    width: 100%;
    height: 300px;
    padding-left: 30px;
    padding-right: 20px; }
  /* line 2174, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-data-des {
    color: black;
    padding-top: 105px; }
  /* line 2179, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-data-des:hover {
    color: #2a2f66;
    text-decoration: none; }
  /* line 2184, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-data-readmore {
    padding-top: 20px;
    position: absolute;
    color: #ff5e14; }
  /* line 2190, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-data-readmore:hover {
    color: #2a2f66;
    text-decoration: none; }
  /* line 2195, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-data-h {
    color: black; }
  /* line 2198, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-pic-bg {
    opacity: 0.4; }
  /* line 2202, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-custom-date {
    position: absolute;
    top: 220px;
    background: #FF5E14;
    color: #fff;
    width: 50%;
    z-index: 200;
    left: 50px;
    padding: 5px; }
  /* line 2213, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-slider-content .custom-icon {
    color: #ffffff; }
  @media (max-device-width: 600px) {
    /* line 2220, static/themes/theme-23/scss/slider.scss */
    .newslider9 .newslider9-custom-date {
      position: absolute;
      top: 234px;
      background: #FF5E14;
      color: #fff;
      width: 50%;
      z-index: 200;
      left: 50px;
      top: 186px; }
    /* line 2231, static/themes/theme-23/scss/slider.scss */
    .newslider9 .newslider9-heading-letest {
      color: #273272;
      font-size: 33px;
      font-weight: 700;
      padding-top: 100px;
      text-align: center; }
    /* line 2239, static/themes/theme-23/scss/slider.scss */
    .newslider9 .newslider9-heading-blog {
      color: #FF5E14;
      font-size: 33px;
      font-weight: 700;
      padding-top: 100px;
      padding-left: 10px; } }
  /* line 2248, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-desc-link {
    color: #000;
    line-height: normal; }
  /* line 2252, static/themes/theme-23/scss/slider.scss */
  .newslider9 .newslider9-btn-link {
    color: #FF5E14; }
    /* line 2254, static/themes/theme-23/scss/slider.scss */
    .newslider9 .newslider9-btn-link:hover {
      color: #273272; }

/* line 2266, static/themes/theme-23/scss/slider.scss */
.newslider10 {
  position: relative;
  display: block; }
  /* line 2274, static/themes/theme-23/scss/slider.scss */
  .newslider10 .item .newslider10-single-slider-content .newslider10-slider-image {
    background: #343a40;
    overflow: hidden;
    position: relative;
    display: block; }
    /* line 2279, static/themes/theme-23/scss/slider.scss */
    .newslider10 .item .newslider10-single-slider-content .newslider10-slider-image img {
      display: block;
      max-width: 100%;
      height: auto;
      transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
      -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
      -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
      -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out; }
    /* line 2288, static/themes/theme-23/scss/slider.scss */
    .newslider10 .item .newslider10-single-slider-content .newslider10-slider-image:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0.5;
      filter: alpha(opacity=50); }
  /* line 2297, static/themes/theme-23/scss/slider.scss */
  .newslider10 .owl-nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    /* line 2303, static/themes/theme-23/scss/slider.scss */
    .newslider10 .owl-nav .owl-prev {
      position: absolute;
      top: 50%;
      left: -40px; }
      /* line 2308, static/themes/theme-23/scss/slider.scss */
      .newslider10 .owl-nav .owl-prev i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 2315, static/themes/theme-23/scss/slider.scss */
      .newslider10 .owl-nav .owl-prev:hover {
        background: transparent;
        color: #0b369d; }
    /* line 2321, static/themes/theme-23/scss/slider.scss */
    .newslider10 .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      right: -40px; }
      /* line 2325, static/themes/theme-23/scss/slider.scss */
      .newslider10 .owl-nav .owl-next i {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        vertical-align: middle; }
      /* line 2333, static/themes/theme-23/scss/slider.scss */
      .newslider10 .owl-nav .owl-next:hover {
        background: transparent;
        color: #0b369d; }

/* line 5, static/themes/theme-23/scss/contentbox.scss */
.contentBoxWrap .content-box-content h3 {
  margin-bottom: 5px;
  color: inherit;
  font-size: 20px;
  line-height: 26px; }

/* line 13, static/themes/theme-23/scss/contentbox.scss */
.contentBoxWrap small {
  color: #0b369d; }

/* line 16, static/themes/theme-23/scss/contentbox.scss */
.contentBoxWrap .image-right-align {
  text-align: right; }

/* line 19, static/themes/theme-23/scss/contentbox.scss */
.contentBoxWrap .image-left-align {
  text-align: left; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  /* line 26, static/themes/theme-23/scss/contentbox.scss */
  .contentBoxWrap .image-right-align {
    text-align: left; }
  /* line 29, static/themes/theme-23/scss/contentbox.scss */
  .contentBoxWrap .image-left-align {
    text-align: left; } }

/* line 39, static/themes/theme-23/scss/contentbox.scss */
.content-box-card-with-image .card-body h3 {
  font-size: 20px;
  line-height: 24px; }

/* line 50, static/themes/theme-23/scss/contentbox.scss */
.content-box-card-without-image .card-body h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; }

/* line 60, static/themes/theme-23/scss/contentbox.scss */
.content-list-type-wrap .single-list-type {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; }
  /* line 66, static/themes/theme-23/scss/contentbox.scss */
  .content-list-type-wrap .single-list-type p {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    color: #4d4d4d; }
  /* line 72, static/themes/theme-23/scss/contentbox.scss */
  .content-list-type-wrap .single-list-type img {
    float: left;
    margin-right: 10px; }

/* line 82, static/themes/theme-23/scss/contentbox.scss */
.content-link-type-wrap .single-link-type {
  min-height: 175px;
  padding: 25px 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 1px 5px 1px #e5e7f2;
  margin-bottom: 30px; }
  /* line 112, static/themes/theme-23/scss/contentbox.scss */
  .content-link-type-wrap .single-link-type .link-icon-image {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    display: block;
    width: 40px; }
  /* line 121, static/themes/theme-23/scss/contentbox.scss */
  .content-link-type-wrap .single-link-type .link-box-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%; }
    /* line 126, static/themes/theme-23/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type .link-box-content .link-box-title {
      font-size: 14px;
      line-height: 16px;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    /* line 135, static/themes/theme-23/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type .link-box-content .link-box-description p {
      margin: 0 0 10px;
      font-size: 14px;
      line-height: 22px;
      text-align: left;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      display: block; }
    /* line 145, static/themes/theme-23/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type .link-box-content .view-more-link {
      font-size: 14px;
      font-weight: 600;
      font-family: "IBM Plex Sans", sans-serif;
      line-height: 22px;
      text-transform: capitalize;
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      /* line 160, static/themes/theme-23/scss/contentbox.scss */
      .content-link-type-wrap .single-link-type .link-box-content .view-more-link i {
        font-size: 14px;
        vertical-align: middle;
        margin-left: 5px;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in; }
  /* line 170, static/themes/theme-23/scss/contentbox.scss */
  .content-link-type-wrap .single-link-type:hover {
    background-color: #0b369d; }
    /* line 172, static/themes/theme-23/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type:hover .link-icon-image {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    /* line 179, static/themes/theme-23/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type:hover .link-box-title {
      color: #ffffff; }
    /* line 182, static/themes/theme-23/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type:hover p {
      color: #ffffff; }
    /* line 185, static/themes/theme-23/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type:hover .view-more-link {
      opacity: 1;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: #ffffff; }
      /* line 191, static/themes/theme-23/scss/contentbox.scss */
      .content-link-type-wrap .single-link-type:hover .view-more-link i {
        padding-left: 8px; }

/* line 201, static/themes/theme-23/scss/contentbox.scss */
.center-image-with-link {
  padding: 30px;
  background: #ffffff;
  opacity: 0.9;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in; }
  /* line 211, static/themes/theme-23/scss/contentbox.scss */
  .center-image-with-link .view-more-link {
    margin-top: 15px;
    text-transform: uppercase; }
  /* line 216, static/themes/theme-23/scss/contentbox.scss */
  .center-image-with-link:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 28px 5px #ffffff;
    box-shadow: 0 0 28px 5px #ffffff; }

/* line 227, static/themes/theme-23/scss/contentbox.scss */
.content-link-type-two-col .content-box-list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 237, static/themes/theme-23/scss/contentbox.scss */
  .content-link-type-two-col .content-box-list li {
    display: block;
    width: 50%;
    float: left;
    height: 60px;
    position: relative;
    line-height: 1.8;
    font-size: 16px; }

/* line 271, static/themes/theme-23/scss/contentbox.scss */
.call-to-action-section .call-to-action-content h3 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  margin-bottom: 0; }

/* line 277, static/themes/theme-23/scss/contentbox.scss */
.call-to-action-section .call-to-action-content h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700; }

/* line 283, static/themes/theme-23/scss/contentbox.scss */
.call-to-action-section .call-to-action-content .view-more-link a {
  border: 1px solid #e5e7f2;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  color: #4d4d4d;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .50px;
  font-family: "IBM Plex Sans", sans-serif; }
  /* line 295, static/themes/theme-23/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .view-more-link a i {
    transition: all 0.3s ease-in; }
  /* line 298, static/themes/theme-23/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .view-more-link a:hover {
    background: #0b369d;
    color: #ffffff;
    border-color: #0b369d; }
    /* line 302, static/themes/theme-23/scss/contentbox.scss */
    .call-to-action-section .call-to-action-content .view-more-link a:hover i {
      padding-left: 10px; }

/* line 309, static/themes/theme-23/scss/contentbox.scss */
.call-to-action-section .call-to-action-content .solid-button a {
  color: #ffffff;
  background: #254FBB !important;
  border-radius: 20px;
  cursor: pointer;
  text-transform: capitalize;
  padding: 10px 25px; }
  /* line 320, static/themes/theme-23/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .solid-button a:hover {
    border: 2px solid #254FBB !important;
    background: transparent;
    color: #254FBB !important;
    font-weight: bold;
    transition: all 0.3s ease-in; }

/* line 334, static/themes/theme-23/scss/contentbox.scss */
.call-to-action-section .call-to-action-content .white-border-action a {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent; }
  /* line 338, static/themes/theme-23/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .white-border-action a i {
    color: #ffffff; }
  /* line 341, static/themes/theme-23/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .white-border-action a:hover {
    background: #ffffff;
    color: #0b369d;
    border-color: #ffffff; }
    /* line 345, static/themes/theme-23/scss/contentbox.scss */
    .call-to-action-section .call-to-action-content .white-border-action a:hover i {
      color: #0b369d; }

/* line 358, static/themes/theme-23/scss/contentbox.scss */
.center-image-with-download-link img {
  margin-bottom: 15px; }

/* line 361, static/themes/theme-23/scss/contentbox.scss */
.center-image-with-download-link .view-more-link {
  padding-top: 10px; }

/* line 371, static/themes/theme-23/scss/contentbox.scss */
.content-box-card-with-image-link .card {
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  border: none; }
  /* line 377, static/themes/theme-23/scss/contentbox.scss */
  .content-box-card-with-image-link .card .card-body h3.card-title {
    font-size: 20px;
    line-height: 24px;
    color: inherit; }
  /* line 382, static/themes/theme-23/scss/contentbox.scss */
  .content-box-card-with-image-link .card .card-body .desc p {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: inherit;
    font-size: inherit;
    color: #4d4d4d !important; }
    /* line 388, static/themes/theme-23/scss/contentbox.scss */
    .content-box-card-with-image-link .card .card-body .desc p span {
      color: #4d4d4d !important; }

/* line 400, static/themes/theme-23/scss/contentbox.scss */
.promo-box .card {
  border: none;
  color: #fff;
  padding: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s; }
  /* line 413, static/themes/theme-23/scss/contentbox.scss */
  .promo-box .card .promo-content h4 {
    color: #ffffff; }

/* line 418, static/themes/theme-23/scss/contentbox.scss */
.promo-box .card.promo-1 {
  background: #0b369d; }
  /* line 420, static/themes/theme-23/scss/contentbox.scss */
  .promo-box .card.promo-1:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px); }

/* line 429, static/themes/theme-23/scss/contentbox.scss */
.promo-box .card.promo-2 {
  background: #1ec716; }
  /* line 431, static/themes/theme-23/scss/contentbox.scss */
  .promo-box .card.promo-2:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px); }

/* line 440, static/themes/theme-23/scss/contentbox.scss */
.promo-box .card.promo-3 {
  background: #990faa; }
  /* line 442, static/themes/theme-23/scss/contentbox.scss */
  .promo-box .card.promo-3:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px); }

/* line 453, static/themes/theme-23/scss/contentbox.scss */
.gutter-0 > * {
  padding: 0; }

/* line 460, static/themes/theme-23/scss/contentbox.scss */
.services-container-one {
  position: relative;
  width: 100%;
  /* Use percentage for responsiveness */
  max-width: 487px;
  /* Set max-width for larger screens */
  height: auto;
  /* Let the height adjust based on content */
  margin: 10px;
  overflow: hidden; }

/* line 469, static/themes/theme-23/scss/contentbox.scss */
.services-container-one-text-textone {
  background-color: #273272;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: white;
  transition: opacity 0.3s ease; }

/* line 482, static/themes/theme-23/scss/contentbox.scss */
.services-container-one-image {
  display: block;
  width: 100%;
  /* Use percentage for responsiveness */
  height: auto;
  /* Let the height adjust based on content */
  max-width: 487px;
  /* Set max-width for larger screens */
  transition: all 0.3s ease;
  overflow: hidden; }

/* line 491, static/themes/theme-23/scss/contentbox.scss */
.services-container-one:hover .services-container-one-text-textone {
  opacity: 0;
  /* Hide the text on hover */ }

/* line 495, static/themes/theme-23/scss/contentbox.scss */
.services-container-one-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 94, 20, 0.8);
  /* Use rgba to control both color and opacity */
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 509, static/themes/theme-23/scss/contentbox.scss */
.services-container-one:hover .services-container-one-hover-content {
  opacity: 1; }

/* line 513, static/themes/theme-23/scss/contentbox.scss */
.contenbox_with_hover_btn_link {
  color: white;
  text-decoration: none;
  font-size: 20px; }
  /* line 517, static/themes/theme-23/scss/contentbox.scss */
  .contenbox_with_hover_btn_link:hover {
    text-decoration: underline; }

/* line 522, static/themes/theme-23/scss/contentbox.scss */
.product-arrow-icon {
  margin-left: 5px; }

@media (max-width: 480px) {
  /* line 527, static/themes/theme-23/scss/contentbox.scss */
  .services-container-one {
    width: auto; } }

/* line 535, static/themes/theme-23/scss/contentbox.scss */
.bgcssclient {
  background-color: #ff5e14;
  width: 100%;
  height: 675px; }

/* line 542, static/themes/theme-23/scss/contentbox.scss */
.first {
  opacity: 0.4;
  width: 100%;
  height: 675px; }

/* line 548, static/themes/theme-23/scss/contentbox.scss */
.link-box-title {
  position: relative;
  font-family: "IBM Plex Sans";
  font-size: 57px !important;
  font-weight: 600 !important;
  top: -430px;
  left: 100px;
  color: white !important; }

/* line 558, static/themes/theme-23/scss/contentbox.scss */
.buttonwrapperone {
  position: relative;
  top: -420px; }

/* line 563, static/themes/theme-23/scss/contentbox.scss */
.collisionone {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  display: block;
  height: 55px;
  width: 170px;
  line-height: 55px;
  text-align: center;
  position: relative;
  background-color: #273272;
  overflow: hidden;
  z-index: 1;
  left: 100px; }

/* line 580, static/themes/theme-23/scss/contentbox.scss */
.collisionone:hover {
  color: black;
  transition-delay: .5s; }

/* line 585, static/themes/theme-23/scss/contentbox.scss */
.collisionone::before,
.collisionone::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  top: 50%;
  border-radius: 50%;
  z-index: -1; }

/* line 597, static/themes/theme-23/scss/contentbox.scss */
.collisionone::before {
  transform: translate(-50%, -50%);
  left: -20px; }

/* line 602, static/themes/theme-23/scss/contentbox.scss */
.collisionone::after {
  transform: translate(50%, -50%);
  right: -20px; }

/* line 607, static/themes/theme-23/scss/contentbox.scss */
.collisionone:hover::before {
  animation: move-left .8s both;
  animation-direction: alternate; }

/* line 612, static/themes/theme-23/scss/contentbox.scss */
.collisionone:hover::after {
  animation: move-right .8s both;
  animation-direction: alternate; }

/* line 617, static/themes/theme-23/scss/contentbox.scss */
.client-bg-heading {
  left: 65px;
  top: -10px;
  font-size: 57px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 150px;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 225px;
  position: absolute;
  line-height: 1;
  font-family: 'IBM Plex Sans'; }

@media screen and (max-width: 767px) {
  /* Your CSS styles for mobile devices go here */
  /* line 634, static/themes/theme-23/scss/contentbox.scss */
  .client-bg-heading {
    left: 0;
    top: -44px;
    right: 0;
    bottom: 0;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: normal;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
  /* line 649, static/themes/theme-23/scss/contentbox.scss */
  .buttonwrapperone {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto; }
  /* line 657, static/themes/theme-23/scss/contentbox.scss */
  .collisionone {
    top: 71px;
    left: 0;
    right: 0;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 667, static/themes/theme-23/scss/contentbox.scss */
  .footer-bottom-horizontal-menu .navbar {
    justify-content: center !important; } }

/*media queries for all mobile devices*/
@media screen and (max-width: 576px) {
  /* line 674, static/themes/theme-23/scss/contentbox.scss */
  .client-bg-heading {
    left: 0;
    top: -44px;
    right: 0;
    bottom: 0;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: normal;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
  /* line 689, static/themes/theme-23/scss/contentbox.scss */
  .buttonwrapperone {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto; }
  /* line 697, static/themes/theme-23/scss/contentbox.scss */
  .collisionone {
    top: 71px;
    left: 0;
    right: 0;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 707, static/themes/theme-23/scss/contentbox.scss */
  .footer-bottom-horizontal-menu .navbar {
    justify-content: center !important; } }

/* media for mobile ....our-clints section*/
@media (max-device-width: 600px) {
  /* line 715, static/themes/theme-23/scss/contentbox.scss */
  .wrap-button {
    display: block;
    overflow: hidden;
    width: 160px;
    border: 1px solid #273272;
    color: #f71c1c;
    /* float: left; */
    margin-left: 100px;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin-top: 185px;
    background: #273272;
    height: 50px;
    z-index: 4; } }

@keyframes move-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    height: 400px;
    width: 400px; } }

@keyframes move-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    height: 400px;
    width: 400px; } }

/* line 769, static/themes/theme-23/scss/contentbox.scss */
.all-section {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  overflow: auto;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px; }

/* line 780, static/themes/theme-23/scss/contentbox.scss */
.all-section .product {
  background: #FF5E14;
  margin: 10px;
  border-radius: 10px;
  position: relative;
  transition: 0.5s; }

/* line 790, static/themes/theme-23/scss/contentbox.scss */
.all-section .product a {
  padding: 5px;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  /* margin-bottom: 20px ; */ }

/* line 799, static/themes/theme-23/scss/contentbox.scss */
.all-section .product a img {
  border-radius: 10px;
  width: 100%;
  /* object-fit: cover; */
  transition: .2s linear; }

/* line 806, static/themes/theme-23/scss/contentbox.scss */
.all-section .product a:hover img {
  transform: scale(1.1); }

/* line 811, static/themes/theme-23/scss/contentbox.scss */
.heading-css {
  color: #fff !important;
  text-align: center;
  font-size: 15px;
  font-weight: 500; }

/* line 2, static/themes/theme-23/scss/counter-section.scss */
.counter-box-wrap .single-counter-box {
  padding: 15px;
  border: solid 1px #e5e7f2;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  min-height: 180px; }
  /* line 12, static/themes/theme-23/scss/counter-section.scss */
  .counter-box-wrap .single-counter-box:hover {
    border-color: #0b369d;
    box-shadow: 0 35px 25px -20px rgba(0, 0, 0, 0.1); }
    /* line 13, static/themes/theme-23/scss/counter-section.scss */
    .counter-box-wrap .single-counter-box:hover h3 {
      color: #0b369d; }
  /* line 19, static/themes/theme-23/scss/counter-section.scss */
  .counter-box-wrap .single-counter-box:focus {
    border-color: #0b369d;
    box-shadow: 0 35px 25px -20px rgba(0, 0, 0, 0.1); }
    /* line 20, static/themes/theme-23/scss/counter-section.scss */
    .counter-box-wrap .single-counter-box:focus h3 {
      color: #0b369d; }
  /* line 27, static/themes/theme-23/scss/counter-section.scss */
  .counter-box-wrap .single-counter-box h3 {
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    font-size: 30px;
    line-height: 35px; }
  /* line 34, static/themes/theme-23/scss/counter-section.scss */
  .counter-box-wrap .single-counter-box p {
    font-size: 15px;
    line-height: 18px; }

/* line 43, static/themes/theme-23/scss/counter-section.scss */
.counter-circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  text-align: center;
  transition: all 0.3s ease-in; }
  /* line 50, static/themes/theme-23/scss/counter-section.scss */
  .counter-circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #0b369d;
    content: ""; }
  /* line 60, static/themes/theme-23/scss/counter-section.scss */
  .counter-circle .circle-counter-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    /* line 67, static/themes/theme-23/scss/counter-section.scss */
    .counter-circle .circle-counter-wrap .circle-counter {
      display: table;
      width: 100%;
      height: 100%; }
      /* line 72, static/themes/theme-23/scss/counter-section.scss */
      .counter-circle .circle-counter-wrap .circle-counter .circle-content {
        display: table-cell;
        padding: 1em;
        vertical-align: middle; }
        /* line 77, static/themes/theme-23/scss/counter-section.scss */
        .counter-circle .circle-counter-wrap .circle-counter .circle-content .circle-icon img {
          text-align: center;
          vertical-align: middle;
          position: relative;
          -webkit-box-flex: 0;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          margin-bottom: 12px; }
        /* line 88, static/themes/theme-23/scss/counter-section.scss */
        .counter-circle .circle-counter-wrap .circle-counter .circle-content h3 {
          font-size: 35px;
          line-height: 40px;
          margin-bottom: 0;
          -webkit-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in; }
        /* line 95, static/themes/theme-23/scss/counter-section.scss */
        .counter-circle .circle-counter-wrap .circle-counter .circle-content p {
          font-size: 18px;
          line-height: 26px; }
  /* line 103, static/themes/theme-23/scss/counter-section.scss */
  .counter-circle:hover {
    cursor: pointer; }
    /* line 105, static/themes/theme-23/scss/counter-section.scss */
    .counter-circle:hover:after {
      background: #0b369d; }
    /* line 108, static/themes/theme-23/scss/counter-section.scss */
    .counter-circle:hover .circle-content {
      color: #ffffff; }
      /* line 110, static/themes/theme-23/scss/counter-section.scss */
      .counter-circle:hover .circle-content h3 {
        color: #ffffff; }
      /* line 113, static/themes/theme-23/scss/counter-section.scss */
      .counter-circle:hover .circle-content img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in; }

/* line 1, static/themes/theme-23/scss/tab-section.scss */
.hyper-tab {
  border-top: solid 1px #e5e7f2;
  background: #ffffff;
  margin-right: -15px;
  margin-left: -15px; }
  /* line 6, static/themes/theme-23/scss/tab-section.scss */
  .hyper-tab .justify-content-center {
    border: none; }
    /* line 8, static/themes/theme-23/scss/tab-section.scss */
    .hyper-tab .justify-content-center li {
      border-right: 1px solid #efefef;
      margin-bottom: 0; }
      /* line 11, static/themes/theme-23/scss/tab-section.scss */
      .hyper-tab .justify-content-center li:last-child {
        border-right: none; }
      /* line 14, static/themes/theme-23/scss/tab-section.scss */
      .hyper-tab .justify-content-center li a.nav-link-one {
        padding: 15px 35px;
        background: rgba(230, 230, 230, 0.2);
        border-radius: 0;
        border: none;
        text-align: center;
        color: #4d4d4d; }
        /* line 21, static/themes/theme-23/scss/tab-section.scss */
        .hyper-tab .justify-content-center li a.nav-link-one img {
          margin: 0 auto; }
        /* line 24, static/themes/theme-23/scss/tab-section.scss */
        .hyper-tab .justify-content-center li a.nav-link-one p {
          font-size: 14px; }
      /* line 28, static/themes/theme-23/scss/tab-section.scss */
      .hyper-tab .justify-content-center li .active {
        background: #efefef !important;
        position: relative;
        display: block;
        width: 100%; }
        /* line 33, static/themes/theme-23/scss/tab-section.scss */
        .hyper-tab .justify-content-center li .active:after {
          position: absolute;
          content: '';
          top: 95px;
          width: 10%;
          left: 40%;
          height: 0;
          border-style: solid;
          border-width: 15px 15px 0 15px;
          border-color: #efefef transparent transparent transparent; }
        /* line 44, static/themes/theme-23/scss/tab-section.scss */
        .hyper-tab .justify-content-center li .active p {
          color: #343a40; }
      /* line 48, static/themes/theme-23/scss/tab-section.scss */
      .hyper-tab .justify-content-center li:hover {
        background: #efefef !important; }

/* line 56, static/themes/theme-23/scss/tab-section.scss */
.tab-three {
  border-top: none; }
  /* line 58, static/themes/theme-23/scss/tab-section.scss */
  .tab-three .nav-tabs-vertical {
    float: left;
    display: inline-block;
    overflow: hidden; }
    /* line 62, static/themes/theme-23/scss/tab-section.scss */
    .tab-three .nav-tabs-vertical li {
      margin-bottom: 0; }
      /* line 64, static/themes/theme-23/scss/tab-section.scss */
      .tab-three .nav-tabs-vertical li a {
        display: block;
        overflow: hidden;
        border: 1px solid #e5e7f2;
        border-radius: 0; }
        /* line 68, static/themes/theme-23/scss/tab-section.scss */
        .tab-three .nav-tabs-vertical li a img {
          float: left;
          margin-right: 10px;
          display: inline-block; }
        /* line 73, static/themes/theme-23/scss/tab-section.scss */
        .tab-three .nav-tabs-vertical li a p {
          float: left;
          color: #4d4d4d;
          font-size: 18px; }
      /* line 81, static/themes/theme-23/scss/tab-section.scss */
      .tab-three .nav-tabs-vertical li .active p {
        color: #0b369d; }
    /* line 86, static/themes/theme-23/scss/tab-section.scss */
    .tab-three .nav-tabs-vertical .active {
      border-right: none;
      border-color: #0b369d;
      border-right: none; }
  /* line 94, static/themes/theme-23/scss/tab-section.scss */
  .tab-three .tab-content-three .active {
    display: block;
    overflow: hidden;
    padding: 25px; }

/*19 April 2020*/
/*Tab 4 Mobile Responsive Design*/
/* line 107, static/themes/theme-23/scss/tab-section.scss */
.slide .tab-mobile-design .owl-dots {
  display: none; }

/* line 111, static/themes/theme-23/scss/tab-section.scss */
.slide .tab-mobile-design .item {
  height: auto;
  display: block; }
  /* line 115, static/themes/theme-23/scss/tab-section.scss */
  .slide .tab-mobile-design .item h2 {
    color: #fff;
    background: #FF5406;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    border-radius: 3px; }
  /* line 126, static/themes/theme-23/scss/tab-section.scss */
  .slide .tab-mobile-design .item .single-content-wrap h3 {
    color: #0E102A;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px; }
  /* line 133, static/themes/theme-23/scss/tab-section.scss */
  .slide .tab-mobile-design .item .single-content-wrap p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    color: #0E102A; }
  /* line 140, static/themes/theme-23/scss/tab-section.scss */
  .slide .tab-mobile-design .item .single-content-wrap .row {
    justify-content: center; }
    /* line 143, static/themes/theme-23/scss/tab-section.scss */
    .slide .tab-mobile-design .item .single-content-wrap .row .tab-content-box-content {
      margin-top: 5px;
      padding: 20px;
      background: #ffffff; }
      /* line 148, static/themes/theme-23/scss/tab-section.scss */
      .slide .tab-mobile-design .item .single-content-wrap .row .tab-content-box-content p {
        padding-top: 10px; }
      /* line 151, static/themes/theme-23/scss/tab-section.scss */
      .slide .tab-mobile-design .item .single-content-wrap .row .tab-content-box-content .call-to-action-content {
        margin-top: 40px; }
        /* line 156, static/themes/theme-23/scss/tab-section.scss */
        .slide .tab-mobile-design .item .single-content-wrap .row .tab-content-box-content .call-to-action-content .solid-button a {
          border-color: #FF5406;
          background: #FF5406; }
      /* line 164, static/themes/theme-23/scss/tab-section.scss */
      .slide .tab-mobile-design .item .single-content-wrap .row .tab-content-box-content .tab-content-box-content-list p {
        font-size: 14px;
        line-height: 0px;
        padding-top: 35px; }
      /* line 169, static/themes/theme-23/scss/tab-section.scss */
      .slide .tab-mobile-design .item .single-content-wrap .row .tab-content-box-content .tab-content-box-content-list ul {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
        color: #0E102A;
        opacity: 0.7; }
        /* line 177, static/themes/theme-23/scss/tab-section.scss */
        .slide .tab-mobile-design .item .single-content-wrap .row .tab-content-box-content .tab-content-box-content-list ul li:before {
          content: '\f061';
          font-family: "FontAwesome";
          font-size: 12px;
          margin-right: 10px;
          font-weight: 100;
          color: #ff5405; }

/* line 1, static/themes/theme-23/scss/news-event.scss */
.news-single {
  border: 1px solid #e5e7f2;
  margin-bottom: 30px;
  border-radius: 4px; }
  /* line 5, static/themes/theme-23/scss/news-event.scss */
  .news-single img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    display: block; }
  /* line 12, static/themes/theme-23/scss/news-event.scss */
  .news-single .news-contents h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px; }
  /* line 17, static/themes/theme-23/scss/news-event.scss */
  .news-single .news-contents small {
    margin-bottom: 10px;
    display: block; }

/* line 1, static/themes/theme-23/scss/footer.scss */
.footer-top-section {
  background-color: #f7f9fb;
  border-top: solid 1px #e5e7f2;
  border-bottom: none; }
  /* line 5, static/themes/theme-23/scss/footer.scss */
  .footer-top-section .footer-logo {
    line-height: 0;
    padding: 0;
    margin: 0; }
  /* line 10, static/themes/theme-23/scss/footer.scss */
  .footer-top-section .footer-social-list {
    padding-top: 2px; }
    /* line 13, static/themes/theme-23/scss/footer.scss */
    .footer-top-section .footer-social-list ul p {
      color: #343a40;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      margin: 0 15px 0 0;
      text-transform: uppercase;
      background-color: inherit;
      border: 0;
      display: inline-block;
      vertical-align: middle; }
    /* line 26, static/themes/theme-23/scss/footer.scss */
    .footer-top-section .footer-social-list ul li a {
      color: #4d4d4d; }
      /* line 28, static/themes/theme-23/scss/footer.scss */
      .footer-top-section .footer-social-list ul li a i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        display: block; }
      /* line 35, static/themes/theme-23/scss/footer.scss */
      .footer-top-section .footer-social-list ul li a:hover i {
        color: #0b369d; }

/* line 44, static/themes/theme-23/scss/footer.scss */
.footer-list h4 {
  margin-bottom: 25px;
  display: block; }

/* line 49, static/themes/theme-23/scss/footer.scss */
.footer-list ul li img.custom-width {
  max-width: 70%; }

/* line 54, static/themes/theme-23/scss/footer.scss */
.footer-section {
  border-top: 1px solid #e5e7f2;
  background-color: #f7f9fb; }
  /* line 57, static/themes/theme-23/scss/footer.scss */
  .footer-section .footer-left-right {
    margin-top: 30px; }
    /* line 59, static/themes/theme-23/scss/footer.scss */
    .footer-section .footer-left-right .footer-nav {
      padding: 0 0 10px; }
      /* line 61, static/themes/theme-23/scss/footer.scss */
      .footer-section .footer-left-right .footer-nav p {
        color: #343a40;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1.33;
        background-color: inherit;
        border: 0;
        display: inline-block;
        vertical-align: middle; }
      /* line 74, static/themes/theme-23/scss/footer.scss */
      .footer-section .footer-left-right .footer-nav ul {
        max-height: inherit;
        background-color: transparent;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
        color: #666;
        transition: max-height .5s ease; }
        /* line 83, static/themes/theme-23/scss/footer.scss */
        .footer-section .footer-left-right .footer-nav ul li {
          line-height: 1.61;
          padding-left: 0;
          position: relative; }
          /* line 87, static/themes/theme-23/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav ul li a {
            line-height: 16px;
            font-size: 14.5px;
            display: inline-block;
            height: inherit;
            padding: 0;
            color: #4d4d4d;
            transition: all 0.3s ease-in; }
            /* line 95, static/themes/theme-23/scss/footer.scss */
            .footer-section .footer-left-right .footer-nav ul li a:hover {
              color: #0b369d; }
            /* line 98, static/themes/theme-23/scss/footer.scss */
            .footer-section .footer-left-right .footer-nav ul li a:focus {
              color: #0b369d; }
      /* line 104, static/themes/theme-23/scss/footer.scss */
      .footer-section .footer-left-right .footer-nav .app-stores {
        margin: 8px 0;
        padding: 0;
        text-align: left; }
        /* line 108, static/themes/theme-23/scss/footer.scss */
        .footer-section .footer-left-right .footer-nav .app-stores .app-store-img {
          margin: 0 0 8px;
          display: block;
          height: 40px;
          padding: 0;
          line-height: inherit;
          background-position: left;
          background-repeat: no-repeat;
          background-size: contain;
          border-radius: 3px;
          transition: opacity 250ms ease; }
        /* line 120, static/themes/theme-23/scss/footer.scss */
        .footer-section .footer-left-right .footer-nav .app-stores .app-google-play {
          background-image: url("/static/themes/theme-23/img/google-play.png?868d3890f342");
          opacity: .5; }
          /* line 123, static/themes/theme-23/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-google-play:hover {
            opacity: 1; }
          /* line 126, static/themes/theme-23/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-google-play:focus {
            opacity: 1; }
        /* line 130, static/themes/theme-23/scss/footer.scss */
        .footer-section .footer-left-right .footer-nav .app-stores .app-apple-store {
          background-image: url(/static/themes/theme-23/img/app-store.png?868d3890f342);
          opacity: .5; }
          /* line 133, static/themes/theme-23/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-apple-store:hover {
            opacity: 1; }
          /* line 136, static/themes/theme-23/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-apple-store:focus {
            opacity: 1; }
  /* line 143, static/themes/theme-23/scss/footer.scss */
  .footer-section .footer-right-section {
    border-left: 1px solid #e5e7f2;
    padding-left: 30px; }
    /* line 147, static/themes/theme-23/scss/footer.scss */
    .footer-section .footer-right-section .footer-salessupport {
      clear: both;
      margin-top: 25px;
      text-align: left;
      display: inline-block;
      border-top: 1px solid #e5e7f2; }
      /* line 154, static/themes/theme-23/scss/footer.scss */
      .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav {
        padding: 15px 0; }
        /* line 156, static/themes/theme-23/scss/footer.scss */
        .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav p {
          color: #343a40;
          font-size: 14px;
          font-weight: bold;
          position: relative;
          margin: 0 25px 0 0;
          text-transform: uppercase;
          background-color: inherit;
          border: 0;
          display: inline-block;
          vertical-align: middle; }
        /* line 168, static/themes/theme-23/scss/footer.scss */
        .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li {
          line-height: 1.61;
          padding-left: 0;
          position: relative; }
          /* line 172, static/themes/theme-23/scss/footer.scss */
          .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a {
            line-height: 16px;
            font-size: 14.5px;
            display: inline-block;
            height: inherit;
            padding: 0;
            color: #4d4d4d;
            transition: all 0.3s ease-in; }
            /* line 180, static/themes/theme-23/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a:hover {
              color: #0b369d; }
            /* line 183, static/themes/theme-23/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a:focus {
              color: #0b369d; }
            /* line 186, static/themes/theme-23/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a i {
              margin-right: 5px; }
            /* line 189, static/themes/theme-23/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a span {
              margin-right: 25px; }

/* line 202, static/themes/theme-23/scss/footer.scss */
.footer-salessupport {
  clear: both;
  padding: 10px;
  text-align: left;
  display: inline-block;
  border-top: 1px solid #e5e7f2; }
  /* line 209, static/themes/theme-23/scss/footer.scss */
  .footer-salessupport .seperator-line .support-nav {
    padding: 15px 0; }
    /* line 211, static/themes/theme-23/scss/footer.scss */
    .footer-salessupport .seperator-line .support-nav p {
      color: #343a40;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      margin: 0 25px 0 0;
      text-transform: uppercase;
      background-color: inherit;
      border: 0;
      display: inline-block;
      vertical-align: middle; }
    /* line 223, static/themes/theme-23/scss/footer.scss */
    .footer-salessupport .seperator-line .support-nav li {
      line-height: 1.61;
      padding-left: 0;
      position: relative; }
      /* line 227, static/themes/theme-23/scss/footer.scss */
      .footer-salessupport .seperator-line .support-nav li a {
        line-height: 16px;
        font-size: 14.5px;
        display: inline-block;
        height: inherit;
        padding: 0;
        color: #4d4d4d;
        transition: all 0.3s ease-in; }
        /* line 235, static/themes/theme-23/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a:hover {
          color: #0b369d; }
        /* line 238, static/themes/theme-23/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a:focus {
          color: #0b369d; }
        /* line 241, static/themes/theme-23/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a i {
          margin-right: 5px; }
        /* line 244, static/themes/theme-23/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a span {
          margin-right: 25px; }

/* line 253, static/themes/theme-23/scss/footer.scss */
.footer-copyright-wrap {
  background-color: #0b369d;
  border: solid 1px #0b369d; }
  /* line 257, static/themes/theme-23/scss/footer.scss */
  .footer-copyright-wrap .copyright-content ul {
    max-height: inherit;
    background-color: transparent;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4d4d4d;
    transition: all 0.3s ease-in; }
    /* line 266, static/themes/theme-23/scss/footer.scss */
    .footer-copyright-wrap .copyright-content ul li {
      line-height: 1.61;
      padding-left: 0;
      position: relative; }
      /* line 270, static/themes/theme-23/scss/footer.scss */
      .footer-copyright-wrap .copyright-content ul li a {
        line-height: 16px;
        font-size: 14.5px;
        display: inline-block;
        height: inherit;
        padding: 0;
        color: #ffffff;
        opacity: 0.9;
        transition: all 0.3s ease-in; }
        /* line 279, static/themes/theme-23/scss/footer.scss */
        .footer-copyright-wrap .copyright-content ul li a:hover {
          color: #ffffff;
          opacity: 1; }
        /* line 283, static/themes/theme-23/scss/footer.scss */
        .footer-copyright-wrap .copyright-content ul li a:focus {
          color: #ffffff;
          opacity: 1; }

/* line 299, static/themes/theme-23/scss/footer.scss */
.footer-top-call-to-action {
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
  border-radius: 0;
  padding: 15px; }
  /* line 306, static/themes/theme-23/scss/footer.scss */
  .footer-top-call-to-action .call-to-action-wrap a.callto-action-link {
    display: flex;
    align-items: center;
    color: inherit; }
    /* line 310, static/themes/theme-23/scss/footer.scss */
    .footer-top-call-to-action .call-to-action-wrap a.callto-action-link img {
      float: left;
      display: inline-block;
      margin-right: 15px; }
    /* line 315, static/themes/theme-23/scss/footer.scss */
    .footer-top-call-to-action .call-to-action-wrap a.callto-action-link .action-info {
      text-align: left; }
      /* line 317, static/themes/theme-23/scss/footer.scss */
      .footer-top-call-to-action .call-to-action-wrap a.callto-action-link .action-info h3 {
        color: inherit;
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 0; }
  /* line 326, static/themes/theme-23/scss/footer.scss */
  .footer-top-call-to-action:hover {
    background: #f7f9fb; }

/* line 334, static/themes/theme-23/scss/footer.scss */
.footer-new {
  position: relative;
  display: block;
  width: 100%; }

/* line 340, static/themes/theme-23/scss/footer.scss */
.footer-stick {
  position: absolute;
  right: 1%;
  top: -125px;
  z-index: 999; }
  /* line 346, static/themes/theme-23/scss/footer.scss */
  .footer-stick .follow {
    display: inline-block;
    cursor: default;
    padding: 0;
    margin: 0 .5em;
    position: relative;
    text-align: center;
    color: #ffffff; }
    /* line 355, static/themes/theme-23/scss/footer.scss */
    .footer-stick .follow:hover .label {
      opacity: 0;
      transition: opacity .3s .10s ease-out; }
    /* line 359, static/themes/theme-23/scss/footer.scss */
    .footer-stick .follow:hover .icon {
      border-radius: 1em;
      margin: 2px; }
  /* line 365, static/themes/theme-23/scss/footer.scss */
  .footer-stick .icon, .footer-stick .label {
    background-color: #0b369d;
    line-height: 2rem;
    opacity: 0.8; }
  /* line 370, static/themes/theme-23/scss/footer.scss */
  .footer-stick .label {
    border-radius: 1rem;
    position: absolute;
    font-size: .618em;
    font-weight: 900;
    padding: 0 2px;
    top: 0;
    opacity: 1;
    pointer-events: none;
    text-transform: uppercase;
    transition: opacity .3s .5s ease-out;
    color: #ffffff; }
  /* line 384, static/themes/theme-23/scss/footer.scss */
  .footer-stick .icon {
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 2em;
    margin: 0 -.5em;
    transition: background-color .3s ease-out, border-radius .3s .10s ease-out, margin .3s .10s ease-out;
    width: 2em;
    border: 1px solid transparent; }
    /* line 397, static/themes/theme-23/scss/footer.scss */
    .footer-stick .icon i {
      color: #ffffff; }
    /* line 401, static/themes/theme-23/scss/footer.scss */
    .footer-stick .icon.first {
      border-bottom-left-radius: 1em;
      border-top-left-radius: 1em;
      margin-left: 0; }
    /* line 407, static/themes/theme-23/scss/footer.scss */
    .footer-stick .icon.last {
      border-bottom-right-radius: 1em;
      border-top-right-radius: 1em;
      margin-right: 0; }
    /* line 413, static/themes/theme-23/scss/footer.scss */
    .footer-stick .icon:hover {
      background: #0b369d;
      opacity: 1; }

/* line 425, static/themes/theme-23/scss/footer.scss */
footer h6 {
  font-size: 1.1rem !important;
  font-weight: 500 !important; }

/* line 434, static/themes/theme-23/scss/footer.scss */
footer ul li:not(:hover) {
  opacity: 0.8; }

/* line 440, static/themes/theme-23/scss/footer.scss */
footer ul:not(.list-inline):not(.slides) > li {
  line-height: 1.803142857em !important; }

/* line 443, static/themes/theme-23/scss/footer.scss */
footer ul:not([class*='menu']) li > a:hover {
  text-decoration: none; }

/* line 448, static/themes/theme-23/scss/footer.scss */
footer ul:not([class*='menu']) li > a {
  font-weight: 400;
  font-size: 0.92514286em;
  display: block;
  color: #4d4d4d; }

/* line 465, static/themes/theme-23/scss/footer.scss */
footer a {
  font-weight: normal; }

/* line 468, static/themes/theme-23/scss/footer.scss */
footer a.small-text:not(:first-child) {
  margin-left: 1.85714286em;
  text-decoration: underline; }
  /* line 471, static/themes/theme-23/scss/footer.scss */
  footer a.small-text:not(:first-child):hover {
    text-decoration: none; }

/* line 477, static/themes/theme-23/scss/footer.scss */
footer .footer-bottom {
  position: relative;
  border: 0;
  margin-top: 1.5em; }

/* line 482, static/themes/theme-23/scss/footer.scss */
footer .footer-bottom:before {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, #0b369d 0, rgba(230, 230, 230, 0.2) 75%); }

/* line 5, static/themes/theme-23/scss/pages.scss */
.contact-section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -200px; }

/* line 13, static/themes/theme-23/scss/pages.scss */
.contact-form-wrap h3 {
  font-weight: normal; }

/* line 16, static/themes/theme-23/scss/pages.scss */
.contact-form-wrap form {
  margin: 40px 0; }
  /* line 19, static/themes/theme-23/scss/pages.scss */
  .contact-form-wrap form .form-group .form-control {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #e5e7f2;
    transition: all 0.3s ease-in;
    border-radius: 0;
    background: transparent; }
    /* line 27, static/themes/theme-23/scss/pages.scss */
    .contact-form-wrap form .form-group .form-control:focus {
      border-color: #0b369d; }

/* line 34, static/themes/theme-23/scss/pages.scss */
.contact-form-wrap .form-action-wrap .btn {
  padding: .375rem 3.75rem;
  margin-bottom: 15px; }

/* line 41, static/themes/theme-23/scss/pages.scss */
#whatsapp-chat-widget {
  position: fixed;
  bottom: 40px;
  left: 28px; }
  /* line 46, static/themes/theme-23/scss/pages.scss */
  #whatsapp-chat-widget a img {
    width: 170px; }

@media screen and (max-width: 600px) {
  /* line 53, static/themes/theme-23/scss/pages.scss */
  #whatsapp-chat-widget {
    position: fixed;
    bottom: 30px;
    left: 18px; }
    /* line 58, static/themes/theme-23/scss/pages.scss */
    #whatsapp-chat-widget a img {
      width: 50px; } }

/* line 66, static/themes/theme-23/scss/pages.scss */
.comments {
  margin-top: 5%;
  margin-left: 20px; }

/* line 71, static/themes/theme-23/scss/pages.scss */
.darker {
  border: 1px solid #ecb21f;
  float: right;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px; }

/* line 81, static/themes/theme-23/scss/pages.scss */
.comment {
  float: left;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px; }

/* line 91, static/themes/theme-23/scss/pages.scss */
.comment h4,
.comment span,
.darker h4,
.darker span {
  display: inline; }

/* line 105, static/themes/theme-23/scss/pages.scss */
h1,
h4 {
  fonts-weight: bold; }

/* line 111, static/themes/theme-23/scss/pages.scss */
label {
  color: #d4c7b1; }

/* line 115, static/themes/theme-23/scss/pages.scss */
#align-form {
  margin-top: 20px; }

/* line 119, static/themes/theme-23/scss/pages.scss */
.form-group p a {
  color: white; }

/* line 123, static/themes/theme-23/scss/pages.scss */
#checkbx {
  background-color: black; }

/* line 127, static/themes/theme-23/scss/pages.scss */
#darker img {
  margin-right: 15px;
  position: static; }

/* line 131, static/themes/theme-23/scss/pages.scss */
.hst-notice {
  font-weight: bold;
  color: #fff;
  text-align: center; }

/* line 136, static/themes/theme-23/scss/pages.scss */
.mar-20 {
  margin-top: -20px; }

/* line 140, static/themes/theme-23/scss/pages.scss */
.mar-l {
  margin-left: 37px; }

/* line 2, static/themes/theme-23/scss/customer.scss */
.CustomerBlock {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 12, static/themes/theme-23/scss/customer.scss */
  .CustomerBlock .customer-single .customer-single-item {
    margin-top: 30px;
    width: 100%;
    height: 380px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer;
    border-radius: 4px;
    background: #ffffff; }
    /* line 25, static/themes/theme-23/scss/customer.scss */
    .CustomerBlock .customer-single .customer-single-item .item-media {
      position: relative;
      height: 60%;
      background: url("/static/themes/theme-23/img/bg-450-360.jpg?868d3890f342") no-repeat center center/cover; }
      /* line 29, static/themes/theme-23/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-media .item-media-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        /* line 34, static/themes/theme-23/scss/customer.scss */
        .CustomerBlock .customer-single .customer-single-item .item-media .item-media-wrap .item-media-inner {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0;
          -webkit-transition: all .35s ease-out;
          transition: all .35s ease-out;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          background-position: 50%; }
      /* line 51, static/themes/theme-23/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-media .item-media-logo {
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        background: #efefef;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 175px;
        height: 120px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 4px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
        opacity: 1;
        z-index: 1; }
        /* line 78, static/themes/theme-23/scss/customer.scss */
        .CustomerBlock .customer-single .customer-single-item .item-media .item-media-logo img {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          z-index: 2; }
    /* line 92, static/themes/theme-23/scss/customer.scss */
    .CustomerBlock .customer-single .customer-single-item .item-text {
      text-align: center;
      height: 40%;
      position: relative;
      padding: 30px 15px 30px;
      -webkit-transition: all .45s ease-out;
      transition: all .45s ease-out; }
      /* line 99, static/themes/theme-23/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-text h5 {
        margin-bottom: 5px; }
      /* line 102, static/themes/theme-23/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 85px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      /* line 111, static/themes/theme-23/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-text a {
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        color: #0b369d;
        text-transform: uppercase;
        bottom: 10px;
        position: absolute;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
  /* line 138, static/themes/theme-23/scss/customer.scss */
  .CustomerBlock .customer-single:hover {
    -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
    /* line 144, static/themes/theme-23/scss/customer.scss */
    .CustomerBlock .customer-single:hover .item-media .item-media-logo {
      width: 101%;
      height: 100%;
      bottom: 0;
      opacity: 1;
      border-radius: 0;
      -webkit-box-shadow: unset;
      box-shadow: unset;
      -webkit-animation: animLogo .3s ease;
      animation: animLogo .3s ease;
      background: #0b369c; }
    /* line 156, static/themes/theme-23/scss/customer.scss */
    .CustomerBlock .customer-single:hover .item-media .item-media-wrap .item-media-inner {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    /* line 164, static/themes/theme-23/scss/customer.scss */
    .CustomerBlock .customer-single:hover .item-text {
      padding: 25px 15px;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    /* line 169, static/themes/theme-23/scss/customer.scss */
    .CustomerBlock .customer-single:hover .item-text a {
      opacity: 1;
      bottom: 23px;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      -webkit-transition-delay: .25s;
      transition-delay: .25s; }

@media (min-width: 900px) {
  /* line 184, static/themes/theme-23/scss/customer.scss */
  .CustomerBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/* line 195, static/themes/theme-23/scss/customer.scss */
.client-slider .item {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 200, static/themes/theme-23/scss/customer.scss */
.client-slider .item img {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
  width: 150px; }
  /* line 206, static/themes/theme-23/scss/customer.scss */
  .client-slider .item img:hover {
    cursor: move;
    filter: none;
    -webkit-filter: grayscale(0%); }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media screen and (max-width: 320px) and (min-width: 0px) {
  /* line 8, static/themes/theme-23/scss/responsive.scss */
  .hotline-text .col {
    flex-basis: 100%; }
    /* line 10, static/themes/theme-23/scss/responsive.scss */
    .hotline-text .col .search-box-wrap {
      right: 0; }
  /* line 21, static/themes/theme-23/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap span {
    font-size: 13px;
    padding: 0 10px; }
  /* line 25, static/themes/theme-23/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap h1 {
    font-size: 25px;
    line-height: 27px; }
  /* line 29, static/themes/theme-23/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap p {
    font-size: 16px;
    line-height: 20px; }
  /* line 40, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 10px; }
  /* line 46, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; }
  /* line 53, static/themes/theme-23/scss/responsive.scss */
  #sidebarCollapse {
    position: absolute;
    right: 0; } }

/* Custom, iPhone Retina */
@media screen and (max-width: 360px) and (min-width: 321px) {
  /* line 66, static/themes/theme-23/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 69, static/themes/theme-23/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 76, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 10px; }
  /* line 82, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; } }

/* Custom, iPhone Retina */
@media screen and (max-width: 375px) and (min-width: 361px) {
  /* line 93, static/themes/theme-23/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 96, static/themes/theme-23/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 102, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 10px; }
  /* line 108, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; } }

/* Extra Small Devices, Phones */
@media screen and (max-width: 414px) and (min-width: 376px) {
  /* line 119, static/themes/theme-23/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 122, static/themes/theme-23/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 129, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 10px; }
  /* line 135, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; } }

/* Extra Small Devices, Phones */
@media screen and (max-width: 480px) and (min-width: 415px) {
  /* line 146, static/themes/theme-23/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 149, static/themes/theme-23/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 157, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px; }
  /* line 163, static/themes/theme-23/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 18px;
    line-height: 24px; } }

/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media screen and (max-width: 414px) and (min-width: 320px) {
  /* line 276, static/themes/theme-23/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 279, static/themes/theme-23/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 283, static/themes/theme-23/scss/responsive.scss */
  .hotline-text .col {
    flex-basis: 100%; }
    /* line 285, static/themes/theme-23/scss/responsive.scss */
    .hotline-text .col .search-box-wrap {
      right: 0; }
  /* line 296, static/themes/theme-23/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap span {
    font-size: 13px;
    padding: 0 10px; }
  /* line 300, static/themes/theme-23/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap h1 {
    font-size: 25px;
    line-height: 27px; }
  /* line 304, static/themes/theme-23/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap p {
    font-size: 16px;
    line-height: 20px; }
  /* line 317, static/themes/theme-23/scss/responsive.scss */
  .hyper-tab .justify-content-center li {
    width: 30%; }
    /* line 319, static/themes/theme-23/scss/responsive.scss */
    .hyper-tab .justify-content-center li a.nav-link-one {
      padding: 10px;
      border-bottom: 1px solid #e5e7f2; }
      /* line 322, static/themes/theme-23/scss/responsive.scss */
      .hyper-tab .justify-content-center li a.nav-link-one img {
        display: inherit; }
    /* line 326, static/themes/theme-23/scss/responsive.scss */
    .hyper-tab .justify-content-center li p {
      display: none; }
    /* line 331, static/themes/theme-23/scss/responsive.scss */
    .hyper-tab .justify-content-center li .active:after {
      display: none; }
  /* line 341, static/themes/theme-23/scss/responsive.scss */
  .ListBlock .list-type-two-col li {
    max-width: 100%;
    flex: 1 1 100%; } }

@media screen and (max-width: 768px) and (min-width: 414px) {
  /* line 355, static/themes/theme-23/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 358, static/themes/theme-23/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 365, static/themes/theme-23/scss/responsive.scss */
  .hyper-tab .justify-content-center li {
    width: 30%; }
    /* line 367, static/themes/theme-23/scss/responsive.scss */
    .hyper-tab .justify-content-center li a.nav-link-one {
      padding: 10px;
      border-bottom: 1px solid #e5e7f2; }
      /* line 370, static/themes/theme-23/scss/responsive.scss */
      .hyper-tab .justify-content-center li a.nav-link-one img {
        display: inherit; }
    /* line 374, static/themes/theme-23/scss/responsive.scss */
    .hyper-tab .justify-content-center li p {
      display: none; }
    /* line 379, static/themes/theme-23/scss/responsive.scss */
    .hyper-tab .justify-content-center li .active:after {
      display: none; } }

@media screen and (min-width: 1270px) {
  /* line 388, static/themes/theme-23/scss/responsive.scss */
  .right-side {
    display: flex; }
  /* line 391, static/themes/theme-23/scss/responsive.scss */
  .openMobileNav {
    display: none; } }

@media screen and (max-width: 1269px) {
  /* line 397, static/themes/theme-23/scss/responsive.scss */
  .right-side {
    display: none; }
  /* line 400, static/themes/theme-23/scss/responsive.scss */
  .openMobileNav {
    display: none;
    background: transparent; }
  /* line 404, static/themes/theme-23/scss/responsive.scss */
  .button-group {
    display: none; }
  /* line 407, static/themes/theme-23/scss/responsive.scss */
  .logo-display {
    max-width: 225px; }
  /* line 410, static/themes/theme-23/scss/responsive.scss */
  .megaMenuItem .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    font-size: 14px !important; } }

@media screen and (max-width: 992px) {
  /* line 418, static/themes/theme-23/scss/responsive.scss */
  .openMobileNav {
    display: block;
    background: transparent;
    height: 10%;
    font-size: 18px; }
  /* line 425, static/themes/theme-23/scss/responsive.scss */
  .button-group {
    display: none; }
  /* line 428, static/themes/theme-23/scss/responsive.scss */
  .logo-display {
    max-width: 200px; } }

/* line 2, static/themes/theme-23/scss/leadership.scss */
.LeadershipBlock {
  position: relative;
  display: block;
  width: 100%; }
  /* line 6, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFF;
    border: 1px solid #E2E9ED; }
  /* line 19, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  /* line 26, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="2"] .at-column {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  /* line 33, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="3"] .at-column {
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }
  /* line 40, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  /* line 47, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="5"] .at-column {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }
  /* line 54, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="6"] .at-column {
    width: 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }
  /* line 61, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="7"] .at-column {
    width: 14.28571%;
    max-width: 14.28571%;
    min-width: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%; }
  /* line 68, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="8"] .at-column {
    width: 12.5%;
    max-width: 12.5%;
    min-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%; }
  /* line 75, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-grid[data-column="9"] .at-column {
    width: 11.11111%;
    max-width: 11.11111%;
    min-width: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%; }
  /* line 82, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-column {
    z-index: 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 0 1px #e5e7f2;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease; }
  /* line 94, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-column:before {
    content: "";
    display: block;
    padding-top: 100%; }
  /* line 99, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-column:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.3s ease; }
  /* line 110, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-column:hover .at-social {
    margin: 15px 0 0;
    opacity: 1; }
  @media (max-width: 800px) {
    /* line 115, static/themes/theme-23/scss/leadership.scss */
    .LeadershipBlock .at-column {
      width: 50% !important;
      max-width: 50% !important;
      min-width: 50% !important;
      -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important; } }
  @media (max-width: 600px) {
    /* line 124, static/themes/theme-23/scss/leadership.scss */
    .LeadershipBlock .at-column {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important; } }
  /* line 134, static/themes/theme-23/scss/leadership.scss */
  .LeadershipBlock .at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center; }
    /* line 142, static/themes/theme-23/scss/leadership.scss */
    .LeadershipBlock .at-user .at-user__avatar {
      width: 150px;
      height: 150px;
      border-radius: 100%;
      margin: 0 auto 20px;
      overflow: hidden; }
      /* line 148, static/themes/theme-23/scss/leadership.scss */
      .LeadershipBlock .at-user .at-user__avatar img {
        display: block;
        width: 100%;
        max-width: 100%; }
    /* line 154, static/themes/theme-23/scss/leadership.scss */
    .LeadershipBlock .at-user .at-user__name {
      color: #343a40; }
      /* line 156, static/themes/theme-23/scss/leadership.scss */
      .LeadershipBlock .at-user .at-user__name h5 {
        margin-bottom: 5px; }
    /* line 160, static/themes/theme-23/scss/leadership.scss */
    .LeadershipBlock .at-user .at-user__title {
      color: #343a40;
      font-size: 0.875rem;
      line-height: 1.375rem;
      color: #f7f9fb; }
    /* line 167, static/themes/theme-23/scss/leadership.scss */
    .LeadershipBlock .at-user .at-social {
      margin: 0 0 -18px;
      opacity: 0;
      -webkit-transition: margin 0.2s ease, opacity 0.2s ease;
      transition: margin 0.2s ease, opacity 0.2s ease; }
      /* line 172, static/themes/theme-23/scss/leadership.scss */
      .LeadershipBlock .at-user .at-social .at-social__item {
        display: inline-block;
        margin: 0 2px; }
        /* line 175, static/themes/theme-23/scss/leadership.scss */
        .LeadershipBlock .at-user .at-social .at-social__item a {
          display: block; }
          /* line 177, static/themes/theme-23/scss/leadership.scss */
          .LeadershipBlock .at-user .at-social .at-social__item a i {
            color: #0b369d;
            display: block;
            -webkit-transition: fill 0.2s ease;
            transition: fill 0.2s ease;
            width: 30px;
            height: 30px;
            line-height: 30px; }
            /* line 185, static/themes/theme-23/scss/leadership.scss */
            .LeadershipBlock .at-user .at-social .at-social__item a i:hover {
              color: #f7f9fb; }

/* line 1, static/themes/theme-23/scss/bullet-list.scss */
.BulletListBlock {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  /* line 7, static/themes/theme-23/scss/bullet-list.scss */
  .BulletListBlock ul li {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; }
    /* line 13, static/themes/theme-23/scss/bullet-list.scss */
    .BulletListBlock ul li p {
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      font-size: 18px; }
      /* line 20, static/themes/theme-23/scss/bullet-list.scss */
      .BulletListBlock ul li p img {
        float: left;
        margin-right: 10px; }

/* line 31, static/themes/theme-23/scss/bullet-list.scss */
.bullet-list {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  /* line 36, static/themes/theme-23/scss/bullet-list.scss */
  .bullet-list h5 {
    font-size: 16px;
    color: #4d4d4d; }
  /* line 40, static/themes/theme-23/scss/bullet-list.scss */
  .bullet-list ul {
    margin-left: 15px; }
    /* line 42, static/themes/theme-23/scss/bullet-list.scss */
    .bullet-list ul li {
      margin-bottom: 8px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-start;
      line-height: 24px;
      font-size: 15px;
      color: #666; }
      /* line 51, static/themes/theme-23/scss/bullet-list.scss */
      .bullet-list ul li i {
        margin-right: 5px;
        font-size: 6px;
        line-height: 22px;
        color: #666; }

/* line 61, static/themes/theme-23/scss/bullet-list.scss */
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  content: '\f105' !important;
  font-family: 'FontAwesome';
  font-size: 13px !important; }

/* line 68, static/themes/theme-23/scss/bullet-list.scss */
.divine-bread .custom-text {
  font-size: 13px; }

/* line 72, static/themes/theme-23/scss/bullet-list.scss */
.divine-bread .breadcrumb {
  padding: 0.2rem 0rem;
  margin-bottom: 0px !important;
  background-color: transparent; }

/* line 79, static/themes/theme-23/scss/bullet-list.scss */
.breadcrumb-wrapper {
  background-color: #f5f5f5; }

/* line 2, static/themes/theme-23/scss/products.scss */
.ProductsBlock {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto; }
  /* line 7, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* line 18, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="1"] .at-column {
    width: 99%;
    max-width: 99%;
    min-width: 10990%;
    -ms-flex-preferred-size: 99%;
    flex-basis: 99%;
    margin: 1%; }
  /* line 26, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="2"] .at-column {
    width: 49%;
    max-width: 49%;
    min-width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin: 1%; }
  /* line 34, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="3"] .at-column {
    width: 31.33333%;
    max-width: 31.33333%;
    min-width: 31.33333%;
    -ms-flex-preferred-size: 31.33333%;
    flex-basis: 31.33333%;
    margin: 1%; }
  /* line 42, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="4"] .at-column {
    width: 24%;
    max-width: 24%;
    min-width: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin: 1%; }
  /* line 50, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="5"] .at-column {
    width: 19%;
    max-width: 19%;
    min-width: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    margin: 1%; }
  /* line 58, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="6"] .at-column {
    width: 14.66667%;
    max-width: 14.66667%;
    min-width: 14.66667%;
    -ms-flex-preferred-size: 14.66667%;
    flex-basis: 14.66667%;
    margin: 1%; }
  /* line 66, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="7"] .at-column {
    width: 12.28571%;
    max-width: 12.28571%;
    min-width: 12.28571%;
    -ms-flex-preferred-size: 12.28571%;
    flex-basis: 12.28571%;
    margin: 1%; }
  /* line 74, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="8"] .at-column {
    width: 10.5%;
    max-width: 10.5%;
    min-width: 10.5%;
    -ms-flex-preferred-size: 10.5%;
    flex-basis: 10.5%;
    margin: 1%; }
  /* line 82, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-grid[data-column="9"] .at-column {
    width: 11.11111%;
    max-width: 11.11111%;
    min-width: 11.11111%;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    margin: 1%; }
  /* line 90, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .at-column {
    height: 100%;
    z-index: 0;
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 0 1px #e5e7f2;
    box-sizing: border-box; }
    /* line 99, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .at-column .bg-img {
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    /* line 106, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .at-column:hover .bg-img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    /* line 116, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .at-column:focus .bg-img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  @media (max-width: 800px) {
    /* line 127, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .at-column {
      width: 48% !important;
      max-width: 48% !important;
      min-width: 48% !important;
      -ms-flex-preferred-size: 48% !important;
      flex-basis: 48% !important; } }
  @media (max-width: 600px) {
    /* line 136, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .at-column {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important; } }
  /* line 145, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .product-content-wrap {
    padding: 15px; }
    /* line 147, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .product-content-wrap p {
      text-align: left;
      height: 115px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 115px;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      margin: 10px 0; }
    /* line 159, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .product-content-wrap .product-features-list li {
      font-size: 16px;
      position: relative;
      padding: 4px 0px 4px 0px;
      border-bottom: 1px solid #e5e7f2;
      cursor: pointer; }
      /* line 165, static/themes/theme-23/scss/products.scss */
      .ProductsBlock .product-content-wrap .product-features-list li:last-child {
        border-bottom: none; }
      /* line 168, static/themes/theme-23/scss/products.scss */
      .ProductsBlock .product-content-wrap .product-features-list li a {
        color: #666;
        display: block; }
        /* line 171, static/themes/theme-23/scss/products.scss */
        .ProductsBlock .product-content-wrap .product-features-list li a i {
          color: #e5e7f2; }
      /* line 176, static/themes/theme-23/scss/products.scss */
      .ProductsBlock .product-content-wrap .product-features-list li:hover a {
        color: #0b369d; }
        /* line 178, static/themes/theme-23/scss/products.scss */
        .ProductsBlock .product-content-wrap .product-features-list li:hover a i {
          color: #0b369d; }
  /* line 186, static/themes/theme-23/scss/products.scss */
  .ProductsBlock .product-pricing-wrap {
    border-top: 1px solid #e5e7f2;
    padding: 15px;
    background: rgba(230, 230, 230, 0.2); }
    /* line 190, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .product-pricing-wrap h5 {
      margin-bottom: 0; }
    /* line 193, static/themes/theme-23/scss/products.scss */
    .ProductsBlock .product-pricing-wrap p {
      font-size: 14px; }

/* line 4, static/themes/theme-23/scss/accordion.scss */
.hyper-accordion .card {
  background: transparent; }
  /* line 6, static/themes/theme-23/scss/accordion.scss */
  .hyper-accordion .card .card-header {
    background: #efefef; }
    /* line 8, static/themes/theme-23/scss/accordion.scss */
    .hyper-accordion .card .card-header a {
      display: inline-block;
      width: 100%;
      font-family: "IBM Plex Sans", sans-serif;
      color: inherit;
      font-weight: bold; }
    /* line 16, static/themes/theme-23/scss/accordion.scss */
    .hyper-accordion .card .card-header a.not-collapse:after {
      font-family: "fontawesome";
      content: "\f068";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 300;
      float: right; }
    /* line 27, static/themes/theme-23/scss/accordion.scss */
    .hyper-accordion .card .card-header a.collapsed:after {
      font-family: "fontawesome";
      content: "\f067";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 300;
      float: right; }
  /* line 38, static/themes/theme-23/scss/accordion.scss */
  .hyper-accordion .card:last-child {
    border-bottom: none !important; }
  /* line 43, static/themes/theme-23/scss/accordion.scss */
  .hyper-accordion .card .card-body p {
    opacity: 0.9; }
  /* line 46, static/themes/theme-23/scss/accordion.scss */
  .hyper-accordion .card .card-body:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* line 1, static/themes/theme-23/scss/pricing-package.scss */
.hyper-pricing {
  border-radius: 4px;
  transition: all 0.3s ease-in; }
  /* line 4, static/themes/theme-23/scss/pricing-package.scss */
  .hyper-pricing .single-pricing-package {
    border: 1px solid #e5e7f2;
    height: 100%;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in;
    margin-bottom: 40px; }
    /* line 11, static/themes/theme-23/scss/pricing-package.scss */
    .hyper-pricing .single-pricing-package .popular-label {
      position: absolute;
      top: -38px;
      text-align: center;
      left: 0;
      right: 0;
      margin: auto;
      padding: 5px; }
    /* line 20, static/themes/theme-23/scss/pricing-package.scss */
    .hyper-pricing .single-pricing-package .package-type {
      padding: 15px;
      text-align: center;
      border-bottom: 1px solid #e5e7f2; }
      /* line 24, static/themes/theme-23/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .package-type p {
        margin-bottom: 0;
        font-size: 20px; }
      /* line 28, static/themes/theme-23/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .package-type h4 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
        color: #0b369d; }
    /* line 35, static/themes/theme-23/scss/pricing-package.scss */
    .hyper-pricing .single-pricing-package .pricing-feature-wrap {
      padding: 15px 15px 0; }
      /* line 37, static/themes/theme-23/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .pricing-feature-wrap h6 {
        font-size: 15px;
        margin-bottom: 0;
        color: #0b369d; }
      /* line 43, static/themes/theme-23/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .pricing-feature-wrap .pricing-feature-list li {
        font-size: 14px;
        color: #666;
        position: relative;
        display: flex;
        align-items: center; }
        /* line 49, static/themes/theme-23/scss/pricing-package.scss */
        .hyper-pricing .single-pricing-package .pricing-feature-wrap .pricing-feature-list li i {
          font-size: 10px;
          line-height: 10px;
          color: green;
          margin-right: 5px; }
    /* line 59, static/themes/theme-23/scss/pricing-package.scss */
    .hyper-pricing .single-pricing-package:hover {
      webkit-box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
      -o-box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
      box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
      -webkit-transform: translate(0, -5px);
      -moz-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      -o-transform: translate(0, -5px);
      transform: translate(0, -5px);
      border-radius: 4px;
      background: #efefef; }

/* line 80, static/themes/theme-23/scss/pricing-package.scss */
.pricing-table-single {
  border-radius: 4px;
  transition: all .3s ease; }
  /* line 83, static/themes/theme-23/scss/pricing-package.scss */
  .pricing-table-single:hover {
    -webkit-box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
    box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3); }

/* line 88, static/themes/theme-23/scss/pricing-package.scss */
.pricing-header {
  padding: 15px 15px 70px;
  color: #ffffff; }

/* line 93, static/themes/theme-23/scss/pricing-package.scss */
.color-1 {
  border: 1px solid #518cfb; }

/* line 96, static/themes/theme-23/scss/pricing-package.scss */
.color-2 {
  border: 1px solid #34b36f; }

/* line 100, static/themes/theme-23/scss/pricing-package.scss */
.color-3 {
  border: 1px solid #b56fe3; }

/* line 103, static/themes/theme-23/scss/pricing-package.scss */
.color-4 {
  border: 1px solid #f4ae3e; }

/* line 106, static/themes/theme-23/scss/pricing-package.scss */
.color-1 .pricing-header {
  background-image: linear-gradient(to bottom, #3d3efe, #3156ff, #316aff, #3e7cff, #518cfb); }

/* line 110, static/themes/theme-23/scss/pricing-package.scss */
.color-2 .pricing-header {
  background-image: linear-gradient(to bottom, #1a8247, #218e51, #279a5b, #2ea665, #34b36f); }

/* line 114, static/themes/theme-23/scss/pricing-package.scss */
.color-3 .pricing-header {
  background-image: linear-gradient(to bottom, #6800fa, #842af4, #9844ee, #a85ae8, #b56fe3); }

/* line 118, static/themes/theme-23/scss/pricing-package.scss */
.color-4 .pricing-header {
  background-image: linear-gradient(to bottom, #f7721d, #f78221, #f69228, #f5a032, #f4ae3e); }

/* line 125, static/themes/theme-23/scss/pricing-package.scss */
.color-1 .pricing-feature-content li:first-child {
  color: #316aff; }

/* line 132, static/themes/theme-23/scss/pricing-package.scss */
.color-2 .pricing-feature-content li:first-child {
  color: #279a5b; }

/* line 139, static/themes/theme-23/scss/pricing-package.scss */
.color-3 .pricing-feature-content li:first-child {
  color: #9844ee; }

/* line 146, static/themes/theme-23/scss/pricing-package.scss */
.color-4 .pricing-feature-content li:first-child {
  color: #f69228; }

/* line 151, static/themes/theme-23/scss/pricing-package.scss */
.pricing-feature-content {
  background: #ffffff;
  position: relative;
  border: 1px solid #ebebeb;
  padding: 12px 30px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.08); }
  /* line 158, static/themes/theme-23/scss/pricing-package.scss */
  .pricing-feature-content li {
    font-size: 14px;
    display: block; }
    /* line 161, static/themes/theme-23/scss/pricing-package.scss */
    .pricing-feature-content li i {
      font-size: 12px; }
    /* line 164, static/themes/theme-23/scss/pricing-package.scss */
    .pricing-feature-content li i.fa-check {
      color: green; }
    /* line 167, static/themes/theme-23/scss/pricing-package.scss */
    .pricing-feature-content li i.fa-times {
      color: red; }
    /* line 170, static/themes/theme-23/scss/pricing-package.scss */
    .pricing-feature-content li:first-child {
      text-align: center;
      position: absolute;
      top: -80px;
      background: #ffffff;
      width: 104%;
      left: -5px;
      right: 0;
      border: 1px solid #ebebeb;
      border-radius: 4px 4px 0 0;
      padding: 15px 10px; }
      /* line 181, static/themes/theme-23/scss/pricing-package.scss */
      .pricing-feature-content li:first-child i {
        display: none; }
      /* line 184, static/themes/theme-23/scss/pricing-package.scss */
      .pricing-feature-content li:first-child strong {
        font-size: 30px;
        display: block;
        line-height: 30px; }
      /* line 189, static/themes/theme-23/scss/pricing-package.scss */
      .pricing-feature-content li:first-child span {
        display: block;
        font-size: 14px;
        line-height: 18px; }

/* line 200, static/themes/theme-23/scss/pricing-package.scss */
.pricing-header h3 {
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 36px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0; }

/* line 212, static/themes/theme-23/scss/pricing-package.scss */
.pricing-table-single h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }

/* line 217, static/themes/theme-23/scss/pricing-package.scss */
.pricing-table-single h4, .pricing-table-single h4 {
  margin: 0 0 10px;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif; }

/* line 222, static/themes/theme-23/scss/pricing-package.scss */
.total-pricing h4 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 27px;
  color: #51ac51; }

/* line 229, static/themes/theme-23/scss/pricing-package.scss */
.total-pricing small {
  font-size: 13px; }

/* line 232, static/themes/theme-23/scss/pricing-package.scss */
.pricing-header p {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 66px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0; }

/* line 246, static/themes/theme-23/scss/pricing-package.scss */
.pricing-contents {
  background: #ffffff;
  padding: 20px 10px; }

/* line 251, static/themes/theme-23/scss/pricing-package.scss */
.total-pricing {
  padding: 18px 0;
  margin-top: 5px; }

/* line 256, static/themes/theme-23/scss/pricing-package.scss */
.custom-pricing {
  padding-bottom: 20px; }

/* line 263, static/themes/theme-23/scss/pricing-package.scss */
.current-price span {
  font-weight: 500;
  font-size: 15px; }

/* line 268, static/themes/theme-23/scss/pricing-package.scss */
.pricing-btn a {
  margin: 0 5px 0; }

/* line 273, static/themes/theme-23/scss/pricing-package.scss */
.pricing-table-contents {
  padding: 30px 18px; }
  /* line 275, static/themes/theme-23/scss/pricing-package.scss */
  .pricing-table-contents .stater-btn-outline {
    display: inline-block;
    padding: 2px 16px;
    border: 2px solid #fbb03b;
    border-radius: 4px;
    background-color: transparent;
    color: #0b369d;
    font: 500 15px/30px "IBM Plex Sans", sans-serif;
    -o-transition: border .3s ease , background-color .3s ease , color .3s ease;
    -webkit-transition: border .3s ease , background-color .3s ease , color .3s ease;
    -moz-transition: border .3s ease , background-color .3s ease , color .3s ease;
    transition: border .3s ease , background-color .3s ease , color .3s ease; }
  /* line 289, static/themes/theme-23/scss/pricing-package.scss */
  .pricing-table-contents .stater-btn-solid {
    display: inline-block;
    padding: 2px 16px;
    border: 2px solid #fbb03b;
    border-radius: 4px;
    background-color: #fbb03b;
    color: #0b369d;
    font: 500 15px/30px "IBM Plex Sans", sans-serif;
    -o-transition: border .3s ease , background-color .3s ease , color .3s ease;
    -webkit-transition: border .3s ease , background-color .3s ease , color .3s ease;
    -moz-transition: border .3s ease , background-color .3s ease , color .3s ease;
    transition: border .3s ease , background-color .3s ease , color .3s ease; }
  /* line 302, static/themes/theme-23/scss/pricing-package.scss */
  .pricing-table-contents .stater-btn-outline:hover {
    border: 2px solid #51ac51;
    background-color: #51ac51;
    color: #ffffff;
    text-decoration: none; }
  /* line 308, static/themes/theme-23/scss/pricing-package.scss */
  .pricing-table-contents .stater-btn-solid:hover {
    border: 2px solid #51ac51;
    background: transparent;
    color: #0b369d;
    text-decoration: none; }

/* line 318, static/themes/theme-23/scss/pricing-package.scss */
.radio-form-container .inputGroup {
  background-color: #fff;
  display: block;
  position: relative; }
  /* line 328, static/themes/theme-23/scss/pricing-package.scss */
  .radio-form-container .inputGroup label {
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    font-size: 13px;
    padding-left: 15px; }
    /* line 341, static/themes/theme-23/scss/pricing-package.scss */
    .radio-form-container .inputGroup label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #ebebeb;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -3; }
    /* line 356, static/themes/theme-23/scss/pricing-package.scss */
    .radio-form-container .inputGroup label:after {
      width: 18px;
      height: 18px;
      content: '';
      border: 0 solid #D1D7DC;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
      background-repeat: no-repeat;
      background-position: 0 -5px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in; }
  /* line 378, static/themes/theme-23/scss/pricing-package.scss */
  .radio-form-container .inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1; }
  /* line 383, static/themes/theme-23/scss/pricing-package.scss */
  .radio-form-container .inputGroup input:checked ~ label:after {
    background-color: #0b369d;
    border-color: #0b369d; }
  /* line 389, static/themes/theme-23/scss/pricing-package.scss */
  .radio-form-container .inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden; }

/* line 406, static/themes/theme-23/scss/pricing-package.scss */
.inputGroup.single-pricing-input label {
  text-align: center; }
  /* line 408, static/themes/theme-23/scss/pricing-package.scss */
  .inputGroup.single-pricing-input label:before, .inputGroup.single-pricing-input label:after {
    content: none; }

/* line 416, static/themes/theme-23/scss/pricing-package.scss */
.call-to-action-content h1, .call-to-action-content h2, .call-to-action-content h3, .call-to-action-content p {
  color: #ffffff; }

/* line 419, static/themes/theme-23/scss/pricing-package.scss */
.custom-outline-btn, .custom-solid-btn, .accent-solid-btn {
  padding: 0.90rem 2.90rem;
  margin: 15px 10px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all .2s ease-out;
  will-change: transform;
  font-size: 15px; }

/* line 430, static/themes/theme-23/scss/pricing-package.scss */
.custom-outline-btn {
  border: 1px solid #fbb03b;
  color: #ffffff; }

/* line 435, static/themes/theme-23/scss/pricing-package.scss */
.custom-solid-btn {
  background: #fbb03b;
  border: 1px solid #fbb03b;
  color: #0b369d; }

/* line 442, static/themes/theme-23/scss/pricing-package.scss */
.custom-outline-btn:hover {
  background: #fbb03b;
  color: #0b369d;
  border-color: #fbb03b; }

/* line 449, static/themes/theme-23/scss/pricing-package.scss */
.custom-solid-btn:hover {
  background: #0b369d;
  color: #ffffff;
  border-color: #fbb03b;
  transform: translateY(-3px); }

/* line 456, static/themes/theme-23/scss/pricing-package.scss */
.custom-outline-btn:hover, .custom-solid-btn:hover {
  transform: translateY(-3px); }

/* line 462, static/themes/theme-23/scss/pricing-package.scss */
.accent-solid-btn {
  background: #007bff;
  color: #fff; }
  /* line 465, static/themes/theme-23/scss/pricing-package.scss */
  .accent-solid-btn:hover {
    color: #eff4f8;
    background: #007bff;
    opacity: 0.9; }

/* line 471, static/themes/theme-23/scss/pricing-package.scss */
.redis-solid-btn {
  text-decoration: none;
  padding: 0.45rem 1.90rem;
  margin: 0px 5px;
  background: #8D0025;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid #8D0025;
  color: #ffffff;
  font-weight: normal; }
  /* line 482, static/themes/theme-23/scss/pricing-package.scss */
  .redis-solid-btn:hover {
    transition: all 0.3s ease-in;
    color: #8D0025;
    background: #ffffff;
    font-weight: 500; }

/* line 1, static/themes/theme-23/scss/contentboxsvg.scss */
.industry-support {
  background: url("https://res.cloudinary.com/thundergod/image/upload/v1569752133/prismvat-new/curv-bg.jpg") no-repeat center bottom/cover; }

/* line 4, static/themes/theme-23/scss/contentboxsvg.scss */
.industry-support-single {
  border-radius: 4px;
  background: #fff;
  transition: all .2s ease-out;
  will-change: transform; }

/* line 11, static/themes/theme-23/scss/contentboxsvg.scss */
.industry-support-single:hover {
  transform: translateY(-10px); }

/* line 15, static/themes/theme-23/scss/contentboxsvg.scss */
.color-1 {
  box-shadow: inset 0 10px 0 #fbb03b, 0 0 4px rgba(0, 0, 0, 0.12); }

/* line 18, static/themes/theme-23/scss/contentboxsvg.scss */
.color-2 {
  box-shadow: inset 0 10px 0 #000038, 0 0 4px rgba(0, 0, 0, 0.12); }

/* line 21, static/themes/theme-23/scss/contentboxsvg.scss */
.color-3 {
  box-shadow: inset 0 10px 0 #007bff, 0 0 4px rgba(0, 0, 0, 0.12); }

/* line 4, static/themes/theme-23/scss/progressbar.scss */
.title_custom {
  text-align: left;
  margin-top: 20px; }

/* line 10, static/themes/theme-23/scss/progressbar.scss */
.subtitle_custom {
  text-align: right;
  margin-top: 20px; }

/* line 15, static/themes/theme-23/scss/progressbar.scss */
.progress {
  width: 100%;
  height: 15px;
  background-color: white;
  border-radius: 5px; }

/* line 22, static/themes/theme-23/scss/progressbar.scss */
.progress .progress-bar {
  width: 0%;
  opacity: 0;
  background-color: #273272;
  border-radius: 5px;
  position: relative;
  transition: all .5s; }

/* line 31, static/themes/theme-23/scss/progressbar.scss */
.progress-bar span {
  position: absolute;
  top: 0;
  right: 0; }
