@font-face {
    font-family: 'Prestige Signature Script  Demo';
    src: url('../fonts/PrestigeSignatureScript-Demo.woff2') format('woff2'),
        url('../fonts/PrestigeSignatureScript-Demo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --bs-black: #323d44;
    --bs-white: #ffffff;
    --bs-pink: #fe1e68;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
}

html {
    font-size: 16px;
}

body {
    font-family: 'Poppins', 'Bebas Neue';
    position: relative;
    overflow-x: hidden !important;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 128px;
    font-weight: 500;
    line-height: 125px;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    margin-bottom: 0;
}

h2 {

    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 2px;
    color: var(--bs-pink);
}



h3 {
    font-size: 86px;
    line-height: 88px;
    font-weight: 600;
}

h4 {
    font-size: 37px;
    line-height: 44px;
    font-weight: 500;
}

h5 {
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
}

h6 {
    font-size: 29px;
    font-weight: 400;
    line-height: 32px;
}

p {

    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--bs-black);
}

a {
    text-decoration: none !important;
}

a:hover,
.current-menu-item a {
    color: var(--bs-pink) !important;
}

.btn,
.wp-element-button,
button,
input[type=submit],
.sbi_load_btn{
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    background: url(../images/button_block.webp) no-repeat left center, var(--bs-pink) !important;
    min-width: 370px;
    height: 75px;
    color: var(--bs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    background-size: 95px 100%, 100% !important;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0px solid transparent !important;
}

.wp-element-button,
button,
input[type=submit] {
    margin-bottom: 30px;
}

.btn span {
    font-weight: 700;
    padding-left: 15px;
}

.btn:hover,
.banner .btn,
.wp-element-button:hover,
button:hover,
input[type=submit]:hover,
.sbi_load_btn:hover{
    background: url(../images/banner_button.webp) no-repeat left center, var(--bs-white) !important;
    color: var(--bs-black);
    border: 0px solid transparent !important;
    background-size: 95px 100%, 100% !important;
}

.inner_page .wp-element-button:hover,
.inner_page button:hover,
.inner_page input[type=submit]:hover {
    background: url(../images/banner_button.webp) no-repeat left center, #dddddd !important;
    background-size: 95px 100%, 100% !important;
}

.banner .btn:hover {
    background: url(../images/button_block.webp) no-repeat left center, var(--bs-pink) !important;
    color: var(--bs-white) !important;
    border: 0px solid transparent !important;
    background-size: 95px 100%, 100% !important;
}

a:focus,
button:focus,
input:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: unset !important;
}

header {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

section {
    position: relative;
    width: 100%;
}

/* header start */
header {
    background: url(../images/header_logo_bg.webp) no-repeat left, transparent;
    background-size: 50%;
    padding: 15px 0;
  /*  border: 1px solid var(--bs-white);*/
}

.navik-menu>ul>li>a,
.navik-menu ul li a {
    color: var(--bs-white);
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.navik-menu li ul li a {
    text-transform: uppercase;
}

.navik-menu ul li:hover a,
.navik-menu ul li.active a {
    color: var(--bs-pink);
}
.page-template-template-about .navik-menu ul li:hover a,
.page-template-template-about .navik-menu ul li.active a {
    color:#000000;
}
.header_call {
    margin-bottom: 18px;
}

.header_call a {
    color: var(--bs-white);
    font-size: 29px;
    line-height: 34px;
    font-weight: 500;
}

.header_call a i {
    color: var(--bs-pink);
    margin-right: 5px;
     margin-left: 12px;
}
.header_call a:hover i {
    color: #ffffff;
   
}
.navik-menu ul ul li>a::before {
    display: none;
}

.navik-menu ul li:hover ul li a {
    color: var(--bs-black);
    font-style: normal;
}

.navik-menu ul li:last-child a {
    padding-right: 0;
}
.navik-menu ul {
	list-style:none;
}
 header .navik-menu ul ul li>a {       
        padding: 9px 15px 7px !important;
        }
      header .navik-menu li>ul {
        padding: 15px 0;
        width:auto;
        min-width:180px;
        }
/* header end */
/* banner section start */
.home-banner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    max-width: 680px;
    width: 100%;

}

.mobile_home_banner_bg {
    display: none;
}

.home_banner_bg,
.home_right_img {
    display: block;
}

.home_right_img img {
    width: 100%;
}

.home_right_img {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 948px;
    width: 100%;
}

.home_right_img p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: var(--bs-white);
    position: absolute;
    left: 25px;
    bottom: 20px;
    margin-bottom: 0;
}

.home-banner-content h4 {
    color: var(--bs-white);
    text-transform: uppercase;
}

.home-banner-content h1 {
    color: var(--bs-pink);
    text-transform: uppercase;
}

.home-banner-content h3 {
    margin-bottom: 0;
}

.home-banner-content h5,
.home-banner-content h3 {
    color: var(--bs-white);
    text-transform: uppercase;
}

.home-banner-content h5 {
    letter-spacing: 1px;
}

.banner_power {
    position: absolute;
    bottom: 30px;
    left: 10%;
}

.banner_holly {
    position: absolute;
    bottom: 30px;
    left: 40%;
    display: none;
}

.banner_power h5,
.banner_power p {
    font-size: 24px;
    line-height: 20px;
    color: #ffffff;
}

.banner_power p {
    margin-bottom: 0;
}

.banner_power h5 {
    font-weight: 700;
}

.banner_power p {
    font-weight: 400;
}

