@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.body {
}
a {
  text-decoration: none;
}
html a.scroll-to-top:hover{
  color: white;
}
html a.scroll-to-top{
  right: 80px;
}
.grecaptcha-badge{
  z-index: 1;
}
.btn-block {
  display: block;
  width: 100%;
}
#header .btn-secondary {
  background-color: #183f72;
  border-color: #183f72 #183f72 #0f2848;
  color: #fff;
}
#header .header-body {
  position: initial !important;
}
.sticky-header-active #header .header-body {
  position: fixed !important;
}
.sticky-header-active #header .header-container {
  height: 85px !important;
  min-height: 85px !important;
}
.sticky-header-active #header .header-top {
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
#header .custom-header-top-btn-style-1 {
  position: relative;
}
#header .custom-header-top-btn-style-1::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: calc(100% + 20px);
  height: 10px;
  z-index: 1;
  background: #fff;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0.8rem !important;
    color: #00a1cd;
    border-radius: 0 !important;
  }
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: #00a1cd;
    color: #fff;
  }
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #fff !important;
  }
  #header .header-nav.header-nav-links nav > ul > li > a.active {
    color: #fff !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    padding: 0 1.3rem !important;
  }
}
#header .header-btn-collapse-nav {
  background: #00a1cd;
}
#header [class*="text-color-hover-"] {
  transition: ease all 300ms;
}
#header .custom-font-size-1 {
  font-size: 1.2em !important;
}
html.sticky-header-active #header .header-top {
  padding: 0 !important;
}

#footer p,
#footer a:not(.btn),
#footer span,
#footer li,
#footer .footer-copyright p {
  color: #a3b2c7;
}
#footer .svg-fill-color-light {
  fill: #fff !important;
}
#footer a:not(.btn):not(.no-footer-css) {
  color: #a3b2c7;
}
#footer a {
  text-decoration: none;
}
#footer .social-icons li a {
  color: #a3b2c7 !important;
}
#footer .bg-color-light,
#footer .bg-light {
  background-color: #fff !important;
}
#footer .social-icons li:hover a {
  color: #fff !important;
}
#footer .column-format {
  column-count: 2;
}
.cookies-info {
  overflow: hidden !important;
}
#cookies-box-back {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
#cookies-box {
  /* background: rgba(0,0,0,.8); */
  /* color: #aaaaaa;
  padding: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#cookies-box > .cookies-block {
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
#cookies-box.fixed-padding > .cookies-block {
  padding-right: 0;
  max-width: 800px;
  padding-left: 0;
}
#cookies-box a.btn {
  display: block;
}
#cookies-box.fixed-padding a.btn {
  margin-right: 1rem;
  margin-left: 1rem;
}
#cookies-box .cookies-container {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
#cookies-content {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
}
#cookies-content h1:first-child {
  display: none;
}
#cookies-box.fixed-padding #cookies-content {
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem);
  padding-right: 2rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: calc(100% - 3rem);
  text-align: left;
}
#cookies-box .cookies-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cookies-box {
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #cookies-box a.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #cookies-box.fixed-padding #cookies-content {
    padding-right: 1rem;
    max-width: 100%;
    width: 100%;
    /*height: calc(100% - 140px);*/
    /*max-height: calc(100% - 140px);*/
  }
  #cookies-box.fixed-padding > .cookies-block {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    position: relative;
    height: 100%;
    max-width: 100%;
  }
  #cookies-box.fixed-padding > .cookies-block h2 {
    padding-top: 1rem;
  }
  #cookies-box.fixed-padding .cookies-container {
    height: 100%;
  }
}
.blogs-section .box-shadow-1 .card-body {
  z-index: 1;
}
.blogs-section [class*="text-color-hover-"] {
  transition: ease all 300ms;
}
.blogs-section .text-color-dark,
.blogs-section .text-dark {
  color: #212529 !important;
}
.blogs-section a,
.blog-section a {
  text-decoration: none;
}
.blogs-section .blog-sidebar .form-control.bg-color-grey,
.blog-section .blog-sidebar .form-control.bg-color-grey {
  background-color: #fff !important;
}
.blogs-section .blog-sidebar button.bg-color-grey,
.blog-section .blog-sidebar button.bg-color-grey {
  color: #fff !important;
}
.blogs-section .blog-sidebar .clearfix hr,
.blog-section .blog-sidebar .clearfix hr {
  opacity: 1;
}
.blog-section ul.social-share {
  margin: 0;
  padding: 0;
}
.blog-section ul.social-share li {
  display: inline-block;
  margin: 0 1px;
  text-align: center;
}
.blog-section ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 27px;
  height: 27px;
  line-height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
}
.blog-section .social-share a {
  color: #fff !important;
}
@media (max-width: 1200px) {
  #header .phone-number-box {
    display: none;
  }
}
@media (max-width: 575px) {
  #header .header-logo img {
    width: 110px !important;
    height: 27px !important;
  }
}
.blogs-section .sub-title a,
.blog-section .sub-title a {
  opacity: 0.7;
  color: #fff;
}
.article-view .rounded-image {
  border-radius: 10px;
  -webkit-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
}
.article-view .rounded-section {
  margin-bottom: 80px;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
}
.article-view .image-float-right {
  border-radius: 10px;
  -webkit-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 18px 30px -4px rgba(0, 0, 0, 0.62);
  float: right;
  max-width: 50%;
  margin-left: 25px;
  margin-bottom: 15px;
}
.article-view a.bsx-button {
  color: #fff;
  margin-bottom: 15px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 1em !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 1px solid var(--bsx-color-primary);
  background-color: var(--bsx-color-primary);
}
@media (max-width: 991px) {
  .article-view .image-float-right {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
.article-view .article-container {
  min-height: 60vh;
}
.blogs-section .external-link-icon {
  font-size: 14px;
}
.blog-section iframe{
  max-width: 100%;
  margin-bottom: 10px;
}
.blog-section h2 {
    margin-bottom: 22px;
}
.blog-section h3 {
    margin-bottom: 18px;
    line-height: 30px;
}
