/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 34px;
    justify-content: center;
    margin-top: 30px;
}
.about-section1 {
    background: #eee;
}
/* .about-section-even {
	background: #eee;
} */
.home-slider-content-wrap {
    top: 26%;
}
.inner-banner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}










.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    color: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/
.woo-sidebar-item h4 i.active {
    transform: rotate(180deg);
}
/* ajax search css start */
.ct-ajax-search-results .posts li {list-style: none;padding: 2px;display: grid;grid-template-columns: 3fr 7fr;column-gap: 9px;margin-bottom: 15px;}
.ct-ajax-search-results ul {
    background: #fff;
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
    border-radius: 2px;
    padding: 9px;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 36px;
    width: 100%;
}
.search-wrap {
    position: relative;
    width: 250px;
}
.ct-ajax-search-results span.search-term {
    color: #d20015;
}
img#search-spinner {
    width: 28px;
    right: 5px;
    position: absolute;
    display: none;
    top: 4px;
}
input#ct-ajax-search {
    padding: 4px 9px;
    width: 100%;
}
input#ct-ajax-search:focus {
    outline: transparent;
}
.ct-ajax-search-results a {
    font-weight: 500;
}
.search-highlight { 
background-color:yellow;
color:blue;
}
/* ajax search css end */

/* mini ajax cart css start */
.minicart-wrap {
    position: fixed;
    background: #fff;
    z-index: 999999999;
    top: 0;
    right: -30%;
    width: 30%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    padding: 0 18px 15px 18px;
    transition: all .5s;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    display: block;
}
li.woocommerce-mini-cart-item .quality {
    display: table;
}
li.woocommerce-mini-cart-item.mini_cart_item .remove {
    position: absolute;
    right: 20px;
    font-size: 0;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    border-bottom: 1px dashed var(--c4);
}
li.woocommerce-mini-cart-item.mini_cart_item .remove:before {content: "\f2ed";font-family: 'Font Awesome 5 Pro';color: red;font-size: 13px;}
li.woocommerce-mini-cart-item.mini_cart_item a:nth-of-type(2) {
    display: flex;
    column-gap: 15px;
    width: 93%;
    height: 115px;
    font-size: 13px;
    color: #000;
    align-items: center;
    font-weight: 600;
}
li.woocommerce-mini-cart-item.mini_cart_item a:nth-of-type(2) img {
    width: 100px;
    height: auto;
}
li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    position: absolute;
    font-size: 17px;
    left: 115px;
    bottom: 5%;
}
li.woocommerce-mini-cart-item.mini_cart_item .quantity .woocommerce-Price-amount.amount {
    color: var(--c1);
    font-size: 18px;
    font-weight: 700;
}
p.woocommerce-mini-cart__buttons.buttons {
    text-align: right;
    margin-top: 12px;
}
p.woocommerce-mini-cart__buttons.buttons a {
    display: block;
    text-align: center;
    background-color: var(--c2);
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px;
}
p.woocommerce-mini-cart__buttons.buttons a.checkout {
    margin-top: 10px;
}
p.woocommerce-mini-cart__total.total span {
    color: var(--c1);
    font-size: 23px;
    font-weight: 700;
}
p.woocommerce-mini-cart__total.total {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    height: 62%;
    overflow-y: scroll;
    margin-top: 50px;
}
.cart:hover a i span {transform: rotateY(360deg);}
.wrapper.act .minicart {
    right: 0;
}
.wrapper .overlay {
    width: 100%;
    height: 100%;
    background: #0000006b;
    position: absolute;
    z-index: 999;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.wrapper .overlay.act {
    opacity: 1;
    visibility: visible;
}
.shop-cart-icon i {
    font-size: 30px;
    color: var(--c1);
}
.shop-cart-icon .cart-contents {
    position: absolute;
    top: -3px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 14px;
}
.shop-cart-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: right;
}
.ct-ajax-search-image img {
    width: 100%;
}

/* Ajax Search Css End */

