/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {max-width: 1170px;margin:0 auto;padding: 0px 20px;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

.my_custom_menu li.current-menu-item a,.my_custom_menu li:hover a {
    color: #022d00 !important;
}

.my_custom_menu li.menu_btn {
    background: #022d00;
    padding: 12px 20px;
    border-radius: 22px;
    transition: all 0.5s linear;
    border: solid 1px #022d00 !important;
}

.my_custom_menu li.menu_btn a {
    margin: 0px !important;
    color: #fff !important;
}

.my_custom_menu li.menu_btn:hover {
    background: #fff !important;
}

.my_custom_menu li.menu_btn:hover a {
    color: #022d00 !important;
}

.header_main_row .elementor-widget-theme-site-logo {
}
.top_banner_side_cover img {
    max-width: 130% !important;
}

.my_custom_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 5px;
}

.my_custom_btn ul li a {
    padding: 9px 22px;
    border-radius: 25px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    position: relative;
    border: solid 1px #fff;
    transition: all 0.5s linear;
}

.my_custom_btn ul li a img {
    position: absolute;
    left: 3px;
    top: 3px;
}

.my_custom_btn ul li:last-child a {
    padding-left: 45px;
    background: transparent;
    color: #fff;
}

.my_custom_btn ul li a:hover {
    background: #4a1c40;
    color: #fff;
    border-color: #4a1c40;
}
.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
    flex-flow: wrap;
}

.make_title_right_border {
    border-right: solid 2px #453017;
}

.platform_row {
    position: relative;
    top: -20px;
}

.platform_row:before {
    content: '';
    position: absolute;
    left: -1000px;
    top: 0px;
    width: 1000px;
    background: #A4C08F;
    height: 74px;
}

.top_banner_section {
    padding: 15em 0px 5em;
}