.banner_holly p {
    font-size: 25px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.banner .btn {
    margin-top: 35px;
}

/* banner section end */
/* power section start */
.commercial_energy {
    background: url(../images/powering_bg.webp) no-repeat right center #f3f3f3;
    padding: 125px 0;
    text-align: center;
}

.commercial_energy h2 {
    color: var(--bs-pink);
    margin-bottom: 50px;
}

.commercial_energy p {
    font-size: 33px;
    line-height: 40px;
    font-weight: 500;
    color: #323d44;

    max-width: 910px;
    width: 100%;
    margin: auto;
}

/* power section end */
/* partner section start */
.retail_partners {
    padding: 125px 0 50px 0;
}

.retail_partners h2 {
    color: var(--bs-pink);

}

.retail_partners ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.retail_partners ul li {
    display: inline;
    padding: 5px;
}

.retail_partners li img {
    max-height: 35px;
    width: auto;
}

/* partner section end */
/* protect section start */
.protect {
    padding: 125px 0 95px 0;
    background: url(../images/protect.webp) no-repeat bottom right, #f3f3f3;
    background-size: 959px, 100%;
    background-position: 100% 100%, 100%;

}

.protect h6,
.protect p {
    color: #323d44;
}

.protect p {
    margin-bottom: 25px;
    font-size: 20px;
}

.protect h6 {
    margin-bottom: 0;
    font-weight: 600;
}

.protect h2 {
    margin-bottom: 50px;
}

.protect .btn {
    margin-top: 75px;
}

.protect_mobile_img {
    display: none;
}

/* protect section end */
/* challenges section start */
.challenges {
    padding: 65px 0 95px 0;
}

section .challenges_content:nth-child(even) .row .col-12.col-md-7 {
    order: 2;
}

section .challenges_content:nth-child(even) .row .col-12.col-md-5 {
    order: 1;
}

.challenges_content {
    margin-bottom: 40px;
}

.challenges_content_text {
    background: var(--bs-pink);
    color: var(--bs-white);
    display: flex;
    align-items: center;
}

.challenges_content_text {
    padding-right: 25px;
    padding-left: 25px;
}

.challenges_content_text,
.challenges_content_img {
    height: 100%;
}

.challenges_content .row img {
    object-fit: cover;
    width: 100%;
    height: 100%;  
}

.challenges_content .row {
    display: flex;
}

.challenges_content_text {
    padding-left: 22px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.challenges_content_img {
    padding-right: 35px;
    opacity: 0.8;
}

.challenges_content_text h4 {
    margin-bottom: 0;
    max-width: 500px;
    font-size: 40px;
}

.challenges_content:nth-child(even) .challenges_content_text {
    padding-left: 0px;
    padding-right: 35px;

}

.challenges_content:nth-child(even) .challenges_content_text h4 {
    margin: auto 0 auto auto;
    text-align: right;
}

.challenges_content:nth-child(even) .challenges_content_img {
    padding-left: 35px;
    padding-right: 0px;
}

/* challenges section end */
/* meet section start */
.meet_cowgirl {
    padding: 30px 0 30px 0;
    background: url(../images/meet.webp) no-repeat bottom center;

    background-size: cover;
}

.meet_cowgirl h2 {
    margin-top: 40px;
}

.meet_cowgirl h4 {
    color: var(--bs-pink);
    font-weight: 300;

}

.meet_cowgirl ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.meet_cowgirl ul li {
    display: inline-block;
}

.meet_cowgirl p {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.meet_cowgirl h4 {
    margin-bottom: 40px;
}

.meet_cowgirl_content {
    max-width: 610px;
}

/* meet section start */
/* services start */
.our_services {
    padding: 125px 0 85px;
    background: #f3f3f3;
}

.our_services h2 {
    max-width: 930px;
    width: 100%;
    margin: auto;
}

.our_services_content {
    background: var(--bs-white);
    border-radius: 20px;
    position: relative;
    padding: 100px 50px 35px 50px;
    text-align: center;
    height: 100%;
    box-shadow: 0px 0px 48px -6px #ddd;
}

.our_services_content img {
    position: absolute;
    top: 0%;
    left: 50%;
    margin: auto;
    max-width: 218px;
    object-fit: cover;
    height: 170px;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 40px 0 40px 0;
    box-shadow: -8px -8px 0px -2px var(--bs-pink);
}

.our_services_content_main {
    margin-top: 150px;
}

.our_services_content h6 {
    color: var(--bs-pink);
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 4px;
}

.our_services_content p {
    color: var(--bs-black);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 27px;
}

.our_services_content ul,
.inner_page section ul {
    color: var(--bs-black);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 0;
}

.inner_page section ul {
    padding-left: 25px;
    margin-bottom: 40px;
}

.our_services_content ul li::marker,
.inner_page section ul li::marker {
    color: var(--bs-pink);
    font-size: 15px;
}

.our_services .btn {
    margin-top: 70px;

}

/* services start */
/* energy solution start */
.energy_solution {
    background: url(../images/energy_solution.webp) no-repeat right bottom, var(--bs-pink);
    color: var(--bs-white);
    padding: 90px 0 50px 0;
    background-size: contain;
}

.energy_solution h2 {
    color: var(--bs-white);
}

.energy_solution ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.energy_solution h5 {
    font-size: 48px;
    line-height: 55px;
}

.energy_solution ul li {
    display: inline-block;
    width: 100%;
    max-width: 165px;
    padding: 15px;
    text-align: center;
    margin: 0 20px 0 0;
}

.energy_solution ul li a i {
    color: #fdcca3;
    font-size: 30px;
    border: 2px solid #fdcca3;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 7px auto;

}

.energy_solution ul li a p {
    color: var(--bs-white);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.energy_solution ul li a:hover {
    opacity: 0.7;
}

.energy_solution_girl_img,
.three_step_process_img {
    display: none;
    width: 100%;
}

/* energy solution end*/
/* map section start */
.texas_map {
    padding: 200px 0 160px 0;
    background: url(../images/texas_bg.webp) no-repeat top center;
    background-size: 100% auto;
}

.texas_map h2 {
    margin-bottom: 88px;
}

.texas_map p {
    max-width: 845px;
    width: 100%;
    margin: auto;
}

.texas_map img {
    margin: 40px auto;
    display: block;
}

.texas_map a.btn:hover {
    background-color: #f3f3f3;
}
.texas_map a.btn:hover{	
    background: url(../images/banner_button.webp) no-repeat left center, #dddddd !important;
    color: var(--bs-black);
    background-size: 95px 100%, 100% !important;
}
/* map section start */
/* revenue section start */
.revenue {
    padding: 175px 0 130px 0;
    background: url(../images/revenue.webp) no-repeat;
    background-size: cover;
}

.revenue h5 {
    font-size: 32px;
    line-height: 36px;
    color: var(--bs-white);
    max-width: 870px;
    margin: auto;
}

/* revenue section end */
/* 3 step process start*/
.three_step_process {
    /* padding: 110px 0 50px 0;
    background: url(../images/3step_process.webp) no-repeat left center, #f3f3f3;
    background-size: 43% 100%; */
    background-image: none !important;
    background-color: #f3f3f3;
}

.three_step_process_bg {
    background: url(../images/3step_process.webp) no-repeat left center, #f3f3f3;
    background-size: cover;
}


.three_step_process_content {
    padding: 110px 12px 50px 40px;
}

.three_step_process h4 {
    position: relative;
    font-size: 57px;
    line-height: 60px;
    color: var(--bs-pink);
    font-weight: 700;
}

.three_step_process h4::before {
    content: '';
    position: absolute;
    background: url('../images/steps_before_img.png') no-repeat;
    width: 235px;
    height: 265px;
    display: block;
    left: -30px;
    top: -64px;
}

.three_step_process ul {
    margin-top: 120px;
    list-style: none;
    padding-left: 60px;
    max-width: 532px;
}

.three_step_process ul li {
    position: relative;
    margin-bottom: 50px;
}

.three_step_process ul li span {
    position: absolute;
    left: -85px;
    top: 20px;
    font-size: 29px;
    line-height: 56px;
    font-weight: 700;
    color: var(--bs-pink);
    text-transform: uppercase;
    rotate: 270deg;
}

.three_step_process ul li h6 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.three_step_process ul li p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
}

.three_step_process h5 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #323d44;
    margin-left: 60px;
}

.three_step_process a.btn {
    min-width: 365px;
    margin-left: 60px;
    margin-top: 20px;
}

.three_step_process .let_started {
    overflow: hidden;
    max-width: 532px;
}

.let_started {
    padding-left: 50px;
    margin-top: 60px;
}

.let_started img {
    float: right;
    /* margin-right: 14%; */
}

/* 3 step process end*/
/* featured section start */
.featured_client {
    padding: 90px 0 25px 0;
    background: url(../images/featured_bg.png) no-repeat bottom right;
    background-size: 440px;
}

.featured_client ul {
    padding-left: 0;
}

.featured_client h2 {
    margin-bottom: 30px;
}

.featured_client ul li img {
    max-width: 230px;
}

.featured_client ul li {
    display: inline-block;
    padding: 10px 15px;
}

/* featured section end */

/*testimonoal section start*/
.testimonial_section{
	background-image:none !important;
	padding-bottom:120px;
	background-color:#f3f3f3;
}
.testimonial_content{
	margin-left:10%;
	margin-top:90px;
}
.testimonial_section h2{
	margin:auto;
	font-size:58px;
	line-height:61px;
	letter-spacing:0;
}
.testimonial_slide_img{
	background:#f3f3f3;
	text-align:center;
	padding:15px;
	height:140px;	
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_slide_img img{
	margin:auto;
	max-width:100% !important;
}
.swiper-slide-content{
	border-radius:20px;
	overflow:hidden;
	background:#ffffff;
	    box-shadow: 0 0 22px 9px #ebebeb;
	border:1px solid #ebebeb;
	margin: 0 10px;
	height:100%;
	position:relative;
	max-width:425px;
	padding-bottom:120px;
}
.testimonial_section .swiper {
	padding:25px 10px 90px 10px;
}
.testimonial_slide_content p{
	font-size:17px;
	line-height:22px;
	color:#a6a6a6;
	margin-bottom:10px;
}
.testimonial_slide_content {
	padding:20px 30px 20px 30px;
	
}
.testimonial_slide_content img{
	float:left;
	max-width:68px !important;	
	margin-right:10px;
	margin-bottom:5px;
}
.testimonial_slide_content p{
	margin-top:15px;
}
.testimonial_slide_content h6{
	font-size:19px;
	line-height:20px;
	color:#a6a6a6;
	font-weight:700;
}
.testimonial_slide_content span{
	font-size:19px;
	line-height:20px;
	color:#a6a6a6;
	font-weight:400;
	min-height:26px;
	display:block;
}
.testimonial_section .swiper-pagination-bullet{
	border:2px solid #a8a8a8;
	background:#f3f3f3;
	width:15px;
	height:15px;
	opacity:1;
}
.testimonial_section .swiper-pagination-bullet-active,
.testimonial_section .swiper-pagination-bullet:hover{
	background:#fe1e68;
	color:#fe1e68;
	border:5px solid #fe1e68;
}
.testimonial_section  .swiper-slide{
	height:100% !important;
	display: flex;
    justify-content: center;

}
.slider_footer{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	padding-left:30px;
	padding-right:30px;
	min-height:75px;
}
/*testimonoal section start*/


/*empowering section start*/
.empowering_supporting{
position: relative;
/*background: url(../images/The-Electric-Cowgirl-foundation.jpg) no-repeat bottom right;
background-size: cover;*/
    z-index: 99;
}
.empowering_supporting .empowering_bg_img{
    max-width: 100% !important;
    object-fit: cover;
    width: 100% !important;
    margin-bottom:0;
    min-height:800px;
}
.empowering_supporting_content{
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.empowering_supporting h3{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color:#323d44;
    max-width: 775px;
    width: 100%;
    margin:0 auto 40px auto;    
    z-index: 999;
    position: relative;
}
.empowering_supporting img{
    max-width: 292px !important;
	 margin:0 auto 50px auto;
    display: block;
}
.empowering_supporting .empowering_right_girl{
	position: absolute;
	bottom: 0;
	right:0;
    max-width: 496px !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom:-30px;
    display:none;
}
.empowering_supporting a.btn:hover {
    background: url(../images/banner_button.webp) no-repeat left center, #dddddd !important;
    color: var(--bs-black);
    background-size: 95px 100%, 100% !important;
}
.empowering_supporting .btn span {
    padding-left: 6px;
}
/*empowering section end*/

/* from to section start */

.from_to_full {
    position: relative;
    background: linear-gradient(to bottom, rgba(254, 30, 104, 1) 20%, rgba(252, 229, 236, 1) 80%);
}

.from_to_full_content {
    max-width: 1800px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.from_to {
    color: var(--bs-white);
    background-image: none !important
}

.from_to1 {
    background-image: none !important
}

.from_to h2 {
    color: var(--bs-white);
    margin-bottom: 0;
}

h2.from {
    font-size: 195px;
    line-height: 195px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 60%, transparent 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 800;
}

.from_to ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 14px;
}

.from_to ul li {
    text-align: center;
    display: block;
}

.from_to li span {
    position: relative;
    font-size: 28px;
    line-height: 36px;
}

.from_to li span::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 47%;
}

.from_to h4 {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}

/* from to section end */
.from_to1 {

    text-align: center;
}

.from_to1 h2.from {
    font-size: 195px;
    line-height: 195px;
    background: linear-gradient(to bottom, #fe1e68 60%, transparent 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-top: 70px;
    font-weight: 800;

}

.from_to1 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.from_to1 ul li {
    text-align: center;
    display: block;
	padding-bottom:0px;
}

.from_to1 li span {
    position: relative;
    font-size: 28px;
    line-height: 36px;
    color: #fe1e68;
}

.from_to1 li span::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fe1e68;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 10px;
}

.from_to1 .btn {
    margin-top: 65px;
    width: 365px;
    padding-left: 100px;
    padding-right: 65px;

}
/* from to section end */

/* ////////////////////////////// */


/* footer top banner start */
.footer_top {
    height: 85px;
    background: url(../images/footer_top.webp) no-repeat;
    background-size: cover;
}

/* footer top banner end */
/* footer start */
footer {
    padding: 65px 0 40px 0;
}

#menu-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;

}

#menu-footer-menu li {
    display: inline;
    padding: 0 33px;
}

#menu-footer-menu li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #323d44;
}

