body{font-family: 'Power Grotesk'; color:#000; overflow-x: hidden;} 
a{ color:#4a4a4a;transition: all .25s ease-in-out;}
ul{padding:0; margin:0;list-style:none;}
h6, h5,  h4, h3,  h2, h1{font-family: 'Power Grotesk';}  
a:hover, a, button, li, input, select, textarea, img {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
a:hover {
	color: #000;
    opacity:0.9; 
}
.container{padding:0 4rem; max-width:100%;}
  
/* keyframes animation css  */
@-webkit-keyframes slideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@-webkit-keyframes slideRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes slideRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}



/* header section css here  */
.header {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1.5rem 0;
	z-index: 100;
	transition: top 0.5s ease-in-out;
	padding-top: 5px;
}
/* .top-to {
    border: none;
    background-color: #1c1c1e;
    transition: 0.3s;
    box-shadow: 0px 0px 3px #00000047;
}
.hide-nav {
    top: -110px;
} */
.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: .5rem;
    padding: 0.2rem 0 0 0;
    z-index: 109;
    opacity: 0;
    visibility: hidden; 
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
ul.menu-section li.menu-item-has-children.active .menu-subs {
	display: block !important;
	opacity: 1;
	visibility: visible;
}
ul.menu-section li.menu-item-has-children.active .parent-link img {
	transform: rotate(86deg);

}
ul.menu-section  li.menu-item-has-children {
    min-height: 40px;
}
.header .menu>ul>li .menu-column-1 {
    min-width: 15rem;
    max-width: 15rem;
}
.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1;
    margin-bottom: 0.7rem;
}
.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 1.1em;
    padding: 0 0;
    border: none;
    outline: none;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.header .menu>ul>li .menu-subs>ul>li>a:hover{
    color: #fff;
}

.header .wrapper {
	margin-top: 50px;
}
.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5rem;
}
ul.menu-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.2rem;
}
.brand img {
    max-width: 550px;
    width: 100%;
}
.top-to .brand img {
/*     max-width: 65px; */
    width: 100%;
}
ul.menu-section li a {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
ul.menu-section li a img {
	width: 14px;
	position: relative;
	top: 2px;
}
/* .header .menu>ul>li.menu-item-has-children:hover a img {
    transform: rotate(90deg);
} */
.header .menu>ul>li.menu-item-has-children:hover a span img {
    transform: rotate(0);
}
.top_bar_contact a {
	font-size: 1.5rem;
	margin-left: 10px;
}
.top_bar_left span {
	display: flex;
	align-items: center;
}
.top_bar_contact span img {
	max-width: 30px;
	vertical-align: top;
	margin-top: 0;
}
.top_bar_right li a img {
	width: 27px;
}
.top_bar_contact {
	display: flex;
	justify-content: space-between;
}
.top_bar_right ul {
	display: flex;
}
/* home banner css  */
.home-banner {
    padding: 12rem 0 6.5rem 0px;
    background: url(../img/home-banner.png); 
    background-size: cover;
    background-position: center !important;
	background-size: cover;

  overflow: hidden;
  padding-bottom: 0;
  background:none !important;
}
.banner_title h1 {
    font-size: 5.25rem;
    line-height: 1em;
    text-transform: uppercase;
    max-width: 50rem;
    color: #fff;
}

.logo_slides {
    padding:3.6rem 0 3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    scroll-behavior: smooth;
    cursor: grab;
    white-space: nowrap;
    width: 44.6rem;
    max-width: 100%;
}
.slide_box {
	flex: 0 0 9rem;
	height: 10rem;
	border-radius: 1.1rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	width: 10rem;
	margin: auto;
}
.slide_box img {
    width: 100%;
    max-width: 100%;
    height: 95%;
    object-fit: contain;
}


/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
 .logo_slides::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: #fff; /* or add it to the track */
  cursor: pointer;
}
/* Scrollbar in Firefox */
.logo_slides {
	scrollbar-width: thin;
	scrollbar-color: #E41D38 #fff;
	max-width: 550px;
	justify-content: center;
	margin: auto;
	margin-top: 150px;
}
/* Add a thumb */
.logo_slides::-webkit-scrollbar-thumb {
  background: #E41D38;
  cursor: pointer;
}
.logo_slides_upper {
	background: url(https://riffleassoc.com/wp-content/uploads/2024/12/dotted-bg.jpg);
	background-size: cover;
    background-position: left center;
}
/* home banner css end */


/* testimonial slider css  */
.testimonials {
	background: none;
	text-align: center;
}
.clints p {
	font-size: 1.875rem;
	color: #fff;
	letter-spacing: 0.26rem;
	line-height: 2.625rem;
	max-width: 80%;
	margin: 0 auto;
}
.clints span {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.26rem;
    font-family: 'SF Pro Display';
}
.client_slidr .owl-nav {
    display: none;
}
.client_slidr .owl-dots button.owl-dot {
    width: 0.66rem;
    height: 0.66rem;
    background: rgb(217 217 217 / 22%);
    border-radius: 50%;
    margin: 0 3px;
    transition: 0.3s ease;
}
.client_slidr .owl-dots button.owl-dot.active{
    background: #d9d9d9;
}
.client_slidr .owl-dots {
	margin-top: 3rem;
	display: none;
}
/* testimonial slider css end*/
 /* footer css start*/
footer{padding:50px 0 0 0;}
.footer_logo img {
	max-width: 150px;
}
.footer_menu h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.625rem;
}
.footer_menu li a {
	font-size: 1.25rem; font-family: 'SF Pro Display';
	text-transform: capitalize;
    color:#000000;
}
.footer_menu li {
	margin-top: 10px;
}
.footer_menu li a img, .footer_menu li  img {
	max-width: 70px;
}
.footer_menu ul {
	margin-top: 25px;
	display: block;
}
.footer_logo {
	margin-top: 10px;
	width: 25%;
}
.footer_menu {
	width: 25%;
}
.footer_inner {
    display: flex;
}
.copyright_sec {
	background: #D9D9D9;
	padding: 20px 0;
	margin-top: 50px;
}
.copyright_sec ul {
	display: flex;
	justify-content: space-between;
}
.copyright_sec ul li span, .copyright_sec ul li span a {
	color:#8D8D8D; font-size:14px; text-transform:capitalize;
}
.copyright_sec ul li span a:hover{color:#000;}
 /* footer css end*/

/* BREADCRUM CSS HERE  */
.breadcrumb ul {
	display: flex;
}
.breadcrumb li span, .breadcrumb li a {
	font-size: 0.666rem;
	text-transform: uppercase;
	padding: 0 15px;
	letter-spacing: 0.5px;
    color:#000;
}
.breadcrumb ul li::before {
	position: absolute;
	content: ">";
	right: 0;
	font-size: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 12px;
}
.breadcrumb ul li:last-child:before {
	display:none;
}
.breadcrumb ul li {
	position: relative;
}
.breadcrumb ul li:nth-child(1) span {
	padding-left: 0;
}
.breadcrumb {
    margin-top: 0.8rem;
}
.breadcrumb ul li:first-child span {
    padding-left: 0;
}
/* END HERE  */

/* ELECTRICAL OHO PAGE CSS HERE  */
.page_banner {
    position: relative;
    min-height: 25em;
    overflow: hidden;
    padding: 16rem 0 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.page_banner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: radial-gradient(#7b7b8400 0%, rgb(0 0 0) 70%, #000 100%);*/
}
.imgbnr{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
}
.ovrlay_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 2rem 1.5rem;
    z-index: 1;
}
.ovrlay_logo img {
    width: 29rem;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.banner_toptitle{
    position: relative;
    z-index: 1;
}

.banner_toptitle h1 {
	font-size: 4.375rem;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}
.company_srch {
    padding-top: 1rem;margin-bottom: 50px;
}
.sub_heading {
    margin-bottom: 1.5rem;
}
.sub_heading h2 {
    font-size: 3.125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    
}
.srch_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.left_sec {
    flex: 1;
}
.right_sec {
    flex: 1;
    text-align: right;
}
.left_sec h5 {
    font-size: 1.563rem;
    font-weight: 400;
    color: #000;
    font-family: 'SF Pro Display';
}
.from_field {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}
.from_field input {
    font-size: 1rem;
    color: #1C1C1E;
    font-weight: 400;
    border: 1px solid #1c1c1c;
    border-radius: 4px;
    height: 34px;
    padding: 5px 1.2rem;
    width: 19.68rem;
    max-width: 100%;
}
.from_field input:focus-visible {
	outline:unset;
}
.from_field button {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    background: #C8102E;
    border-radius: 4px;
    border: 0;
    padding: 0.58rem 1.8rem;
    line-height: 1;
    text-transform: uppercase;
}
.from_field button:hover{
    background: #000;
}
.srch_data {
    padding-top: 3.125rem;
}
.srch_data .row {
    margin-left: -1.094rem;
    margin-right: -1.094rem;
    row-gap: 4.375rem;
}
.srch_data .row .col-md-4 {
    padding-left: 1.094rem;
    padding-right: 1.094rem;
}
.srch_card {
    background: #1C1C1E;
    height: 100%;
}
.compny_logo {
    text-align: center;
    padding: 1.2rem 1.5rem;
    height: 6.5rem;
    background: #fff;
    border: 1px solid #000;
}
.compny_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.srch_content {
    padding: 1.75rem 1.125rem;
    min-height: 11.875rem;
}
.srch_content ul {
    padding-left: 1.3rem;
    min-height: 3.125rem;
}
#acf-results .srch_content ul {
    min-height: unset;
}
.srch_content ul li {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.2em;
    font-weight: bold;
    font-family: 'SF Pro Display';
    list-style: disc;
}
.srch_content p {
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	font-style: italic;
	font-family: 'SF Pro Display';
	margin: 2px 0 0 0;
	line-height: 19px;
}
.srch_content a{color:#fff;}
.srch_content ul {
    padding-left: 1.3rem;
    min-height: 50px;
}
.srch_content ul li:empty::marker {
    font-size: 0;
}
/* ELECTRICAL OHO PAGE CSS HERE END */

.team_heading h2 {
	font-size: 2.5rem;
	color: #000;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0;
}
.team_heading {
	position: relative;
	padding: 0 0 20px 20px;
}
.team_heading::before {
	position: absolute;
	content: "";
	height: 8px;
	background: #E41D38;
	width: 100%;
	bottom: 0;
	left: 0;
    border-radius:2em;
	right: 0;
}
.team_contact_inner {
	border: 3px solid #000;
	border-radius: 8px;
	padding: 15px;
	background: #D9D9D9;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 22%;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.team_contact_inner h3 {
	margin: 0 0 2px 0;
	font-size: 1.5rem;
	text-transform: capitalize;
	width: 100%;
}
.team_contact_inner span {
	margin: 1px 0;
	font-size: 0.625rem;
	width: 100%;
	text-transform: capitalize;
	font-family: 'SF Pro Display';
}
.out_tam_page li {
	margin-bottom: 40px;
	margin-top: 20px;
}
.team_contact_inner a {
	margin: 0 5px;
}
.team_contact {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.adress_sec {
	background: #1C1C1E;
	padding: 20px 30px;
	border: 3px solid #E41D38;
	border-radius: 8px;
	width: 30%;
}
.adress_head h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2rem;
	margin: 0;
}
.adress_head span, .adress_head p {
	font-size: 1rem;
	color: #fff;
	text-transform: capitalize;
}
.adress_desc {
	margin-top: 30px;
}
.adress_desc a, .adress_desc span, .adress_desc p  {
	color: #fff;
	display: inline-block;width: 100%;
	font-size: 0.875rem;
}
.adress_desc a{text-decoration:underline;}
.contact_inner {
	display: flex;
	justify-content: space-between;
}
.contact_page {
	margin: 40px 0 50px 0;
}.ovrlay_logo{opacity:0;}


.testimonial_logo img {
	max-width: 110px;
	margin: auto;
}
.item.clints {
	display: flex;
	max-width: 850px;
	margin: auto;
	text-align: left;
	align-items: center;
}
body {
	padding-top: 50px;
}
.home .home-banner {
	background: url(https://riffleassoc.com/wp-content/uploads/2024/12/dotted-bg.jpg) !important;
	background-size: cover !important;
	background-position: left center !important;
}

.error404  .header {
	background: #222;
	padding-top: 0;
}
.error404  .top_bar {
	background: #fff;
	padding-top: 10px;
  padding-bottom: 10px;
}
.error404 .header .wrapper {
	margin-top: 25px;
}
.error404 #primary {
	padding: 200px 0 200px 0;
	background: #222;
	text-align: center;
}
.error404 #primary .error-404 .page-title,
.error404 #primary .error-404 .page-content{
	color: #fff;
}