.top_banner_section {
    padding: 15em 0px 5em;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.remove_section_space .elementor-widget-wrap.elementor-element-populated{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header_main_row .elementor-container.elementor-column-gap-default:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 75px;
    background: #fff;
    border-radius: 45px;
    z-index: 1;
    top: 57px;
}

.header_main_row .elementor-widget-theme-site-logo {
    position: relative;
    z-index: 9;
    text-align: left;
    margin-left: 45px;
}
.platform_row .elementor-widget-wrap.elementor-element-populated {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
ul.author_list {
    display: flex;
    display: -webkit-flex;
    gap: 27px;
    position: relative;
}

ul.author_list li {
    position: relative;
}

ul.author_list li:not(:first-child):after {
    content: '';
    position: absolute;
    left: -21px;
    top: 6px;
    background: url("/wp-content/uploads/2024/04/abt_section_list_icon.png") 0% 0% / cover no-repeat;
    width: 14px;
    height: 14px;
}

ul.author_list li {
    font-size: 16px;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.abt_main_row {
    padding: 7em 0px 50px;
}
.inner_row {
    margin-bottom: 35px;
}

.author_about_row {
    padding: 50px 35px 35px;
}

.abt_writer_row .elementor-column:not(:first-child):after {
    content: '';
    position: absolute;
    background: url("/wp-content/uploads/2024/04/wtiter_col_after.png") 0% 0% / cover no-repeat;
    width: 1px;
    height: 81px;
    bottom: 20px;
}
.author_about_row:after {
    content: '';
    position: absolute;
    left: -106px;
    bottom: 30px;
    background: url("/wp-content/uploads/2024/04/writer_before_img.png") 100% 100% / cover no-repeat;
    width: 111px;
    height: 123px;
    z-index: -1;
}

.author_about_row:before {
    content: '';
    position: absolute;
    right: -50px;
    top: -130px;
    background: url(/wp-content/uploads/2024/04/writer_after_img.png) 100% 100% / cover no-repeat;
    width: 112px;
    height: 231px;
    z-index: -1;
}
.section_small_title {
    margin-bottom: 10px !important;
}
.make_blue_btns ul li a {
    background: #4a1c40;
    color: #fff;
}

.make_blue_btns ul li a:hover {
    background: #fff;
    color: #4a1c40;
}

.make_blue_btns ul li:last-child a {
    color: #000;
    border-color: #000;
}

.make_blue_btns ul li:last-child a:hover {
    background: #000000;
    color: #fff;
    border-color: #4a1c40;
}
.book_info_rows ul {
    display: flex;
    display: -webkit-flex;
}

.book_info_rows ul li {
    flex: 0 0 33%;
    margin-bottom: 15px;
}

.book_info_rows ul li:last-child {
    color:#000;
}

.book_info_rows ul:last-child li {
    margin-bottom: 0px;
}

.book_info_rows {
    margin-bottom: 30px !important;
}
.book_main_section {
    padding: 8em 0px 5em;
}
.book_main_section {
    padding: 8em 0px 5em;
}

.counter_row_col .my_custom_counter:not(:last-child) {
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
}

.counter_row_col .my_custom_counter:not(:last-child):after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/04/wtiter_col_after.png) 0% 0% / cover no-repeat;
    width: 1px;
    height: 81px;
    transform: rotate(270deg);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom:-40px
}

.counter_row_col .my_custom_counter {
    position: relative;
}
.video_box {
    height: 500px !important;
}
.section_video_row {
    padding: 3em 0px 3em;
}
.inner_page_top {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 150px 10px 50px 10px;
}

h2.post-title {
    display: none;
}

.inner_page_top .elementor-heading-title {
    margin: 0px 0px 0px;
}

.blog_main_content_box {
    padding: 5em 0px 3em;
}
.blogs_section {
    /*padding: 2em 0px 5em;*/
    padding: 2em 0px 8em;
}
.my_blogs_block .elementor-post__text {
    background: #4a1c40;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    top: -25px;
    padding: 50px 25px 25px !important;
    transition: all 0.5s linear;
}

.my_blogs_block a.elementor-post__thumbnail__link {
    position: relative;
    z-index: 9;
}

.my_blogs_block article:hover .elementor-post__text {
    background: #453017;
}

.my_testi_block .swiper-container {
    width: 100% !important;
    overflow: hidden;
}
.my_testi_block .swiper-slide {
    background-image: url(/wp-content/uploads/2024/04/testi_txt_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 100px 20px 20px !important;
    background-color: #daad76;
}

.my_testi_block .swiper-slide:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    background: url(/wp-content/uploads/2024/04/testi_icon1.png) 0% 0% / cover no-repeat;
    width: 74px;
    height: 59px;
}

.my_testi_block .swiper-slide.swiper-slide-next:before {
    background: url(/wp-content/uploads/2024/04/testi_icon2.png) 0% 0% / cover no-repeat;
}

.my_testi_block .swiper-slide.swiper-slide-next {
    background-color: #4a1c40;
}

.my_testi_block .swiper-slide.swiper-slide-next .elementor-testimonial__text {
    color: #fff;
}

.my_testi_block .swiper-slide .elementor-testimonial__text {
    color: #453017;
}

.my_testi_block span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #daad76 !important;
    opacity: 1;
    transition: all 0.5s linear !important;
}

.my_testi_block span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4a1c40 !important;
    width: 56px;
    border-radius: 10px !important;
}
.my_testi_block .swiper-slide.swiper-slide-next .elementor-testimonial__text,.my_testi_block .swiper-slide.swiper-slide-next span.elementor-testimonial__name,.my_testi_block .swiper-slide.swiper-slide-next span.elementor-testimonial__title 
{
    color: #fff !important;
}
.my_testi_block cite.elementor-testimonial__cite {
    margin: -15px 0px 0px 10px !important;
    position: relative;
}

.my_testi_block cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    background: url(/wp-content/uploads/2024/04/testi_stars_icon-light.png) 0% 0% / cover no-repeat;
    width: 94px;
    height: 16px;
}

.my_testi_block .swiper-slide.swiper-slide-next cite.elementor-testimonial__cite:after {
    background: url(/wp-content/uploads/2024/04/testi_stars_icon.png) 0% 0% / cover no-repeat;
}
.testi_section {
    padding: 3em 0px;
}
.top_footer_section  .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_footer_section {
    padding-bottom: 50px;
}

.cp_txt p {
    margin-bottom: 0px !important;
}

.cp_row {
    padding: 10px 0px 4px;
}

.footer_menu .elementor-nav-menu {
    background: #fff;
    padding: 26px 50px;
    border-radius: 36px;
}


.contact_list_icon span.elementor-icon-list-icon {
    width: 34px;
    height: 34px;
    text-align: center !important;
    background: #daad76;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition:all 0.5s linear;
}

