body {
  color: #525252;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  color: #363636;
}
body .text-justify {
  text-align: justify;
  justify-content: left;
}
body .page-section-content {
  text-align: justify !important;
  justify-content: left;
}
body a {
  color: inherit;
}
body a:hover {
  color: #e75151;
}
.modal.left .modal-dialog {
  height: 100%;
  margin: auto;
  position: fixed;
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  width: 320px;
}
.modal.left .modal-content {
  border-radius: 0;
  height: 75%;
  overflow-y: auto;
}
.modal.left .modal-body {
  padding: 15px 15px 80px;
}
.modal.right .modal-dialog {
  height: 100%;
  margin: auto;
  position: fixed;
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  width: 320px;
}
.modal.right .modal-content {
  border-radius: 0;
  height: 75%;
  overflow-y: auto;
}
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog {
  left: -320px;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
  top: 15%;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  top: 15%;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
  top: 15%;
}
.modal .close-modal {
  position: absolute;
  top: 6px;
  right: 8px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 34px;
  z-index: 9;
}
.nav-tabs > li > a {
  background-color: #FFFFFF;
  border-radius: 0;
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 7px 15px;
}
.nav-tabs > li.active a {
  background-color: tomato;
  color: #FFFFFF;
}
.nav-tabs > li.active a:hover {
  background-color: tomato;
  color: #FFFFFF;
}
.nav-tabs > li.active a:focus {
  background-color: tomato;
  color: #FFFFFF;
}
.tab-content {
  border: none;
}
.breadcrumb {
  padding: 0;
}
.image-wrapper {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto;
}
.events-wrapper .event {
  margin-bottom: 20px;
}
.events-wrapper .event .event-date-new {
  vertical-align: middle;
}
.events-wrapper .event .event-date-new .event-date-wrapper {
  padding: 20px 10px;
  text-align: center;
}
.events-wrapper .event .event-date-new .event-date-wrapper > div {
  line-height: 20px;
}
.events-wrapper article {
  transition: all 0.3s;
}
.events-wrapper article:hover {
  box-shadow: 2px 2px 10px 0 #dad8d8;
}
.top-icons .styled-icons a {
  font-size: 25px;
  height: 47.5px;
  line-height: 50px;
  margin: 0 !important;
  width: 46px;
}
.btn {
  border-radius: 4px !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 16px;
  transition: 0.2s all linear;
}
.btn:hover {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.btn.btn-primary {
  background-color: #237bc8 !important;
  border: none;
  color: #FFFFFF !important;
}
.btn.btn-primary:hover {
  background-color: #1b609d !important;
  color: #FFFFFF !important;
}
.btn.btn-success {
  background-color: #2db25d !important;
  border: none;
  color: #FFFFFF !important;
}
.btn.btn-success:hover {
  background-color: #238948 !important;
  color: #FFFFFF !important;
}
.btn.btn-warning {
  background-color: #f4bb0f !important;
  border: none;
  color: #FFFFFF !important;
}
.btn.btn-warning:hover {
  background-color: #c79809 !important;
  color: #FFFFFF !important;
}
.btn.btn-info {
  background-color: #03a9f4 !important;
  border: none;
  color: #FFFFFF !important;
}
.btn.btn-info:hover {
  background-color: #0286c2 !important;
  color: #FFFFFF !important;
}
.btn.btn-danger,
.btn.active {
  background-color: #e75151 !important;
  border: none;
  color: #FFFFFF !important;
}
.btn.btn-danger:hover,
.btn.active:hover {
  background-color: #e12424 !important;
  color: #FFFFFF !important;
}
.btn.btn-secondary {
  background-color: #7d7d7d !important;
  border: none;
  color: #FFFFFF !important;
}
.btn.btn-secondary:hover {
  background-color: #d5d5d5 !important;
  color: #FFFFFF !important;
}
.bg-color {
  background-color: #237bc8 !important;
}
.bg-primary {
  background-color: #237bc8 !important;
}
.bg-color2 {
  background-color: #2db25d !important;
}
.bg-success {
  background-color: #2db25d !important;
}
.bg-color3 {
  background-color: #f4bb0f !important;
}
.bg-warning {
  background-color: #f4bb0f !important;
}
.bg-color4 {
  background-color: #03a9f4 !important;
}
.bg-info {
  background-color: #03a9f4 !important;
}
.bg-color5 {
  background-color: #e75151 !important;
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #e75151 !important;
}
.bg-secondary {
  background-color: #cccccc !important;
}
.text-primary {
  color: #237bc8;
}
.text-success {
  color: #2db25d;
}
.text-warning {
  color: #f4bb0f;
}
.text-info {
  color: #03a9f4;
}
.text-danger {
  color: #e75151;
}
.text-secondary {
  color: #cccccc;
}
.btn.btn-slider {
  padding: 16px 32px;
  color: white;
  background-color: #237bc8;
}
.btn.btn-slider:hover {
  background-color: #e75151;
}
.text-color {
  color: #237bc8 !important;
}
.text-color2 {
  color: #f4bb0f !important;
}
.text-color3 {
  color: #e75151 !important;
}
.text-color4 {
  color: #2db25d !important;
}
.text-color5 {
  color: #f5f5f5 !important;
}
.d-inline-block {
  display: inline-block;
}
form .form-group {
  position: relative;
  margin-bottom: 30px;
}
form .form-control.error {
  border: 1px solid #ee163b;
}
form label.error {
  color: #FFFFFF;
  position: absolute;
  left: 0;
}
.btn.btn-md {
  padding: 8px 14px;
}
.btn.btn-sm {
  padding: 6px 16px;
}
.btn.btn-lg {
  padding: 12px 32px;
}
.btn.btn-xs {
  padding: 6px 12px;
  line-height: 12px;
  font-size: 12px;
}
.filters-button-group button.button {
  border-radius: 0;
  padding: 6px 16px;
  background-image: none;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
header {
  transition: all 0.3s linear;
}
header .social-icons a {
  display: inline-block;
  margin-left: 10px;
}
header .social-icons a i {
  font-size: 18px;
  line-height: 18px;
}
header .header-widget-contact-info-box {
  justify-content: flex-start;
}
header .header-widget-contact-info-box .element {
  margin-right: 30px;
  margin-left: 0;
  padding-right: 0;
}
header .navbar-fixed {
  box-shadow: 0 0 15px -2px #0000005A;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .navbar-top {
  border-bottom: 1px solid #EAEAEA;
  line-height: 46px;
}
header .navbar-top .social-icons {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
}
header .navbar-top .left a {
  margin-right: 20px;
}
header .navbar-top .right a {
  margin-left: 10px;
}
header .navbar-middle {
  position: absolute;
  top: 0;
  left: calc(50% - 90px);
  width: 180px;
  z-index: 99;
}
header .navbar-middle .nav-brand {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .navbar {
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
header .navbar .navbar-brand {
  margin: 0;
}
header .navbar .navbar-brand img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
header .navbar .navbar-brand-centered {
  position: absolute;
  left: calc(50% - 80px);
  display: block;
  top: -4px;
  width: 160px;
  text-align: center;
  background-color: transparent;
}
header .navbar .navbar-nav .nav-item .nav-link {
  display: block;
  line-height: 1.2;
  padding: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  display: block;
  background: #237bc8;
  color: white;
}
.logo-text {
  font-weight: 700;
  font-size: 28px;
  color: #237bc8;
}
.logo-text span {
  color: #e75151;
}
.icon-box-new:hover {
  -webkit-box-shadow: 10px 7px 10px -2px rgba(14, 15, 16, 0.1);
  -moz-box-shadow: 10px 7px 10px -2px rgba(14, 15, 16, 0.1);
  box-shadow: 10px 7px 10px -2px rgba(14, 15, 16, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.line-bottom-edu {
  margin-bottom: 20px;
}
.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}
.button:hover {
  background-color: #237bc8;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #ffffff;
}
.button:active {
  background-color: #e75151;
  color: white;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
.button.is-checked {
  background-color: #e75151;
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}
.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.star-rating {
  margin: 0;
  display: inline-block;
}
.star-rating::before {
  color: #b8b8b8;
}
.star-rating span {
  float: none;
}
.star-rating span::before {
  color: #f4bb0f;
}
.product-tab .nav-tabs {
  border-bottom: none;
  position: relative;
  top: -5px;
}
.product-tab .nav-tabs > li > a {
  background-color: #ffffff;
}
.product-tab .nav-tabs > li > a:hover {
  background-color: #f4bb0f;
  color: #ffffff;
}
.product-tab .nav-tabs > li > a:focus {
  background-color: #f4bb0f;
  color: #ffffff;
}
.product-tab .nav-tabs > li a.active {
  background-color: #f4bb0f;
  color: white;
}
.product-tab .nav-tabs > li a.active:hover {
  background-color: #f4bb0f;
  color: white;
}
.product-tab .nav-tabs > li a.active:focus {
  background-color: #f4bb0f;
  color: white;
}
.product-tab .tab-content {
  border: 1px solid #f4bb0f;
  padding: 30px;
}
.product-tab .tab-content .tab-title {
  margin: 0 0 15px 0;
}
.products .owl-item:first-child .product {
  padding-left: 0;
}
.products .owl-item:last-child .product {
  padding-right: 0;
}
.products .product {
  border: none;
  padding: 10px;
  transition: all linear 0.3s;
  margin: 0;
}
.products .product:hover {
  border: none;
}
.products .product-inner {
  border: 1px solid #EEE;
}
.product-details {
  padding-top: 15px;
}
.product-details .star-rating {
  margin: auto;
}
.product-summary .product_subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.product-summary .price {
  line-height: 28px;
  font-size: 24px;
  margin: 10px 0 20px 0;
}
.product-summary .price del .amount {
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.product-summary .price ins {
  text-decoration: none;
}
.product-summary .price ins .amount {
  color: #e75151;
  font-weight: 700;
}
.product-summary .tags {
  margin-bottom: 5px;
}
.product-summary .tags strong {
  margin-right: 10px;
  display: inline-block;
}
.strong {
  font-weight: bold;
}
.accordion .panel {
  margin: 0;
}
.accordion .panel .panel-title a {
  display: block;
  position: relative;
  padding: 10px 15px;
  transition: all 0.3s linear;
}
.accordion .panel .panel-title a:after {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.3s linear;
  top: calc(50% - 8px);
  right: 12px;
  bottom: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font: 12px FontAwesome;
  content: "\f054";
}
.accordion .panel .panel-title a.active {
  border: 1px solid #e75151;
}
.accordion .panel .panel-title a.active:after {
  transform: rotate(90deg);
}
.accordion .panel .panel-collapse {
  padding: 15px;
}
.accordion .panel .panel-collapse.collapse.in {
  border: 1px solid #f4bb0f;
  border-width: 0 1px 1px 1px;
}
.color-inherit {
  color: inherit;
}
.bx-controls .bx-controls-direction > a {
  top: -44px;
}
.bx-controls .bx-controls-direction .bx-prev {
  transform-origin: center;
  transform: rotate(90deg);
}
.bx-controls .bx-controls-direction .bx-next {
  transform-origin: center;
  transform: rotate(90deg);
}
.row {
  justify-content: center;
}
.mt--100 {
  margin-top: -100px;
}
section.mt--100 > .container {
  padding-top: 0;
}
section.mt--100 > .container-fluid {
  padding-top: 0;
}
section .section-title {
  margin-bottom: 60px;
}
section > .container {
  padding: 90px 15px;
}
section > .container-fluid {
  padding: 90px 15px;
}
.nav-item.active .nav-link {
  background: #e75151;
  color: white;
}
.inner-header .breadcrumb span {
  display: inline-block;
  margin: auto;
  padding: 4px 8px;
}
.inner-header .title {
  color: #ffffff;
  text-shadow: 0 0 8px #00000060;
  font-size: 42px;
}
.jc-center {
  justify-content: center;
}
.jc-left {
  justify-content: left;
}
.jc-right {
  justify-content: right;
}
.parallax {
  background-color: #f5f5f5;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}
.layer-overlay.overlay-white-8::before {
  background-color: rgba(219, 219, 219, 0.6);
}
.styled-icons > div {
  display: inline-block;
}
.comments-section .comment-list .media {
  padding: 15px;
  background: #f5f5f5;
}
.comments-section .comment-list .media .post-thumb {
  margin-bottom: 0;
}
.rating-wrapper {
  position: relative;
}
.rating-wrapper .star-rate {
  display: flex;
  flex-direction: row-reverse;
  font-size: 2em;
  justify-content: space-around;
  padding: 0;
  text-align: center;
  width: 5em;
}
.rating-wrapper .star-rate label.error {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 36px;
  color: #e75151;
}
.rating-wrapper .star-rate input {
  display: none;
}
.rating-wrapper .star-rate label {
  color: #d0d0d0;
  cursor: pointer;
}
.rating-wrapper .star-rate label:hover {
  color: #f4bb0f;
}
.rating-wrapper .star-rate label:hover ~ label {
  color: #f4bb0f;
}
.rating-wrapper .star-rate:checked ~ label {
  color: #e75151;
}
.badge-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease;
}
.badge-overlay .badge {
  margin: 0;
  color: white;
  padding: 2px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #f5f5f5;
}
.badge-overlay .badge::before {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
  right: 100%;
}
.badge-overlay .badge::after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
  left: 100%;
}
.badge-overlay .badge.top-left {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.badge-overlay .badge.top-right {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
  transform: translateX(30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.badge-overlay .badge.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
  transform: translateX(-30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.badge-overlay .badge.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
  transform: translateX(30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.badge-overlay .badge.top-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.badge-overlay .badge.middle-full {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
  transform: translateX(0%) translateY(-50%) rotate(0deg);
}
.badge-overlay .badge.bottom-full {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.feature-wrapper .feature .feature-item {
  position: relative;
}
.feature-wrapper .feature .feature-item .icon-box-new {
  background: white;
  padding: 30px;
}
.bg-light {
  background: #f5f5f5 !important;
}
.thumb {
  position: relative;
}
.team-block-wrapper {
  display: block;
  background-color: white;
  border: 1px solid #EEE;
  height: 100%;
}
.team-block-wrapper .team-block .info {
  background: white;
  padding: 20px;
  text-align: center;
}
.stars .star {
  color: #e4e4e4;
}
.stars .star.active {
  color: #ffc107;
}
.registration .info {
  border-radius: 4px;
  overflow: hidden;
}
.event-content.author-logo img {
  max-width: 120px;
}
article {
  border-radius: 4px;
  overflow: hidden;
}
.entry-date.media-left {
  border-radius: 4px;
  overflow: hidden;
}
.registration-form-inner {
  border-radius: 4px;
  overflow: hidden;
}
.services-wrapper .services .service-inner {
  border: 1px solid #EEE;
  border-radius: 4px;
  overflow: hidden;
}
blockquote p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
}
.widget {
  margin-bottom: 0;
  margin-top: 20px;
}
.widget img {
  padding: 0;
}
.widget .list-border li {
  padding: 4px 10px;
}
.widget .list-border li a:hover {
  color: #e75151;
}
.widget.facebook {
  height: 140px;
  overflow: hidden;
}
.login-modal .login-tabs {
  margin-bottom: 30px;
}
.login-modal .login-tabs .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid #ff5722;
  padding: 10px 30px;
}
.login-modal .login-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #ff5722;
  border: transparent;
  padding: 11px 60px;
}
.login-modal .social-login {
  margin: 10px 0;
}
.login-modal .social-login .auth-clients li {
  margin: 0 0 0 10px;
  padding: 0;
}
.login-modal .tab-content {
  padding: 0;
}
.static-facebook-button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9;
  width: 60px;
  height: 60px;
  padding: 6px;
  background: white;
  border-radius: 50%;
  transition: 0.3s all;
}
.static-facebook-button:hover {
  opacity: 1;
  box-shadow: 6px 6px 8px -3px #00000059;
  transform: scale(1.2);
}
.static-facebook-button:hover img {
  opacity: 1;
}
.static-facebook-button img {
  opacity: 1;
  width: 100%;
}
.card-notify {
  width: 300px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.card-notify .close {
  right: 5px !important;
  top: 4px !important;
  font-size: 30px !important;
  opacity: 1;
}
.card-notify .notify-header {
  border-bottom: 1px solid #FFFFFF;
  padding: 5px 50px 5px 15px;
}
.card-notify .notify-header .notify-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 28px;
}
.card-notify .notify-body {
  padding: 10px 15px;
}
.card-notify .notify-body .notify-text {
  color: #ffffff;
  font-size: 14px;
}
.admin-menu {
  background: white;
  border-bottom: 1px solid #eaeaea;
}
.admin-menu a {
  padding: 6px 8px;
}
.admin-menu a i {
  margin-right: 5px;
}
.admin-menu a:hover {
  background: #237bc8;
  color: #ffffff;
}
.announcement {
  text-align: center;
}
.breadcrumb-wrapper {
  text-shadow: 0 0 8px #00000060;
  display: inline-block;
  padding: 3px 12px;
  background: #616161;
  border-radius: 4px;
}
.breadcrumb-wrapper a {
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 80%;
  }
  header .navbar-middle {
    left: calc(50% - 60px);
    width: 120px;
  }
  header .logo-text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #2272b9;
  }
}
.container.container-xxl {
  width: 80%;
  max-width: 80%;
}
.grid-match-height {
  grid-auto-rows: 1fr;
}
.footer a {
  color: #808080;
  text-transform: uppercase;
}
.home-carousel-container {
  height: 90vh;
}
.home-carousel-container .carousel,
.home-carousel-container .carousel .carousel-inner,
.home-carousel-container .carousel .carousel-inner .carousel-item {
  position: relative;
  height: 100%;
}
.home-carousel-container .carousel .carousel-control-prev,
.home-carousel-container .carousel .carousel-control-next {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: white;
  opacity: 1;
}
.home-carousel-container .carousel .carousel-inner .carousel-item .slide-background-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-carousel-container .carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: 20%;
}
.home-carousel-container .carousel .carousel-inner .carousel-item .carousel-caption .caption-title,
.home-carousel-container .carousel .carousel-inner .carousel-item .carousel-caption .caption-sub-title {
  text-shadow: #000000bf 2px 2px 6px;
}
.home-carousel-container .carousel .carousel-inner .carousel-item .carousel-caption .caption-title {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.home-carousel-container .carousel .carousel-inner .carousel-item .carousel-caption .caption-sub-title {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-section-content ul {
  padding-left: 30px;
}
.page-section-content ul li {
  list-style-type: disc;
}
.page-title-quote {
  font-size: 24px;
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
}
.page-title-quote:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e64545;
}
.text-bold {
  font-weight: bold;
}
.footer .styled-icons a {
  border-radius: 50%;
}
.footer .styled-icons a:hover {
  color: #ffffff;
  transform: scale(1.15);
}
.footer .list-border li {
  border-bottom: none;
}
.footer .list-border li a {
  border-bottom: 1px dashed #d3d3d3;
}
.fs-small {
  font-size: 80%;
}
.product-title {
  font-size: 28px;
}
.entry-title {
  font-size: 22px;
}
.gallery-images-wrapper .card-columns .card {
  padding: 0;
  border: 0;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: unset;
}
.gallery-images-wrapper .card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 576px) {
  .gallery-images-wrapper .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-images-wrapper .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .gallery-images-wrapper .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
.lb-data .lb-caption {
  font-size: 18px;
}
.MsoTableGrid tr td {
  padding: 15px 30px;
}
.MsoTableGrid tr td p {
  margin: 0;
}
/*# sourceMappingURL=override.css.map */