/* ----------------------------------------------------
	IMPORT GOOGLE FONTS
------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* -----------------------------------------
			   01.	RESET CSS
-------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 22, website/static/themes/theme-21/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 44, website/static/themes/theme-21/scss/global.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 49, website/static/themes/theme-21/scss/global.scss */
body {
  line-height: 1; }

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

/* line 57, website/static/themes/theme-21/scss/global.scss */
blockquote, q {
  quotes: none; }

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

/* line 67, website/static/themes/theme-21/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)
-------------------------------------------*/
/*body css*/
/* line 77, website/static/themes/theme-21/scss/global.scss */
body {
  background: #ffffff;
  color: #4d4d4d;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 27px; }

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

/*header*/
/* line 90, website/static/themes/theme-21/scss/global.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  color: #2a2a2a;
  font-family: "Poppins", sans-serif; }

/* line 97, website/static/themes/theme-21/scss/global.scss */
h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700; }

/* line 103, website/static/themes/theme-21/scss/global.scss */
h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500; }

/* line 109, website/static/themes/theme-21/scss/global.scss */
h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500; }

/* line 115, website/static/themes/theme-21/scss/global.scss */
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500; }

/* line 121, website/static/themes/theme-21/scss/global.scss */
h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

/* line 127, website/static/themes/theme-21/scss/global.scss */
h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

/* line 133, website/static/themes/theme-21/scss/global.scss */
b, strong {
  font-weight: 500;
  font-family: "Poppins", sans-serif; }

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

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

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

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

/*link*/
/* line 163, website/static/themes/theme-21/scss/global.scss */
a {
  color: rgba(0, 114, 246, 0.75);
  text-decoration: none;
  transition: all 0.3s ease-in; }

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

/* line 176, website/static/themes/theme-21/scss/global.scss */
a:hover,
a:focus {
  color: #2f3184;
  outline: none;
  text-decoration: none; }

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

/*margin, padding*/
/* line 189, website/static/themes/theme-21/scss/global.scss */
.m-0 {
  margin: 0; }

/* line 193, website/static/themes/theme-21/scss/global.scss */
.p-0 {
  padding: 0; }

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

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

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

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

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

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

/* line 224, website/static/themes/theme-21/scss/global.scss */
.instagram {
  color: #bc2a8d; }

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

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

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

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

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

/* line 252, website/static/themes/theme-21/scss/global.scss */
.youtube {
  color: #bb0000; }

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

/* line 261, website/static/themes/theme-21/scss/global.scss */
.pinterest {
  color: #cb2027; }

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

/* line 270, website/static/themes/theme-21/scss/global.scss */
.dribbble {
  color: #ea4c89; }

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

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

/* line 288, website/static/themes/theme-21/scss/global.scss */
.custom-border-btn {
  border: 2px solid #2f3184;
  color: #2f3184;
  background: transparent; }

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

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

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

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

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

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

/* line 348, website/static/themes/theme-21/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 361, website/static/themes/theme-21/scss/global.scss */
.search-section-heading h1 {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  font-weight: normal; }

/* line 367, website/static/themes/theme-21/scss/global.scss */
.search-section-heading .search-form {
  display: block;
  overflow: hidden; }
  /* line 370, website/static/themes/theme-21/scss/global.scss */
  .search-section-heading .search-form .form-control {
    display: inline-block;
    border-radius: 2px;
    width: initial; }
  /* line 375, website/static/themes/theme-21/scss/global.scss */
  .search-section-heading .search-form .btn {
    border-radius: 2px; }

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

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

/* line 403, website/static/themes/theme-21/scss/global.scss */
.CareerBlock {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px 0; }
  /* line 408, website/static/themes/theme-21/scss/global.scss */
  .CareerBlock .career-content-wrap {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    /* line 413, website/static/themes/theme-21/scss/global.scss */
    .CareerBlock .career-content-wrap .single-career-wrap {
      float: left;
      display: inline-block; }
      /* line 416, website/static/themes/theme-21/scss/global.scss */
      .CareerBlock .career-content-wrap .single-career-wrap .career-title {
        margin-bottom: 5px; }
      /* line 420, website/static/themes/theme-21/scss/global.scss */
      .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li {
        border-right: 1px solid #e6e6e6;
        line-height: 14px;
        padding: 2px 10px;
        margin-right: 0;
        display: inline-block; }
        /* line 426, website/static/themes/theme-21/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li span {
          font-weight: 500; }
        /* line 429, website/static/themes/theme-21/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li i {
          font-size: 15px;
          margin-right: 5px; }
        /* line 433, website/static/themes/theme-21/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li:first-child {
          color: #2f3184;
          padding-left: 0; }
        /* line 437, website/static/themes/theme-21/scss/global.scss */
        .CareerBlock .career-content-wrap .single-career-wrap .career-info-list li:last-child {
          border-right: none; }
    /* line 443, website/static/themes/theme-21/scss/global.scss */
    .CareerBlock .career-content-wrap .career-action {
      margin-top: 15px; }

/* -----------------------------------------
		    BACK TO TOP CSS
-------------------------------------------- */
/* line 453, website/static/themes/theme-21/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 472, website/static/themes/theme-21/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 489, website/static/themes/theme-21/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: #2f3184;
  color: #ffffff; }

/* line 502, website/static/themes/theme-21/scss/global.scss */
.error-content-wrap {
  width: 95%;
  margin: 0 auto; }
  /* line 505, website/static/themes/theme-21/scss/global.scss */
  .error-content-wrap h1 {
    color: #ffffff;
    font-size: 110px;
    line-height: 120px; }
  /* line 510, website/static/themes/theme-21/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: #2f3184;
    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 527, website/static/themes/theme-21/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 538, website/static/themes/theme-21/scss/global.scss */
.mfp-ready .mfp-figure {
  opacity: 1; }

/* line 1, website/static/themes/theme-21/scss/menu.scss */
.site-menu .fixMenuAlignment .megaMenuItem a {
  color: #2f3184;
  font-size: 14px !important;
  font-weight: 500;
  padding: .5rem .75rem !important;
  display: inline-block; }

/* line 9, website/static/themes/theme-21/scss/menu.scss */
.site-menu .fixMenuAlignment .megaMenuItem a:hover, a:active {
  color: #ff6825; }

/* line 17, website/static/themes/theme-21/scss/menu.scss */
.header-menu {
  background: #ffffff !important;
  border-bottom: 1px solid #d3d0d0 !important;
  min-height: 48px !important; }
  /* line 22, website/static/themes/theme-21/scss/menu.scss */
  .header-menu a.navbar-brand {
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px; }

/* line 29, website/static/themes/theme-21/scss/menu.scss */
#navbarSupportedContent ul .megaMenuItem .nav-link {
  padding: 10px 8px !important;
  font-size: 13px; }

/* line 37, website/static/themes/theme-21/scss/menu.scss */
#navbarSupportedContent ul li a {
  color: #2a2a2a; }

/* line 41, website/static/themes/theme-21/scss/menu.scss */
#navbarSupportedContent ul .megaMenuItem {
  border-bottom: 1px solid transparent; }
  /* line 44, website/static/themes/theme-21/scss/menu.scss */
  #navbarSupportedContent ul .megaMenuItem .dropdown-link {
    padding: 15px 8px; }
    /* line 46, website/static/themes/theme-21/scss/menu.scss */
    #navbarSupportedContent ul .megaMenuItem .dropdown-link:after {
      font-family: "FontAwesome";
      content: " \f107";
      margin-left: 5px;
      float: right;
      font-size: 12px; }
  /* line 54, website/static/themes/theme-21/scss/menu.scss */
  #navbarSupportedContent ul .megaMenuItem .nav-link {
    padding: 25px 8px; }
  /* line 57, website/static/themes/theme-21/scss/menu.scss */
  #navbarSupportedContent ul .megaMenuItem:hover {
    background: #ffffff;
    border-color: #2f3184; }

/* line 64, website/static/themes/theme-21/scss/menu.scss */
#navbarSupportedContent ul .megaMenuItem.show .dropdown-link:after {
  content: "\f106"; }

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

/* line 76, website/static/themes/theme-21/scss/menu.scss */
.header-menu {
  padding: 0 15px; }

/* line 80, website/static/themes/theme-21/scss/menu.scss */
#darkness {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

/* line 92, website/static/themes/theme-21/scss/menu.scss */
.default-menu {
  display: block;
  position: relative; }
  /* line 95, website/static/themes/theme-21/scss/menu.scss */
  .default-menu h6 {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase; }
  /* line 101, website/static/themes/theme-21/scss/menu.scss */
  .default-menu ul li {
    line-height: 18px; }
    /* line 105, website/static/themes/theme-21/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 120, website/static/themes/theme-21/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 126, website/static/themes/theme-21/scss/menu.scss */
    .default-menu ul li a .menu-list-info p {
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      display: block;
      color: #2a2a2a;
      font-weight: 500; }
    /* line 133, website/static/themes/theme-21/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 145, website/static/themes/theme-21/scss/menu.scss */
    .default-menu ul li a:hover .menu-list-info p {
      color: #2f3184; }
    /* line 149, website/static/themes/theme-21/scss/menu.scss */
    .default-menu ul li a:hover img {
      -webkit-filter: grayscale(0.8);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }
  /* line 159, website/static/themes/theme-21/scss/menu.scss */
  .default-menu ul li.dropdown.show a {
    background: #ffffff; }

/* line 169, website/static/themes/theme-21/scss/menu.scss */
.menu-with-icon li {
  padding: 0;
  line-height: normal; }
  /* line 172, website/static/themes/theme-21/scss/menu.scss */
  .menu-with-icon li a {
    font-size: 14px; }
    /* line 174, website/static/themes/theme-21/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 182, website/static/themes/theme-21/scss/menu.scss */
    .menu-with-icon li a span {
      font-size: 13px;
      line-height: 15px; }

/* line 192, website/static/themes/theme-21/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 #e6e6e6;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
  /* line 201, website/static/themes/theme-21/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 214, website/static/themes/theme-21/scss/menu.scss */
    .child-menu-bar ul.child-menu-bar-content li {
      display: inline-block; }
      /* line 216, website/static/themes/theme-21/scss/menu.scss */
      .child-menu-bar ul.child-menu-bar-content li a {
        line-height: 1;
        padding: 10px 25px;
        display: block; }

/* line 228, website/static/themes/theme-21/scss/menu.scss */
.header-top-menu-bar {
  margin-top: 0 !important; }
  /* line 232, website/static/themes/theme-21/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 246, website/static/themes/theme-21/scss/menu.scss */
.footer-bottom-horizontal-menu .navbar {
  padding: 0; }
  /* line 250, website/static/themes/theme-21/scss/menu.scss */
  .footer-bottom-horizontal-menu .navbar ul li a {
    color: inherit;
    opacity: 0.8;
    padding: 0; }
    /* line 254, website/static/themes/theme-21/scss/menu.scss */
    .footer-bottom-horizontal-menu .navbar ul li a:first-child {
      padding-left: 0; }
  /* line 259, website/static/themes/theme-21/scss/menu.scss */
  .footer-bottom-horizontal-menu .navbar ul li:hover a {
    opacity: 1; }

/* line 269, website/static/themes/theme-21/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 276, website/static/themes/theme-21/scss/menu.scss */
.header_bottom .dropdown-menu {
  top: 48px !important;
  transform: none !important; }

/* line 280, website/static/themes/theme-21/scss/menu.scss */
.dropdown-menu {
  border: 0;
  padding: 0;
  margin-top: 16px;
  top: 50px;
  left: auto;
  border-radius: 0 !important;
  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: 1px solid #2f3184;
  -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; }
  /* line 297, website/static/themes/theme-21/scss/menu.scss */
  .dropdown-menu .row {
    flex-wrap: nowrap; }
    /* line 299, website/static/themes/theme-21/scss/menu.scss */
    .dropdown-menu .row .menu-image {
      display: inline-block;
      float: none; }
    /* line 303, website/static/themes/theme-21/scss/menu.scss */
    .dropdown-menu .row .menu-text {
      display: inline-block; }
    /* line 306, website/static/themes/theme-21/scss/menu.scss */
    .dropdown-menu .row #menuDescription {
      white-space: pre-wrap;
      color: #444; }
  /* line 314, website/static/themes/theme-21/scss/menu.scss */
  .dropdown-menu section .container .row .col {
    width: 265px; }

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

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

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

/* line 343, website/static/themes/theme-21/scss/menu.scss */
#sidebar .site-menu form {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%; }
  /* line 348, website/static/themes/theme-21/scss/menu.scss */
  #sidebar .site-menu form input {
    width: 99%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 2px 15px; }
    /* line 355, website/static/themes/theme-21/scss/menu.scss */
    #sidebar .site-menu form input:focus {
      outline: none; }
  /* line 359, website/static/themes/theme-21/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 371, website/static/themes/theme-21/scss/menu.scss */
