@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);

body {
  font-family: 'Open Sans', sans-serif !important;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d33;
  overflow-x: hidden
}

.page-wrapper {
  overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem !important;
  line-height: 1.5 !important
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 1.4rem !important;
  color: #000
}

.h3,
h3 {
  font-size: 1.75rem !important;
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-weight: 500
}

p {
  color: #000
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.text-dark {
  color: #221b68 !important
}

.text-primary {
  color: #000 !important
}

.text-muted {
  color: #868686 !important;
  padding-right: 70px
}

section {
  padding: 5rem 0
}

.btn,
.dropdown-item,
.hover-translate,
a,
button,
i,
img,
span {
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

#dropdownMenuButton, 
#getQuoteBtn, 
#journalLinkBtn {
  white-space: nowrap;
  height: 40px;
  width: auto;
  line-height: 15px
}

.hover-translate:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
  background-color: #fff;
  -webkit-transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0)
}

.main-page-container a:not(.btn-primary):not(.btn-info):not(#mediaKitDropdownItem) {
  text-decoration: underline !important;
}

a:hover {
  text-decoration: none;
  color: inherit
}

[data-overlay] {
  position: relative;
  z-index: 0
}

[data-overlay]:before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

[data-overlay].white-overlay:before {
  background-color: #fff
}

[data-overlay].theme-overlay:before {
  background-color: #1360ef
}

[data-overlay="1"]:before {
  opacity: .1
}

[data-overlay="2"]:before {
  opacity: .2
}

[data-overlay="3"]:before {
  opacity: .3
}

[data-overlay="4"]:before {
  opacity: .4
}

[data-overlay="5"]:before {
  opacity: .5
}

[data-overlay="6"]:before {
  opacity: .6
}

[data-overlay="7"]:before {
  opacity: .7
}

[data-overlay="8"]:before {
  opacity: .8
}

[data-overlay="9"]:before {
  opacity: .9
}

[data-overlay="10"]:before {
  opacity: 1
}

[data-overlay="0"]:before {
  opacity: 0
}

.font-w-3 {
  font-weight: 300
}

.font-w-4 {
  font-weight: 400
}

.font-w-5 {
  font-weight: 500
}

.font-w-6 {
  font-weight: 600
}

.font-w-7 {
  font-weight: 700
}

.font-w-8 {
  font-weight: 800
}

.font-w-9 {
  font-weight: 900
}

.left-0 {
  left: 0
}

.right-0 {
  right: 0
}

.top-0 {
  top: 0
}

.bottom-0 {
  bottom: 0
}

.left-50 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%)
}

.top-50 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%)
}

#ht-preloader {
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999
}

.clear-loader {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%)
}

.loader span {
  width: 20px;
  height: 20px;
  background-color: #221b68;
  border-radius: 50%;
  display: inline-block;
  animation: motion 3s ease-in-out infinite
}

.loader p {
  color: #221b68;
  margin-top: 5px;
  font-size: 30px;
  animation: shake 5s ease-in-out infinite
}

.btn {
  font-weight: 500;
  padding: .75rem 1rem
}

.btn-primary {
  color: #fff;
  background-color: #221b68;
  border-color: #221b68
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #221b68;
  border-color: #221b68
}

.btn-outline-primary {
  color: #1360ef;
  border-color: #1360ef
}

.btn-outline-primary:hover {
  background-color: #f94f15;
  border-color: #f94f15
}

.btn-dark {
  background-color: #060927;
  border-color: #060927
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn.focus,
.btn:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none
}

button:focus {
  outline: 0
}

#journalCover {
  height: 210px !important;
  width: 160px !important
}

.bg-primary {
  background-color: #221b68 !important
}

.bg-light {
  background-color: #f5faff !important
}

.bg-dark {
  background-color: #221b68 !important
}

.bg-orange {
  background-color: #f94f15 !important
}

.bg-primary-soft {
  background-color: rgba(19, 96, 239, .01)
}

.bg-warning-soft {
  background-color: rgba(250, 215, 118, .1)
}

.badge-dark {
  background-color: #060927 !important
}