.footer_contact {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.footer_contact li {
    display: inline-block;
    margin: 0 32px;
}

.footer_contact li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #323d44;
    display: flex;
    align-items: center;
}

.footer_contact li a i {
    color: var(--bs-pink);
    font-size: 25px;
    line-height: 30px;
    margin-right: 15px;
}
.footer_contact.social_icon_foter li {
    display: inline-block;
    margin: 0 13px;
}
.footer_contact.social_icon_foter li i{}
footer p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #323d44;
    margin-top: 60px;
    margin-bottom: 0;
    letter-spacing: 2px;
	text-transform:uppercase;
}

footer p span {
    text-transform: uppercase;
}

/* footer start end*/
section,
footer {
    overflow-x: hidden !important;
    width: 100% !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

section::-webkit-scrollbar,
footer::-webkit-scrollbar,
header::-webkit-scrollbar {
    display: none;
}

.error404 p {
    font-size: 22px;
    line-height: 30px;
}

.inner_page section ul li {
    margin-bottom: 20px;
}

.error404 section,
.error404 section h1,
.error404 section p {
    text-align: center !important;
}

/*inner page start*/
.inner_page_banner img {
    width: 100% !important;
    object-fit: cover;
}

.page_mobile_banner_bg {
    display: none;
}

.inner_page_banner {
    position: relative;
}

.inner-banner-content {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.inner_page section h1 {
    font-size: 100px;
    line-height: 108px;
    font-weight: bold;

}

.inner_page section h3 {
    font-size: 58px;
    line-height: 68px;
    font-weight: bold;
}
.page-template-template-faq.inner_page section h3 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.inner-banner-content h1 {
    color: var(--bs-pink);
    margin-bottom: 0;
}

.inner-banner-content h3 {
    color: var(--bs-white);
    margin-bottom: 0;
}

.inner-banner-content p {
    color: var(--bs-white);
    margin-bottom: 0;
}

.inner_page_content {
    padding: 130px 0 200px 0;
    background: #f3f3f3;
}

.inner_page_content h2 {
    font-size: 74px;
    line-height: 61px;
}

.inner_page_content p {
    font-size: 25px;
    line-height: 30px;
}

form .row {
    align-items: end;
}

form .form-label {
    position: relative;
}

form .form-label:after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\2a";
    color: #fe1e68;
    top: -8px;
    right: -14px;
    margin-left: 5px;
    position: absolute;
    font-size: 15px;
}

form input {
    border: 1px solid #cecece !important;
    background: #ffffff !important;
    height: 60px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 38px -7px #cecece;
}

.form-label {
    font-size: 32px;
    line-height: 40px;
    color: #323d44;
    margin-bottom: 0 !important;
}

textarea.form-control {
    resize: none;
}

form p span {
    font-size: 20px;
    line-height: 20px;
    color: #323d44;
    margin-top: 7px;
    display: block;
}

form .row>div {
    margin-top: 75px;
}

.page_banner_bg {
    object-fit: cover;
}

form button span {
    color: #ffffff;
}

form button:hover span {
    color: #323d44;
}

.contact_title p {
    position: relative;
    display: inline-block;

}

.contact_title p:after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\2a";
    color: #fe1e68;
    top: -8px;
    right: -14px;
    margin-left: 5px;
    position: absolute;
    font-size: 15px;
}

