 @import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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');
/*All-Font-include-here
  font-family: "Poppins", sans-serif;
  font-family: "Inria Serif", serif;
  font-family: "Frank Ruhl Libre", serif;
.row {margin: 0;}
[class*="col-"] { padding: 0; }
*/
body {
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow-X: hidden;
  font-family: "Poppins", sans-serif;
  color: #444a50;
  font-size: 18px;
  line-height: 1.7;
  font-weight: normal;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #bc1a30;
}
a:hover, a:focus {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #0b1b5e
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  max-height: auto;
  width: auto;
}
ul, li, p {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 1.7;
}
strong, b {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  outline: none !important;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: capitalize;
  font-family: "Inria Serif", serif;
}
input, select, textarea, button, input:hover, select:hover, textarea:hover, button:hover, input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
  box-shadow: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.container {
  width: 100%;
  max-width: 1690px;
  margin: 0 auto;
  padding: 0px 15px
}
.no-padding {
  padding: 110px 0
}
.bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important
}
.header-info {
  position: absolute;
  width: 100%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  z-index: 2;
  left: 0px;
  right: 0px;
  padding: 30px 30px;
}
.header-info::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  width: 100%;
}
.header-info .logo {
  width: auto;
  float: left;
  z-index: 1;
  padding: 0px;
  padding-top: 0px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-info .logo a, .header-info .logo a img {
  display: inline-block;
  vertical-align: middle;
}
.header-info .logo a img {
  width: auto;
}
.nav-menu-content {
  display: inline-block;
  vertical-align: middle
}
.nav-menu-content nav {
  width: 100%;
  padding: 0px
}
.nav-menu-content .sm-clean {
  float: right;
  width: 100%;
  text-align: right;
	position: relative;
	z-index: 9999;
}
.nav-menu-content .sm-clean li {
  margin: 0px 20px;
  position: relative;
}
.nav-menu-content .sm-clean li:first-child {
  margin-left: 0px
}
.nav-menu-content .sm-clean li:last-child {
  margin-right: 0px
}
.nav-menu-content .sm-clean ul li {
  margin: 0px 0px;
}
.nav-menu-content .sm-clean li a {
  color: #ffffff;
  font-size: 14px;
  padding: 17px 0px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.nav-menu-content .sm-clean li a:hover, .nav-menu-content .sm-clean li a:focus, .nav-menu-content .sm-clean li a.highlighted, .nav-menu-content .sm-clean li.current-menu-item a {
  color: #bc1a30;
}
.nav-menu-content .sm-clean ul li a, .nav-menu-content .sm-clean li.current-menu-item ul li a {
  padding: 0px 0px;
  color: #444a50;
  font-size: 17px;
  font-weight: bold;
  text-transform: none;
  position: relative;
  line-height: normal;
  border-radius: 0px !important;
  border-top: 1px solid #e7e7e7;
}
.nav-menu-content .sm-clean ul li {
  border-bottom: none;
  padding: 7px 0px;
}
.nav-menu-content .sm-clean ul li a {
  padding: 0px 30px !important;
}
.sm-clean ul li a.has-submenu::after {
  right: 30px !important;
}
.nav-menu-content .sm-clean ul li:last-child {
  border-bottom: none;
}
.nav-menu-content .sm-clean ul li a:hover, .nav-menu-content .sm-clean ul li a:focus, .nav-menu-content .sm-clean ul li a.highlighted, .nav-menu-content .sm-clean ul li.current-menu-item a, .nav-menu-content .sm-clean ul li.current-menu-ancestor a {
  color: #bc1a30;
}
.nav-menu-content .sm-clean ul li ul li a, .nav-menu-content .sm-clean ul li.current-menu-item ul li a {
  color: #444a50;
}
.nav-menu-content .sm-clean ul li ul li a:hover, .nav-menu-content .sm-clean ul li ul li a:focus, .nav-menu-content .sm-clean ul li ul li a.highlighted, .nav-menu-content .sm-clean ul li ul li.current-menu-item a, .nav-menu-content .sm-clean ul li ul li a.disabled, .nav-menu-content .sm-clean ul li ul li.current-menu-ancestor a {
  color: #bc1a30;
}
.nav-menu-content .sm-clean a:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
  height: 3px;
  left: 0;
  width: 100%;
  background-color: #bc1a30;
  transform-origin: right center;
  transform-origin: right center;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: -moz-transform .60s cubic-bezier(.37, .31, .2, .85);
  -o-transition: -o-transform .60s cubic-bezier(.37, .31, .2, .85);
  -webkit-transition: -webkit-transform .60s cubic-bezier(.37, .31, .2, .85);
  transition: transform .60s cubic-bezier(.37, .31, .2, .85)
}
.nav-menu-content .sm-clean li a:hover:before, .nav-menu-content .sm-clean li a:focus:before, .nav-menu-content .sm-clean li.current-menu-item a:before {
  transform-origin: left center;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}
.nav-menu-content .sm-clean ul li a:before {
  display: none
}
.defualt-content-info h1, h1 {
  font-size: 60px;
  color: #0b1b5e;
  margin-bottom: 15px;
  font-weight: bold;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  color: #bc1a30;
  font-weight: bold;
}
.defualt-content-info h2, h2 {
  font-size: 48px;
  color: #0b1b5e;
  margin-bottom: 15px;
  font-weight: bold;
}
.defualt-content-info h3, h3 {
  font-size: 36px;
  color: #0b1b5e;
  margin-bottom: 15px;
  font-weight: bold;
}
.defualt-content-info h4, h4 {
  font-size: 30px;
  color: #0b1b5e;
  margin-bottom: 17px;
  font-weight: bold;
}
.defualt-content-info h5, h5 {
  font-size: 24px;
  color: #bc1a30;
  margin-bottom: 17px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.defualt-content-info h6, h6 {
  font-size: 16px;
  color: #bc1a30;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.defualt-content-info img {
  margin-bottom: 40px;
}
.defualt-content-info p, p {
  font-size: 18px;
  line-height: 1.7;
  color: #444a50;
  margin-bottom: 30px;
}
.defualt-content-info p a, p a {
  color: #bc1a30;
  font-weight: bold;
}
.defualt-content-info p b {
  color: #bc1a30;
}
.defualt-content-info p a:hover, .defualt-content-info p a:focus, p a:hover, p a:focus {
  color: #0b1b5e;
}
.defualt-content-info ul, .defualt-content-info ol {
  margin-bottom: 35px;
}
.defualt-content-info ul li, .defualt-content-info ol li {
  font-size: 17px;
  line-height: 1.7;
  color: #444a50;
  margin-bottom: 10px;
  padding-left: 21px;
  position: relative;
}
.defualt-content-info ul li a, .defualt-content-info ol li a {
  color: #bc1a30;
  font-weight: bold;
}
.defualt-content-info ul li a:hover, .defualt-content-info ul li a:focus, .defualt-content-info ol li a:hover, .defualt-content-info ol li a:focus {
  color: #0b1b5e;
}
.defualt-content-info ul li:before {
  content: "";
  position: absolute;
  background: #bc1a30;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 11px;
  border-radius: 7px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.defualt-content-info ol {
  padding-left: 0px;
}
.defualt-content-info ol > li::before {
  counter-increment: my;
  content: counter(my);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background: #bc1a30;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
}
.defualt-content-info ol {
  list-style: none;
  counter-reset: my;
}
.defualt-content-info ol ul {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.defualt-content-info ol > li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 48px;
  counter-increment: section;
}
/*defualt-content-info---defualt-content-info----defualt-content-info*/
/*.sticky-block {
     position: sticky;
     top: 0px;
}
 */
.coman-row {
  margin: 0px -40px;
}
.coman-col {
  padding: 0px 40px;
}
.alignnone {
  margin: 0px 30px 30px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 0px auto 30px auto;
}
.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}
.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}
a img.alignright {
  float: right;
  margin: 0px 0 30px 20px;
}
a img.alignnone {
  margin: 0px 30px 30px 0;
}
a img.alignleft {
  float: left;
  margin: 0px 30px 30px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0px 30px 30px 0;
}
.wp-caption.alignleft {
  margin: 0px 30px 30px 0;
}
.wp-caption.alignright {
  margin: 0px 0 30px 30px;
}
/*.coman-side-bar{
     position: sticky;
     top: 0px;
}
 */
.deskop-block {
  display: block !important;
}
.mobile-block {
  display: none !important;
}
.wp-block-table-of-contents-block-table-of-contents-block {
  margin: 40px 0px;
  background: #fff;
  border: 2px solid #4f68b1;
  border-radius: 6px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.02);
  overflow: visible;
  max-width: 100%;
}
.wp-block-table-of-contents-block-table-of-contents-block:first-child {
  margin-top: 0px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block:last-child {
  margin-bottom: 0px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container {
  max-width: 100%;
  background-color: transparent;
  margin: 0px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul > li::before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/hermanlow/images/left-arrow-2.png");
  width: 7px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 12px;
  border-radius: 0px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul > li {
  padding-left: 17px;
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  color: #2a272b;
  font-size: 21px !important;
  padding-top: 0px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul li a {
  color: #2a272b;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul li a:hover, .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul > li a:focus {
  color: #4f68b1;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul {
  padding-left: 20px;
  margin: 0px 0px;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul li::before {
  content: "";
  position: absolute;
  background: #4f68b1;
  background-repeat: repeat;
  background-size: auto;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 14px;
  border-radius: 24px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap ul ul li {
  position: relative;
  padding-left: 17px;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc-title {
  padding: 0px !important;
  border-bottom: 2px solid #edeff3 !important;
  font-weight: bold !important;
  font-size: 30px !important;
  color: #01101b !important;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  padding-bottom: 15px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol {
  counter-reset: item;
  margin: 0px !important;
  padding: 0px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li {
  color: #2a272b;
  font-size: 21px;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 10px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li::before {
  left: 0px !important;
  top: auto !important;
  position: relative !important;
  height: auto !important;
  width: auto !important;
  text-align: center !important;
  line-height: normal !important;
  font-size: 21px !important;
  background: transparent !important;
  font-weight: 700 !important;
  text-align: center !important;
  border-radius: 0 !important;
  color: #2a272b !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol ol {
  padding-left: 20px !important;
  margin: 10px 0px !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a {
  color: #2a272b !important;
}
.wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a:hover, .wp-block-table-of-contents-block-table-of-contents-block .eb-toc__list-wrap ol li a:focus {
  color: #4f68b1 !important;
}
.eb-toc__list-wrap ol li::before {
  content: counters(item, ".") "." !important;
  counter-increment: item !important;
  padding-right: 5px !important;
}
.contact-us-btn, .tel-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  position: relative;
}
.lag-btn, .tel-info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.tel-info p {
  margin-bottom: 0px;
  color: #bc1a30;
  font-size: 24PX;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.tel-info a {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
}
.tel-info a:hover, .tel-info a:focus {
  color: #bc1a30;
}
.coman-btn-block {
  width: 100%;
}
.tel-info {
  margin-left: 35px;
  padding-left: 35px;
  border-left: 3px solid rgba(255, 255, 255, 0.2);
}
.lag-btn a {
  margin-left: 35px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #fff;
  color: #bc1a30;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}
.lag-btn a:hover, .lag-btn a:focus {
  border: 1px solid #bc1a30;
  color: #fff;
  background: #bc1a30;
}
.coman-btn-block .coman-btn-one, .coman-btn-block .coman-btn-second {
  border-radius: 0px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  width: 300px;
  margin: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
}
.coman-btn-block .coman-btn-one img {
  margin-left: 5px;
  margin-bottom: 0px !important;
  position: relative;
  top: -1px !important;
}
.coman-btn-block .coman-btn-second img {
  margin-right: 5px;
  margin-bottom: 0px !important;
  position: relative;
  top: -1px !important;
}
.coman-btn-block .coman-btn-second {
  color: #0b1b5e !important;
}
.coman-btn-block .coman-btn-second:hover, .coman-btn-block .coman-btn-second:focus {
  color: #fffefe !important;
}
.coman-btn-block .coman-btn-one {
  color: #fffefe !important;
}
.coman-btn-block .coman-btn-one:hover, .coman-btn-block .coman-btn-one:focus {
  color: #0b1b5e !important;
}
.coman-btn-block .coman-btn-second:before {
  background: #ffffff;
  color: #fff;
  transform: scale(1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  animation: pulse-blue 2s infinite;
  transform: scale(1);
  border-radius: 50px;
}
.coman-btn-block .coman-btn-second:hover:before, .coman-btn-block .coman-btn-second:focus:before {
  background: #000;
  color: #fff;
}
.coman-btn-block .coman-btn-one:before {
  background: #bc1a30;
  color: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  border-radius: 50px;
}
.coman-btn-block .coman-btn-one:hover:before, .coman-btn-block .coman-btn-one:focus:before {
  background: #fff;
  color: #0b1b5e;
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(63, 69, 119, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(63, 69, 119, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(63, 69, 119, 0);
  }
}
footer {
  position: relative;
}
.footer-menu {
  text-align: center;
  background: #010d41;
  padding: 55px 0px;
}
.footer-menu ul li {
  display: inline-block;
  padding: 0px 17px;
}
.footer-menu ul li:first-child {
  padding-left: 0px;
  border: none !important;
}
.footer-menu ul li:last-child {
  padding-right: 0px;
}
.footer-menu ul li a {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
  color: #bc1a30;
}
.copyright {
  background: #bc1a30;
  padding: 22px 0px;
}
.copyright p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px !important;
}
.copyright p a {
  color: #fff;
  font-weight: normal;
}
.copyright p a:hover, .copyright p a:focus {
  color: #000;
}
.copyright figure {
  text-align: right;
  margin-bottom: 0px;
}
.copyright figure a, .copyright figure a img {
  display: inline-block;
  vertical-align: middle;
}
.coman-title.text-center {
  max-width: 1230px;
  margin: auto;
  margin-bottom: 30px;
}
.coman-title p {
  padding-bottom: 10px;
}
.coman-btn {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  width: 300px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  background: #bc1a30;
}
.coman-btn:hover, .coman-btn:focus {
  background: #0b1b5e;
}
.contact-us-sec .coman-title {
  max-width: 1230px;
  margin: auto;
  margin-bottom: 130px;
}
.contact-us-sec .coman-title h2 {
  position: relative;
  color: #fff;
}
.contact-us-sec .coman-title p {
  color: #fff;
  line-height: 1.7;
}
.footer-contact-info {
  background: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
}
.footer-contact-info .coman-form {
  padding: 0px !important;
}
.footer-contact-info h3 {
  background: #bc1a30;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  padding: 20px;
  font-family: "Poppins", sans-serif;
}
.footer-contact-info-inn {
  padding: 53px 222px;
}
.footer-contact-info-inn {
  position: relative;
}
.footer-contact-info-inn .requiered {
  color: #444a50;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 21px;
  text-align: center;
  letter-spacing: 10px;
  opacity: 0.15;
  margin-bottom: 40px;
}
.contact-us-sec {
  text-align: center;
  background-size: 100% auto !important;
  background-position: top center !important;
  background-color: #010d41 !important;
  padding-bottom: 0px !important;
}
.contact-us-sec .coman-form {
  margin-bottom: 39px;
}
.contact-us-sec p {
  margin-bottom: 0px !important;
}
.contact-shortcode {
  text-align: center;
  position: relative;
  margin: 50px 0px;
  border-top: 8px solid #0b1b5e;
  border-bottom: 8px solid #0b1b5e;
}
.contact-shortcode:first-child {
  margin-top: 0px !important;
}
.contact-shortcode:last-child {
  margin-bottom: 0px !important;
}
.contact-shortcode-det {
  position: relative;
  padding: 30px 10px;
}
.contact-shortcode-det:before, .contact-shortcode-det:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 8px;
  background: #bc1a30;
  right: 0px;
  top: -8px;
}
.contact-shortcode-det:after {
  bottom: -8px;
  top: auto;
}
.contact-shortcode:before, .contact-shortcode:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background: #fff;
  right: 0px;
  left: 0px;
  margin: auto;
  top: -8px;
}
.contact-shortcode:after {
  bottom: -8px;
  top: auto;
}
.contact-shortcode .coman-btn-block .coman-btn-second {
  color: #fff !important;
}
.contact-shortcode .coman-btn-block .coman-btn-second:hover, .contact-shortcode .coman-btn-block .coman-btn-second:focus, .contact-shortcode .coman-btn-block .coman-btn-one:hover, .contact-shortcode .coman-btn-block .coman-btn-one:focus {
  color: #fff !important;
}
.contact-shortcode .coman-btn-block .coman-btn-second:before {
  background: #0b1b5e;
  color: #fff;
}
.contact-shortcode .coman-btn-block .coman-btn-second:hover:before, .contact-shortcode .coman-btn-block .coman-btn-second:focus:before {
  background: #bc1a30;
  color: #fff;
}
.contact-shortcode .coman-btn-block .coman-btn-one:hover:before, .contact-shortcode .coman-btn-block .coman-btn-one:focus:before {
  background: #0b1b5e;
  color: #fff;
}
.coman-accordion {
  position: relative;
  margin-bottom: 35px;
}
.coman-accordion .accordion-item {
  background-color: transparent;
  padding: 0px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #cdd3d5;
}
.coman-accordion .accordion-item .accordion-button {
  padding: 35px;
  box-shadow: none;
  background: none;
  color: #0b1b5e;
  font-size: 24px;
  border-radius: 0px;
  outline: none;
  border: none !important;
  border-bottom: none;
  font-family: "Inria Serif", serif;
  font-weight: bold;
  padding-left: 87px !important;
}
.coman-accordion .accordion-item .accordion-button small {
  position: absolute;
  left: 0px;
  text-align: center;
  font-size: 48px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #444a50;
  opacity: 0.1;
}
.coman-accordion .accordion-item .accordion-button:after {
  display: none !important;
}
.coman-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: none;
  color: #bc1a30;
  border: none !important;
  border-bottom: none;
}
.coman-accordion .accordion-item .accordion-button[aria-expanded="true"] {
  border: none !important;
  border-bottom: none;
}
.coman-accordion .accordion-body {
  padding: 0px !important;
  padding-bottom: 30px !important;
  border: none;
  padding-left: 85px !important;
}
.accordion-header {
  margin-bottom: 0px !important;
}
.coman-accordion .accordion-body p:last-child {
  margin-bottom: 0px !important;
}
.category-select-box .form-control {
  background: #f2f3f5;
  color: #444a50;
  border-radius: 0px;
  border: none !important;
  box-shadow: none !important;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
  padding: 0px 24px;
  position: relative;
  max-width: 790px;
  margin: auto;
}
.category-select-box .form-control.form-select {
  background: url("/wp-content/themes/hermanlow/images/select-arrow-right.png") #f2f3f5 no-repeat right 25px center;
}
.category-select-box {
  padding: 40px 20px;
  background: #0b1b5e;
}
.inner-benner-sec {
  text-align: center;
  padding: 260px 0px 110px 0px;
}
.inner-benner-sec h2 {
  /*font-family: "Poppins", sans-serif;
  background: #fff;
  display: inline-block;
  clear: both;
  color: #0b1b5e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px 20px;
  margin-bottom: 20px;*/

  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
 padding-bottom: 10px;

}
.inner-benner-sec h1 {
  /*color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;*/
	font-family: "Poppins", sans-serif;
  /*background: #fff;*/
  display: inline-block;
  clear: both;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px!important;
  padding: 4px 20px;
  margin-bottom: 20px;
}
.location-info {
  border-bottom: 1px solid #951a2b;
}
.location-sec {
  background: #010d41;
  text-align: center;
}
.location-block figure p {
  margin-bottom: 0px;
  max-width: 100% !important;
}
.location-block iframe {
  width: 100% !important;
  height: 200px !important;
}
.location-block h3 {
  font-size: 24px;
  color: #fff;
}
.location-block h3 a {
  color: #fff;
}
.location-block h3 a:hover, .location-block h3 a:focus {
  color: #bc1a30;
}
.location-block p {
  color: #fff;
  max-width: 260px;
  margin: auto;
  margin-bottom: 15px;
}
.location-block p a:hover, .location-block p a:focus {
  color: #fff;
}
.location-block .directions-btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  width: 120px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.location-block .directions-btn:hover, .location-block .directions-btn:focus {
  border: 1px solid #bc1a30;
  color: #fff;
  background: #bc1a30;
}
.location-sec .row {
  margin: 0px -30px;
}
.location-sec [class*="col-"] {
  padding: 0px 30px;
  margin-bottom: 60px;
}
.location-info {
  padding-bottom: 50px !important;
}
.awards-and-accolades-shortcode {
  margin: 50px 0px;
}
.awards-and-accolades-shortcode .awards-and-accolades-sec {
  position: relative;
}
.awards-and-accolades-shortcode figure {
  text-align: center;
  margin: 0px;
  padding: 0px 0px;
}
.awards-and-accolades-shortcode figure img {
  margin-bottom: 0px !important;
}
.awards-and-accolades-shortcode h2 {
  position: absolute;
  top: 45%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  right: 0px;
  color: #0b1b5e;
  font-size: 200px;
  opacity: 0.1;
  letter-spacing: 28px;
  margin: auto;
  text-align: center;
  line-height: 0.9;
}
.second-contact-shortcode {
  text-align: center;
  padding: 30px 30px;
  background: #010d41;
  margin: 50px 0px;
  border-bottom: 3px solid #bc1a30;
}
.second-contact-shortcode h1, .second-contact-shortcode h2, .second-contact-shortcode h3, .second-contact-shortcode h4, .second-contact-shortcode h5, .second-contact-shortcode h6, .second-contact-shortcode p {
  color: #fff;
  margin-bottom: 13px;
}
.second-contact-shortcode p {
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}
.user-shortcode {
  background-color: #010d41 !important;
  padding: 55px;
  margin: 50px 0px;
  text-align: left;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: auto 100% !important;
  position: relative;
  border-bottom: 3px solid #bc1a30;
}
.user-shortcode h1, .user-shortcode h2, .user-shortcode h3, .user-shortcode h4, .user-shortcode h5, .user-shortcode h6, .user-shortcode p, .user-shortcode ul li, .user-shortcode ol li {
  color: #fff !important;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-style: normal !important;
}
.user-shortcode h1, .user-shortcode h2, .user-shortcode h3, .user-shortcode h4, .user-shortcode h5, .user-shortcode h6 {
  margin-bottom: 15px;
}
.user-shortcode h2 {
  font-weight: 500 !important;
}
.user-shortcode p {
  margin-bottom: 20px !important;
}
.user-shortcode p:last-child {
  margin-bottom: 0px !important;
}
.user-shortcode p a:hover, .user-shortcode p a:focus {
  color: #fff !important;
}
.user-shortcode-second .user-shortcode figure {
  text-align: center;
  margin-bottom: 0px;
}
.user-shortcode-second {
  margin: 50px 0px;
}
.user-shortcode-second .user-shortcode img {
  margin-bottom: 0px;
}
.user-shortcode-second .user-shortcode p {
  margin-bottom: 20px !important;
  font-style: italic !important;
  line-height: 1.8;
}
.user-shortcode-second .user-shortcode {
  background: #0b1b5e !important;
  padding: 35px !important;
  border-bottom: none;
  margin: 0px !important;
}
.user-shortcode-second .user-shortcode h3 {
  font-weight: bold !important;
  font-size: 18px !important;
  text-transform: uppercase;
  position: relative;
  margin: 0px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
}
.user-shortcode-second .user-shortcode h3::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 25px;
  height: 3px;
  background: #bc1a30;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.user-shortcode-second .coman-btn-block {
  text-align: center;
  background: #010d41;
  padding: 15px 10px;
}
.get-in-touch-shortcode {
  background: #010d41;
  border-bottom: 3px solid #bc1a30;
  padding: 25px 40px;
  margin: 50px 0px;
}
.get-in-touch-shortcode h2, .get-in-touch-shortcode h3, .get-in-touch-shortcode h4, .get-in-touch-shortcode h5, .get-in-touch-shortcode h6 {
  color: #fff;
  margin-bottom: 0px !important;
  font-weight: bold;
}
.get-in-touch-shortcode p {
  color: #bc1a30;
  font-size: 16px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  letter-spacing: 3px;
  text-align: center;
}
.get-in-touch-shortcode a {
  color: #fff;
  font-size: 40px !important;
  font-family: "Inria Serif", serif;
  text-transform: uppercase;
  margin: 0px;
  text-align: center;
}
.get-in-touch-shortcode a:hover, .get-in-touch-shortcode a:focus {
  color: #bc1a30;
}
.get-in-touch-shortcode h4 {
  text-align: center;
  line-height: 1.1;
}
.reviews-shortcode .row {
  margin: 0px !important;
}
.reviews-shortcode .reviews-sec [class*="col-"] {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.reviews-shortcode {
  margin: 50px 0px;
}
.reviews-shortcode .reviews-sec {
  background: #0b1b5e;
  text-align: center;
  padding-top: 40px;
}
.reviews-shortcode .reviews-sec h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0px;
}
.reviews-shortcode .reviews-sec h2 img {
  margin: 0px 12px;
}
.reviews-shortcode .reviews-sec [class*="col-"] {
  margin-top: 40px;
}
.reviews-shortcode .reviews-sec .coman-btn-block {
  background: #010d41;
  padding: 16px 0px;
  margin-top: 40px;
}
.reviews-shortcode .reviews-sec p {
  color: #fff;
  margin-bottom: 0px;
}
.reviews-shortcode .reviews-sec figure {
  margin-bottom: 20px;
}
.reviews-shortcode .reviews-sec h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-top: 20px;
  padding-top: 25px;
  margin-bottom: 0px;
}
.reviews-shortcode .reviews-sec h3::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  background: #bc1a30;
  width: 50px;
  height: 2px;
}
.reviews-shortcode .reviews-sec figure img {
  margin-bottom: 0px;
}
.faq-block {
  margin: 50px 0px;
}
.faq-block:last-child {
  margin-bottom: 0px !important;
}
.client-reviews-sec .google-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.client-reviews-sec .google-block .google-icon {
  float: left;
  width: 60px;
  margin-right: 15px;
}
.client-reviews-sec .google-block .google-det {
  overflow: hidden;
  padding-top: 3px;
}
.client-reviews-sec .google-block .google-det h3 {
  font-family: "Poppins", sans-serif;
  color: #444a50;
  font-size: 21px;
  margin-bottom: 5px;
}
.client-reviews-sec .google-block .google-det h4 {
  font-family: "Poppins", sans-serif;
  color: #444a50;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0px;
}
.client-reviews-sec .client-reviews-title p {
  margin-bottom: 0px !important;
}
.client-reviews-sec .client-reviews-title small {
  font-size: 16px;
  color: #bc1a30;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  line-height: normal;
}
.client-reviews-sec {
  max-width: 100%;
}
.client-reviews-sec h2 {
  margin-bottom: 20px;
  color: #0b1b5e;
  padding-bottom: 0px !important;
}
.client-reviews-sec h2:before {
  display: none !important;
}
.client-reviews-sec {
  margin: 45px 0px;
  display: inline-block;
  width: 100%;
}
.client-reviews-block {
  padding: 40px 50px;
}
.client-reviews-block img {
  margin-bottom: 0px !important;
}
.client-reviews-sec .rating-img img {
  margin-right: 10px;
  margin-bottom: 0px !important;
  width: 164px !important;
  display: inline-block !important;
  clear: both;
  position: relative;
}
.client-reviews-block p {
  color: #444a50;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 20px;
  line-height: 1.8;
}
.google-map-link {
  color: #444a50;
  font-size: 18px;
}
.google-map-link a {
  color: #bc1a30 !important;
  font-weight: bold;
}
.google-map-link a:hover, .google-map-link a:focus {
  color: #444a50 !important;
}
.client-reviews-sec .rating-img {
  text-align: right;
}
.review-quiet-img img {
  width: auto !important;
}
.owl-carousel .owl-item .review-quiet-img img {
  margin-right: 0 !important;
}
.client-reviews-slider {
  background: #f3f7f9;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #f3f7f9;
}
.client-reviews-sec:last-child {
  margin-bottom: 0px;
}
.fact-checked-info {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 22px 40px;
}
.fact-checked-info figure {
  float: left;
  margin: 0px;
  margin-right: 45px;
}
.fact-checked-info p {
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  color: #444a50;
  font-size: 17px;
  padding-left: 45px;
  border-left: 3px solid #eeeeee;
}
.fact-checked-sec {
  background: #ffffff;
}
.mobile-contact-info {
  display: none;
}
.three-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.three-list li {
  flex: 0 0 auto;
  width: 33.33%;
}
.two-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.two-list li {
  flex: 0 0 auto;
  width: 50%;
}
.new-jersey-diocese-shortcode {
  margin: 50px 0px;
}
.new-jersey-diocese-shortcode .search-box-form {
  padding: 40px 70px;
  background: #0b1b5e;
}
.new-jersey-diocese-shortcode .search-box-form .form-control {
  background-color: #f2f3f5 !important;
  color: #444a50;
  border-radius: 0px;
  border: none !important;
  box-shadow: none !important;
  height: 60px;
  font-size: 17px;
  font-weight: bold;
  padding: 0px 24px;
  position: relative;
  background: url(/wp-content/themes/hermanlow/images/search-icon.png);
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
}
.new-jersey-diocese-shortcode .predator-priest-block {
  background: #eef3f5;
  padding: 26px;
  height: 100%;
}
.new-jersey-diocese-shortcode .predator-priest-block:hover, .new-jersey-diocese-shortcode .predator-priest-block:focus {
  background: #0b1b5e;
}
.new-jersey-diocese-shortcode .predator-priest-block h3 {
  margin: 0px;
  color: #2c3970;
  font-size: 21px;
}
.new-jersey-diocese-shortcode .predator-priest-block p {
  margin: 0px;
  color: #bc1a30;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.new-jersey-diocese-shortcode .predator-priest-block:hover h3, .new-jersey-diocese-shortcode .predator-priest-block:focus h3, .new-jersey-diocese-shortcode .predator-priest-block:hover p, .new-jersey-diocese-shortcode .predator-priest-block:focus p {
  color: #fff;
}
.new-jersey-diocese-shortcode .predator-priest-block .row {
  margin: 0px -5px !important;
}
.new-jersey-diocese-shortcode .predator-priest-block [class*="col-"] {
  padding: 0px 5px !important;
}
.new-jersey-diocese-shortcode .predator-priest-block-list .coman-row {
  margin: 0px -20px;
}
.new-jersey-diocese-shortcode .predator-priest-block-list .coman-col {
  padding: 0px 20px;
  margin-top: 40px;
}
.new-jersey-diocese-shortcode .coman-btn-block .coman-btn-second {
  color: #fff !important;
}
.new-jersey-diocese-shortcode .coman-btn-block .coman-btn-second:hover, .new-jersey-diocese-shortcode .coman-btn-block .coman-btn-second:focus, .new-jersey-diocese-shortcode .coman-btn-block .coman-btn-one:hover, .new-jersey-diocese-shortcode .coman-btn-block .coman-btn-one:focus {
  color: #fff !important;
}
.new-jersey-diocese-shortcode .coman-btn-block .coman-btn-second:before {
  background: #0b1b5e;
  color: #fff;
}
.new-jersey-diocese-shortcode .coman-btn-block .coman-btn-second:hover:before, .new-jersey-diocese-shortcode .coman-btn-block .coman-btn-second:focus:before {
  background: #bc1a30;
  color: #fff;
}
.new-jersey-diocese-shortcode .coman-btn-block .coman-btn-one:hover:before, .new-jersey-diocese-shortcode .coman-btn-block .coman-btn-one:focus:before {
  background: #0b1b5e;
  color: #fff;
}
.new-jersey-diocese-shortcode.second-new-jersey-diocese-shortcode .predator-priest-block-list .coman-col {
  width: 100% !important;
  margin-top: 0px !important;
  margin-bottom: 35px !important;
}
.new-jersey-diocese-shortcode.second-new-jersey-diocese-shortcode .predator-priest-block {
  padding: 26px 40px;
}
.new-jersey-diocese-shortcode.second-new-jersey-diocese-shortcode .predator-priest-block h3 {
  font-size: 36px !important;
}
.new-jersey-diocese-shortcode.second-new-jersey-diocese-shortcode .predator-priest-block p {
  font-size: 24px !important;
}
.testimonials-item{
	margin-bottom:50px;
}
.testimonials-item:last-child{
	margin-bottom:0px;
}
.wistia_embed {
  margin-bottom: 50px;
}