@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------
	:: Tables
	-------------------------------------------------- */

table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}

table thead,
table tfoot {
  background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}

table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}

table tbody tr.even,
table tbody tr.alt {
  background: #F9FBFE;
}

table tbody tr:nth-child(even) {
  background: #F9FBFE;
}

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

/* ==========================================================================
   Custom Styles
   ========================================================================== */

/**
 * Generate custom style Columbus.
 */

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #202952;
}

.all-site-wrap {
  position: relative;
}

/* example nav*/
.nav-shadow-top {
  box-shadow: 0 .7rem 1rem rgba(0,0,0,.15)!important;
}

.header-nav-wrapper {
  position: relative;
  background-color: #fff;
}

.header-nav-wrapper .logo {
  display: inline-block;
  width: 190px;
  padding-top: 15px;
  background-color: #fff;
}

.header-nav-wrapper .logo-nav-wrapper {
  display: inline-block;
  width: 190px;
  padding: 25px 8px 5px 70px;
  background-color: #fff;
}

.header-nav-wrapper .primary-nav-wrapper {
  float: right;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.header-nav-wrapper nav {
  display: inline-block;
}

.header-nav-wrapper nav ul {
  display: inline-block;
  /* padding-top: 1.5rem; */
  padding-left: 0;
  margin-left: 0;
  margin-top: 1.5rem;
}

.header-nav-wrapper nav ul li {
  font-size: .8rem;
  display: inline-block;
  padding-left: 20px;
}

.header-nav-wrapper nav ul li:last-child {
  border-right: none;
}

.header-nav-wrapper nav ul li a {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  color: #333;
}

.header-nav-wrapper nav ul li a:hover {
  color: #0048D2;
}

.header-nav-wrapper nav ul li a.is-active {
  color: #0048D2;
}

.header-nav-wrapper nav ul li a:after,
.header-nav-wrapper nav ul li a.is-active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #0048D2;
}

.header-nav-wrapper nav ul li a:hover:after,
.header-nav-wrapper nav ul li a.is-active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-nav-wrapper .is-visible {
  visibility: visible;
  opacity: 1;
}

.header-nav-content .dropdown-item:focus, .dropdown-item:hover {
  color: #0048D2;
}

.secondary-nav-wrapper {
  display: inline-block;
}

.secondary-nav-wrapper ul.secondary-nav li {
  font-size: .8rem;
}

.secondary-nav-wrapper ul.secondary-nav li.subscribe {
  position: relative;
  padding: 10px 20px 10px 0;
}

.secondary-nav-wrapper ul.secondary-nav li.subscribe a {
  position: relative;
  text-decoration: none;
  color: #0048D2;
  font-weight: bold;
}

.secondary-nav-wrapper ul.secondary-nav li.subscribe .btn.btn-primary {
  font-size: .8rem;
  color: #fff;
  background-color: #0048D2;
  border-color: #0048D2;
}

.secondary-nav-wrapper ul.secondary-nav li.subscribe a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.secondary-nav-wrapper ul.secondary-nav li.subscribe:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  content: " ";
}

.secondary-nav-wrapper ul.secondary-nav li.search {
  margin-left: 20px;
}

.secondary-nav-wrapper ul.secondary-nav li.search a {
  font-size: 16px;
  color: #fff;
}

.secondary-nav-wrapper ul {
  display: inline-block;
  margin-bottom: .65rem;
}

.secondary-nav-wrapper ul li {
  display: inline-block;
}

.search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 50%;
  padding: 38px 30px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  background-color: #414A52;
}

.search-wrapper ul.search .is-selected {
  width: 360px;
}

.search-wrapper ul.search li {
  display: inline-block;
}

.search-wrapper ul.search li .hide-search {
  font-size: 20px;
  position: absolute;
  top: 40%;
  right: 30px;
  color: #fff;
}

.search-wrapper ul.search li input {
  font-size: 0.8rem;
  width: 300px;
  padding-bottom: 9px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #fff;
  border: none;
  border-bottom: solid 2px #7AE2DE;
  background-color: #414A52;
}

.primary-nav-wrapper.open {
  visibility: visible;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}

.nav-toggle {
  position: absolute;
  z-index: 999999;
  top: 45%;
  left: 50%;
  padding: 10px 35px 16px 0;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  position: absolute;
  display: block;
  width: 33px;
  height: 3px;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  background: #212529;
}