/* QuickView Css Start */
.popup-wrap {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    z-index: 99999;
    display:none;
}
.popup {
    background: #fff;
    max-width: 930px;
    height: 100%;
    max-height: 515px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
    padding: 20px;
}
.popup .woocommerce-product-gallery {
    opacity: 1 !important;
}
.popup-overlay {
    height: 100%;
    background: rgba(0,0,0,0.4);
    width: 100%;
    position: absolute;
    z-index: -1;
}
i#popup-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff;
}
.quick-view-wrap::-webkit-scrollbar {
    width: 0px;
}
.popup-close {
    position: absolute;
    right: 1px;
    top: -31px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
/* QuickView Css End  */

body{
	font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Mulish", sans-serif;
}
.header-menu ul li a:hover:before {
    width: 100%;
}
.header-menu ul li a:hover {
    color: var(--c1);
}
.header-menu ul li a:before {
    content: "";
    width: 0;
    height: 0px;
    background-color: var(--c1);
    position: absolute;
    bottom: 0;
    transition: .3s;
}
.header-menu ul li a {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: #000;
    transition: .3s;
    position: relative;
    !i;!;!;!i;!;
}
header.header .row {
    align-items: center;
}

header.header {
    padding: 0px 0 0px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 999;
    background: #fff;
    width: 100%;
    transition: .5s;
}
.site-logo {
    width: 100%;
}
.site-logo img {
    width: 100%;
}

.home-slider-image {
    width: 100%;
    height: 800px;
    position: relative;
}
.home-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider-image:before {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 50%;
}

.home-slider-content h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 800;
}
.home-slider-content p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-top: 24px;
}
a.main-btn:hover {
    background: var(--c2);
}
a.main-btn {
    padding: 14px 22px;
    background: var(--c1);
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
}
.home-slider-btns {
    margin-top: 42px;
}

.home-side-image img {
    width: 100%;
    box-shadow: rgb(255 255 255 / 24%) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    border: 1px solid #ffbfbf;
}
.home-slider-btns a {
    margin-right: 7px;
}
.classes-image {
    width: 100%;
    height: 700px;
}
.classes-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.classes-content h2 {
    margin-bottom: 20px;
}
h2.main-heading {
    font-size: 38px;
    font-weight: 800;
    color: var(--c2);
}
p {
    font-size: 16px;
    color: #2c2c2c;
	
}
section.section-classes .row {
    align-items: center;
}

section.section-classes {
    position: relative;
    padding: 72px 0px;
}
.train-content h2 {
    font-size: 40px;
    color: var(--c2);
    font-weight: 800;
}
.train-content p {
    font-size: 16px;
    margin: 0;
}
.train-content {
    text-align: center;
}
.train-logo {
    width: 38%;
    margin: 0 auto;
}

.train-logo img {
    width: 100%;
}
section.section-train {
    position: relative;
    padding: 90px 0px;
}
section.section-train .row {
    align-items: center;
}
section.section-bpr-class {
    position: relative;
    padding: 72px 0px;
    background: #eee;
}
.bpr-image img {
    margin-bottom: 40px;
}
section.section-bpr-class.section-bpr-2 {
    background: #eee;
}
.bpr-content h4 {
    font-size: 24px;
    font-weight: 800;
    color: #000;
}
.section-bpr-2 .bpr-image img {
    width: 78%;
}

.cpr-google-map {
    margin-top: 30px;
    width: 100%;
}
.cpr-google-map iframe {
    width: 100%;
}
section.cpr-locations .row {
    justify-content: center;
}
section.cpr-locations {
    position: relative;
    padding: 72px 0px;
}
.cpr-locations-heading {
    text-align: center;
}
section.section-reviews {
    position: relative;
    padding: 50px 0 72px 0px;
}


.review-box {
    position: relative;
    padding: 25px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #f7f7f7;
}
.author-image {
    width: 30px;
    height: 30px;
    position: relative;
}

.author-image img {
    width: 100%;
    height: 30px;
}
.author-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}
.author-info ul {
    display: flex;
    column-gap: 1px;
}

.author-info ul li {
    color: #ffa534;
    font-size: 14px;
}
.review-content p {
    margin: 10px 0 0 0;
}
.author-profile {
    display: flex;
    column-gap: 11px;
    align-items: center;
}
.review-google-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 25px;
}
.review-google-icon img {
    width: 100%;
    height: 100%;
}

