
.brand-logo img {
  width: 120px !important;
}

.navigation__nav .nav-arrow {
  cursor: pointer;
  height: 41px;
  line-height: 46px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 11px;
  width: 40px;
  z-index: 99;
}

#ns_basetheme_back_to_top {
  display: none;
}

p a.btn {
  margin-top: 25px;
}

.footer__bottom ul li {
  list-style-type: disc;
}

@media(min-width: 768px) {
  .goto-top  {
    height: 40px;
    right: 23px;
    width: 40px;
    bottom: 105px;
  }
}

@media(min-width: 992px) {
  .goto-top  {
    height: 40px;
    right: 23px;
    width: 40px;
    bottom: 75px;
  }
}


.style-switcher .style-switcher-action-links {
  box-shadow: 2px 0 7px 4px rgba(52,54,56,.1);
  color: #212529!important;
  display: block;
  font-size: 22px;
  line-height: 45px;
  position: absolute;
  right: -40px;
  text-align: center;
  text-decoration: none;
  top: 80px;
  width: 40px;
}


.blog-teaser-slider.owl-carousel .owl-dots .owl-dot span {
  border-color: #273353;
}


.blog-teaser-slider.owl-carousel .owl-dots {
  bottom: -32px;
}


@media(min-width: 768px) {
  .blog-teaser-slider.owl-carousel .owl-dots .owl-dot span {
    border-color: #fff;
  } 
  
  .blog-teaser-slider.owl-carousel .owl-dots {
    bottom: 10px;
  } 
}




/* code for style switcher
.style-switcher {
  background: #fff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  width: 315px;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 9999;
  border-radius: 0;
  left: -315px;
  transition: left 0.2s;
  font-family: "Poppins", sans-serif !important;
}
.style-switcher h1,
.style-switcher h2,
.style-switcher h3,
.style-switcher h4,
.style-switcher h5,
.style-switcher h6 {
  font-family: "Poppins", sans-serif !important;
}
.style-switcher.active {
  left: 0;
}
.style-switcher .style-switcher-wrap {
  height: 100%;
  margin: 0;
  overflow-y: auto;
  position: relative;
}
.style-switcher-site h3 {
  color:#0088CC;
  font-size: 20px;
  border-bottom: 1px solid #dbe3e6;
  line-height: 36px;
  padding: 24px 30px 12px;
  margin-bottom: 0;
  font-weight: 700;
}
.style-switcher-site h3 i {
  margin-right: 8px;
}
.style-switcher-wrap .form-inner {
  padding: 16px 30px 10px;
}
.style-switcher .category {
  margin-bottom: 37px;
}
.style-switcher .category:last-child {
  margin-bottom: 15px;
}
.style-switcher .category a {
  color:#0088CC;
}
.style-switcher .category-headline {
  position: relative;
  margin-bottom: 14px;
}
.style-switcher .category-headline h4 {
  background-color: #fff;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.style-switcher .category-headline:after {
  content: "";
  background-color: #dbe3e6;
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: -1;
}
.style-switcher .style-switcher-open {
  background-color: #fff;
  box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  right: 0;
  top: 136px;
  width: 40px;
  height: 44px;
  font-size: 22px;
  line-height: 45px;
  color: #212529;
  text-align: center;
  text-decoration: none;
}
.style-switcher .style-switcher-open:hover {
  color: inherit;
  box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.15);
}
.style-switcher h5 {
  color: #212529;
  margin: 0 0 7px;
  padding: 0;
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.style-switcher .form-control {
  background-color: #fff !important;
  border: 1px solid #dbe3e6 !important;
}
.style-switcher .form-control,
.style-switcher .form-control:active,
.style-switcher .form-control:focus,
.style-switcher .form-control:active,
.style-switcher .input-group textarea,
.style-switcher .input-group textarea:hover,
.style-switcher .input-group textarea:focus,
.style-switcher .input-group textarea:active,
.style-switcher .colorpicker-element input,
.style-switcher .colorpicker-element input:focus,
.style-switcher .colorpicker-element input:active,
.style-switcher .colorpicker-element input:hover {
  color: #212529 !important;
}
.style-switcher .colorpicker-element {
  margin: 0 0 21px;
}
.style-switcher .colorpicker-element input {
  padding: 5px 10px;
  height: 41px;
  border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append .input-group-text {
  padding: 6px 8px;
  border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append input {
  padding: 0;
  height: 27px;
  width: 27px;
  border: 0 !important;
  background-color: transparent !important;
}
.colorpicker.colorpicker-visible {
  z-index: 9999999999;
}
.style-switcher ul.options {
  list-style: none;
  margin: -3px 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.style-switcher ul.options li {
  float: left;
  margin: 2px;
}
.style-switcher ul.options li a {
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.style-switcher ul.options li a.pattern {
  background-repeat: repeat;
  background-position: 0 0;
  background-color: transparent;
}
.style-switcher .color-picker {
  display: none;
  margin-bottom: 15px;
}
.style-switcher .options-links a {
  background-color: #212529;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 0;
}
.style-switcher .options-links a:last-child {
  margin-right: 0;
}
.style-switcher .options-links a:hover,
.style-switcher .options-links a.active {
  background:#0088CC;
  color: #fff;
}
.style-switcher .style-switcher-buttons {
  border-top: 1px solid #dbe3e6;
  padding: 8px 30px 15px;
}
.style-switcher .style-switcher-buttons a {
  padding: 8px;
  font-size: 13px;
  display: inline-block;
}
.style-switcher .style-switcher-buttons .reset {
  width: 74px;
}
.style-switcher .style-switcher-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 200px;
  background: #282d31;
  text-align: left;
  padding: 1.4rem;
  border-radius: 4px;
  box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20px, -50%, 0);
  transition: ease opacity 0.3s, ease transform 0.3s;
}
.style-switcher .style-switcher-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #282d31;
  transform: translate3d(0, -50%, 0);
}
.style-switcher .style-switcher-tooltip > strong {
  font-size: 0.85rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  display: block;
  margin-bottom: 0.5rem;
}
.style-switcher .style-switcher-tooltip > p {
  color: #e2e2e2;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.8;
}
.style-switcher .style-switcher-tooltip.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}
.style-switcher-buttons .btn {
  background-color: #212529;
  color: #fff;
  padding: 8px 15px 5px;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  width: auto;
}
.style-switcher-buttons .btn:hover,
.style-switcher-buttons .btn:focus,
.style-switcher-buttons .btn.submit {
  background-color:#0088CC;
  color: #fff;
}
.style-switcher-buttons .btn.submit:hover,
.style-switcher-buttons .btn.submit:focus {
  background-color: #DBE3E6;
  color: #212529;
}
.font-switcher textarea {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 7px;
  background-color:#F5F8F9 !important;
  border: 1px solid #DBE3E6 !important;
  border-radius: 0;
}
.font-switcher textarea:focus {
  border: 1px solid #71839e;
  box-shadow: none;
  outline: none;
}

span.cc-message {
  color: #fff;
}

.cc-compliance .cc-btn:hover,
.cc-compliance .cc-btn:focus {
  color: rgb(0, 136, 204);
}

.custom-switch .custom-control-label {
  font-weight: 400;
}

.style-switcher-wrap .custom-control-input:checked~.custom-control-label::before {
  background-color:#08c;
  border-color:#08c;
}

.style-switcher-wrap .custom-switch .custom-control-label {
  color:#212529;
  font-size:13px;
}
/* code for style switcher */

/* 
@media(min-width: 768x) {
  .style-switcher {
    left: -308px;
  }
}

.comment-form .input{
  color: #000000 !important;
}  */