.contact_list_icon {
    margin: 10px 0px 0px;
}
.contact_list_icon .elementor-icon-list-item:hover span.elementor-icon-list-icon {
    background: #000 !important;
}

.contact_list_icon .elementor-icon-list-item:hover span.elementor-icon-list-icon i {
    color: #fff !important;
}
.platform_txt_style ul li {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.contact_list_icon .elementor-icon-list-item:hover span.elementor-icon-list-icon i {
    transition: all 0.5s linear;
}
.abt_main_row_inner {
    padding: 7em 0px;
}

.abt_author_second_row {
    padding: 20px 0px 4em;
}
.book_main_section_inner {
    padding: 8em 0px 5em;
}

.why_read_book {
    padding: 5em 0px 8em;
}
.blogs_section_inner {
    padding: 6em 0px 6em;
}
.contact_us_section {
    padding: 5em 0px 7em;
}

.my_custom_form input:not(.wpcf7-submit) {
    height: 54px;width:100%;
}

.my_custom_form button, .my_custom_form input.wpcf7-submit {
    height: 50px;
}

.my_custom_form textarea {
    resize: none; width:100%;
    min-height: 150px;
    padding: 12px 15px;
}
.elementor-lightbox .elementor-video-container {
    top: 40% !important;
}
.added_soon_row {
    padding: 35px 0px;
    background: #4a1c40;
    border-radius: 15px;
}
/* New css ends here */
body{overflow-x:hidden;padding: 0px;margin:0px;}
.ehf-header #masthead{position: absolute !important;width: 100%;}
@media (min-width:1201px){
	.logo_wrapper a{font-size:30px;}
	.hfe-nav-menu__align-right .hfe-nav-menu{align-items:center;}
}
@media (max-width:767px)
{
	.menu_wrapper{position: absolute;top: -6px;}
	.menu_wrapper .elementor-element {background-color:transparent !important;}
	.search_wrapper .fas.fa-search{color:#FB9F8D !important;}
	.logo_wrapper a{font-size:30px;}
	.logo_wrapper{background-color:transparent !important;}
}
.template_page .container{max-width:1200px;padding:40px 20px;margin:0px auto;}
.blogCatView h2{margin-top: 6px;}
.blogCatView h2 a, .blogMore, .format-standard h2 a{color:#000;}
.blogMeta, .comments-link{display:none;}
.blogEntries
{background-color: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 10px;}

.inner_page_banner {
    background: #A4C08F;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;padding:150px 10px 50px 10px;
}
.inner_page_banner h1 {
    margin: 3em 0px 0px;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;text-align:center;
}

.blfe-ticker-item-content{display:flex;align-items:center;justify-content:space-between;max-width: 95%;margin-left: auto;margin-right: auto;padding:0px 20px;}
.blfe-news-ticker .blfe-news-ticker-content-wrapper .blfe-news-ticker-content .blfe-ticker-item a{margin-right:10px;}
.blfe-news-ticker-content-wrapper .slick-next{right:0px;}
.blfe-news-ticker-content-wrapper .slick-prev{left:0px;}
.blfe-news-ticker-content button::before{display:none;} 
.blfe-news-ticker-content-wrapper{margin:0px 15px;}

.page_search .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;margin-bottom: 25px;
}
.page_search .pagination .page-numbers:not(.next):not(.prev){
    font-size: 14px !important;
    background-color: #dcdcdc;
    width: 35px;
    display: grid;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #000;
}
.page_search .pagination .page-numbers.current:not(.next) {
    background-color: #25A8E1;
    color: #ffffff;
}
.wpcf7-submit{background-color: #022D00;color:#fff;border-radius:100px;    min-width: 120px;}
@media (min-width:768px) and (max-width:1024px)
{
	.inner_page_banner h1 {font-size: 25px;}
}
@media(max-width:767px){
.inner_page_banner h1 {font-size: 20px;}
	
}
@media(max-width:640px){
	.blfe-news-ticker .blfe-news-ticker-title{text-align:center;font-size:19px !important;font-weight:600;padding-top:15px !important;}	
}

.block_details ul li {
  list-style-type: disc !important;
}

.embed_newsletter .hustle-layout-content{display:none !important;}