.error404 .footer_top {
    margin-top: 100px;
}

.error404 .inner_page_banner img.page_banner_bg {
    min-height: 600px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 0 !important;
}

form p {
    margin-bottom: 0 !important;
}

.page_inner_content {
    padding: 80px 0;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
    color: #fe1e68 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: green !important;
}

.mandatory {
    display: inline-block;
    color: #fd4d7f;
    margin-left: 5px;
    margin-top: 0;
    display: none;
}

.form-label:empty {
    display: none;
}

/*######## form page start ##################*/
p.gf_progressbar_title,
#gform_1 p,
#gform_1 label,
.gfield,
legend {
    font-size: 22px !important;
    line-height: 30px !important;
    color: #323d44 !important;
    margin-bottom: 10px !important;
}

.gfield {
    margin-bottom: 0px !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
    background: #fe1e68;
}

#gform_1 input {
    border: 1px solid #cecece !important;
    background: #ffffff !important;
    height: 50px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 38px -7px #cecece;
    width: 100%;
}

#gform_1 textarea {
    border: 1px solid #cecece !important;
    background: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 38px -7px #cecece;
    width: 100%;
}

.ginput_container_consent,
.gchoice {
    position: relative;
}

#gform_page_1_1 .gfield_checkbox label {
    display: inline-block;
}

#gform_page_1_1 input[type=checkbox] {
    display: none;
}

#gform_page_1_1 input[type=checkbox]+label {
    display: flex;
    cursor: pointer;
    margin-top: 4px;
	align-items:center;
	margin-left:0;
}

#gform_page_1_1 input[type=checkbox]+label:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    width: 28px;
    height: 28px;
    color: transparent;
    transition: .2s;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 4px;
    margin-right: 15px;
    border: 1px solid #cecece !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 38px -7px #cecece;
    margin-top: 3px !important
}

#gform_page_1_1 input[type=checkbox]:checked+label:before {
    background-color: #fe1e68;
    border-color: #000000;
    color: #ffffff;
}

.gfield select {
    border: 1px solid #cecece !important;
    height: 50px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 38px -7px #cecece;
    width: 100%;
}

#gform_1 input,
#gform_1 input::placeholder,
#gform_1 option,
#gform_1 select {
    font-size: 20px !important;
    line-height: 50px !important;
    color: #323d44 !important;
}

#gform_1 label.gform-field-label--type-sub {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #323d44 !important;
    margin-top: 7px !important;
    display: block;
}

#gform_1 input[type=submit],
#gform_1 input[type=button] {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    background: url(../images/button_block.webp) no-repeat left center, var(--bs-pink) !important;
    width: 370px;
    height: 75px;
    color: var(--bs-white) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    background-size: 95px 100%, 100% !important;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0px solid transparent !important;
}

#gform_1 input[type=button]:hover,
#gform_1 input[type=submit],
.gform_page_footer>input:nth-child(2){
	background: url(../images/banner_button.webp) no-repeat left center, #dddddd !important;
    background-size: 95px 100%, 100% !important;
    color: #000000 !important;
}
#gform_1 input[type=submit]:hover,
.gform_page_footer>input:nth-child(2):hover{
	 background: url(../images/button_block.webp) no-repeat left center, var(--bs-pink) !important;
    color: var(--bs-white) !important;
	background-size: 95px 100%, 100% !important;
}
.gform-theme--foundation .gform_page_footer {
    gap: 30px;
}
#gform_1 #field_1_7 {
    display: inline-flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
}
#field_1_7 .ginput_container_consent,
#field_1_7  #validation_message_1_7{
	display:block;
	width:100%;
}

