/*!
Theme Name: Hughes Family Insurence
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hughes-family-insurence
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hughes Family Insurence is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wpcf7-response-output{
    color: #fff;
}
#breadcrumbs a, #breadcrumbs span{
    color: #ffffff;
}
#breadcrumbs .fa{
    font-size: 8px;
    padding: 0 10px;
    color: #1678c1;
}


.class-cust i{
    display: none;
}
.contact-widget{
    display: unset;
}

.footer-cust a img {
    height: 70px;
    width: 64.28px;
    border-radius: 4px;
}

.pagination-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 18px 0;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  gap: 20px;
}

.pagination-block ul {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-block a.page-numbers,
.pagination-block span.page-numbers {
  display: inline-flex;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  border: 1px solid rgba(0,0,0,0.08);
  background: #ffffff;
  color: #333333;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
  transition: all 180ms ease;
}

.pagination-block a.page-numbers:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  border-color: rgba(0,0,0,0.12);
}

.pagination-block span.page-numbers.current,
.pagination-block a.page-numbers.current {
  background: #1678c1;
  color: #fff;
  border-color: transparent;
  font-weight: 600;
  transform: none;
  box-shadow: none;
}

.pagination-block a.prev.page-numbers,
.pagination-block a.next.page-numbers {
  min-width: 48px;
  padding: 0 12px;
  border-radius: 10px;
  font-weight: 500;
}

.pagination-block .disabled,
.pagination-block span.page-numbers.dots {
  opacity: 0.55;
  pointer-events: none;
  cursor: default;
  background: transparent;
  border: none;
  color: #6b7280;
}

.pagination-block span.page-numbers.dots {
  min-width: auto;
  padding: 0 6px;
}

@media (max-width: 576px) {
  .pagination-block a.page-numbers,
  .pagination-block span.page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 8px;
    font-size: 13px;
  }
  .pagination-block {
    padding: 12px 6px;
  }
}

.pagination-block a.page-numbers:focus {
  outline: 3px solid rgba(11,118,239,0.16);
  outline-offset: 3px;
  box-shadow: 0 8px 24px rgba(11,118,239,0.08);
}

.cust-bullets ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.cust-bullets ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 35px;
}

.cust-bullets ul li::before {
    content: "\eb79"; 
    font-family: "remixicon";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    font-weight: normal;
    color: #0c7df2;
}

.rs-service-details__thumb {
    width: 100%;
    aspect-ratio: 16 / 9;     
    overflow: hidden;
}

.rs-service-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;       
}
.rs-service-details__content p{
  margin-top: 20px;
text-align: justify;
}



.error-page {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 14;
}

.error-page__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.02;
    z-index: -1;
}

.error-page__inner {
    position: relative;
    display: block;
}

.error-page__inner h2 {
    color: transparent;
    -webkit-text-stroke: 4px #000;
	font-family: monospace;
    font-size: 230px;
    line-height: 0.9em;
    font-weight: 700;
    margin-bottom: 15px;
}

.error-page__inner h3 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 25px;
}

.error-page__inner p {
    font-weight: 500;
    margin: 0px;
}


#rs-service .owl-carousel .owl-item img{
	height: 280px;
	object-fit: cover;
}

#ourclients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background:#d3d2d2;
  padding-bottom:30px;
  padding-top:40px;
}
#ourclients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
#ourclients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
	margin-top:30px;
}
#ourclients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#ourclients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}