.nav-toggle span:before {
  top: -10px;
}

.nav-toggle span:after {
  bottom: -10px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  top: 10px;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

.navicon {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 25px;
  height: 26px;
  padding: 47px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: transparent;
}

.fixed {
  /* position: fixed; */
  z-index: 999;
}

/* example nav*/

.navbar-up {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #f0f0f1;
}

.navbar-border-right {
  padding-right: 0;
}

.navbar-down {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.logo img,
.logo-nav-wrapper img {
  width: 12em;
  max-height: 100px;
}

.header-nav-list {
  font-size: .9rem;
  margin-top: 0.5rem;
  text-transform: capitalize;
}

.header-nav-list a {
  color: #333;
  font-weight: bold;
  font-size: 0.8rem;
  margin-right: .8rem;
}

.header-nav-list a:hover {
  text-decoration: none;
  color: #0048D2;
}

.header-nav-list .btn-primary {
  color: #fff;
  background-color: #0048D2;
  padding: .575rem .95rem;
  border-color: #0048D2;
}

.header-nav-list .btn-primary:hover {
  color: #0048D2;
  background-color: #fff;
  border-color: #0048D2;
}

.header-nav-list .btn-light {
  color: #0048D2;
  background-color: inherit;
  border-color: transparent;
}

.header-nav-contact a {
  color: #6c757d;
  font-weight: 700;
}

.header-nav-contact a:hover {
  text-decoration: none;
  color: #0048D2;
}

.header-text-dropdown {
  padding: 0.375rem;
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 0.75rem;
  font-weight: 700;
}

.header-text-dropdown.btn-link:hover {
  color: #0048D2;
  text-decoration: none;
}

.header-icon-dropdown {
  padding-right: 7px;
  color: #0048D2;
}

.header-nav-contact {
  margin-top: 1.3rem;
  margin-bottom: 0.85rem !important;
}

.header-nav-social {
  margin-top: 1.3rem;
  margin-bottom: 0.85rem !important;
  margin-left: 2.65rem;
}

.sticky-top {
  background-color: #fff;
  padding-top: 0;
}

.dropdown-menu {
  min-width: 13rem;
  margin: -0.875rem 0 0;
  top: 130%;
}

.dropdown-menu.show {
  display: block;
  z-index: 10000;
  top: 30% !important;
}

header.masthead {
  position: relative;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

section.masthead-text {
  position: relative;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section.masthead-text .custom-btn {
  color: #fff;
  background-color: #0048D2;
  padding: .575rem .95rem;
  font-size: .8rem;
  font-weight: bold;
}

section.masthead-text .custom-btn-download {
  color: #0048D2;
  border-color: #0048D2;
  padding: .5rem 1.5rem;
  font-size: .8rem;
  line-height: 1.5;
  border-radius: .3rem;
  font-weight: bold;
  margin-bottom: 3rem
}

section.masthead-text .custom-btn-download:hover {
  color: #fff;
  background-color: #0048D2;
  border-color: #0048D2;
}

section.masthead-text .custom-btn:hover {
  background-color: transparent;
  color: #0048D2;
  border-color: #0048D2;
}

section.masthead-text h1 {
  font-size: 2rem;
}

section.masthead-text .sidebar-nav-faq h6 {
  text-align: left;
  font-size: .9rem;
  font-weight: bold;
}

section.masthead-text .sidebar-nav-faq .active h6 {
  color: #0048D2;
  text-decoration: none;
}

section.masthead-text .icon-img {
  width: 2.5rem;
}

.richtext-edit {
  color: #6c757d;
  text-align: left;
}

.richtext-edit h3 {
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.5rem
}

.richtext-edit h4 {
  font-weight: bold;
  text-align: left;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  font-size: 1rem;
}

.richtext-edit ol {
  list-style: none;
  counter-reset: li;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.richtext-edit ol li {
  counter-increment: li;
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.8;
}

.richtext-edit ol li::before {
  content: counter(li, decimal-leading-zero);
  font-weight: bold;
  margin-right: 20px;
  color: #0048D2;
}

.richtext-edit a {
  color: #0048D2;
  text-decoration: none;
  font-weight: bold;
  display: contents;
}

.carousel-caption {
  top: 25%;
  left: 20%;
  bottom: auto;
  text-align: left;
}

.carousel-caption h2 {
  color: #fff;
}

.carousel-caption span {
  font-weight: 700;
}

.carousel-caption a {
  color: #0048D2 !important;
  padding: .575rem .95rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.button-home {
  min-width: 135px;
}

.showcase {
  padding-top: 3rem;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-text .title-text-up,
.masthead .title-text-up,
.masthead-text .title-text-up {
  color: #6c757d;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: .8rem;
}

.showcase .showcase-text .about {
  font-weight: 600;
}

.showcase .showcase-text-blog {
  padding: 3rem;
}

.showcase .title-text-blog {
  font-weight: 600;
  letter-spacing: .2em;
}

.showcase .showcase-text-banner-1 {
  padding: 3rem;
  background-color: #212a51;
  color: #fff;
}

.showcase .showcase-text-banner-1 h3 {
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

.showcase .title-up-blog,
.masthead-contact .title-up-contact {
  color: #6c757d;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: .8rem;
  text-align: center;
}

.showcase .showcase-text-banner-1 span {
  font-weight: 700;
}

.showcase .showcase-text-banner-1 a {
  color: #0048D2 !important;
  padding: .575rem .95rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.showcase .showcase-img-blog {
  height: 20rem;
}

.showcase .showcase-img-two {
  min-height: 30rem;
}

.showcase-item {
  padding-top: 1.5rem;
}

.blog-more-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.blog-more-text a {
  color: #0048D2;
  border-color: #0048D2;
}

.box-detail table {
  border: none;
}

.box-detail h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .8rem;
}

.box-detail .box-text-head th {
  font-size: .7rem;
  background-color: #fff;
  border-color: #fff;
  color: #6c757d;
}

.box-detail .box-text-head {
  border-bottom: 1px solid #d0dae4;
}

.box-detail .box-text-head-2 {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #0048D2;
}

.box-detail .box-text-head-2 .sub-text {
  font-size: 9px;
  text-transform: uppercase;
  color: #a9a9a9;
  font-weight: normal;
}

.features-icons {
  padding-top: 7rem;
  text-align: left !important;
}

.features-icons .oval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 81px;
  width: 81px;
  border: 1px solid #808892;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.features-icons .icon-img {
  margin: 0 auto !important;
  width: 2.5rem;
}

.features-icons span {
  text-align: center;
}

.features-icons h2 {
  text-align: center;
}

.features-icons h3 {
  font-size: 1.4rem;
  text-align: left !important;
}

.features-icons h5 {
  font-weight: 500;
}

.features-icons .title-text-up {
  color: #6c757d;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2em;
  font-size: .8rem;
}

.features-icons .services {
  font-weight: 600;
}

.subtitle-tap-text {
  font-size: 1.2rem;
  color: #0048D2;
  font-weight: bold;
}

.features-icons .title-services {
  min-height: 40px;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .cards-container {
  justify-content: space-evenly;
}

.testimonials .border-button {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  transition: box-shadow 0.6s linear;
  border-radius: .25rem;
}

.testimonials .border-button:hover {
  box-shadow: 0 1rem 3rem 0.3rem rgba(0, 0, 0, .15);
}

.testimonials .card-content h6 {
  font-size: 14px;
  color: #0048D2;
}

.testimonials .card-content p {
  margin-bottom: 0;
}

.testimonials .card-content a:hover {
  text-decoration: none;
}

.cards-container .oval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 81px;
  width: 81px;
  border: 1px solid #808892;
  border-radius: 50%;
  margin: 0 auto;
}

.cards-container .icon-img {
  margin: 0 auto;
  width: 2rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials h2 {
  font-weight: 600;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #212a51;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action a,
.call-to-action button {
  color: #0048D2 !important;
  padding: .575rem .95rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.call-to-action h4 {
  color: #fff;
  letter-spacing: .1rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212a51;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.call-to-action-text {
  padding: 7rem;
  color: #fff;
  line-height: 1.5;
}

.call-to-action-text h2 {
  color: #fff;
}

.call-to-action-text span {
  font-weight: bold;
}

.call-to-action label {
  color: #fff;
}

.call-to-action label a {
  color: #fff !important;
  text-decoration: underline;
}

.call-to-action .form-control {
  color: #fff;
  background-color: transparent;
  font-size: .8rem;
}

.call-to-action .form-control option {
  color: #6c757d;
}

.call-to-action .form-control::placeholder {
  color: #a1a8ae;
}

.call-to-action .form-group p {
  color: #fff;
  font-size: .7rem;
  text-align: justify;
}

.call-to-action .form-group a {
  color: #fff !important;
  font-weight: normal;
  font-size: .75rem;
  padding: 0;
  text-decoration: underline;
}

.home-form-input {
  padding: 1.8rem 1.25rem;
  border-radius: .2rem;
}

.home-form-select {
  width: 100%;
  padding: 1.2rem 1.25rem;
  border: 1px solid #ced4da;
  color: #495057;
  border-radius: .2rem;
  background-color: #fff;
}

.home-form-button {
  padding: 0.34rem 1.25rem;
  width: 35%;
  border-radius: .2rem;
}

.section-icon-about {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.section-icon-about .custom-text-title {
  font-size: 2rem;
  text-align: center;
}

.section-icon-about .custom-paragraph {
  color: #202952;
  font-weight: bold;
}

.section-icon-about .fas {
  color: #0048D2;
  font-size: 1.5em;
}

.section-icon-about .single-number h5 {
  color: #0048D2;
}

.section-icon-about .icon-img {
  width: 2.5em;
}

.masthead-text .single-number h6 {
  color: #0048D2;
}

.background-about {
  background-color: #94aecc14;
}

footer.footer {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.footer-menu {
  margin-bottom: 2rem;
}

/* .footer-social {
  margin-top: 1.5rem;
} */

.footer-nav-list {
  font-size: .8rem;
}

.footer-nav-list a {
  color: #333;
  font-weight: bold;
  font-size: 0.8rem;
  margin-right: .8rem;
}

.footer-nav-contact a {
  color: #6c757d;
  font-weight: 700;
}

.footer-nav-contact a:hover {
  text-decoration: none;
  color: #0048D2;
}

.footer-nav-list a:hover {
  text-decoration: none;
  color: #0048D2;
}

.footer-icon-email {
  padding-right: 7px;
  color: #6c757d;
}

.footer-icon-phone {
  padding-right: 7px;
  color: #6c757d;
}

.header-icon-phone {
  padding-right: 7px;
  color: #0048D2;
}

.header-icon-email {
  padding-right: 7px;
  color: #0048D2;
}

.strategy-table {
  padding-top: 2.5rem;
}

.strategy-table .table {
  box-shadow: 0px 13px 22px rgba(0, 0, 0, 0.1);
}

.strategy-table .custom-table {
  border: none;
  display: inline-table;
}



.strategy-table .no-border-th th {
  border-top: none !important;
}

.strategy-table .table td,
.strategy-table .table th {
  border-top: none !important;
}

.strategy-table .text-head {
  color: #2A4F96;
  text-align: center;
}

.custom-table th {
  color: #2A4F96;
  padding: 0.35rem;
  font-size: 0.7rem;
}

.strategy-table table tbody tr td {
  color: #6c757d;
  vertical-align: middle;
  text-align: center;
}

/* services */
.services-taps .nav {
  justify-content: center;
}

.services-taps .nav-tabs {
  border-bottom: 0 !important;
}

.services-taps .nav-link {
  border: none;
  border-bottom: none;
}

.services-taps .nav-link.active {
  background-color: #94aecc14;
}

.services-taps .nav-link.active h6 {
  font-size: 1.1rem;
  color: #0048D2;
  border-bottom: 1px solid #0048D2;
}

.services-taps .nav-link h6 {
  color: #333;
  font-size: 1rem;
  padding: .5rem;
}

.color-back {
  padding: 1rem;
  background-color: #94aecc14;
}

.icon-arrow {
  display: flex !important;
  justify-content: flex-end;

}

.services-taps .sidebar-nav .fa-lg,
.masthead-contact .fa-lg {
  color: #6c757d;
}

/* @media */

@media (min-width: 768px) {
  header.masthead {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  header.masthead h1 {
    font-size: 3rem;
    margin-top: 0;
    font-weight: bold;
  }
  section.masthead-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  section.masthead-text h1 {
    font-size: 3rem;
    margin-top: 0;
    font-weight: bold;
  }
  .showcase .showcase-text-banner-1 {
    padding: 6rem;
    padding-left: 7.5rem;
    background-color: #212a51;
    color: #fff;
  }
  .showcase .showcase-text {
    padding: 7rem;
    padding-left: 1.5rem;
  }
  .showcase .showcase-text-blog {
    padding-left: 1.5rem;
    height: 20rem;
  }
  section.masthead-contact {
    padding-top: 4rem;
    padding-bottom: .001rem;
  }
  section.masthead-contact h1 {
    font-size: 3rem;
    margin-top: 0;
  }

  .carousel .carousel-image {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(.8) saturate(100%);
    filter: brightness(.8) saturate(100%);
  }
  .strategy-table h5{
    font-weight: bold;
  }

}

@media (min-width: 1200px) {
  .testimonials .cards-container .card-content {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  }
}

@media screen and (max-width:1200px) {
  .sticky-top {
    padding-top: 1rem;
  }
  .header-nav-wrapper nav {
    margin-right: 10px;
  }
  .header-nav-wrapper .logo {
    display: none;
  }
    .footer-menu {
      margin-bottom: 0;
      flex-direction: column-reverse;
    }
    .footer-menu .list-inline-item {
      display: block;
      padding: 1rem;
    }
    .footer-menu .list-inline-item:not(:last-child){
      margin-right: 0 !important;
    }
    .footer-social {
      flex-direction: column-reverse;
    }
    .footer-social .list-inline-item {
      padding: 1rem;
    }
}

@media screen and (min-width: 1025px) {
  .header-nav-wrapper .logo-nav-wrapper {
    display: none;
  }

  .primary-nav .first-option {
    display: none;
  }

  section.masthead-contact  .nav-link:hover,
  section.masthead-contact  .nav-link:hover:after {
    background: #94aecc14;
  }

  section.masthead-contact  .nav-link:hover h5,
  section.masthead-contact  .nav-link:hover p {
    color: #0048D2;
  }

  section.masthead-contact  .nav-link.active:hover {
    background: #0048D2;
  }

  section.masthead-contact  .nav-link.active:hover h5,
  section.masthead-contact  .nav-link.active:hover p {
    color: #fff;
  }
  .testimonials .border-button {
    min-height: 10em;
  }
  .services-taps li.detail-list:hover {
    background: #94aecc14;
  }

}

@media screen and (max-width: 992px){
  .features-icons .nav-tabs {
    border-bottom: none !important;
    justify-content: center;
  }
  .features-icons .nav-tabs .nav-link {
    border: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .features-icons .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .features-icons .nav-link {
    padding: .5rem 1.4rem;
  }
}

@media screen and (max-width:1024px) {
  .header-nav-wrapper .logo {
    display: block;
    padding-top: 0;
  }

  .sticky-top {
    padding-top: 0;
  }

  .header-nav-wrapper .nav-toggle {
    top: 35%;
  }

  .header-nav-wrapper .nav-toggle.active {
    top: 40%;
  }

  .logo img, .logo-nav-wrapper img {
    width: 9em;
  }

  .header-nav-wrapper nav ul li a:hover:after,
  .header-nav-wrapper nav ul li a.is-active:after {
    visibility: hidden;
  }

  .primary-nav-wrapper {
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
  }

  .navicon {
    visibility: visible;
  }

  .header-nav-wrapper {
    padding: 1rem;
  }

  .header-nav-wrapper nav {
    width: 100%;
    padding: 35px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .header-nav-wrapper nav ul {
    display: block;
    padding: 0;
  }

  .header-nav-wrapper nav ul li {
    font-size: 24px;
    display: block;
    padding: 10px 20px;
    border-right: none;
  }

  .header-nav-wrapper nav ul li a {
    display: block;
    padding-bottom: 40px;
    color: #212529;
  }

  .header-nav-wrapper nav ul li a:before {
    display: none;
  }

  .secondary-nav-wrapper {
    display: block;
    padding: 0;
    text-align: center;
    background-color: #0048D2;
    height: 35vh;
    padding-top: 1.5rem;
  }

  .secondary-nav-wrapper ul {
    display: block;
    padding: 0;
  }

  .secondary-nav-wrapper ul.secondary-nav li {
    font-size: 30px;
  }

  .secondary-nav-wrapper li a:before {
    display: none;
  }

  .secondary-nav-wrapper ul li.subscribe a {
    font-weight: 600;
    display: block;
    color: #fff !important;
  }

  .secondary-nav-wrapper ul li.subscribe a:hover {
    color: #7AE2DE;
  }

  .secondary-nav-wrapper ul.secondary-nav li.subscribe {
    display: block;
    padding: 2rem;
    border-right: none;
    padding-bottom: 0px;
  }

  .secondary-nav-wrapper ul.secondary-nav li.search i {
    display: none;
  }

  .secondary-nav-wrapper ul.secondary-nav li.subscribe:after {
    display: none;
  }

  .secondary-nav-wrapper ul.secondary-nav li.subscribe .btn.btn-primary {
    font-size: 1.7rem;
    color: #fff;
    background-color: #0048D2;
    border-color: #0048D2;
  }
  .call-to-action-text {
    padding-left: 12rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .call-to-action form .col-md-6 {
    margin: auto;
  }
  .card-content .col-md-4 {
    max-width: 16.333333%;
  }

  .panel-title a {
    color: #333;
    display: block;
    padding: 15px 20px 15px 0;
    color: #0048D2;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .panel-heading a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    float: right;
    transition: all 0.5s;
  }
  .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

}

@media (max-width: 768px) {

  /* Making tables well-behaved in mobile */
  .strategy-table .custom-table {
    border: none;
    display: block;
  }

  .footer-menu {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .footer-menu .list-inline-item {
    display: block;
    padding: 1rem;
  }
  .footer-social {
    flex-direction: column-reverse;
  }
  .footer-social .list-inline-item {
    padding: 1rem;
  }
  .carousel .carousel-image {
    height: 480px;
    -webkit-filter: brightness(.8) saturate(100%);
    filter: brightness(.8) saturate(100%);
  }
  .carousel-caption {
    top: 25%;
    left: 12%;
  }
  .showcase .showcase-text-blog {
    padding: 1rem;
  }

  .card-content .col-md-4 {
    max-width: 20.333333%;
  }
  .section-services-steps .features-icons {
    padding-top: 0;
  }
  .features-icons .nav-tabs {
    border-bottom: none !important;
    justify-content: center;
  }
  .features-icons .nav-tabs .nav-link {
    border: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .features-icons .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .features-icons .nav-link {
    padding: .5rem 1.4rem;
  }
  section.masthead-contact  .nav{
    flex-wrap: nowrap;
  }
  .hero-map .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }


  .model-services-container .masthead-text {
    padding-bottom: 1rem;

  }

  /* section.masthead-text {
    padding-top: 1rem;
  } */

  section.masthead-text h1 {
    font-weight: bold;
    margin-top: 4rem;
  }

  .call-to-action-text {
    padding-left: 5rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }


}

@media screen and (max-width: 667px) {
  .services-taps .sidebar-nav {
    padding: 0;
  }
  .services-taps .nav {
    display: flex;
    justify-content: space-between;

  }
}

@media screen and (max-width:568px){
  .services-taps .sidebar-nav {
    padding: inherit;
  }
  .secondary-nav-wrapper {
    height: 65vh;
  }
  .header-nav-wrapper {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .services-taps{
    padding-bottom: 0 !important;
    
  }
  
  .services-taps .nav {
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding-left: .5rem;
    padding-right: .5rem;
    overflow: auto;
  }
  .services-taps .nav-link {
    display: inline;
    margin-left: 1rem;

  }
  .services-taps .nav-link h6 {
    font-size: .9rem;
    padding: .5rem;
  }
  .services-taps .nav-link.active h6 {
    font-size: .9rem;
    padding-bottom: .5rem;
  }

  .services-taps .detail-list {
    text-align: center;
  }

}

@media screen and (max-width:480px) {

  .navicon {
    padding: 45px 35px;
    background-color: transparent;
  }
  .nav-toggle {
    top: 45%;
  }
  .nav-toggle span:before {
    top: -7px;
  }
  .nav-toggle span:after {
    bottom: -7px;
  }
  .nav-toggle span,
  .nav-toggle span:before,
  .nav-toggle span:after {
    width: 25px;
  }
  .header-nav-wrapper .logo {
    border-bottom: none;
  }
  .header-nav-wrapper .logo-nav-wrapper {
    display: inline-block;
    width: 190px;
    /* padding: 25px 8px 5px; */
    padding: 15px 8px 0;
    text-align: center;
    background-color: #fff;
  }
  .call-to-action-text {
    padding: 1rem;
  }
  .testimonials-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials .card-content h6,
  .testimonials .card-content .paragraph-mobile {
    margin-left: .5rem;
  }
  .showcase .showcase-text {
    padding: 2rem;
  }
  .showcase .box-detail {
    padding-left: 15px;
    padding-right: 15px;
  }
  .secondary-nav-wrapper {
    height: 35vh;
    margin-top: -1.5rem;
  }
  .sticky-top {
    padding-top: 0;
  }
  .secondary-nav-wrapper ul.secondary-nav li,
  .secondary-nav-wrapper ul.secondary-nav li.subscribe .btn.btn-primary {
    font-size: 18px;
  }
  .services-taps .nav-link {
    padding: .5rem;
  }
  .header-nav-wrapper nav ul li {
    font-size: 18px;
    padding: 0;
  }

  .footer-menu {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .footer-menu .list-inline-item {
    display: block;
    padding: 1rem;
  }
  .footer-social {
    flex-direction: column-reverse;
  }
  .footer-social .list-inline-item {
    padding: 1rem;
  }

  .card-content .col-md-4 {
    max-width: 28.333333%;
    justify-content: center;
  }
  .features-icons .nav-link {
    padding: .5rem;
    width: 25%;
  }
  .features-icons .oval {
    width: 75px;
    height: 75px;
  }
  .features-icons .title-text-up,
  .features-icons h2 {
    text-align: left;
    padding-left: 1rem;
  }
  .testimonials h2,
  .showcase .title-up-blog {
    text-align: left !important;
    padding-left: 1rem;
  }
  .richtext-edit h3 {
    text-align: left;
  }

}

/* example timeline */
.ps-timeline-sec {
  position: relative;
}
.ps-timeline-sec .container {
  position: relative;
}

@media screen and (max-width: 320px){
  .features-icons .oval {
    width: 65px !important;
    height: 65px !important;
  }
  .home-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (max-width: 767px) {
  .contact-responsive {
    height: 11rem;
  }
  .PersonaChooser-tab {
    padding: 1.2rem 1rem 2.2rem;
  }
  .section-icon-about .custom-text-title {
    font-size: 1.5rem;
    text-align: left;
  }
  .services-taps .services-responsive {
    display: block;
    overflow-y: hidden;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .services-taps .nav-link {
    padding: 0;
  }

  .services-taps .nav-link.active {
    background-color: transparent;
  }

  .ps-timeline-sec .container ol:before {
    background: #DADBDD;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #DADBDD;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 2rem 0 !important;
    border-left: 2px solid #DADBDD;
    padding-left: 0 !important;
    padding-top: 2rem !important;
    border-top: 0 !important;
    margin-left: 25px !important;

  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
    top: 20px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 170px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 !important;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 65% !important;
    float: right !important;
    right: 0;
    top: -40px;
    margin-top: 35px !important;
  }
}
.ps-timeline-sec .container ol:before {
  background: #DADBDD;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: -0.3em;
}
.ps-timeline-sec .container ol:after {
  background: #DADBDD;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: -0.3em;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin-top: 9em;
  margin-bottom: 15em;
  padding: 0;
  border-top: 2px solid #DADBDD;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 15px;
  height: 15px;
  margin-left: -9px;
  background: #fff;
  border: 4px solid #DADBDD;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #DADBDD;
  font-size: .8em;
  font-style: normal;
  position: absolute;
  top: -9px;
  left: 50%;
  font-weight: bold;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  color: #6c757d;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: -8px;
  padding: .5em;
}

.el-button {
  background-color: rgb(1, 72, 210);
  color: rgb(255, 255, 255);
  width: 19vw;
  height: 47px;
  font-size: 14px;
  font-weight: 700;
  padding: .7rem;
}
.button-container .btn:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .el-button {
    width: 100%;
  }

}

.services-custom-list{
  list-style: none
}