.ginput_container_date input::placeholder{
	text-transform:uppercase;
}
#gform_page_1_1 #field_1_23 input[type=checkbox]+label {
    align-items: self-start;
}
#validation_message_1_5{
	position:absolute;
}
/*########## form page end ##########*/
/*########## map page start ##########*/
.page-template-template-map .inner-banner-content h1{	
    font-size: 58px;
    line-height: 68px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0px;	
    font-family: "Poppins";	
    max-width: 800px;
    margin: auto;
}
.page-template-template-map .page_inner_content h2{	
    font-size: 57px;
    line-height: 64px;	
    margin-bottom: 20px;
}
.page-template-template-map .page_inner_content p{
	 font-size:20px;
    line-height: 28px;
    font-weight: bold;   
    font-family: "Poppins";
	color:#323d44;
}
.page-template-template-map .page_inner_content h6{
	 font-size:20px;
    line-height: 28px;
    font-weight: 500;   
    font-family: "Poppins";
	color:#fe1e68;	
    max-width: 900px;
    margin: auto;
}
.map{
	margin:70px 0 80px 0;
}
.legend-container .label{
	 font-size:20px !important;
    line-height: 28px !important;
    font-weight: 400;   
    font-family: "Poppins";
	color:#323d44 !important;	
	text-align:center;
}
.legend-container .box{
	margin-right:18px !important;
}
.legend-container{
	padding-bottom:60px;
}
.legend-container{
	margin:auto;
	max-width:1170px;
}
/*######## map page end ##################*/
/*inner page end*/
/*------about page start------*/
.page-template-template-about header a:hover,
.page-template-template-about .current-menu-item a {
    color: #323d44 !important;
}
.page-template-template-about .header_call a i {
    color:#ffffff;  
}
.page-template-template-about .header_call a:hover i{
 	color:#323d44;
}
.page-template-template-about .inner_page_banner h1{
	font-size:58px;
	line-height:68px;
	color:#ffffff;
	font-weight:bold;
    font-family: "Poppins";
	
}
.about_inner_page{
	padding:170px 0 150px 0;
	background :url(https://electriccowgirl.zerosoftwares.com/wp-content/uploads/2024/08/about-girl.webp) no-repeat bottom right, #f3f3f3;
	background-size:60%;
}
.page-template-template-about .about_inner_page h2{
	font-size:28px;
	line-height:30px;
	color:#323d44;
	font-weight:bold;
    font-family: "Poppins";
	margin-bottom:40px;
}
.page-template-template-about .about_inner_page h3{
	font-size:57px;
	line-height:58px;
	color:#fe1e68;
	font-weight:bold;
    font-family: "Poppins";
	padding-top:30px;
}
.page-template-template-about .about_inner_page h5{
	font-size:28px;
	line-height:54px;
	color:#323d44;
	font-weight:bold;
    font-family: "Poppins";
}
.page-template-template-about .about_inner_page p{
	font-size:20px;
	line-height:28px;
	color:#323d44;	
    font-family: "Poppins";
	margin-bottom:35px;
}
.page-template-template-about .about_inner_page img{
	margin-top:60px;
}
/*------about page end------*/
/*------media page start------*/
.page-template-template-media .inner_page_banner h1{ 
	display:none;	
}
.media_page_video .embed-responsive{
	max-width:1000px;
	width:100%;
	height:565px;
	margin:auto;
}
.media_page_video iframe{
	width:100%;
	height:100%;
}
.media_page_video{
	padding:120px 0 100px 0;
}
.media_page_video h2{
	margin-bottom:90px;
}
.media_instagram{
	padding:150px 0 180px 0;
	background:#ffffff;
}
.media_instagram h4{
	color:#ff3b7a;
	font-size:55px;
	line-height:55px;
	 font-family: "Poppins";
	font-weight:bold;
	margin-bottom:0;	
}
.media_instagram h4 span{
	color:#ff3b7a;
	font-size:140px;
	line-height:40px;
	 font-family: 'Prestige Signature Script  Demo';
	color:#ff3b7a;
	font-weight:400;
	margin-left:5px;
}
.media_instagram ul{
	display:flex;
	justify-content:space-between;
	color:#323d44;
	font-size:30px;
	line-height:35px;
	align-items:center;
	list-style:none;
	margin-bottom:0 !important;
	padding-left:0 !important;
}
.media_instagram ul li{
	margin-bottom:0 !important;
	display:flex;
	align-items:center;
	color:#323d44 !important;
	font-size:30px !important;
	line-height:35px !important;
}
.media_instagram ul li a{
	display:flex;
	align-items:center;
}
.media_instagram ul li i{
	color:#fdcfa8;
	font-size:34px;
	line-height:25px; 
	margin-right:12px;
}

.media_instagram ul li a{
	color:#323d44;
}
.media_instagram ul li:hover a{
	color:#ff568b;
}
/*------media page end------*/
/*------texas page start------*/
.page-template-template-texas-energy .inner-banner-content h1{
	display:none;	
}
.page-template-template-texas-energy  .inner-banner-content h3{
	max-width:550px;
	margin:auto;
}
.texas_inner_page{
	padding:110px 0 110px 0;
	background:#ffffff;
}
.texas_energy_map h2{
	font-size:57px;
	line-height:60px;
	color:#fe1e68;
	max-width:770px;
	width:100%;
	margin:0 auto 70px auto;
	text-align:center;
}
.texas_energy_map img{
	margin-bottom:100px;
}
.texas_energy_map h6{
	font-size:28px;
	line-height:32px;
	color:#323d44;
	font-weight:bold
}
.texas_energy_map p{
	font-size:20px;
	line-height:28px;
	color:#323d44;
}
.inner_page .texas_energy_map ul{
	padding:15px 0 30px 10px;
	margin-bottom:0 !important;
	list-style:none;
}
.texas_energy_map li{
	font-size:20px;
	line-height:28px;
	color:#323d44;
	font-weight:bold;	
    margin-bottom: 0px !important;
}
.texas_energy_map li span{
	position:relative;
}
.texas_energy_map li span::before {
      font-family: "Font Awesome 6 Pro"; 
	font-weight: 900; 
	content: "\f111";
	font-size:5px;
	position:absolute;
	left:-10px;
    }
 .inner_page .texas_energy_map  ul li::marker{
	color: #323d44;
}
.before_after_electricity_choice{
	background:url(https://electriccowgirl.zerosoftwares.com/wp-content/uploads/2024/09/tax-energy-desktop.webp) no-repeat center; 
	padding:100px 0 80px 0;
	background-size:cover;
}
.inner_page .before_after_electricity_choice h3{	
    font-size: 57px;
    line-height: 58px;
	color:#fe1e68;
	font-weight:bold;
	margin-bottom:0;
}
.inner_page .before_after_electricity_choice h5{	
    font-size: 41px;
    line-height: 50px;
	color:#fe1e68;
	font-weight:bold;
}
.inner_page .before_after_electricity_choice h6{	
    font-size: 20px;
    line-height: 28px;
	color:#323d44;
	font-weight:bold;
	margin-bottom:20px;
}
.after_electricity_choice_content,
.before_electricity_choice_content{
	max-width:380px;
	width:100%;
}
.after_electricity_choice_content{
	float:right;
}
.inner_page .deregulated_cities h3{
	font-size:57px;
	line-height:60px;
	color:#fe1e68;
	max-width:880px;
	margin:auto;
	width:100%;
	margin-bottom:120px;
}
.deregulated_cities{
	padding:120px 0 220px 0;
}
.newspaper{
	column-count:8;
	padding-left:0;
	padding-left:10px;
}
.deregulated_cities ul li{
	font-size:17px;
	line-height:32px;
	color:#323d44;
	margin-bottom:0 !important;
}
.inner_page section ul li::marker {
	color:#323d44;
	font-size:10px;
}
.map_flag_full{
	position:relative;
	max-width:1000px;
	height:1000px;
	margin-bottom:100px;
}
.map_flag_content_img-1{
	position:absolute;
	left:125px;	
	top:0;
}
.map_flag_content_img-2{
	position:absolute;	
    right: -67px;
    top: -7px;	
}
.map-flag_text{
	position:absolute;
	bottom:0;
	left:0;
}
.map-flag_text ul li{
	font-size:20px;
	line-height:29px;
	color:#323d44;
	font-weight:400;
	display:flex;
	align-items:center;
	margin-bottom:12px !important;
}
.map-flag_text ul li div{
	width:55px;
	height:35px;
	display:inline-block;
	margin-right:15px;
}
.box_1{
	background:#217abf;
}
.box_2{
	background:#174187;
}
.box_3{
	background:#eb5f09;
}
.box_4{
	background:#f2a122;
}
.box_5{
	background:#152138;
}
.box_6{
	background:#c5c4c7;
}
.texas_energy_map_view_img img{
	position:relative !important;
	left:unset;
	right:unset;
	top:unset;
	bottom:unset;
}
.sbi_load_btn
{	font-size: 20px;
    line-height: 22px;
    display: inline-flex;
	max-width:240px !important;
	width:100% !important;
	min-width:unset !important;
	margin-top:90px !important;
	    border-radius: 8px !important;
}
.sbi_load_btn span.sbi_btn_text{
	font-weight:bold;
	font-size: 20px;
    line-height: 22px;	
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;	
    padding-left: 60px;
}
 .sbi_load_btn:hover {
    background: url(../images/banner_button.webp) no-repeat left center, #dddddd !important;
	 box-shadow:none !important;
	 background-size: 95px 100%, 100% !important;
}
#sbi_images{	
    gap: 22px!important;
	margin-top:100px;
}
.media_gallary{
	margin-top:100px;
}
    
	.media_gallary .btn{
        display: flex !important;
        margin: auto;
        margin-top: 70px;
        min-width: 233px;
        width: 250px;
    }
    .deregulated_cities .btn span,
	.media_gallary .btn span{
        padding-left: 6px;
    }
    .deregulated_cities .btn:hover,
	.media_gallary .btn:hover{
        background: url(../images/banner_button.webp) no-repeat left center, #dddddd !important;		
    background-size: 95px 100%, 100% !important;
    }
.fancybox-navigation button,
.fancybox-navigation button:hover,
.fancybox-inner button,
.fancybox-inner button:hover{
	background:none !important;
	min-width:unset;	
}
.ag-photo-gallery_list.full_height{
		height:auto;
	}
   
/*------texas page end------*/
/*inner page end*/
/*residential inner page start*/
.page-template-template-residential h1{
display:none;
}
.page-template-template-residential .inner-banner-content h3{    
    max-width: 680px;
    margin: auto;
    width: 100%;
}
.residential_confused{
    background:  url(../images/residential-confused.webp) no-repeat right center;
    background-color:#f3f3f3;    
    background-size: auto 100%;
}
.residential_confused h2{
    font-size: 56px;
	margin-bottom: 68px;
    max-width:770px;
    width:100%;
}
.residential_confused p{
    font-size:20px;
    margin-bottom: 68px;
     max-width:600px;
    width:100%;
}
.residential_solution {
 background:  url(../images/residential-solutions.webp) no-repeat center;
 color:#ffffff;
 background-size: cover;
 padding-bottom:170px;
}
.residential_solution h2{
color:#ffffff;
margin-bottom:60px;
}
.residential_solution h6{
font-size:28px;
line-height:32px;
color:#fe1e68;
font-weight:600;
}
.residential_solution p{
font-size:20px;
line-height:26px;
color:#ffffff;
margin-bottom:30px;
}
.residential_solution .btn{
margin-top:30px;
}
.residential_employee{
background:  url(../images/residential-customers.webp) no-repeat center;
 color:#ffffff;
 background-size: cover;
}
.inner_page .residential_employee h3{
font-size:55px;
line-height:60px;
color:#fe1e68;
margin-bottom:90px;
}
.inner_page .residential_employee p{
font-size:20px;
line-height:24px;
color:#ffffff;
margin-bottom:80px;
}
.residential_choose{
   background: url(../images/residential-girl-bg.webp) no-repeat center 100%;   
    background-size: 100% 100%;
    position:relative;
    padding-bottom:120px;
  }
 .residential_choose_img_girl{
 	position:absolute;
	right: 0;
    top: 50%;
    width: 25%;
    transform: translate(0%, -50%);
    z-index:9;
 }
 .residential_choose .container{
 	position:relative;
    z-index:99;
 }
  .residential_choose h2{
  color:#ffffff;  
    line-height: 87px;
  }
  .residential_choose ul{
  max-width:550px;
  width:100%;
  margin:60px auto 30px auto;  
    list-style: none;
    padding-bottom:20px;
  }
.inner_page .residential_choose ul li{
 	color:#fecda5;
    font-size:28px;
    line-height:28px;
    font-weight:600;
    text-align:center;
    position:relative;
    margin-bottom:40px;
    
  }
  .residential_choose ul li::before {  
    content: " ";
    
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fecda5;
    display: inline-block;
    margin: 0 10px 6px 10px;
}
.residential_choose p{
max-width:705px;
width:100%;
color:#ffffff;
margin:30px auto 50px auto;
font-size:48px;
line-height:53px;
font-weight:300;

}
.residential_choose .btn{
background: url(../images/banner_button.webp) no-repeat left center, var(--bs-white) !important;
    border: 0px solid transparent !important;
    background-size: 95px 100%, 100% !important; 
    color:#fe1e68 !important;
    font-weight:700;
}
.residential_choose .btn:hover{
background: url(../images/banner_button.webp) no-repeat left center, #dddddd !important;
background-size: 95px 100%, 100% !important;
}
.inner-banner-content a.btn{
display:none;
}
.page-template-template-residential .inner-banner-content a.btn{
	margin-top:50px;
    display: inline-flex;
}
   
/*------faq page start------*/
.page-template-template-faq .inner_page_banner h1,
.blog .inner_page_banner h1{
	display:none;
}
.faq_inner_page{
	padding:120px 0;
}
.faq_inner_page h2{
	max-width:930px;
	width:100%;
	margin:auto;
	font-size:74px;
	line-height:61px;
	margin-bottom:30px;
}
.faq_inner_page p{
	max-width:910px;
	width:100%;
	margin:auto;
	font-size:20px;
	line-height:29px;
	margin-bottom:120px;
}
.faq_inner_page .accordion{
	max-width:1030px;
	margin:auto;
}
.faq_inner_page .accordion-header{
	max-width:100%;	
	margin-bottom:0px;    
}
.faq_inner_page .accordion-button{
	background-image:none !important;
	background-color:#ffffff !important;
	border:1px solid #cbcbcb;
	min-height:77px;
	margin-bottom:0;
	font-size:32px;
    line-height:38px;
	text-transform: unset;
	font-weight:500;
    padding-right:25px;
    align-items: start;
    height: auto;
}
.faq_inner_page .accordion-button span{
	color:#fe1e68;
	margin-right:20px;
	font-weight:700;
}
.faq_inner_page .accordion-button:hover{
	background-image:none !important;
	background-color:#ffffff !important;
   
}
.faq_inner_page .accordion-item{
	margin-bottom:30px;
	border-radius:7px;
	overflow:hidden;
	border:1px solid #cacaca;
	box-shadow:0px 0px 17px 10px #ebebeb;
}
.faq_inner_page .accordion-body{
	text-align:left;
}
.faq_inner_page .accordion-body p{	
    margin: auto;
    font-size: 18px;
    line-height: 29px;
	margin-bottom:5px;
	position:relative;	
    padding-left: 15px;	
}
.faq_inner_page .accordion-body p::before {
  	content: "A:";
	position:absolute;
	color: #fe1e68;
	left:-30px;
	padding-right:15px;
	font-weight:bold;
	font-size: 20px;
}
.faq_inner_page .accordion-button:not(.collapsed){
	color: #fe1e68;
}
.faq_inner_page a.btn{
	margin-top:70px;
}
.accordion-button::after{	
        display: inline-block;
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        content: "\f107";
        font-size: 20px;
        color: #fe1e68;
		background-image:none !important;
}
/*------faq page end------*/
/*------blog page end------*/
.blog_inner_page{
	padding:130px 0 300px 0;
}
.blog_list_child{
	border:1px solid #cdcdcd;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 17px 10px #ebebeb;
	margin-bottom: 56px;
	align-items:center;
}
.blog_list_child_img{
	width:30%;
	max-height:295px;
	height:100%;
	max-width:400px;
}
.blog_list_child_img img{	
	width:100%;
	max-height:295px;
	height:100%;
	object-fit:cover;
}
.blog_list_child_content{
	padding:45px 45px 22px 45px;
	width:70%;
}
.blog_list_child_content h4 a{
	font-size:32px;
	line-height:29px;
	font-weight:500;
	color:#323d44;
	margin-bottom:35px;
}
.blog_list_child_content p{
	font-size:20px;
	line-height:29px;
	font-weight:500;
	color:#323d44;
	margin-bottom:15px;
}
.post_date{
	font-size:16px;
	line-height:29px;
	color:#323d44;
	padding-top:35px;
	border-top:1px solid #fe3c7c;
	margin-top:25px;
	/*display: none;*/
}

.blog_btn{
	margin-top: 188px;
}
.post_date .category{
	margin-left:40px;
}
.post_date .category a{
	font-size:16px;
	line-height:29px;
	color:#323d44;
	padding-right:7px;
}
.blog_pagination .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;    
    margin-top: -10px;
}