.section-reviews .slick-prev {
    left: -2%;
    top: 54%;
    z-index: 9999;
}
.slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: var(--c1);
}
.section-reviews .slick-next {
    right: -2%;
    top: 54%;
}
.slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: var(--c1);
}
.reviews-heading {
    text-align: center;
    margin-bottom: 35px;
}
section.section-register {
    position: relative;
    padding: 82px 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.section-register:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 54%;
}
.register-content h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 50px;
}
.register-content {
    text-align: center;
}
/* .home-slider-image:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: url(https://itpstaging.com/reviverescue/wp-content/uploads/2025/03/electrocard-diagra33ssm-grid-paper_1308-73358.png);
    background-position: center;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    right: 0;
    top: 14%;
    opacity: 50%;
    filter: invert(1);
} */
.faq-img {
    width: 100%;
    height: 785px;
    position: relative;
}
.faq-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.faq .row {
    align-items: center;
}
.footer-logo img {
    width: 100%;
}
footer.footer {
    padding-top: 50px;
    position: relative;
    background: #eee;
}
.footer-title h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--c1);
}
.footer-menu ul li a:hover {
    color: var(--c1);
}

.footer-menu ul li a {
    font-size: 16px;
    line-height: 32px;
    transition: .3s;
}
.footer-contact ul li, .footer-contact ul li a {
    line-height: 32px;
	transition: .3s;
}
.footer-contact ul li a:hover {
    color: var(--c1);
}
.footer-media ul {
    display: flex
;
    column-gap: 7px;
}
.footer-media ul li a {
    font-size: 16px;
    display: block;
    width: 35px;
    height: 35px;
    background: var(--c1);
    color: #fff;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
	transition: .3s;
}
.footer-media ul li a:hover {
    background: var(--c2);
}
.footer-02 {
    margin-left: 54px;
}