#sidebar .site-menu .navbar-nav li {
  padding: 0 15px;
  border-bottom: 1px solid #e6e6e6; }
  /* line 374, website/static/themes/theme-21/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 384, website/static/themes/theme-21/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 400, website/static/themes/theme-21/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 410, website/static/themes/theme-21/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 420, website/static/themes/theme-21/scss/menu.scss */
    #sidebar .site-menu .navbar-nav li .dropdown-menu.show .container {
      padding: 0; }
      /* line 422, website/static/themes/theme-21/scss/menu.scss */
      #sidebar .site-menu .navbar-nav li .dropdown-menu.show .container .row {
        background: #ffffff; }
  /* line 427, website/static/themes/theme-21/scss/menu.scss */
  #sidebar .site-menu .navbar-nav li .dropdown-menu {
    box-shadow: none;
    top: 0;
    z-index: 1;
    border-top: none; }
    /* line 433, website/static/themes/theme-21/scss/menu.scss */
    #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu h6 {
      display: none; }
    /* line 436, website/static/themes/theme-21/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 443, website/static/themes/theme-21/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 449, website/static/themes/theme-21/scss/menu.scss */
        #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li a {
          display: block;
          cursor: pointer; }
          /* line 453, website/static/themes/theme-21/scss/menu.scss */
          #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li a .menu-icon-image {
            display: none; }
          /* line 457, website/static/themes/theme-21/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 463, website/static/themes/theme-21/scss/menu.scss */
          #sidebar .site-menu .navbar-nav li .dropdown-menu .default-menu ul li a .menu-list-info small {
            display: none; }

/* line 476, website/static/themes/theme-21/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 489, website/static/themes/theme-21/scss/menu.scss */
.wrapper2 {
  display: flex;
  width: 100%; }

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

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

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

/* line 552, website/static/themes/theme-21/scss/menu.scss */
#mobileNavWrap {
  border-left: 8px solid #ff66006e !important; }

/* line 556, website/static/themes/theme-21/scss/menu.scss */
#mobileNavWrap .nav-link {
  color: #2f3184; }

/* line 560, website/static/themes/theme-21/scss/menu.scss */
#mobileNavWrap .closeMobileNav {
  color: #ff6825; }

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

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

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 992px) {
  /* line 586, website/static/themes/theme-21/scss/menu.scss */
  #sidebar {
    margin-left: -265px; }
  /* line 589, website/static/themes/theme-21/scss/menu.scss */
  #sidebar.active {
    margin-left: 0; }
  /* line 592, website/static/themes/theme-21/scss/menu.scss */
  #content {
    width: 100%; }
  /* line 595, website/static/themes/theme-21/scss/menu.scss */
  #content.active {
    width: calc(100% - 250px); } }

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

/* line 630, website/static/themes/theme-21/scss/menu.scss */
#dismiss {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #2f3184;
  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 648, website/static/themes/theme-21/scss/menu.scss */
#header {
  right: 0;
  left: 0;
  display: block;
  width: 100%; }
  /* line 653, website/static/themes/theme-21/scss/menu.scss */
  #header .header-menu {
    position: relative;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
    -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
    -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
    transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
    -webkit-backface-visibility: hidden; }

/*
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 684, website/static/themes/theme-21/scss/menu.scss */
  .menuBar span {
    display: none !important; }
  /* line 687, website/static/themes/theme-21/scss/menu.scss */
  .menu_right_sidebar a {
    padding: 0 5px !important; } }

/* line 693, website/static/themes/theme-21/scss/menu.scss */
.default-menu ul li a .menu-list-info p {
  font-size: 13px !important; }

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

/* line 702, website/static/themes/theme-21/scss/menu.scss */
.special-color .dit-logo {
  width: 150px; }

/* line 707, website/static/themes/theme-21/scss/menu.scss */
.special-color h4:before {
  content: '';
  border-left: 2px solid #7c7c7c;
  width: 2px;
  height: 20px;
  margin-right: 13px;
  opacity: 0.5; }

/* line 3, website/static/themes/theme-21/scss/header.scss */
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer; }

/* line 10, website/static/themes/theme-21/scss/header.scss */
.openBtn .fa {
  color: #c2c1c1; }

/* line 18, website/static/themes/theme-21/scss/header.scss */
.overlay-exclusive {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9); }

/* line 30, website/static/themes/theme-21/scss/header.scss */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto; }

/* line 39, website/static/themes/theme-21/scss/header.scss */
.overlay-exclusive .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white; }

/* line 48, website/static/themes/theme-21/scss/header.scss */
.overlay-exclusive .closebtn:hover {
  color: #ccc; }

/* line 52, website/static/themes/theme-21/scss/header.scss */
.overlay-exclusive input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white; }

/* line 61, website/static/themes/theme-21/scss/header.scss */
.overlay-exclusive input[type=text]:hover {
  background: #f1f1f1; }

/* line 65, website/static/themes/theme-21/scss/header.scss */
.overlay-exclusive button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer; }