.blog_pagination .nav-links span,
.blog_pagination .nav-links a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 22px;
    color: var(--bs-black);
    border-radius: 50%;
    margin: 0 10px;
    position: relative;
    font-weight: 600;
}
.blog_pagination .nav-links span.current{
	color:var(--bs-white);
}
.blog_pagination .nav-links a {
    border: 1px solid var(--bs-black);
    background: #ffffff;
}

.blog_pagination .nav-links span,
.blog_pagination .nav-links a:hover {
    border: 1px solid var(--bs-pink);
    background: var(--bs-pink);
}

.blog_pagination a.prev.page-numbers,
.blog_pagination a.next.page-numbers {
    color: #ffffff;
    font-size: 1px;
}

.blog_pagination .prev::after,
.blog_pagination .next::after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f061";
    font-size: 16px;
    color: #002c4d;
    position: absolute;
    display: inline-flex;
}

.blog_pagination .prev::after {
    content: "\f060";
}

.blog_pagination .next::after {
    content: "\f061";
}
.blog_pagination .nav-links .current a:hover,
.blog_pagination .nav-links a:hover{
	color:var(--bs-white) !important;
}
/*------blog page end------*/
/*----single blog page start*/

.single_blog_post_content .post_meta {
    display: flex;
    justify-content: space-between;
    padding: 20px;   
    background:#fe1e685e;
    border-top: 0.5px solid #fff;
	margin-bottom:30px
}
.single_blog_post_content .post_cats p, .single_blog_post_content .posted_on p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color:var(--bs-black);
    margin-bottom: 18px;
}
.post_cats p::before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f07b";
    font-size: 16px;
    color: var(--bs-black);
    position: relative;
    display: inline-flex;
    margin: 0 8px 0 0;
}
.post_cats, .post_cats a, .post_published small {
    color:var(--bs-black);
    font-size: 14px;
    line-height: 20px;
    position: relative;
    font-weight: 500;
}
.single .single_blog_post_content .post_cats a {
    color:var(--bs-white);
}
.single_blog_post_content .posted_on {
    color: var(--bs-white);
    width: 155px;
	font-size:14px;
}
.widget.AjaxSearchLiteWidget {
    height: 150px;
    display: flex;
    align-items: center;
    background:var(--bs-white);
    border-radius: 7px;
    padding: 5px;
    box-shadow: 0 0 5px 5px #e3e4e5;
    margin-bottom: 35px;
}
.asl_w_container {
    width: 100%;
    margin: 5px 5px 5px 5px;
    min-width: 200px;
}
div[id*='ajaxsearchlite'].asl_m {
    width: 100%;
}