.badge-primary-soft {
  background-color: rgba(19, 96, 239, .1);
  color: #1360ef
}

.badge-secondary-soft {
  background-color: rgba(80, 102, 144, .1);
  color: #506690
}

.badge-success-soft {
  background-color: rgba(40, 167, 69, .1);
  color: #28a745
}

.badge-info-soft {
  background-color: rgba(23, 162, 184, .1);
  color: #17a2b8
}

.badge-warning-soft {
  background-color: rgba(255, 193, 7, .1);
  color: #ffc107
}

.badge-danger-soft {
  background-color: rgba(220, 53, 69, .1);
  color: #dc3545
}

.badge-light-soft {
  background-color: rgba(245, 250, 255, .1);
  color: #f5faff
}

.badge-dark-soft {
  background-color: rgba(6, 9, 39, .1);
  color: #060927
}

.f-icon-shape-sm {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.f-icon-shape {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.ic-2x {
  font-size: 2em
}

.ic-3x {
  font-size: 3em
}

.ic-5x {
  font-size: 5em
}

.ic-7x {
  font-size: 7em
}

.shadow-primary {
  -webkit-box-shadow: 0 .5rem 1rem rgba(110, 0, 255, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(110, 0, 255, .15) !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.site-header.navbar-dark .navbar-nav .nav-link {
  color: #fff
}

.site-header.navbar-dark .navbar-nav .nav-link:focus,
.site-header.navbar-dark .navbar-nav .nav-link:hover {
  color: #f94f15
}

#header-wrap {
  padding: 10px 0;
  position: relative
}

#header-wrap.fixed-header {
  padding: 5px 0;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #fff !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
  transition: all .2s ease-in-out
}

.navbar {
  padding: 0
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
  border: none;
  margin-top: 1rem;
  -webkit-box-shadow: 0 .5rem 1rem rgba(110, 0, 255, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(110, 0, 255, .15) !important
}

.brand-logo {
  margin-left: 55px
}

.navbar-brand {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
  margin: 0 40px 0 40px
}

.navbar-brand span {
  font-size: 25px
}

.navbar-brand:hover {
  color: #fff
}

header .navbar-nav .nav-item {
  margin: 0 10px
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
  border-bottom: 2px solid transparent
}

.navbar-nav .nav-link:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  background: 0 0;
  transition: width .5s ease, background-color .5s ease
}

.navbar-nav .nav-link:hover:after {
  width: 100%;
  background: #221b68
}

.navbar-dark #header-wrap.fixed-header {
  background: #1360ef !important
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #221b68;
  color: #fff
}

#mediaKitDropdownItem:focus,
#mediaKitDropdownItem:hover {
  background: #17a2b8 !important;
  color: #fff !important
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .8)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu a::after {
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  right: 1.5rem;
  top: 50%
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
  margin-top: 0 !important
}

.dropdown-submenu .dropdown-item {
  padding-right: 2.5rem;
  position: relative
}

.dropdown-item {
  padding: .5rem 1.5rem;
  font-weight: 400;
  color: #8090b5;
  font-size: .9rem
}

.shape-1 {
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
  right: 0
}

.shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.shape-1.bottom {
  top: inherit;
  bottom: -1px
}

.round-shape {
  clip-path: circle(100% at 50% -50%)
}

.form-control {
  height: 3rem;
  font-size: .8rem
}

.input-1 {
  border: 1px solid #d0d7e7
}

.input-2 {
  border: none;
  background: 0 0;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important
}

.form-control:focus {
  color: #495057;
  background-color: none;
  border-color: #1360ef;
  outline: 0;
  box-shadow: none
}

.form-group {
  margin-bottom: 1.3rem;
  position: relative
}

.help-block.with-errors {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px
}

.nav-tabs .nav-item.nav-link {
  padding: 1.5rem 6rem;
  font-size: 1.2rem;
  color: #858585;
  margin: 0 0;
  border-bottom: 1px solid #b5b5b5 !important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #000;
  border-bottom: 2px solid #000 !important
}

#dropdownDiv {
  display: flex;
  align-items: center
}

.video-btn {
  position: relative;
  display: inline-block
}