.footer-03 {
    margin-left: 38px;
}
.footer-about {
    margin-top: 14px;
}
.copyright-text {
    text-align: center;
    margin: 20px 0px 20px;
}
.copyright-text p {
    margin: 0;
}
.cr-containerr{
    max-width: 100%;
    border-top: 1px solid #0000001c;
    margin-top: 50px;
    background: #dfdfdf;
}
/* header.header:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 58%;
    background-image: url(https://itpstaging.com/reviverescue/wp-content/uploads/2025/03/cpr-banner.png);
    bottom: 7px;
    right: 18%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 22%;
} */
section.section-train:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 250px;
    background-image: url(https://itpstaging.com/reviverescue/wp-content/uploads/2025/03/photo-2-.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 26%;
    bottom: 12px;
    left: -5%;
}
.footer-contact ul li i {
    font-size: 14px;
    color: var(--c1);
}
.footer-contact ul li {
    display: flex;
    column-gap: 10px;
    align-items: baseline;
}
.main-menu ul li {
    position: relative;
    overflow: hidden;
    height: 65px;
}
.main-menu ul li:before {
    position: absolute;
    content: "";
    left: -120px;
    bottom: -20px;
    width: 120px !important;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://reviverescuecpr.com/wp-content/uploads/2025/03/cpr-banner-3.png);
    transition: .5s;
}
.main-menu ul li:hover:before {
    left: 0;
}
.main-menu ul li:nth-child(2)::before {
    width: 150px;
}
.main-menu ul li:nth-child(2):hover::before{
    left: 44px;
}
.main-menu ul li:nth-child(4):hover::before {
    left: 56px;
}
.main-menu ul li:nth-child(4)::before {
    width: 150px;
}
.main-menu ul li:nth-child(5):hover::before{
    left: 15px;
}
.seal-image img {
    width: 100%;
}
.section-content h3 {
    font-size: 28px;
    color: var(--c1);
    font-weight: 700;
}
section.section-group {
    padding: 80px 0px 30px;
    position: relative;
}
.group-image img {
    width: 100%;
}
.group-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--c1);
}
.form-group p input.btn-1 {
    color: #fff !important;
    border-radius: 4px;
}
.form-title {
    margin-bottom: 40px;
}
section.section-group-form {
    position: relative;
    padding-bottom: 50px;
}
.bpr-image img {
    width: 40%;
}
.am-fcis__info {
    display: none !important;
}
.amelia-v2-booking #amelia-container .am-fcis__header-action {
    display: grid;
}
.page-id-2655 section.section-reviews {
    background: #fff;
}
.page-id-2653 section.section-reviews {
    background: #fff;
}
.amelia-v2-booking #amelia-container .am-fs-sb{
	background-color: #9d0604 !important;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
    background-color: #fff !important;!i;!;
}
p.am-fs-sb__step-heading {
    color: #fff !important;!i;!;
}
.am-fcis__header-action {
    display: block !important;
}
span.am-fcis__header-price {
    display: block;
}
.amelia-app-booking #amelia-booking-wrap #am-step-booking .am-select-date, .amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-select-date {
    background: linear-gradient(135deg, var(--c1), var(--c1)) !important;
}
header.sticky {
    position: fixed;
    padding: 0;
}
header.sticky .site-logo {
    width: 80%;
}
.map-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: var(--c2);
    padding-bottom: 40px;
}
.map-img img {
    width: 100%;
}
section.map {
    padding: 55px 0;
}
.training-location-img1 img {
    width: 100%;
}
.training-location-content p {
    font-size: 20px;
    color: var(--c3);
}
.training-location-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.training-location-img1 {
    width: 100%;
}
.training-location-imgs .training-location-img1:nth-child(2), .training-location-imgs .training-location-img1:nth-child(3) {
    width: 49%;
    margin-top: 12px;
}
section.training-location .row {
    align-items: center;
}
section.training-location {
    padding: 25px 0 55px 0;
}
.bpr-content h2 {
    font-size: 30px;
}
.top-header {
    background: var(--c1);
    padding: 5px 0;
}
.top-header ul li a {
    color: #fff;
}
.top-header ul li a i {
    margin-right: 10px;
}
.top-header ul {
    display: flex;
    justify-content: flex-end;
}
.google-stars ul{
    display: flex;
    column-gap: 2px;
}
.google-stars ul li {
    font-size: 15px;
    color: #f4ba2e;
}
.g-reviews-count span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.gr-image {
    width: 86px;
}
.gr-image img {
    width: 100%;
}
.bpr-google-reviews {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.course-price span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.bpr-content {
    margin-bottom: -20px;
}
.bpr-imp-text p a {
    color: var(--c2);
}

.bpr-imp-text p {
    margin: 6px 0 0 0;
    font-weight: 500;
}



html {
  scroll-behavior: smooth;
}
.header-main {
    position: relative;
    padding: 10px 0px;
}

/*    sticky header css   */

.page-header{
    top: 0;
    right: 0;
    left: 0;
    padding: 6px 0;
    z-index: 999;
    background-color: rgb(255 255 255 / 84%);
}



.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  color: white;
  background: #08a6df;
  transition: background 0.3s;
}
 
.page-header button svg {
  flex-shrink: 0;
  margin-left: 5px;
  fill: currentColor;
}

.page-header button:hover {
  background: #0ab8f6;
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(0 0 0 / 55%);
    padding: 6px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    z-index: 999;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.footer-timing {
    margin-top: 23px;
}
.footer-media
 {
    margin-top: 14px;
}

.bpr-image img:nth-child(2) {margin: 40px 0px 0 50px;}
li.menu-item-2743{
    display: none;
}
.classes-content h4 {
    font-size: 19px;
    font-weight: 600;
}
.classes-content {
    text-align: center;
}
.reviews-heading p a img {
    width: 100px;
    margin: 0 5px;
}

.section-first-aid-classes .bpr-image {
    display: flex
;
    align-items: center;
    margin-top: 40px;
}
.section-first-aid-classes .bpr-image img:nth-child(2) {
    margin: -26px 0px 0 50px;
}

.bpr-content h3 {
    color: var(--c1);
}


.bpr-class3{
	margin-top: 40px;
}
.bpr-content3 ul li {
    list-style: disc;
    margin-left: 19px;
}
.page-id-3171 .bpr-class3 {
    margin-top: 0;
}
.page-id-3171 .bpr-content h2 {
    font-size: 26px;
}


.page-id-3171 .bpr-btn {
    margin-top: 50px;
}

.page-id-3171 .bpr-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-id-3171 .bpr-image img {
    max-width: 280px;
    height: auto;
}