.widget.AjaxSearchLiteWidget {
    height: 150px;
    display: flex;
    align-items: center;
    background: var(--bs-white);
    border-radius: 7px;
    padding: 5px;
    box-shadow: 0 0 5px 5px #e3e4e5;
    margin-bottom: 35px;
}

div.asl_m .probox .proinput {
    margin-left: 0 !important;
	width:85% !important;
	background: var(--bs-white);
}
.proinput input,
.proinput input::placeholder {
    font-size: 16px;
    line-height: 29px;
    color: var(--bs-black);
}

.probox {
    border-bottom: 1px solid var(--bs-black) !important;
    padding-bottom: 5px;
	background:var(--bs-white);
}
.widget.recent-posts-widget-with-thumbnails,
.widget.widget_block {
    background: var(--bs-white);
    border-radius: 7px;
    padding: 10px;
    box-shadow: 0 0 5px 5px #e3e4e5;
    margin-bottom: 35px;
}
#ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 35px !important;
	background:none !important;
	background-color:#ffffff !important;
	border-bottom:1px solid var(--bs-black) !important;
}

.widget.recent-posts-widget-with-thumbnails li img {
    width: 92px;
    height: 992px;
    object-fit: cover;
}
.widget.recent-posts-widget-with-thumbnails li a{
   /* order: 2;   */ 
    display: flex;
   
} 