.play-btn {
  font-size: 30px;
  background: #fff;
  color: #1360ef;
  line-height: 70px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  position: relative;
  display: inline-block;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color
}

.video-btn-pos {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%)
}

.video-btn .spinner-eff {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%)
}

.spinner-eff .spinner-circle {
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  transform-origin: center center
}

.spinner-eff .circle-1 {
  width: 100%;
  height: 100%;
  background-color: #1360ef;
  top: 0;
  animation: pulse 1.6s linear 0s infinite
}

.spinner-eff .circle-2 {
  width: 66.6%;
  height: 66.6%;
  background-color: #1360ef;
  top: 16.5%;
  animation: pulse-2 1.6s linear 0s infinite
}

.portfolio-filter {
  display: inline-block;
  margin: 0 auto 2rem;
  text-align: center
}

.portfolio-filter button {
  position: relative;
  background: 0 0;
  padding: 3px 20px;
  border-radius: 19px;
  cursor: pointer;
  border: 2px solid #221b68;
  font-weight: 400;
  color: #1d1d33;
  float: left;
  text-transform: capitalize
}

.portfolio-filter button:focus {
  outline: 0;
  outline-style: none;
  outline-offset: 0
}

.portfolio-filter button.is-checked,
.portfolio-filter button:hover {
  background: #221b68;
  color: #fff;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important
}

.portfolio-filter button+button {
  margin-left: .5rem
}

.isotope .grid-item img {
  width: 100%
}

.portfolio-title {
  background: #1360ef;
  padding: 30px;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2
}

.portfolio-item:hover .portfolio-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.portfolio-meta li {
  position: relative;
  padding-left: 60px
}

.portfolio-meta li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1360ef;
  font-size: 40px;
  line-height: 40px
}

.portfolio-meta li span {
  color: #1d1d33;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.bg-cover {
  background-size: cover
}

.bg-contain {
  background-size: contain
}

.bg-pos-l {
  background-position: left
}

.bg-pos-r {
  background-position: right
}

.bg-pos-rt {
  background-position: right top
}

.bg-pos-lt {
  background-position: left top
}

.bg-pos-rb {
  background-position: right bottom
}

.bg-pos-lb {
  background-position: left bottom
}

.bg-repeat {
  background-repeat: repeat
}

.bg-pos-b {
  background-position: bottom
}

.heroparallax {
  position: absolute;
  bottom: 60px;
  right: -10%;
  width: 50%
}

.simpleParallax {
  overflow: inherit !important
}

.product-link a.add-cart {
  width: auto;
  height: auto;
  padding: 0 20px;
  line-height: 36px;
  font-size: 14px
}

.product-link a i {
  display: inline-block;
  color: #000;
  font-size: 18px;
  vertical-align: middle
}

.product-link a {
  display: inline-table;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 60px;
  line-height: 36px;
  overflow: hidden;
  color: #000;
  position: relative;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center
}

.product-link a:hover {
  background: #1360ef;
  color: #fff
}

.product-link a:hover i {
  color: #fff
}

.size-choose input[type=radio] {
  visibility: hidden;
  position: absolute
}

.size-choose label {
  display: inline-block;
  height: 30px;
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  color: #1d1d33;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50%;
  line-height: 30px
}

.size-choose input[type=radio]:checked+label {
  background: #1360ef;
  color: #fff
}

.filter-color li,
.size-choose li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px
}

