@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,600,800,900&display=swap');
@font-face {
  font-family: 'Cerebri Sans';
  src: url("fonts/cerebri-sans.woff2") format("woff2"), url("fonts/cerebri-sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}


:root {
  --color-primary: #252c42;
  --color-gradient-start: #252c42;
  --color-gradient-stop: #1f3159;
}

body {
  font-family: 'Cerebri Sans', sans-serif;
  line-height: 1.625em;
  letter-spacing: 0.01em;
  font-size: 1em;
  color: #73747f;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: 'Montserrat', 'sans-serif';
  color: #1a1c26;
  font-weight: bold;
}

.h1,
h1 {
  line-height: 1.244em;
  font-size: 45px;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 1.285em;
}

.h3,
h3 {
  font-size: 35px;
  line-height: 1.342em;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.35em;
}

.h5,
h5 {
  font-size: 25px;
  line-height: 1.35em;
}

.h6,
h6 {
  font-size: 21px;
  line-height: 1.2em;
}

.navbar-brand {
  padding: 30px 30px 30px 0;
}

.main-header .btn-underlined {
  color: #fff;
}

.main-header .btn-underlined:after {
  background-color: currentColor;
}

.main-header .btn-bordered {
  border-color: #fff;
  color: #fff;
}

.main-header .btn-bordered:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.main-header.megamenu-scheme-light .btn {
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.main-nav > li > a {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.main-footer {
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

.font-family-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-family-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.font-family-amiri {
  font-family: 'Amiri', sans-serif;
}

.main-header .social-icon {
  font-size: 17px;
}

.main-header .social-icon:not([class*=scheme-]) a,
.main-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.main-header .social-icon:not([class*=scheme-]) a:hover,
.main-nav > li > a:hover {
  color: #fff;
}

.main-nav > li > a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.nav-light .main-nav > li > a {
  color: rgba(255, 255, 255, 0.75);
}

.nav-light .main-nav > li > a .link-ext {
  background-color: #fff;
}

.nav-dark .main-nav > li > a {
  color: rgba(0, 0, 0, 0.75);
}

.nav-dark .main-nav > li.is-active > a,
.nav-dark .main-nav > li.current-menu-item > a,
.nav-dark .main-nav > li:hover > a,
.nav-dark .main-nav > li > a:hover {
  color: #000;
}

.main-footer {
  color: #98a2aa;
}

.main-footer a:not(.btn) {
  color: #98a2aa;
}

.main-footer a:not(.btn):hover {
  color: #fff;
}

hr {
  border-top: 1px solid #000000;
}

.contact-form input[type=submit], .contact-form button[type=submit] {
  border: 1px solid #242c41;
  background-color: #242c41;
  -webkit-box-align: center;
}

.vertical-align {
  display: flex;
  align-items: center;
}
.rating-box-info {
  padding-left: 0;
  padding-right: 0;
}
.rating-box {
  box-shadow: 2px 2px 5px #cecece;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #242c41;
  font-family: 'Roboto', sans-serif;
}
.rating-box .rating-status, .rating-box .rating-outlook  {
  padding: 5px 10px;
  color: #ffffff;
  text-shadow: 1px 1px 3px #333333;
  min-height: 40px;
  width: 100.2%;
}
.rating-box .rating-status {
  background-color: #242c41;
  text-transform: uppercase;
  font-size: 14px;
}
.rating-box .rating-outlook {
  background-color: #323a52;
  text-transform: uppercase;
  font-size: 13px;
}
.rating-status-box {
  font-size: 11px;
  padding: 3px 5px;
  color: #ffffff;
  background-color: #525a6a;
  text-shadow: 1px 1px 3px #333333;
}
.previous-box {
  padding: 20px 20px 0 20px;
  box-shadow: 2px 2px 5px #cecece;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rating-box:hover, .previous-box:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  box-shadow: 2px 2px 10px #cecece;
}

.rating-box-title {
  /* color: var(--color-primary); */
  /* border-bottom: 0.5px solid #cecece; */
  padding-bottom: 11px;
  font-weight: 600;
  font-size: 18px;
}

.rating-box-btn {
  color: #ffffff !important;
  background-color: var(--color-primary);
}

.rating-box-btn:hover {
  color: #ffffff !important;
  background-color: var(--color-primary);
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.view-btn {
  background-color: #333333;
  color: #ffffff !important;
}

.view-p-btn {
  background-color: #555555;
  color: #ffffff !important;
}

.view-btn:hover, .view-p-btn:hover {
  background-color: #222222;
}

.company-img {
  max-width: 100%;
  /* width: 120px; */
  margin: 0 auto;
  /* filter: grayscale(1); */
  transition: all 300ms ease-in-out;
} 

.company-img:hover  {
  filter: grayscale(0);
}

.metho-box ul li {
  margin-bottom: 1.5em;
  line-height: 15px;
  padding-bottom: 1em;
  border-bottom: 1px dashed #d8d8d8;
}

.flex-1 {
  flex: 1;
}

.recent-r-box {
  /* border-top: 5px solid #333333;
  border-right: 1px dashed #333333;
  border-bottom: 1px dashed #333333;
  border-left: 1px dashed #333333; */
  border-radius: 0;
  /* margin: 0 15px 15px 15px; */
  padding: 0 10px 20px 0;
  /* border-bottom: 1px dashed #222222; */
  position: relative;
}

.recent-r-box a {
  color: #222222;
  transition: all 0.3s ease-in-out;
}

.recent-r-box h6 {
  text-align: left;
}

.recent-r-box a:hover {
  color: #666666;
  border-bottom: 1px solid #666666;
}

.recent-r-box time {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  color: #12278e;
  margin-bottom: 5px;
}

.flickity-prev-next-button {
  position: absolute;
}
.carousel-item[style*='left'] {
  top: 0;
  bottom: 0;
}

.carousel-item-inner {
  border-right: 1px dashed #333333;
}

.flickity-viewport {
  margin-bottom: 1rem;
}

.main-footer .widget-title {
  font-size: 14px;
  margin-bottom: 1em;
  border-bottom: 0.5px solid #b1b1b1;
  color: #b1b1b1;
  text-transform: uppercase;
}

.reset-ul {
  font-size: 14px;
  line-height: 21px;
}

.main-titles {
  /* font: 700 44px/45px 'Montserrat', sans-serif; */
  text-align: center;
  /* border-bottom: 5px solid #333333; */
  /* padding-bottom: 10px; */
  font: 700 44px/41px 'Montserrat', sans-serif;
  /* box-shadow: 0 -0.35em 0em rgb(250, 200, 47) inset;
  display: inline-block; */
  bottom: 0;
}

.liquid-img-group-container {
  margin-bottom: 1em;
}

.widget_categories ul li {
  border-bottom: 0.5px dashed #cecece;
  line-height: 1.5em;
  padding-bottom: 15px;
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  text-align: left;
}

.widget_categories ul li:last-child {
  border-bottom: 0px dashed #cecece;
}

.widget_categories ul li a {
  color: #666666;
}

.rating-outlook-box {
  padding-bottom: 10px;
  border: 1px solid #cecece;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.profile-h {
  min-height: 450px;
}

.media-box-h {
  min-height: 500px;
}

.media-box-h  .liquid-lp-media {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.media-box-h  .liquid-lp-media:hover {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  box-shadow: 2px 2px 14px #cecece;
}

.floating-sidebar {
  position: sticky;
  top: 20%;
}

.page-numbers {
  padding: 7px 10px;
  border: 1px solid #cecece;
}

.page-numbers.current {
  background-color: #252c42;
  color: #ffffff;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 10px;
}

.search-btn {
  height: 50px;
  border-radius: 5px;
}

.search-btn:hover {
  background-color: #252c42;
}

.wp-block-table {
  margin-bottom: 2rem;
}

.mc4wp-form-fields {
  min-width: 100%;
}

footer .footer-width {
  padding-left: 0px;
  padding-right: 0px;
}

.lqd-sticky-menu {
  border-bottom: 1px solid #cecece;
}

.reset-ul li a {
  color: #333333;
}

.reset-ul li a:hover {
  color: #adadad;
}

.reset-ul li.active a{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  box-shadow: 0 -0.3em 0 rgb(250, 200, 47) inset;
  padding-bottom: 5px;
}

#modal-2 .form-control {
  height: 50px;
}

.main-banner-txt h2 div.lqd-lines span .split-txt {
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 2px 4px 5px #33333347;
  padding-left: 10px;
  padding-right: 10px;
}

.main-banner-txt h2 {
  line-height: 55px !important;
}

.text-shadow-moody {
  color: #1a1c26;
  width: fit-content;
  display: inline-block;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.75);
  /* text-shadow: 2px 4px 5px #33333385; */
  padding-left: 10px;
  padding-right: 10px;
  /* text-shadow: 2px 4px 5px #333333; */
}

.text-shadow-moody img {
  width: 85px;
  margin-bottom: 9px;
}

.research-btn {
  background: #333;
  color: #fff;
  padding: 12px;
  margin-top: 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 300ms ease-in-out;
}

.research-btn:hover {
  background-color: #666666;
  color: #ffffff;
}

body.archive #content {
  padding-top: 0px;
}

.rating-box-min-h {
  min-height: 80px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.liquid-img-group-single figure img {
  box-shadow: 0.35em -0.35em 0em rgb(250, 200, 47);
}

.fancy-title h2 {
  line-height: 40px;
  /* box-shadow: 0 -0.35em 0em rgb(250, 200, 47) inset; */
  display: inline-block;
}

.tabs-nav-side {
  box-shadow: -4px 4px 0 rgb(250, 200, 47) inset;
}

.btn-txt + .btn-icon {
  color: #fac82f;
}

.yellow-underline span{
  box-shadow: 0 -0.3em 0 rgb(250, 200, 47) inset;
  padding-bottom: 15px;
}

.yellow-element-contact {
  box-shadow: 0.35em -0.35em 0em rgb(250, 200, 47);
}

.border-light {
  border-color: #cecece;
}

.wp-block-table.is-style-stripes tbody tr:first-child {
  background-color:#ffca34 !important;
  color: #010102;
}
table tr {
  background: #ffffff;
}
@media print {
  header, footer, #sticky-header, .main-footer, .no-print-items { display: none !important; }
}

@media (max-width: 1025px) {

  .main-banner-txt h2 {
    font-size: 34px !important;
    line-height: 42px !important;
  }

  #primary-nav {
    display: block;
  }


.lqd-modal-head h3{
  font-size: 20px;
}

.tabs-nav-side .tabs-nav a {
  padding: 10px 20px;
}
}

@media (max-width: 991px) {
  .carousel-nav {
    text-align: center !important;
  }
}

@media (max-width: 769px) {
  .flex-1 {
    flex: auto;
  }

  .rating-box {
    margin-left: 0px;
    margin-right: 0px;
  }

  footer .footer-width {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}
 
@media (min-width: 1200px) {

  .is-stuck {
    background-color: #fff !important;
}

  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: rgba(0, 0, 0, 0.7) !important;
  }
  .mainbar-wrap.is-stuck .social-icon a:hover,
  .mainbar-wrap.is-stuck .main-nav > li > a:hover {
    color: #000 !important;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
  [data-megamenu-bg-scheme=light] .lqd-custom-menu a {
    color: #3e3f42;
  }
  .megamenu .lqd-custom-menu a:hover {
    color: #3b91f7;
  }

  .main-header .is-stuck {
    background: #fff !important;
  }
  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #424242 !important;
  }
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important;
  }
  .is-stuck .btn-underlined {
    color: #3d3d3d;
  }
  .is-stuck .btn-underlined:after {
    background-color: #000;
  }
  .is-stuck .btn-underlined:hover {
    color: #000;
  }
  .is-stuck .btn-bordered {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .is-stuck .btn-bordered:hover {
    border-color: #3d3d3d;
    background-color: #3d3d3d;
    color: #fff;
  }
  .megamenu-heading {
    color: #3b91f7;
  }
}

@media (max-width: 576px) {
.main-banner-txt h2, .main-banner-txt .h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}

.carousel-item-inner {
  border: none;
}

.media-box-h {
  min-height: auto;
  margin-bottom: 30px;
}

.flickity-viewport {
  margin-bottom: 0rem;
}

.tabs-nav-side .tabs-nav a {
  padding: 9px 40px;
}

.content h2, .content .h2 {
  font-size: 24px;
  line-height: 24px;
}

.rating-box.vertical-align {
  display: block;
}

.titlebar-md .titlebar-inner {
  padding-top: 50px;
  padding-bottom: 100px;
}

.main-nav .children > li, .nav-item-children > li {
  display: block;
}

.yellow-underline span{
  box-shadow: none;
  text-decoration: underline;
  text-decoration-color: #fac82f;
}

}


.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/*@media print {
    a[href]:after {
        content: none !important;
    }
}*/