.widget.recent-posts-widget-with-thumbnails li a span {
    font-size: 18px;
    line-height: 23px;
    color:var(--bs-black);
    font-weight: 600;
}

.rpwwt-post-date {
    font-size: 13px;
    line-height: 18px;
    color: var(--bs-black); 
   /* order: 1;*/
    font-weight:500;
   
}

.widget.recent-posts-widget-with-thumbnails li {
    display: flex;
    flex-direction: column; 
    border-bottom: 1px solid var(--bs-black) !important;

}
.widget.recent-posts-widget-with-thumbnails li:last-child{
 border-bottom: 0px solid var(--bs-black) !important;
}
.single_blog_post_content p img,
.single_blog_post_content img{
	max-width:100%;
}
.single_blog_post_content hr{
    border-top: 1px solid var(--bs-black);
    opacity: 1;
}
.sharethis-inline-share-buttons {
    display: inline-block;    
    margin-left: 25px;
}
.share_posts{
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0px 0 42px 0;
     font-size: 20px;
    line-height: 28px;
    color: var(--bs-black); 
    font-weight:400;    
    border-top: 2px solid var(--bs-black);
    padding-top: 15px;
}
.sharethis-inline-share-buttons .st-btn{
    border-radius: 50% !important;
}
.single_blog_post_content #ajaxsearchlite1 .probox .proinput input,
.single_blog_post_content div.asl_w .probox .proinput input,
.single_blog_post_content div.asl_w .probox .proinput input::placeholder{
    font-size: 16px !important;
    line-height: 22px !important;
    color: var(--bs-black) !important;

}
.prev_next_links a{
    position: relative;
}
.prev_next_links a[rel="next"]::before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f060";
    font-size: 16px;
    color: #323d44;
    position: relative;
    display: inline-flex;
    margin: 0 8px 0 0px;
}
.prev_next_links a[rel="prev"]::after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f061";
    font-size: 16px;
    color: #323d44;
    position: relative;
    display: inline-flex;
    margin: 0 0px 0 8px;
}
.single_blog_post_content .post_cats a:hover{
    color: var(--bs-black);

}
.single .blog_recent_post .entry_title h3 a,
.single .single_blog_post_content .entry_title  h3{
    font-size: 18px;
    line-height: 23px;
    color: var(--bs-black);

}
.widget.widget_block ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.blog_recent_post  .post_published{
    margin-top: -10px;
}
.blog_recent_post img{
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 3px;

}
.blog_recent_post .entry_title h3{
    height: 70px;
    overflow: hidden;
}
.single_blog_post_content .featured_img img{
    width: 100%;
    object-fit: cover;
    max-height: 520px;

}
.blog_recent_post .entry_title h3{
    margin-bottom: 20px;
}
.blog_recent_post:last-child .entry_title h3{
    margin-bottom: 10px;
}
.widget.widget_block li{    
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 18px;
}
.widget.widget_block li:last-child{    
    border-bottom: 0px solid #bbbbbb;
    margin-bottom: 0px;
}
.prev_next_links{
    position: relative;
}
.prev_next_links a[rel="next"]{
    position: absolute;
  left: 0;
}
.prev_next_links a[rel="prev"]{
    position: absolute;
      right: 0;
}
.inner_page #breadcrumbs, .inner_page p#breadcrumbs {
    margin-bottom: 0 !important;
}
.single-post .home_page_growth {  
    padding: 25px 0 80px;
}
.single-post .inner_page_content{
	padding-top:70px;
}
.promagnifier{
	background-image:none !important;
	background-color:none !important;
	   
}
div.asl_w .probox .promagnifier{
 	display: block;
    background: var(--bs-white) !important;	
	border-bottom:0.1px solid var(--bs-black);
}
div.asl_m .probox .promagnifier .innericon{
	text-align:left !important;
}
div.asl_w .probox .promagnifier .innericon svg {
    fill:var(--bs-black) !important;
}
.single .single_blog_post_content h1,
.single .single_blog_post_content h2,
.single .single_blog_post_content h3,
.single .single_blog_post_content h4,
.single .single_blog_post_content h5,
.single .single_blog_post_content h6,
.single .single_blog_post_content p,
.single .single_blog_post_content img{
	margin-bottom:35px;
}
.single .single_blog_post_content h1,
.single .single_blog_post_content h2,
.single .single_blog_post_content h3,
.single .single_blog_post_content h4,
.single .single_blog_post_content h5,
.single .single_blog_post_content h6{
	font-size:40px;
	line-height:48px;	
    font-family: "Poppins";
}
.single .single_blog_post_content p{
	font-size:20px;
	margin-bottom:20px;
}
.single .single_blog_post_content a{	
    color: var(--bs-pink);
}
.single .single_blog_post_content a:hover{
	opacity:0.7;
}
.single .single_blog_post_content .prev_next_links a{
	 font-size: 20px;
    line-height: 25px;
    color: #002d4e; 
}

.single .single_blog_post_content .blog_sidebar_content h4{
	margin-bottom:30px;
}
.single .single_blog_post_content .blog_sidebar_content p{
margin-bottom:0;
}
.blog_recent_post .entry_title h3 {
    height: 70px;
    overflow: hidden;
	margin-bottom:20px;
}
.inner_page .single_blog_post_content ul li::marker {
    color: #323d44;
    font-size: 15px;
}
.search .inner-banner-content h1{
	display:none;
}
.inner_page .single_blog_post_content ol li,
.inner_page .single_blog_post_content ul li{
	font-size:22px;
	line-height:26px;	
    margin-bottom: 15px;
}
div.asl_w .probox .proclose{    
	position: absolute !important;
    right: 14px;
    z-index: 999 !important;
}

div.asl_m .probox .promagnifier .innericon,
div.asl_w .probox .proloading,
div.asl_w .probox .promagnifier{
	width:30px !important;
}
div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image{	
    height: 80px !important;
}
div.asl_w .probox .proloading{
	position:absolute !important;
}
#ajaxsearchliteres1{
	background:#dddddd;
}
.single .featured_img img{
	margin-bottom:0;
}
blockquote{
	padding: 16px 20px;
    border-left: 5px solid var(--bs-black);
    background: #ebeaea;
	position:relative;
	margin:25px 0;
}
blockquote:before {
        display: inline-block;
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        content: "\f10d";
        font-size: 30px;
        color: #fe1e68;
    }
.single .single_blog_post_content a.wp-element-button,
.single .single_blog_post_content a.btn{
    color: #ffffff;	
	margin-top:15px;
}
.accordion-button:not(.collapsed)::after{
margin-top: 18px;
}
.single .inner-banner-content h1{
display:none;
}
/*----single blog page end*/
/*residential inner page end*/