.filter-color li:last-child,
.size-choose li:last-child {
  margin-right: 0
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.form-check-label {
  width: 26px;
  height: 26px !important;
  border-radius: 50%;
  padding: 0 !important
}

.form-check-input[type=radio]:checked+label,
.form-check-input[type=radio]:not(:checked)+label,
label.btn input[type=radio]:checked+label,
label.btn input[type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.form-check-input[type=radio]+label::after,
.form-check-input[type=radio]+label::before,
label.btn input[type=radio]+label::after,
label.btn input[type=radio]+label::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: .28s ease;
  z-index: -1;
  border-radius: 50%
}

.form-check-input[type=radio]:checked+label::after,
label.btn input[type=radio]:checked+label::after {
  transform: scale(1.02)
}

.form-check-input[type=radio]:checked+label::after {
  background-color: #1360ef
}

input.form-product {
  -moz-appearance: textfield;
  height: 40px;
  border: none;
  background: #fff;
  text-align: center;
  width: 150px;
  border-top: 1px solid #eeeff7;
  border-bottom: 1px solid #eeeff7;
  color: #1d1d33;
  vertical-align: middle
}

.btn-product {
  background: 0 0;
  color: #1d1d33;
  border: 1px solid #eeeff7;
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer
}

.ui-slider-horizontal {
  height: .2em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: none;
  margin-left: 0
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  background: #1360ef
}

.ui-widget-header {
  background: #0a1b2b
}

.ui-widget.ui-widget-content {
  border: none;
  background: #f5faff
}

#amount {
  margin-top: 20px;
  width: 90px;
  color: #1d1d33
}

.cart-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 1px !important;
  vertical-align: middle;
  color: #1d1d33;
  font-size: 18px;
  font-weight: 500
}

.cart-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #1d1d33
}

.countdown {
  margin: 50px 0;
  width: 100%
}

.countdown>li {
  font-weight: 700;
  list-style-type: none
}

.countdown>li span {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: inline-block;
  color: #1360ef
}

.countdown>li p {
  font-size: 20px;
  display: block;
  line-height: 30px;
  margin-bottom: 0;
  color: #1d1d33
}

.clients-logo img {
  opacity: .2
}

.clients-logo img:hover {
  opacity: 1
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #1360ef;
  background-color: inherit
}

.page-item.active .page-link {
  background-color: #1360ef
}

.page-item a.page-link:hover {
  color: #fff !important;
  background-color: #1360ef;
  border-color: #1360ef
}

.link-title {
  color: #221b68;
  font-weight: 700
}

.line-h-0 {
  line-height: 0
}

.la {
  line-height: inherit
}

.bg-dark hr,
.bg-primary hr {
  border-top-color: rgba(255, 255, 255, .2)
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0)
}

.scroll-top a,
.scroll-top a:visited {
  font-size: 24px;
  color: #fff;
  background: #1b4568;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: .25rem;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
  -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.card-box {
  position: relative !important;
  transition: all .2s ease-in-out
}

.card-box:hover {
  box-shadow: 10px 10px 5px 5px #aaa;
  transform: scale(1.05)
}

.display-4C {
  font-size: 1.8em;
  font-weight: 700
}

.display-5C {
  font-size: 2.5em;
  font-weight: 700
}

.underline {
  width: 30%;
  height: 2px;
  background: #858585
}

.penu {
  width: 600px
}

.subscribe-form {
  padding-right: 10%;
  border-right: 1px solid #fff
}

.rounded {
  border-radius: 20px !important;
  border: 2px solid #221b68
}

.rounded:hover {
  color: #221b68;
  background: #fff
}

.rounded-nav {
  border-radius: 20px !important
}

.overlay {
  height: 20%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 6.1%;
  left: 0;
  background-color: #221b68;
  z-index: 3000 !important
}

.overlay-content {
  position: relative;
  top: 35%;
  width: 70%;
  height: 200%;
  text-align: center;
  margin-top: 10px;
  margin: auto;
  z-index: 3000 !important
}

.openBtn:hover {
  cursor: pointer
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #fff
}

.overlay .closebtn:hover {
  color: #ccc
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #fff !important
}

.overlay input[type=text]:hover {
  background: #f1f1f1
}

.gsc-input {
  height: 50px !important
}

.overlay button {
  height: 60px !important;
  width: 60px;
  padding: 15px;
  cursor: pointer;
  background: #221b68 !important;
  border-color: #fff !important;
  color: #fff
}

.learned {
  font-size: 20px
}

.p-18 {
  font-size: 18px
}

.cta:hover {
  color: #221b68 !important
}

.la-facebook,
.la-linkedin,
.la-twitter {
  background: #221b68;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  text-align: center
}

footer .la {
  color: #221b68;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  text-align: center
}

.not-allowed {
  cursor: not-allowed
}

.la-angle-down {
  font-size: 12px
}

@media (max-width:575.98px) {
  .nav-tabs .nav-item.nav-link {
    padding: .5rem;
    text-align: center;
    font-size: .8rem;
    width: 33%
  }

  #searchBtn {
    margin-top: 2.5%
  }

  #searchAPI {
    display: none
  }

  #dropdownDiv {
    display: block
  }

  #dropdownMenuButton,
  #getQuoteBtn,
  #journalLinkBtn {
    height: 40px;
    width: 100%;
    line-height: 15px;
    display: block
  }

  #mk-dropdown-menu {
    width: 100%
  }

  .spacer {
    display: none
  }
}