/* line 75, website/static/themes/theme-21/scss/header.scss */
.overlay-exclusive button:hover {
  background: #bbb; }

/* line 84, website/static/themes/theme-21/scss/header.scss */
.search-result-list ul li {
  padding: 15px;
  background: #f1f1f1; }
  /* line 87, website/static/themes/theme-21/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 100, website/static/themes/theme-21/scss/header.scss */
.header_bottom {
  background: #DDD; }

/* line 103, website/static/themes/theme-21/scss/header.scss */
.menu_right_sidebar {
  margin-left: 10px; }

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

/* line 127, website/static/themes/theme-21/scss/header.scss */
.menu_right_sidebar a {
  font-size: 14px; }

/* line 132, website/static/themes/theme-21/scss/header.scss */
.pricing-call-to-action a {
  padding: 0 10px;
  color: #fff;
  font-size: 13px; }

/* line 140, website/static/themes/theme-21/scss/header.scss */
.pricing-call-to-action .top-pricing {
  background: #0067b4;
  padding: 6px 8px;
  border-color: transparent !important; }

/* line 147, website/static/themes/theme-21/scss/header.scss */
.pricing-call-to-action .top-pricing .btn-primary {
  border-color: #0067b4 !important;
  outline: transparent; }

/* line 153, website/static/themes/theme-21/scss/header.scss */
.pricing-call-to-action .top-pricing:hover {
  border-color: #3c94d6 !important;
  background: #3c94d6; }

/* line 158, website/static/themes/theme-21/scss/header.scss */
.menu_right_sidebar .fa-shopping-cart {
  font-size: 20px; }

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

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

/* line 177, website/static/themes/theme-21/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 190, website/static/themes/theme-21/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 202, website/static/themes/theme-21/scss/header.scss */
.brand_name a {
  text-transform: uppercase;
  color: #666;
  padding: 0px 10px; }

/* line 207, website/static/themes/theme-21/scss/header.scss */
.product_menu ul li.megaMenuItem {
  display: inline-block;
  padding: 1px 8px;
  position: relative; }

/* line 216, website/static/themes/theme-21/scss/header.scss */
.product_menu ul li.megaMenuItem a {
  color: #777;
  font-size: 14px;
  display: inline-block !important; }

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

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

/* line 234, website/static/themes/theme-21/scss/header.scss */
.nav-tem dropdown-link {
  color: #d8d8d8 !important; }

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

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

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

/* solution page header centerize */
/* line 256, website/static/themes/theme-21/scss/header.scss */
.solution-header .row {
  align-items: center; }

/* line 260, website/static/themes/theme-21/scss/header.scss */
.solutions-feature .row {
  align-items: center; }

/* line 264, website/static/themes/theme-21/scss/header.scss */
.solution-title h1 {
  font-size: 34px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff; }

/* line 271, website/static/themes/theme-21/scss/header.scss */
.solution-title p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

/* line 278, website/static/themes/theme-21/scss/header.scss */
.bottom-action h5 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500; }

/* line 284, website/static/themes/theme-21/scss/header.scss */
.demo-action-section .row {
  align-items: center; }

/* line 288, website/static/themes/theme-21/scss/header.scss */
.demo-action-title h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500; }

/* line 295, website/static/themes/theme-21/scss/header.scss */
.universal-title h1 {
  font-size: 34px;
  line-height: 35px;
  font-weight: 500;
  color: #ffffff; }

/* line 302, website/static/themes/theme-21/scss/header.scss */
.universal-title p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500; }

/* line 308, website/static/themes/theme-21/scss/header.scss */
.universal-header .row {
  align-items: center; }

/* line 2, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/list.scss */
    .ListBlock .list-type-two-col li .list-title {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

/* line 47, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/list.scss */
#customer-logos a {
  display: block;
  padding: 30px 0; }

/* line 74, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/list.scss */
.common-Button--default {
  color: #fff;
  background: #6772e5; }

/* line 89, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/list.scss */
#customer-logos li > img {
  margin: 15px;
  padding: 0 10px;
  transition: all 1s ease;
  height: 25px;
  vertical-align: middle; }

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

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

/* line 123, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/list.scss */
.list-img-link .list-type-single {
  margin-bottom: 5px; }
  /* line 141, website/static/themes/theme-21/scss/list.scss */
  .list-img-link .list-type-single a {
    background: #f1f1f1;
    overflow: hidden;
    padding: 10px 25px;
    display: flex;
    align-items: center; }
    /* line 147, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/list.scss */
    .list-img-link .list-type-single a:hover {
      background: #ffffff; }

/* line 172, website/static/themes/theme-21/scss/list.scss */
.contact-us-form-list {
  border-top: 1px solid #ff6825; }
  /* line 175, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/list.scss */
    .contact-us-form-list .list-img-link .call-to-action-list .list-title {
      vertical-align: middle;
      font-family: "Poppins", sans-serif;
      color: inherit; }
      /* line 197, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/image.scss */
.image-wrap {
  display: block; }
  /* line 3, website/static/themes/theme-21/scss/image.scss */
  .image-wrap .client-image {
    margin-bottom: 15px; }
    /* line 4, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/image.scss */
      .image-wrap .client-image img:hover {
        cursor: pointer;
        -webkit-filter: grayscale(0);
        filter: none; }

/* line 3, website/static/themes/theme-21/scss/slider.scss */
.hyper-slider-content-wrap {
  height: 600px;
  position: relative; }
  /* line 6, website/static/themes/theme-21/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, website/static/themes/theme-21/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: 500;
      font-family: #2f3184;
      color: #ffffff; }
    /* line 30, website/static/themes/theme-21/scss/slider.scss */
    .hyper-slider-content-wrap .hero-content-wrap .hyper-slider-content p {
      font-size: 20px;
      line-height: 28px;
      color: #ffffff; }
      /* line 34, website/static/themes/theme-21/scss/slider.scss */
      .hyper-slider-content-wrap .hero-content-wrap .hyper-slider-content p span {
        background-color: rgba(0, 114, 246, 0.75);
        font-size: 15px;
        opacity: 1;
        padding: 2px 15px 5px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        letter-spacing: .5px;
        color: #ffffff; }

/* line 54, website/static/themes/theme-21/scss/slider.scss */
.testimonial-slider .single-slider-content .author-content {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12); }

/* line 63, website/static/themes/theme-21/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;
  margin-bottom: 15px; }
  /* line 78, website/static/themes/theme-21/scss/slider.scss */
  .testimonial-slider .single-slider-content .author-info .author-image {
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 80px; }
  /* line 88, website/static/themes/theme-21/scss/slider.scss */
  .testimonial-slider .single-slider-content .author-info .author-text {
    text-align: left;
    padding-left: 95px; }
    /* line 91, website/static/themes/theme-21/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 97, website/static/themes/theme-21/scss/slider.scss */
    .testimonial-slider .single-slider-content .author-info .author-text p {
      color: #2f3184; }

/* line 104, website/static/themes/theme-21/scss/slider.scss */
.testimonial-slider .owl-nav {
  position: absolute;
  bottom: -25px !important;
  right: 0;
  color: #ffffff;
  margin-top: 0; }
  /* line 110, website/static/themes/theme-21/scss/slider.scss */
  .testimonial-slider .owl-nav button {
    margin: 2px; }
    /* line 112, website/static/themes/theme-21/scss/slider.scss */
    .testimonial-slider .owl-nav button i {
      font-size: 20px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center; }

/* line 126, website/static/themes/theme-21/scss/slider.scss */
.slider-with-background-image {
  position: relative;
  display: block;
  overflow: hidden; }
  /* line 130, website/static/themes/theme-21/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 142, website/static/themes/theme-21/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 156, website/static/themes/theme-21/scss/slider.scss */
      .slider-with-background-image .item .single-content-wrap span {
        background-color: rgba(0, 114, 246, 0.75);
        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 168, website/static/themes/theme-21/scss/slider.scss */
      .slider-with-background-image .item .single-content-wrap p {
        font-size: 20px;
        line-height: 28px;
        color: inherit; }
      /* line 173, website/static/themes/theme-21/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;
        color: inherit;
        font-size: 50px;
        line-height: 55px;
        font-weight: 500; }
  /* line 189, website/static/themes/theme-21/scss/slider.scss */
  .slider-with-background-image .owl-dots {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 45%; }
    /* line 198, website/static/themes/theme-21/scss/slider.scss */
    .slider-with-background-image .owl-dots .owl-dot span {
      background: #f1f1f1;
      display: inline-block;
      height: 5px;
      width: 20px;
      vertical-align: middle;
      border: none;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
    /* line 210, website/static/themes/theme-21/scss/slider.scss */
    .slider-with-background-image .owl-dots .owl-dot.active span {
      background: #2f3184; }

/* line 218, website/static/themes/theme-21/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 224, website/static/themes/theme-21/scss/slider.scss */
  .slider-with-background-image-2 .item .single-content-wrap {
    width: 50%; }
  /* line 227, website/static/themes/theme-21/scss/slider.scss */
  .slider-with-background-image-2 .item .container-fluid {
    padding-left: 85px;
    padding-right: 85px; }

/* line 236, website/static/themes/theme-21/scss/slider.scss */
.hero-action-btn {
  margin-top: 20px; }
  /* line 238, website/static/themes/theme-21/scss/slider.scss */
  .hero-action-btn a {
    padding: 10px 20px;
    border: 1px solid #2f3184;
    color: #ffffff;
    background: #2f3184;
    transition: all 0.3s ease-in;
    font-family: "Poppins", sans-serif; }
    /* line 245, website/static/themes/theme-21/scss/slider.scss */
    .hero-action-btn a i {
      color: #ffffff;
      transition: all 0.3s ease-in; }
    /* line 249, website/static/themes/theme-21/scss/slider.scss */
    .hero-action-btn a:hover {
      background: #2f3184;
      color: #ffffff; }
      /* line 252, website/static/themes/theme-21/scss/slider.scss */
      .hero-action-btn a:hover i {
        padding-left: 10px; }

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

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

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

/* line 285, website/static/themes/theme-21/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 294, website/static/themes/theme-21/scss/slider.scss */
.custom-indicator-arrow .owl-nav button i {
  font-size: 35px;
  line-height: 35px;
  font-weight: normal; }

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

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

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

/* line 317, website/static/themes/theme-21/scss/slider.scss */
.overview-slider-wrap {
  overflow: hidden;
  position: relative; }
  /* line 320, website/static/themes/theme-21/scss/slider.scss */
  .overview-slider-wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 255px;
    background: rgba(0, 114, 246, 0.75);
    z-index: 3; }

/* line 332, website/static/themes/theme-21/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 350, website/static/themes/theme-21/scss/slider.scss */
  .slider-item .single-slider-content {
    position: relative;
    display: block; }
    /* line 353, website/static/themes/theme-21/scss/slider.scss */
    .slider-item .single-slider-content .slider-content {
      min-height: 180px;
      overflow: hidden;
      display: block; }
      /* line 357, website/static/themes/theme-21/scss/slider.scss */
      .slider-item .single-slider-content .slider-content p {
        line-height: 22px;
        font-size: 14px; }
      /* line 361, website/static/themes/theme-21/scss/slider.scss */
      .slider-item .single-slider-content .slider-content h5 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 5px; }
    /* line 368, website/static/themes/theme-21/scss/slider.scss */
    .slider-item .single-slider-content .border-bottom-text {
      position: absolute;
      bottom: -110px;
      width: 100%; }
      /* line 372, website/static/themes/theme-21/scss/slider.scss */
      .slider-item .single-slider-content .border-bottom-text .slider-image {
        position: relative;
        top: -35px; }
        /* line 375, website/static/themes/theme-21/scss/slider.scss */
        .slider-item .single-slider-content .border-bottom-text .slider-image img {
          margin: auto;
          width: auto; }
      /* line 380, website/static/themes/theme-21/scss/slider.scss */
      .slider-item .single-slider-content .border-bottom-text .overview-year {
        text-align: center; }
        /* line 382, website/static/themes/theme-21/scss/slider.scss */
        .slider-item .single-slider-content .border-bottom-text .overview-year h4 {
          margin: 0 auto;
          font-weight: 500; }
  /* line 391, website/static/themes/theme-21/scss/slider.scss */
  .slider-item:hover {
    border-color: #2f3184;
    background: #f1f1f1;
    cursor: move; }
  /* line 396, website/static/themes/theme-21/scss/slider.scss */
  .slider-item:after {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #2f3184;
    height: 20px;
    top: 255px;
    left: 50%; }

/* line 412, website/static/themes/theme-21/scss/slider.scss */
.blog-style-with-link .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 417, website/static/themes/theme-21/scss/slider.scss */
  .blog-style-with-link .item .single-slider-content .slider-image {
    background: #2a2a2a;
    overflow: hidden;
    position: relative;
    display: block; }
    /* line 422, website/static/themes/theme-21/scss/slider.scss */
    .blog-style-with-link .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 431, website/static/themes/theme-21/scss/slider.scss */
    .blog-style-with-link .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 438, website/static/themes/theme-21/scss/slider.scss */
  .blog-style-with-link .item .single-slider-content .slider-content {
    padding: 15px 25px;
    background: #ffffff; }
    /* line 441, website/static/themes/theme-21/scss/slider.scss */
    .blog-style-with-link .item .single-slider-content .slider-content h3 {
      color: #2a2a2a;
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      letter-spacing: 0;
      margin-bottom: 0; }
    /* line 450, website/static/themes/theme-21/scss/slider.scss */
    .blog-style-with-link .item .single-slider-content .slider-content:hover h3 {
      color: #2f3184; }

/* line 457, website/static/themes/theme-21/scss/slider.scss */
.blog-style-with-link .owl-dots {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -40px;
  left: 45%; }
  /* line 466, website/static/themes/theme-21/scss/slider.scss */
  .blog-style-with-link .owl-dots .owl-dot span {
    background: #4d4d4d;
    display: inline-block;
    height: 5px;
    width: 20px;
    vertical-align: middle;
    border: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  /* line 478, website/static/themes/theme-21/scss/slider.scss */
  .blog-style-with-link .owl-dots .owl-dot.active span {
    background: #2f3184; }

/* line 492, website/static/themes/theme-21/scss/slider.scss */
.customerMerquee .item .single-merquee-item {
  padding: 15px; }
  /* line 495, website/static/themes/theme-21/scss/slider.scss */
  .customerMerquee .item .single-merquee-item .item-media-logo img {
    width: 175px;
    position: relative;
    display: block;
    margin: 0 auto; }
  /* line 503, website/static/themes/theme-21/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 510, website/static/themes/theme-21/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 520, website/static/themes/theme-21/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 529, website/static/themes/theme-21/scss/slider.scss */
    .customerMerquee .item .single-merquee-item .item-text a {
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      color: #2f3184;
      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 564, website/static/themes/theme-21/scss/slider.scss */
.image-content-slider-wrap {
  position: relative; }

/* line 569, website/static/themes/theme-21/scss/slider.scss */
.image-content-slider .item {
  height: auto;
  padding: 50px 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2; }
  /* line 581, website/static/themes/theme-21/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: #2f3184;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 4px; }
  /* line 596, website/static/themes/theme-21/scss/slider.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 45px;
    line-height: 50px;
    color: inherit;
    margin-bottom: 10px; }
  /* line 602, website/static/themes/theme-21/scss/slider.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 20px;
    line-height: 28px; }

/* line 612, website/static/themes/theme-21/scss/slider.scss */
.sim-slider-slide {
  height: 600px !important; }

/* line 615, website/static/themes/theme-21/scss/slider.scss */
.sim-slider-progress {
  background: #2f3184 !important; }

/* line 619, website/static/themes/theme-21/scss/slider.scss */
.sim-slider-current-inner-tab {
  background: #2f3184 !important;
  cursor: pointer;
  display: none; }

/* line 630, website/static/themes/theme-21/scss/slider.scss */
.slide_description {
  max-width: 600px; }

/* line 634, website/static/themes/theme-21/scss/slider.scss */
.slide_action_link {
  color: #ffffff;
  background: #2f3184;
  padding: 10px;
  border-radius: 6px;
  transition: .6s; }

/* line 642, website/static/themes/theme-21/scss/slider.scss */
.slide_action_link:hover {
  color: #2f3184;
  background: #ffffff; }

/* line 651, website/static/themes/theme-21/scss/slider.scss */
.trusted-brand .item img {
  width: auto;
  display: flex;
  flex-direction: row; }

/* line 659, website/static/themes/theme-21/scss/slider.scss */
.trusted-quote p {
  font-size: 22px;
  border-right: 2px solid #dadada;
  padding: 15px 40px;
  margin-right: 25px; }

/* line 671, website/static/themes/theme-21/scss/slider.scss */
.square-indicator .owl-nav {
  display: none; }

/* line 693, website/static/themes/theme-21/scss/slider.scss */
.square-indicator.owl-theme .owl-nav [class*=owl-] {
  background: #0e61c9; }

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

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

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

/* line 16, website/static/themes/theme-21/scss/contentbox.scss */
.contentBoxWrap .desc p span {
  color: #4d4d4d !important; }

/* line 21, website/static/themes/theme-21/scss/contentbox.scss */
.contentBoxWrap small {
  color: rgba(0, 114, 246, 0.75); }

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

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

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

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

/* line 60, website/static/themes/theme-21/scss/contentbox.scss */
.content-box-card-without-image .card-body h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px; }

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

/* line 95, website/static/themes/theme-21/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 #e6e6e6;
  margin-bottom: 30px; }
  /* line 125, website/static/themes/theme-21/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 134, website/static/themes/theme-21/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 139, website/static/themes/theme-21/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 148, website/static/themes/theme-21/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 158, website/static/themes/theme-21/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type .link-box-content .view-more-link {
      font-size: 14px;
      font-weight: 500;
      font-family: "Poppins", 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 173, website/static/themes/theme-21/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 183, website/static/themes/theme-21/scss/contentbox.scss */
  .content-link-type-wrap .single-link-type:hover {
    background-color: rgba(0, 114, 246, 0.75); }
    /* line 185, website/static/themes/theme-21/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 192, website/static/themes/theme-21/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type:hover .link-box-title {
      color: #ffffff; }
    /* line 195, website/static/themes/theme-21/scss/contentbox.scss */
    .content-link-type-wrap .single-link-type:hover p {
      color: #ffffff; }
    /* line 198, website/static/themes/theme-21/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 204, website/static/themes/theme-21/scss/contentbox.scss */
      .content-link-type-wrap .single-link-type:hover .view-more-link i {
        padding-left: 8px; }

/* line 215, website/static/themes/theme-21/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 225, website/static/themes/theme-21/scss/contentbox.scss */
  .center-image-with-link .view-more-link {
    margin-top: 15px;
    text-transform: uppercase; }
  /* line 230, website/static/themes/theme-21/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 243, website/static/themes/theme-21/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 253, website/static/themes/theme-21/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 291, website/static/themes/theme-21/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 297, website/static/themes/theme-21/scss/contentbox.scss */
.call-to-action-section .call-to-action-content h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700; }

/* line 308, website/static/themes/theme-21/scss/contentbox.scss */
.call-to-action-section .call-to-action-content .view-more-link a {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  color: #4d4d4d;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .50px;
  font-family: "Poppins", sans-serif; }
  /* line 320, website/static/themes/theme-21/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .view-more-link a i {
    transition: all 0.3s ease-in; }
  /* line 323, website/static/themes/theme-21/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .view-more-link a:hover {
    background: #2f3184;
    color: #ffffff;
    border-color: #2f3184; }
    /* line 327, website/static/themes/theme-21/scss/contentbox.scss */
    .call-to-action-section .call-to-action-content .view-more-link a:hover i {
      padding-left: 10px; }

/* line 334, website/static/themes/theme-21/scss/contentbox.scss */
.call-to-action-section .call-to-action-content .solid-button a {
  border: 1px solid #2f3184;
  color: #ffffff;
  background: #2f3184; }
  /* line 338, website/static/themes/theme-21/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .solid-button a i {
    color: #ffffff; }
  /* line 341, website/static/themes/theme-21/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .solid-button a:hover {
    background: transparent;
    color: #2f3184; }
    /* line 344, website/static/themes/theme-21/scss/contentbox.scss */
    .call-to-action-section .call-to-action-content .solid-button a:hover i {
      color: #2f3184; }

/* line 352, website/static/themes/theme-21/scss/contentbox.scss */
.call-to-action-section .call-to-action-content .white-border-action a {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent; }
  /* line 356, website/static/themes/theme-21/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .white-border-action a i {
    color: #ffffff; }
  /* line 359, website/static/themes/theme-21/scss/contentbox.scss */
  .call-to-action-section .call-to-action-content .white-border-action a:hover {
    background: #ffffff;
    color: #2f3184;
    border-color: #ffffff; }
    /* line 363, website/static/themes/theme-21/scss/contentbox.scss */
    .call-to-action-section .call-to-action-content .white-border-action a:hover i {
      color: #2f3184; }

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

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

/* line 396, website/static/themes/theme-21/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 402, website/static/themes/theme-21/scss/contentbox.scss */
  .content-box-card-with-image-link .card .card-body h3.card-title {
    font-size: 20px;
    line-height: 24px;
    color: inherit; }
  /* line 407, website/static/themes/theme-21/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 413, website/static/themes/theme-21/scss/contentbox.scss */
    .content-box-card-with-image-link .card .card-body .desc p span {
      color: #4d4d4d !important; }

/* line 426, website/static/themes/theme-21/scss/contentbox.scss */
.universal-content-box .content-box-content h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500; }

/* line 2, website/static/themes/theme-21/scss/counter-section.scss */
.counter-box-wrap .single-counter-box {
  padding: 15px;
  border: solid 1px #e6e6e6;
  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, website/static/themes/theme-21/scss/counter-section.scss */
  .counter-box-wrap .single-counter-box:hover {
    border-color: rgba(0, 114, 246, 0.75);
    box-shadow: 0 35px 25px -20px rgba(0, 0, 0, 0.1); }
    /* line 13, website/static/themes/theme-21/scss/counter-section.scss */
    .counter-box-wrap .single-counter-box:hover h3 {
      color: rgba(0, 114, 246, 0.75); }
  /* line 19, website/static/themes/theme-21/scss/counter-section.scss */
  .counter-box-wrap .single-counter-box:focus {
    border-color: rgba(0, 114, 246, 0.75);
    box-shadow: 0 35px 25px -20px rgba(0, 0, 0, 0.1); }
    /* line 20, website/static/themes/theme-21/scss/counter-section.scss */
    .counter-box-wrap .single-counter-box:focus h3 {
      color: rgba(0, 114, 246, 0.75); }
  /* line 27, website/static/themes/theme-21/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: 24px;
    line-height: 28px; }
  /* line 34, website/static/themes/theme-21/scss/counter-section.scss */
  .counter-box-wrap .single-counter-box p {
    font-size: 15px;
    line-height: 18px; }

/* line 43, website/static/themes/theme-21/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, website/static/themes/theme-21/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 #2f3184;
    content: ""; }
  /* line 60, website/static/themes/theme-21/scss/counter-section.scss */
  .counter-circle .circle-counter-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    /* line 67, website/static/themes/theme-21/scss/counter-section.scss */
    .counter-circle .circle-counter-wrap .circle-counter {
      display: table;
      width: 100%;
      height: 100%; }
      /* line 72, website/static/themes/theme-21/scss/counter-section.scss */
      .counter-circle .circle-counter-wrap .circle-counter .circle-content {
        display: table-cell;
        padding: 1em;
        vertical-align: middle; }
        /* line 77, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/counter-section.scss */
        .counter-circle .circle-counter-wrap .circle-counter .circle-content p {
          font-size: 18px;
          line-height: 26px; }
  /* line 103, website/static/themes/theme-21/scss/counter-section.scss */
  .counter-circle:hover {
    cursor: pointer; }
    /* line 105, website/static/themes/theme-21/scss/counter-section.scss */
    .counter-circle:hover:after {
      background: #2f3184; }
    /* line 108, website/static/themes/theme-21/scss/counter-section.scss */
    .counter-circle:hover .circle-content {
      color: #ffffff; }
      /* line 110, website/static/themes/theme-21/scss/counter-section.scss */
      .counter-circle:hover .circle-content h3 {
        color: #ffffff; }
      /* line 113, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/tab-section.scss */
.hyper-tab {
  border-top: solid 1px #e6e6e6;
  background: #ffffff;
  margin-right: -15px;
  margin-left: -15px; }
  /* line 6, website/static/themes/theme-21/scss/tab-section.scss */
  .hyper-tab .justify-content-center {
    border: none; }
    /* line 8, website/static/themes/theme-21/scss/tab-section.scss */
    .hyper-tab .justify-content-center li {
      border-right: 1px solid #f1f1f1;
      margin-bottom: 0; }
      /* line 11, website/static/themes/theme-21/scss/tab-section.scss */
      .hyper-tab .justify-content-center li:last-child {
        border-right: none; }
      /* line 14, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/tab-section.scss */
        .hyper-tab .justify-content-center li a.nav-link-one img {
          margin: 0 auto; }
        /* line 24, website/static/themes/theme-21/scss/tab-section.scss */
        .hyper-tab .justify-content-center li a.nav-link-one p {
          font-size: 14px; }
      /* line 28, website/static/themes/theme-21/scss/tab-section.scss */
      .hyper-tab .justify-content-center li .active {
        background: #f1f1f1 !important;
        position: relative;
        display: block;
        width: 100%; }
        /* line 33, website/static/themes/theme-21/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: #f1f1f1 transparent transparent transparent; }
        /* line 44, website/static/themes/theme-21/scss/tab-section.scss */
        .hyper-tab .justify-content-center li .active p {
          color: #2a2a2a; }
      /* line 48, website/static/themes/theme-21/scss/tab-section.scss */
      .hyper-tab .justify-content-center li:hover {
        background: #f1f1f1 !important; }

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

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

/* line 1, website/static/themes/theme-21/scss/footer.scss */
.footer-top-section {
  background-color: #f1f1f1;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6; }
  /* line 5, website/static/themes/theme-21/scss/footer.scss */
  .footer-top-section .footer-logo {
    line-height: 0;
    padding: 0;
    margin: 0; }
  /* line 10, website/static/themes/theme-21/scss/footer.scss */
  .footer-top-section .footer-social-list {
    padding-top: 2px; }
    /* line 13, website/static/themes/theme-21/scss/footer.scss */
    .footer-top-section .footer-social-list ul p {
      color: #2a2a2a;
      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, website/static/themes/theme-21/scss/footer.scss */
    .footer-top-section .footer-social-list ul li a {
      color: #4d4d4d; }
      /* line 28, website/static/themes/theme-21/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 36, website/static/themes/theme-21/scss/footer.scss */
      .footer-top-section .footer-social-list ul li a:hover {
        color: #2f3184; }

/* line 47, website/static/themes/theme-21/scss/footer.scss */
.footer-section {
  background-color: rgba(230, 230, 230, 0.2); }
  /* line 49, website/static/themes/theme-21/scss/footer.scss */
  .footer-section .footer-left-right {
    margin-top: 30px; }
    /* line 51, website/static/themes/theme-21/scss/footer.scss */
    .footer-section .footer-left-right .footer-nav {
      padding: 0 0 10px; }
      /* line 53, website/static/themes/theme-21/scss/footer.scss */
      .footer-section .footer-left-right .footer-nav p {
        color: #2a2a2a;
        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 66, website/static/themes/theme-21/scss/footer.scss */
      .footer-section .footer-left-right .footer-nav h5 {
        color: #2a2a2a;
        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 79, website/static/themes/theme-21/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 88, website/static/themes/theme-21/scss/footer.scss */
        .footer-section .footer-left-right .footer-nav ul li {
          line-height: 1.61;
          padding-left: 0;
          position: relative; }
          /* line 92, website/static/themes/theme-21/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 100, website/static/themes/theme-21/scss/footer.scss */
            .footer-section .footer-left-right .footer-nav ul li a:hover {
              color: #ff6825; }
            /* line 103, website/static/themes/theme-21/scss/footer.scss */
            .footer-section .footer-left-right .footer-nav ul li a:focus {
              color: #2f3184; }
      /* line 109, website/static/themes/theme-21/scss/footer.scss */
      .footer-section .footer-left-right .footer-nav .app-stores {
        margin: 8px 0;
        padding: 0;
        text-align: left; }
        /* line 113, website/static/themes/theme-21/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 125, website/static/themes/theme-21/scss/footer.scss */
        .footer-section .footer-left-right .footer-nav .app-stores .app-google-play {
          background-image: url("/static/themes/theme-21/img/google-play.png?152933413eb7");
          opacity: .5; }
          /* line 128, website/static/themes/theme-21/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-google-play:hover {
            opacity: 1; }
          /* line 131, website/static/themes/theme-21/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-google-play:focus {
            opacity: 1; }
        /* line 135, website/static/themes/theme-21/scss/footer.scss */
        .footer-section .footer-left-right .footer-nav .app-stores .app-apple-store {
          background-image: url(/static/themes/theme-21/img/app-store.png?152933413eb7);
          opacity: .5; }
          /* line 138, website/static/themes/theme-21/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-apple-store:hover {
            opacity: 1; }
          /* line 141, website/static/themes/theme-21/scss/footer.scss */
          .footer-section .footer-left-right .footer-nav .app-stores .app-apple-store:focus {
            opacity: 1; }
  /* line 148, website/static/themes/theme-21/scss/footer.scss */
  .footer-section .footer-right-section {
    border-left: 1px solid #e6e6e6;
    padding-left: 30px; }
    /* line 152, website/static/themes/theme-21/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 #e6e6e6; }
      /* line 159, website/static/themes/theme-21/scss/footer.scss */
      .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav {
        padding: 15px 0; }
        /* line 161, website/static/themes/theme-21/scss/footer.scss */
        .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav p {
          color: #2a2a2a;
          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 173, website/static/themes/theme-21/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 177, website/static/themes/theme-21/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 185, website/static/themes/theme-21/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a:hover {
              color: #2f3184; }
            /* line 188, website/static/themes/theme-21/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a:focus {
              color: #2f3184; }
            /* line 191, website/static/themes/theme-21/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a i {
              margin-right: 5px; }
            /* line 194, website/static/themes/theme-21/scss/footer.scss */
            .footer-section .footer-right-section .footer-salessupport .seperator-line .support-nav li a span {
              margin-right: 25px; }

/* line 207, website/static/themes/theme-21/scss/footer.scss */
.footer-salessupport {
  clear: both;
  padding: 10px;
  text-align: left;
  display: inline-block;
  border-top: 1px solid #e6e6e6; }
  /* line 214, website/static/themes/theme-21/scss/footer.scss */
  .footer-salessupport .seperator-line .support-nav {
    padding: 15px 0; }
    /* line 216, website/static/themes/theme-21/scss/footer.scss */
    .footer-salessupport .seperator-line .support-nav p {
      color: #2a2a2a;
      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 228, website/static/themes/theme-21/scss/footer.scss */
    .footer-salessupport .seperator-line .support-nav li {
      line-height: 1.61;
      padding-left: 0;
      position: relative; }
      /* line 232, website/static/themes/theme-21/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 240, website/static/themes/theme-21/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a:hover {
          color: #2f3184; }
        /* line 243, website/static/themes/theme-21/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a:focus {
          color: #2f3184; }
        /* line 246, website/static/themes/theme-21/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a i {
          margin-right: 5px; }
        /* line 249, website/static/themes/theme-21/scss/footer.scss */
        .footer-salessupport .seperator-line .support-nav li a span {
          margin-right: 25px; }

/* line 258, website/static/themes/theme-21/scss/footer.scss */
.footer-copyright-wrap {
  background-color: #2f3184;
  border: solid 1px #2f3184; }
  /* line 262, website/static/themes/theme-21/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 271, website/static/themes/theme-21/scss/footer.scss */
    .footer-copyright-wrap .copyright-content ul li {
      line-height: 1.61;
      padding-left: 0;
      position: relative; }
      /* line 275, website/static/themes/theme-21/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 284, website/static/themes/theme-21/scss/footer.scss */
        .footer-copyright-wrap .copyright-content ul li a:hover {
          color: #ffffff;
          opacity: 1; }
        /* line 288, website/static/themes/theme-21/scss/footer.scss */
        .footer-copyright-wrap .copyright-content ul li a:focus {
          color: #ffffff;
          opacity: 1; }

/* line 304, website/static/themes/theme-21/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 311, website/static/themes/theme-21/scss/footer.scss */
  .footer-top-call-to-action .call-to-action-wrap a.callto-action-link {
    display: flex;
    align-items: center;
    color: inherit; }
    /* line 315, website/static/themes/theme-21/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 320, website/static/themes/theme-21/scss/footer.scss */
    .footer-top-call-to-action .call-to-action-wrap a.callto-action-link .action-info {
      text-align: left; }
      /* line 322, website/static/themes/theme-21/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 331, website/static/themes/theme-21/scss/footer.scss */
  .footer-top-call-to-action:hover {
    background: #2f3184; }

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

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

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

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

/* line 2, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/customer.scss */
    .CustomerBlock .customer-single .customer-single-item .item-media {
      position: relative;
      height: 60%;
      background: url("/static/themes/theme-21/img/bg-450-360_old.jpg?152933413eb7") no-repeat center center/cover; }
      /* line 29, website/static/themes/theme-21/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-media .item-media-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        /* line 34, website/static/themes/theme-21/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, website/static/themes/theme-21/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: #f1f1f1;
        -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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-text h5 {
        margin-bottom: 5px; }
      /* line 102, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/customer.scss */
      .CustomerBlock .customer-single .customer-single-item .item-text a {
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        color: #2f3184;
        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, website/static/themes/theme-21/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, website/static/themes/theme-21/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: rgba(0, 0, 0, 0.6); }
    /* line 156, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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; } }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media screen and (max-width: 320px) and (min-width: 0px) {
  /* line 7, website/static/themes/theme-21/scss/responsive.scss */
  .hotline-text .col {
    flex-basis: 100%; }
    /* line 9, website/static/themes/theme-21/scss/responsive.scss */
    .hotline-text .col .search-box-wrap {
      right: 0; }
  /* line 20, website/static/themes/theme-21/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap span {
    font-size: 13px;
    padding: 0 10px; }
  /* line 24, website/static/themes/theme-21/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap h1 {
    font-size: 25px;
    line-height: 27px; }
  /* line 28, website/static/themes/theme-21/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap p {
    font-size: 16px;
    line-height: 20px; }
  /* line 38, website/static/themes/theme-21/scss/responsive.scss */
  #sidebarCollapse {
    position: absolute;
    right: 0; }
  /* line 48, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 51, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 25px;
    line-height: 30px; }
  /* line 55, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 15px;
    line-height: 21px; }
  /* line 61, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 5px 15px; }
  /* line 70, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 10px !important; }
    /* line 73, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 20px !important; }
  /* line 78, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 35px !important; }
  /* line 83, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 65px !important; }
  /* line 88, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 200px !important;
    top: 70px !important; }
  /* line 93, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    display: none !important; }
  /* line 96, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 110px !important;
    left: 30px !important; }
    /* line 99, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_action_btn .slide_action_link {
      padding: 4px 6px;
      font-size: 12px; }
  /* line 106, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title h1 {
    font-size: 25px;
    line-height: 28px;
    text-align: center; }
  /* line 111, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title h2 {
    font-size: 23px;
    line-height: 27px;
    text-align: center; }
  /* line 116, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title p {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  /* line 124, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title h1 {
    font-size: 25px;
    line-height: 28px;
    text-align: center; }
  /* line 129, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title h2 {
    font-size: 23px;
    line-height: 27px;
    text-align: center; }
  /* line 134, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title p {
    font-size: 14px;
    line-height: 18px;
    text-align: center; } }

/* Custom, iPhone Retina */
@media screen and (max-width: 360px) and (min-width: 321px) {
  /* line 146, website/static/themes/theme-21/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 149, website/static/themes/theme-21/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 158, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 161, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 25px;
    line-height: 30px; }
  /* line 165, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 15px;
    line-height: 21px; }
  /* line 171, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 5px 15px; }
  /* line 180, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 10px !important; }
    /* line 183, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 20px !important; }
  /* line 188, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 35px !important; }
  /* line 193, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 65px !important; }
  /* line 198, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 200px !important;
    top: 70px !important; }
  /* line 203, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    display: none !important; }
  /* line 206, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 110px !important;
    left: 30px !important; }
    /* line 209, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_action_btn .slide_action_link {
      padding: 4px 6px;
      font-size: 12px; } }

/* Custom, iPhone Retina */
@media screen and (max-width: 375px) and (min-width: 361px) {
  /* line 219, website/static/themes/theme-21/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 222, website/static/themes/theme-21/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 231, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 234, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 25px;
    line-height: 30px; }
  /* line 238, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 15px;
    line-height: 21px; }
  /* line 244, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 5px 15px; }
  /* line 253, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 20px !important; }
    /* line 256, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 20px !important; }
  /* line 261, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 45px !important; }
  /* line 266, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 75px !important; }
  /* line 271, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 200px !important;
    top: 70px !important; }
  /* line 276, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    display: none !important; }
  /* line 279, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 130px !important;
    left: 30px !important; }
    /* line 282, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_action_btn .slide_action_link {
      padding: 4px 6px;
      font-size: 12px; } }

/* Extra Small Devices, Phones */
@media screen and (max-width: 414px) and (min-width: 376px) {
  /* line 292, website/static/themes/theme-21/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 295, website/static/themes/theme-21/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 304, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 307, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 28px;
    line-height: 30px; }
  /* line 311, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; }
  /* line 317, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 5px 15px; }
  /* line 326, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 10px !important; }
    /* line 329, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 20px !important; }
  /* line 334, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 35px !important; }
  /* line 339, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 65px !important; }
  /* line 344, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 200px !important;
    top: 70px !important; }
  /* line 349, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    display: none !important; }
  /* line 352, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 110px !important;
    left: 30px !important; }
    /* line 355, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_action_btn .slide_action_link {
      padding: 4px 6px;
      font-size: 12px; }
  /* line 361, website/static/themes/theme-21/scss/responsive.scss */
  .universal-content-box .content-box-content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500; } }

/* Extra Small Devices, Phones */
@media screen and (max-width: 480px) and (min-width: 415px) {
  /* line 372, website/static/themes/theme-21/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 375, website/static/themes/theme-21/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 384, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 387, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 28px;
    line-height: 30px; }
  /* line 391, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; }
  /* line 397, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 5px 15px; }
  /* line 406, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 10px !important; }
    /* line 409, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 20px !important; }
  /* line 414, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 35px !important; }
  /* line 419, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 65px !important; }
  /* line 424, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 200px !important;
    top: 70px !important; }
  /* line 429, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    display: none !important; }
  /* line 432, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 110px !important;
    left: 30px !important; }
    /* line 435, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_action_btn .slide_action_link {
      padding: 4px 6px;
      font-size: 12px; } }

/* Extra Small Devices, Phones */
@media screen and (max-width: 568px) and (min-width: 481px) {
  /* line 451, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 454, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 30px;
    line-height: 32px; }
  /* line 458, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; }
  /* line 464, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 6px 16px; }
  /* line 473, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 10px !important; }
    /* line 476, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 20px !important; }
  /* line 481, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 35px !important; }
  /* line 486, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 65px !important; }
  /* line 491, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 200px !important;
    top: 70px !important; }
  /* line 496, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    display: none !important; }
  /* line 499, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 110px !important;
    left: 30px !important; }
    /* line 502, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_action_btn .slide_action_link {
      padding: 4px 6px;
      font-size: 12px; } }

/* Extra Small Devices, Phones */
@media screen and (max-width: 640px) and (min-width: 569px) {
  /* line 518, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 521, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 30px;
    line-height: 32px; }
  /* line 525, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; }
  /* line 531, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 6px 16px; }
  /* line 540, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 20px !important; }
    /* line 543, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 25px !important; }
  /* line 548, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 50px !important; }
  /* line 553, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 100px !important; }
  /* line 558, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 15px !important;
    top: 170px !important; }
  /* line 563, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    top: 70px !important; }
  /* line 567, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 250px !important; } }

/* Small Devices, Tablets */
@media screen and (max-width: 720px) and (min-width: 641px) {
  /* line 580, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 14px; }
  /* line 583, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 30px;
    line-height: 32px; }
  /* line 587, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; }
  /* line 593, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 6px 16px; }
  /* line 602, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 10px !important; }
    /* line 605, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 20px !important; }
  /* line 610, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 35px !important; }
  /* line 615, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 65px !important; }
  /* line 620, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 200px !important;
    top: 70px !important; }
  /* line 625, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    display: none !important; }
  /* line 628, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 110px !important;
    left: 30px !important; }
    /* line 631, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_action_btn .slide_action_link {
      padding: 4px 6px;
      font-size: 12px; } }

/* Small Devices, Tablets */
@media screen and (max-width: 768px) and (min-width: 721px) {
  /* line 646, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content span {
    font-size: 15px; }
  /* line 649, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content h1 {
    font-size: 35px;
    line-height: 37px; }
  /* line 653, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .slider-content p {
    font-size: 16px;
    line-height: 22px; }
  /* line 659, website/static/themes/theme-21/scss/responsive.scss */
  .image-content-slider .item .single-slider-content .hero-action-btn a {
    padding: 6px 16px; }
  /* line 668, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_headline {
    left: 30px !important;
    top: 70px !important; }
    /* line 671, website/static/themes/theme-21/scss/responsive.scss */
    .layer_slide_headline .slide_title {
      font-size: 25px !important; }
  /* line 676, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img1 {
    left: 10px !important;
    top: 105px !important; }
  /* line 681, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_img2 {
    left: 10px !important;
    top: 150px !important; }
  /* line 686, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_main_logo {
    left: 15px !important;
    top: 230px !important; }
  /* line 691, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_description {
    top: 120px !important; }
  /* line 695, website/static/themes/theme-21/scss/responsive.scss */
  .layer_slide_action_btn {
    top: 280px !important; } }

/* Large Devices, large ,Wide Screens */
@media screen and (min-width: 992px) {
  /* line 710, website/static/themes/theme-21/scss/responsive.scss */
  .customized-card .product-content-wrap .prod-m-title {
    height: 25px; } }

/* Medium Devices, medium, Desktops */
@media screen and (max-width: 991px) and (min-width: 768px) {
  /* line 721, website/static/themes/theme-21/scss/responsive.scss */
  .customized-card .product-content-wrap .prod-m-title {
    height: 63px; } }

/* tablet, ipad or small screen */
@media screen and (max-width: 767px) and (min-width: 576px) {
  /* line 732, website/static/themes/theme-21/scss/responsive.scss */
  .customized-card .product-content-wrap .prod-m-title {
    height: 45px; } }

/* extra small screen / mobile */
@media screen and (max-width: 576px) {
  /* line 743, website/static/themes/theme-21/scss/responsive.scss */
  .customized-card .product-content-wrap .prod-m-title {
    height: 22px; } }

/* 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 822, website/static/themes/theme-21/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 825, website/static/themes/theme-21/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 829, website/static/themes/theme-21/scss/responsive.scss */
  .hotline-text .col {
    flex-basis: 100%; }
    /* line 831, website/static/themes/theme-21/scss/responsive.scss */
    .hotline-text .col .search-box-wrap {
      right: 0; }
  /* line 842, website/static/themes/theme-21/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap span {
    font-size: 13px;
    padding: 0 10px; }
  /* line 846, website/static/themes/theme-21/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap h1 {
    font-size: 25px;
    line-height: 27px; }
  /* line 850, website/static/themes/theme-21/scss/responsive.scss */
  .slider-with-background-image .item .single-content-wrap p {
    font-size: 16px;
    line-height: 20px; }
  /* line 861, website/static/themes/theme-21/scss/responsive.scss */
  .hyper-tab .justify-content-center li {
    width: 30%; }
    /* line 863, website/static/themes/theme-21/scss/responsive.scss */
    .hyper-tab .justify-content-center li a.nav-link-one {
      padding: 10px;
      border-bottom: 1px solid #e6e6e6; }
      /* line 866, website/static/themes/theme-21/scss/responsive.scss */
      .hyper-tab .justify-content-center li a.nav-link-one img {
        display: inherit; }
    /* line 870, website/static/themes/theme-21/scss/responsive.scss */
    .hyper-tab .justify-content-center li p {
      display: none; }
    /* line 874, website/static/themes/theme-21/scss/responsive.scss */
    .hyper-tab .justify-content-center li .active:after {
      display: none; }
  /* line 883, website/static/themes/theme-21/scss/responsive.scss */
  .ListBlock .list-type-two-col li {
    max-width: 100%;
    flex: 1 1 100%; }
  /* line 889, website/static/themes/theme-21/scss/responsive.scss */
  .divine-bread .custom-text {
    font-size: 11px !important; }
  /* line 892, website/static/themes/theme-21/scss/responsive.scss */
  .divine-bread .breadcrumb {
    padding: 0.2rem 1rem !important; }
  /* line 897, website/static/themes/theme-21/scss/responsive.scss */
  .footer-top-section .footer-logo {
    text-align: center; }
  /* line 900, website/static/themes/theme-21/scss/responsive.scss */
  .footer-top-section .footer-social-list {
    justify-content: center !important; }
  /* line 904, website/static/themes/theme-21/scss/responsive.scss */
  .dt-knob {
    display: none !important; }
  /* line 909, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title h1 {
    font-size: 25px;
    line-height: 28px;
    text-align: center; }
  /* line 914, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title h2 {
    font-size: 23px;
    line-height: 27px;
    text-align: center; }
  /* line 919, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title p {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  /* line 927, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title h1 {
    font-size: 25px;
    line-height: 28px;
    text-align: center; }
  /* line 932, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title h2 {
    font-size: 23px;
    line-height: 27px;
    text-align: center; }
  /* line 937, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title p {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  /* line 944, website/static/themes/theme-21/scss/responsive.scss */
  .universal-content-box .content-box-content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500; } }

@media screen and (max-width: 768px) and (min-width: 414px) {
  /* line 954, website/static/themes/theme-21/scss/responsive.scss */
  .header-top-menu-bar {
    margin-top: -12px; }
  /* line 957, website/static/themes/theme-21/scss/responsive.scss */
  .search-box-wrap {
    display: none; }
  /* line 964, website/static/themes/theme-21/scss/responsive.scss */
  .hyper-tab .justify-content-center li {
    width: 30%; }
    /* line 966, website/static/themes/theme-21/scss/responsive.scss */
    .hyper-tab .justify-content-center li a.nav-link-one {
      padding: 10px;
      border-bottom: 1px solid #e6e6e6; }
      /* line 969, website/static/themes/theme-21/scss/responsive.scss */
      .hyper-tab .justify-content-center li a.nav-link-one img {
        display: inherit; }
    /* line 973, website/static/themes/theme-21/scss/responsive.scss */
    .hyper-tab .justify-content-center li p {
      display: none; }
    /* line 977, website/static/themes/theme-21/scss/responsive.scss */
    .hyper-tab .justify-content-center li .active:after {
      display: none; }
  /* line 985, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title h1 {
    font-size: 25px;
    line-height: 28px;
    text-align: center; }
  /* line 990, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title h2 {
    font-size: 23px;
    line-height: 27px;
    text-align: center; }
  /* line 995, website/static/themes/theme-21/scss/responsive.scss */
  .solution-title p {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  /* line 1003, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title h1 {
    font-size: 25px;
    line-height: 28px;
    text-align: center; }
  /* line 1008, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title h2 {
    font-size: 23px;
    line-height: 27px;
    text-align: center; }
  /* line 1013, website/static/themes/theme-21/scss/responsive.scss */
  .universal-title p {
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
  /* line 1020, website/static/themes/theme-21/scss/responsive.scss */
  .universal-content-box .content-box-content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500; } }

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

@media screen and (max-width: 1269px) {
  /* line 1039, website/static/themes/theme-21/scss/responsive.scss */
  .right-side {
    display: none; }
  /* line 1042, website/static/themes/theme-21/scss/responsive.scss */
  .openMobileNav {
    display: block;
    background: transparent;
    color: #2f3184; } }

/* line 2, website/static/themes/theme-21/scss/leadership.scss */
.LeadershipBlock {
  position: relative;
  display: block;
  width: 100%; }
  /* line 6, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/leadership.scss */
  .LeadershipBlock .at-column {
    z-index: 0;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 0 1px #e6e6e6;
    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, website/static/themes/theme-21/scss/leadership.scss */
  .LeadershipBlock .at-column:before {
    content: "";
    display: block;
    padding-top: 100%; }
  /* line 99, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/leadership.scss */
  .LeadershipBlock .at-column:hover .at-social {
    margin: 15px 0 0;
    opacity: 1; }
  @media (max-width: 800px) {
    /* line 115, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/leadership.scss */
    .LeadershipBlock .at-user .at-user__avatar {
      width: 150px;
      height: 150px;
      border-radius: 100%;
      margin: 0 auto 20px;
      overflow: hidden; }
      /* line 148, website/static/themes/theme-21/scss/leadership.scss */
      .LeadershipBlock .at-user .at-user__avatar img {
        display: block;
        width: 100%;
        max-width: 100%; }
    /* line 154, website/static/themes/theme-21/scss/leadership.scss */
    .LeadershipBlock .at-user .at-user__name {
      color: #2a2a2a; }
      /* line 156, website/static/themes/theme-21/scss/leadership.scss */
      .LeadershipBlock .at-user .at-user__name h5 {
        margin-bottom: 5px; }
    /* line 160, website/static/themes/theme-21/scss/leadership.scss */
    .LeadershipBlock .at-user .at-user__title {
      color: #2a2a2a;
      font-size: 0.875rem;
      line-height: 1.375rem;
      color: #2f3184; }
    /* line 167, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/leadership.scss */
      .LeadershipBlock .at-user .at-social .at-social__item {
        display: inline-block;
        margin: 0 2px; }
        /* line 175, website/static/themes/theme-21/scss/leadership.scss */
        .LeadershipBlock .at-user .at-social .at-social__item a {
          display: block; }
          /* line 177, website/static/themes/theme-21/scss/leadership.scss */
          .LeadershipBlock .at-user .at-social .at-social__item a i {
            color: rgba(0, 114, 246, 0.75);
            display: block;
            -webkit-transition: fill 0.2s ease;
            transition: fill 0.2s ease;
            width: 30px;
            height: 30px;
            line-height: 30px; }
            /* line 185, website/static/themes/theme-21/scss/leadership.scss */
            .LeadershipBlock .at-user .at-social .at-social__item a i:hover {
              color: #2f3184; }

/* line 198, website/static/themes/theme-21/scss/leadership.scss */
.single-team {
  display: block;
  position: relative; }

/* line 203, website/static/themes/theme-21/scss/leadership.scss */
.single-team .front-side {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-color: transparent; }

/* line 210, website/static/themes/theme-21/scss/leadership.scss */
.single-team .front-side h5 {
  margin-bottom: 5px; }

/* line 214, website/static/themes/theme-21/scss/leadership.scss */
.single-team .front-side h6 {
  color: #4d4d4d; }

/* line 218, website/static/themes/theme-21/scss/leadership.scss */
.single-team .back-side h5, .single-team .back-side h6 {
  color: #ffffff; }

/* line 222, website/static/themes/theme-21/scss/leadership.scss */
.single-team .back-side {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  background-image: linear-gradient(to left, #00b7f0, #00a3e3, #008fd4, #007bc5, #0067b4);
  color: #ffffff;
  padding: 15px;
  border-radius: 4px; }

/* line 236, website/static/themes/theme-21/scss/leadership.scss */
.flipY {
  perspective: 1500px; }

/* line 240, website/static/themes/theme-21/scss/leadership.scss */
.flipY:hover .flip-container {
  transform: rotateY(180deg); }

/* line 244, website/static/themes/theme-21/scss/leadership.scss */
.flip-container {
  transition: all 500ms ease-in;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 250, website/static/themes/theme-21/scss/leadership.scss */
.flip-container figure {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 255, website/static/themes/theme-21/scss/leadership.scss */
.flip-container .back-side {
  transform: translateX(-50%) rotateY(180deg); }

/* line 259, website/static/themes/theme-21/scss/leadership.scss */
.flip-container .back-side p {
  font-size: 14px;
  line-height: 20px; }

/* line 264, website/static/themes/theme-21/scss/leadership.scss */
.center.hide {
  display: none; }

/* line 268, website/static/themes/theme-21/scss/leadership.scss */
.team-social-wrap .leader-social-list {
  display: inline-flex; }

/* line 272, website/static/themes/theme-21/scss/leadership.scss */
.leader-social-list {
  margin: 0;
  padding: 0; }

/* line 277, website/static/themes/theme-21/scss/leadership.scss */
.leader-social-list li {
  list-style: none;
  float: left; }

/* line 282, website/static/themes/theme-21/scss/leadership.scss */
.leader-social-list li a {
  display: block;
  color: #2f3184;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #2f3184;
  margin: 5px;
  border-radius: 4px; }

/* line 294, website/static/themes/theme-21/scss/leadership.scss */
.leader-social-list li a:hover {
  background: #2f3184;
  border-color: #2f3184; }

/* line 298, website/static/themes/theme-21/scss/leadership.scss */
.leader-social-list li:hover a {
  color: #ffffff;
  transform: rotateY(360deg); }

/*Team member*/
/* line 304, website/static/themes/theme-21/scss/leadership.scss */
.team_member {
  border: 1px solid #cccccc;
  position: relative;
  margin-bottom: 30px; }

/* line 310, website/static/themes/theme-21/scss/leadership.scss */
.team_member img {
  width: 100%; }

/* line 314, website/static/themes/theme-21/scss/leadership.scss */
.member_info {
  background: #880E4F;
  position: absolute;
  width: 100%;
  bottom: 0px; }

/* line 321, website/static/themes/theme-21/scss/leadership.scss */
.team_member .member_info h2 {
  font-size: 20px;
  margin: 0;
  color: #ffffff; }

/* line 327, website/static/themes/theme-21/scss/leadership.scss */
.team_member .member_info h3 {
  font-size: 18px;
  margin: 0;
  color: #ffffff; }

/* line 333, website/static/themes/theme-21/scss/leadership.scss */
.social_links {
  position: absolute;
  background: #880E4F;
  padding: 10px 30px;
  bottom: 60px;
  margin: auto;
  right: 0;
  border-top-left-radius: 30px;
  visibility: hidden;
  opacity: 0;
  transition: .6s; }

/* line 346, website/static/themes/theme-21/scss/leadership.scss */
.social_links a {
  color: #ffffff;
  margin-right: 10px; }

/* line 351, website/static/themes/theme-21/scss/leadership.scss */
.team_member:hover .social_links {
  visibility: visible;
  opacity: 1; }

/* line 356, website/static/themes/theme-21/scss/leadership.scss */
.team_member:hover {
  box-shadow: 1px 1px 15px 1px #ddd; }

/* line 1, website/static/themes/theme-21/scss/bullet-list.scss */
.BulletListBlock {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  /* line 6, website/static/themes/theme-21/scss/bullet-list.scss */
  .BulletListBlock h5 {
    font-size: 16px;
    color: #4d4d4d; }
  /* line 11, website/static/themes/theme-21/scss/bullet-list.scss */
  .BulletListBlock ul li {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; }
    /* line 17, website/static/themes/theme-21/scss/bullet-list.scss */
    .BulletListBlock ul li p {
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      font-size: 18px; }
      /* line 24, website/static/themes/theme-21/scss/bullet-list.scss */
      .BulletListBlock ul li p img {
        float: left;
        margin-right: 10px; }

/* line 34, website/static/themes/theme-21/scss/bullet-list.scss */
.bullet-list {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  /* line 39, website/static/themes/theme-21/scss/bullet-list.scss */
  .bullet-list h5 {
    font-size: 16px;
    color: #4d4d4d; }
  /* line 43, website/static/themes/theme-21/scss/bullet-list.scss */
  .bullet-list ul {
    margin-left: 15px; }
    /* line 45, website/static/themes/theme-21/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 54, website/static/themes/theme-21/scss/bullet-list.scss */
      .bullet-list ul li i {
        margin-right: 5px;
        font-size: 6px;
        line-height: 22px;
        color: #666; }

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

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

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

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

/* line 2, website/static/themes/theme-21/scss/products.scss */
.ProductsBlock {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto; }
  /* line 7, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/products.scss */
  .ProductsBlock .at-column {
    height: 100%;
    z-index: 0;
    position: relative;
    display: block;
    overflow: hidden;
    background: #c3c1c114;
    box-shadow: 0 0 0 1px #e6e6e6;
    box-sizing: border-box;
    border-radius: 10px; }
    /* line 100, website/static/themes/theme-21/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 107, website/static/themes/theme-21/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 117, website/static/themes/theme-21/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 128, website/static/themes/theme-21/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 137, website/static/themes/theme-21/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 146, website/static/themes/theme-21/scss/products.scss */
  .ProductsBlock .product-content-wrap {
    padding: 15px; }
    /* line 148, website/static/themes/theme-21/scss/products.scss */
    .ProductsBlock .product-content-wrap p {
      color: #848484;
      font-size: 13px;
      line-height: 24px;
      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 163, website/static/themes/theme-21/scss/products.scss */
    .ProductsBlock .product-content-wrap .product-features-list li {
      font-size: 14px;
      position: relative;
      padding: 4px 0px 0px 0px;
      border-bottom: 2px dashed #9c9a9a;
      cursor: pointer;
      width: fit-content;
      font-weight: 600; }
      /* line 174, website/static/themes/theme-21/scss/products.scss */
      .ProductsBlock .product-content-wrap .product-features-list li a {
        color: #666;
        display: block; }
        /* line 177, website/static/themes/theme-21/scss/products.scss */
        .ProductsBlock .product-content-wrap .product-features-list li a i {
          color: #e6e6e6; }
      /* line 182, website/static/themes/theme-21/scss/products.scss */
      .ProductsBlock .product-content-wrap .product-features-list li:hover a {
        color: #2f3184; }
        /* line 184, website/static/themes/theme-21/scss/products.scss */
        .ProductsBlock .product-content-wrap .product-features-list li:hover a i {
          color: #2f3184; }
  /* line 192, website/static/themes/theme-21/scss/products.scss */
  .ProductsBlock .product-pricing-wrap {
    border-top: 1px solid #e6e6e6;
    padding: 15px;
    background: rgba(230, 230, 230, 0.2); }
    /* line 196, website/static/themes/theme-21/scss/products.scss */
    .ProductsBlock .product-pricing-wrap h5 {
      margin-bottom: 0; }
    /* line 199, website/static/themes/theme-21/scss/products.scss */
    .ProductsBlock .product-pricing-wrap p {
      font-size: 14px; }

/* line 207, website/static/themes/theme-21/scss/products.scss */
.customized-card {
  margin-bottom: 15px;
  padding-top: 27px;
  padding-bottom: 10px;
  background: #c3c1c114;
  border-radius: 9px;
  margin-bottom: 69px; }
  /* line 215, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-content-wrap .product-m-code {
    max-width: 133px;
    padding: 43px 0px;
    background-color: #ff0f09;
    margin-top: -92px;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold; }
  /* line 226, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-content-wrap .prod-m-title {
    font-size: 20px; }
  /* line 230, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-content-wrap .description p {
    color: #848484;
    font-size: 100%;
    line-height: 24px;
    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 247, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-content-wrap .ProductTitle h6 {
    color: #666;
    font-weight: 500;
    margin-bottom: 0; }
  /* line 256, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-features-list li {
    font-size: 14px;
    position: relative;
    padding: 4px 0px 0px 0px;
    border-bottom: 2px dashed #9c9a9a;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600; }
    /* line 268, website/static/themes/theme-21/scss/products.scss */
    .customized-card .product-features-list li a {
      color: #666;
      display: block; }
      /* line 271, website/static/themes/theme-21/scss/products.scss */
      .customized-card .product-features-list li a i {
        color: #e6e6e6; }
    /* line 276, website/static/themes/theme-21/scss/products.scss */
    .customized-card .product-features-list li:hover a {
      color: #2f3184; }
      /* line 278, website/static/themes/theme-21/scss/products.scss */
      .customized-card .product-features-list li:hover a i {
        color: #2f3184; }
  /* line 286, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-Bottom a {
    border-bottom: 2px dashed #9c9a9a;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    color: #666;
    font-weight: 600; }
  /* line 294, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-Bottom .product-pricing {
    border-bottom: transparent;
    font-size: 12px;
    font-weight: 400;
    background: #3c94d6;
    border-color: transparent; }
    /* line 300, website/static/themes/theme-21/scss/products.scss */
    .customized-card .product-Bottom .product-pricing:hover {
      border-color: #0067b4;
      background: #0067b4; }
  /* line 305, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-Bottom .module-btn {
    border-bottom: transparent;
    font-size: 12px;
    font-weight: 400;
    background: #3c94d6;
    border-color: transparent; }
    /* line 311, website/static/themes/theme-21/scss/products.scss */
    .customized-card .product-Bottom .module-btn:hover {
      border-color: #0067b4;
      background: #0067b4; }
  /* line 318, website/static/themes/theme-21/scss/products.scss */
  .customized-card .product-Bottom .glance-link a:after {
    content: 'pdf';
    background: #cd6967;
    margin-left: 5px;
    font-size: 9px;
    padding: 0px 3px;
    border-radius: 3px;
    color: #ffffff; }

/* line 32, website/static/themes/theme-21/scss/accordion.scss */
.hyper-accordion .card {
  background: transparent; }
  /* line 34, website/static/themes/theme-21/scss/accordion.scss */
  .hyper-accordion .card .card-header {
    background: #f1f1f1; }
    /* line 36, website/static/themes/theme-21/scss/accordion.scss */
    .hyper-accordion .card .card-header a {
      display: inline-block;
      width: 100%;
      font-family: "Poppins", sans-serif;
      color: inherit;
      font-weight: bold; }
    /* line 44, website/static/themes/theme-21/scss/accordion.scss */
    .hyper-accordion .card .card-header a.not-collapse:after {
      font-family: "fontawesome";
      content: "\f067";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 300;
      float: right; }
    /* line 55, website/static/themes/theme-21/scss/accordion.scss */
    .hyper-accordion .card .card-header a.collapsed:after {
      font-family: "fontawesome";
      content: "\f068";
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      font-weight: 300;
      float: right; }
  /* line 66, website/static/themes/theme-21/scss/accordion.scss */
  .hyper-accordion .card:last-child {
    border-bottom: none !important; }
  /* line 71, website/static/themes/theme-21/scss/accordion.scss */
  .hyper-accordion .card .card-body p {
    opacity: 0.9; }
  /* line 74, website/static/themes/theme-21/scss/accordion.scss */
  .hyper-accordion .card .card-body:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* line 1, website/static/themes/theme-21/scss/pricing-package.scss */
.hyper-pricing {
  border-radius: 4px;
  transition: all 0.3s ease-in; }
  /* line 4, website/static/themes/theme-21/scss/pricing-package.scss */
  .hyper-pricing .single-pricing-package {
    border: 1px solid #e6e6e6;
    height: 100%;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in;
    margin-bottom: 40px; }
    /* line 11, website/static/themes/theme-21/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, website/static/themes/theme-21/scss/pricing-package.scss */
    .hyper-pricing .single-pricing-package .package-type {
      padding: 15px;
      text-align: center;
      border-bottom: 1px solid #e6e6e6; }
      /* line 24, website/static/themes/theme-21/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .package-type p {
        margin-bottom: 0;
        font-size: 20px; }
      /* line 28, website/static/themes/theme-21/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .package-type h4 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
        color: #2f3184; }
    /* line 35, website/static/themes/theme-21/scss/pricing-package.scss */
    .hyper-pricing .single-pricing-package .pricing-feature-wrap {
      padding: 15px 15px 0; }
      /* line 37, website/static/themes/theme-21/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .pricing-feature-wrap h6 {
        font-size: 15px;
        margin-bottom: 0;
        color: #2f3184; }
      /* line 43, website/static/themes/theme-21/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, website/static/themes/theme-21/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, website/static/themes/theme-21/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: #f1f1f1; }
    /* line 73, website/static/themes/theme-21/scss/pricing-package.scss */
    .hyper-pricing .single-pricing-package .package-view-more {
      text-align: center;
      text-transform: uppercase; }
      /* line 76, website/static/themes/theme-21/scss/pricing-package.scss */
      .hyper-pricing .single-pricing-package .package-view-more .package-custom-button {
        padding: .375rem 3.75rem; }

/* line 83, website/static/themes/theme-21/scss/pricing-package.scss */
.annual_text {
  font-size: 15px !important; }

/* line 2, website/static/themes/theme-21/scss/industries.scss */
.industres-customized-card {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 10px;
  background: #c3c1c114;
  border-radius: 9px;
  margin-bottom: 69px; }
  /* line 10, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .product-content-wrap .product-m-code {
    max-width: 133px;
    padding: 43px 0px;
    background-color: #ff0f09;
    margin-top: -92px;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold; }
  /* line 21, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .product-content-wrap .IndustryTitle {
    height: auto; }
    /* line 23, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .product-content-wrap .IndustryTitle h6 {
      font-size: 20px;
      font-weight: bold;
      color: #5b5e63; }
  /* line 30, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .product-content-wrap .description p {
    color: #848484;
    font-size: 100%;
    line-height: 24px;
    text-align: left;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 115px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 10px 0; }
  /* line 48, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .industries-features-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #e7e5e5;
    cursor: pointer;
    font-weight: 600; }
    /* line 60, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .industries-features-list li p {
      font-size: 16px;
      font-weight: 400 !important; }
    /* line 64, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .industries-features-list li .custom-badge {
      padding: 1px 4px;
      line-height: normal;
      background: rgba(141, 139, 140, 0.69);
      height: fit-content;
      height: -moz-fit-content;
      color: #ffffff;
      border-radius: 3px;
      font-size: 70%; }
    /* line 75, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .industries-features-list li a {
      color: #666;
      display: block; }
      /* line 78, website/static/themes/theme-21/scss/industries.scss */
      .industres-customized-card .industries-features-list li a i {
        color: #e6e6e6; }
    /* line 83, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .industries-features-list li:hover a {
      color: #2f3184; }
      /* line 85, website/static/themes/theme-21/scss/industries.scss */
      .industres-customized-card .industries-features-list li:hover a i {
        color: #2f3184; }
    /* line 89, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .industries-features-list li:hover .custom-badge {
      background: #FE7171; }
  /* line 96, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .product-Bottom a {
    border-bottom: 2px dashed #9c9a9a;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    color: #666;
    font-weight: 600; }
  /* line 104, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .product-Bottom .product-pricing {
    border-bottom: transparent;
    font-size: 12px;
    font-weight: 400;
    background: #3c94d6;
    border-color: transparent; }
    /* line 110, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .product-Bottom .product-pricing:hover {
      border-color: #0067b4;
      background: #0067b4; }
  /* line 115, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .product-Bottom .module-btn {
    border-bottom: transparent;
    font-size: 12px;
    font-weight: 400;
    background: #3c94d6;
    border-color: transparent; }
    /* line 121, website/static/themes/theme-21/scss/industries.scss */
    .industres-customized-card .product-Bottom .module-btn:hover {
      border-color: #0067b4;
      background: #0067b4; }
  /* line 128, website/static/themes/theme-21/scss/industries.scss */
  .industres-customized-card .product-Bottom .glance-link a:after {
    content: 'pdf';
    background: #cd6967;
    margin-left: 5px;
    font-size: 9px;
    padding: 0px 3px;
    border-radius: 3px;
    color: #ffffff; }