@media (max-width:767.98px) {
  .navbar-nav .nav-link:hover:after {
    width: 0%
  }

  .display-4 {
    font-size: calc(1.575rem + 3.9vw)
  }

  .parallaxie {
    background-position: center center !important
  }

  .transform-md-rotate {
    background: #1360ef;
    transform: inherit
  }

  .penu {
    width: 300px
  }

  .subscribe-form {
    padding-right: 0;
    border-right: 0 solid #fff
  }
}

@media (max-width:991.98px) {
  #header-wrap {
    padding: 15px 0
  }

  #header-wrap.fixed-header {
    padding: 15px 0
  }

  .navbar {
    justify-content: flex-end;
    width: 100%;
    position: relative !important
  }

  .navbar-brand {
    left: 15px;
    z-index: 1;
    margin-right: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
  }

  .navbar-toggler {
    background: 0 0;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 0;
    margin-right: 0
  }

  .site-header .navbar-nav ul {
    position: static
  }

  .site-header .navbar-nav .nav-item {
    margin: 0
  }

  .site-header .navbar-nav .nav-link {
    padding: 10px !important;
    border-radius: 0
  }

  .navbar-nav a .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -.7em .5em 0 0;
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center
  }

  .navbar-collapse {
    border-radius: 7px;
    background: #fff;
    max-height: 400px;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 50px;
    width: 100%;
    overflow: auto;
    border: medium none;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
    -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15)
  }

  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -.1rem .5em 0 0
  }

  .site-header.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
  }

  .site-header.navbar-dark .navbar-nav .nav-link.active,
  .site-header.navbar-dark .navbar-nav .nav-link:focus,
  .site-header.navbar-dark .navbar-nav .nav-link:hover {
    color: #1360ef
  }

  .font-size-md-down-3 {
    font-size: 2rem
  }

  .font-size-md-down-5 {
    font-size: 3rem
  }

  .heroparallax {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 100%
  }

  .cart-table .media {
    display: block
  }

  .transform-md-rotate {
    transform: rotate(90deg)
  }

  .nav-tabs .nav-item.nav-link {
    padding: .5rem;
    text-align: center;
    font-size: 1rem;
    width: 33%
  }
}

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

  .owl-next,
  .owl-prev {
    display: none !important
  }
}

.carousel-inner {
  margin: auto;
  width: 75%
}

.carousel-control-next,
.carousel-control-prev {
  color: #000 !important;
  background-color: #221b68;
  border-radius: 50px;
  width: 2vw;
  height: 2vw
}

@media screen and (max-width:768px) and (min-width:0px) {

  .carousel-control-next,
  .carousel-control-prev {
    display: none
  }
}

.w-95 {
  width: 95% !important;
}

#top .container-fluid {
  width: 98% !important
}

.main-nav .container {
  max-width: 92.5% !important
}

#search-bar {
  margin-top: 5px;
  height: 3.75rem;
  font-size: 14px;
}

@media(max-width:576px) {
  .brand-logo {
    margin-left: 0 !important;
    width: 75px
  }
}

#datasummary {
  background-color: #8ad0db;
  border-radius: 10px;
  margin: 20px auto;
  padding: 0 2.5%;
  max-width: 97%;
  display: none;
}

#datasummary a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  color: black;
}

@media(max-width: 1200px) {
  #datasummary .banner-text,
  #datasummary .banner-text-link {
    margin: 1rem;
  }
}

@media(min-width: 1201px) {
  #datasummary .banner-text,
  #datasummary .banner-text-link {
    margin: 1rem 18.5rem;
  }
}