/*----------------------
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: #000;
    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;}

/*----------------------
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 {width: 1170px;margin:0 auto;}


.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 */

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

header {
    background: #000;
    padding: 12px 0px;
}

.page_home header {
    background: transparent;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
}

.top_banner_section {
    padding: 21em 0px 9em;
}

.top_banner_small_title {
    margin-bottom: 10px !important;
}

.top_banner_large_title {
    margin-bottom: 10px !important;
}

.top_banner_txt {
    margin-bottom: 10px !important;
}

.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    gap: 10px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 11px 22px !important;
    background: #fa7d00;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #fa7d00;
}

.two_col_btn ul a:hover {
    background: #000;
    border-color: #000;
}

.two_col_btn ul a img {
    margin-left: 5px;
}

.two_col_btn ul li.white_border_btn a {
    border-color: #fff;
    background: transparent;
}

.two_col_btn ul li.white_border_btn a:hover {
    background: #000;
    border-color: #000;
}
.two_col_btn ul li.black_border_btn a {
    border-color: #000;
    background: transparent;
    color: #000;
}

.two_col_btn ul li.black_border_btn a img {
    transition: all 0.5s linear;
    filter: invert(1);
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #fa7d00;
    border-color: #fa7d00;
    color: #fff;
}

.two_col_btn ul li.black_border_btn a:hover img {
    filter: invert(0);
}
.center_btn_list ul {
    justify-content: center;
    align-items: center;
}

.top_banner_txt p {
}
.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.platform_row {
    padding: 32px 0px;
}
.remove_block_btm_sp {
    margin-bottom: 0px !important;
}

.author_section {
    padding: 10em 0px 6em;
}

.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

.book_info_list ul li:nth-child(odd) {
    flex: 0 0 21%;
}

.book_info_list ul li:nth-child(even) {
    flex: 0 0 36%;
}

.book_info_list ul li {
    margin: 0px 0px 6px;
}

.blod_txt {
    font-weight: 600;
}

.book_main_section {
    padding: 5em 0px 0em;
}

.book_main_section:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -8em;
    background-image: url('/wp-content/uploads/2024/11/book_section_after_img.png');
    width: 1092px;
    height: 818px;
    z-index: -1;
}
.book_cover_img {
    position: relative;
    right: -2em;
}

.video_play_icon .elementor-custom-embed-image-overlay img, .video_play_icon .elementor-custom-embed-image-overlay,.video_play_icon {
    width: 201px !important;
    height: 70px;
}

.inner_row {
    margin-bottom: 30px;
}

.video_inner_row {
    padding: 35px;
    border-radius: 20px;
    margin: 0px 5em;
}

.video_play_icon {
    position: relative;
    /*top: 70px;*/
}

.video_txt {
    padding-right: 6em;
}

.video_sec {
    padding: 3em 0px 10em;
}

.video_sec:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5em;
    background-image: url('/wp-content/uploads/2024/11/video_section_before_img.png');
    width: 832px;
    height: 287px;
    z-index: -1;
}
.booking_sec {
    min-height: 450px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-size: 100% 100% !important;
}

.booking_sec .two_col_btn ul a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.booking_sec .two_col_btn ul a:hover img {
    filter: invert(1);
}

.two_col_btn ul img {
    transition: all 0.5s linear;
}
h2.post-title {display: none;}

.blog_inner_sec {
    padding: 5em 0px;
}

.blog_section {
    padding: 7em 0px;
}

.my_blog_style .elementor-post__read-more {
    background: #fa7d00;
    padding: 12px 40px 12px 25px;
    display: inline-block;
    position: relative;
}

.my_blog_style .elementor-post__read-more:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 16px;
    background-image: url('https://reginaldlove.clientcloud360.com/wp-content/uploads/2024/11/anchor_icon.png');
    width: 15px;
    height: 13px;
}

.my_blog_style .elementor-post__thumbnail img {
    border-radius: 10px;
}

.my_blog_style article.elementor-post {
    border: solid 2px #fa7d00;
    border-radius: 10px;
    padding: 25px 22px;
    transition: all 0.5s linear;
}

.my_blog_style article.elementor-post:hover {background: #000;}

.my_blog_style article.elementor-post:hover h3.elementor-post__title a,
.my_blog_style article.elementor-post:hover .elementor-post__excerpt p
{
    color: #fff;
}
.testi_section .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

.testi_section .elementor-testimonial {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    position: relative;
}

.testi_section .elementor-testimonial__content {
    order: 2;
}

.testi_section .elementor-testimonial__footer {
    order: 1;
    margin: 0px 0px 25px !important;
    position: relative;
}

.testi_section .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('https://reginaldlove.clientcloud360.com/wp-content/uploads/2024/11/testi_section_quote_icon.png');
    width: 44px;
    height: 34px;
}

.testi_section .elementor-testimonial:after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -60px;
    background-image: url('https://reginaldlove.clientcloud360.com/wp-content/uploads/2024/11/testi_stars_icon.png');
    width: 167px;
    height: 44px;
}

.testi_section .swiper-slide {
    overflow: visible !important;
}

.testi_section .swiper-slide {
    padding: 35px 22px 40px !important;
}
.testi_section .elementor-testimonial__text {
    min-height: 308px;
}
.testi_section .swiper-pagination {
    bottom: -40px !important;
    position: relative !important;
}

.testi_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
}

.testi_section .swiper-pagination-bullet {
    margin: 0px 4px !important;
    transition: all 0.5s linear;
}

.testi_section {
    padding: 7em 0px;
}
.foo_btm {
    padding: 3em 0px 2em;
}

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

.my_social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #fa7d00;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    border: solid 1px #fa7d00;
    transition: all 0.5s linear;
}

.my_social_list a img {
    transition: all 0.5s linear;
}

.my_social_list a:hover {
    background: #fff;
}

.my_social_list a:hover img {
    filter: invert(1);
}

.foo_main_menu {
    border-bottom: solid 2px #fff;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

.foo_privacy_menu .elementor-nav-menu li {
    position: relative;
}

.foo_privacy_menu .elementor-nav-menu li:not(:last-child) a:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 3px;
    width: 2px;
    height: 12px;
    background: #fff !important;
    border: none !important;
    opacity: 1 !important;
}
.author_section_inner {
    padding: 7em 0px;
}
.contact_inner_section {
    padding: 7em 0px;
}

.my_form_style input,.my_form_style textarea {
    padding: 12px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 15px 0px !important;
    min-height: auto !important;
}
.foo_btm {
    border-top: solid 3px #fa7d00;
}
.new_book_inner_row {
    margin-bottom: 45px;
}
.inner_book_sec::after {
    display: none !important;
}
.inner_book_sec
{
    padding-bottom:5em;
}
.book_page_call_sec {
    padding: 7em 0px 5em;
}

.believers_sec {
    padding: 7em 0px;
}
.less_title_sp {
    margin-bottom: 10px !important;
}
.new_single_book_img img {
    height: 450px !important;
    object-fit: cover !important;
}
.style_my_col .elementor-widget-wrap.elementor-element-populated {
    border: solid 1px #fa7d00;
    border-radius: 15px;
    margin: 0px 15px;
    padding: 30px !important;
    background: #f3f3f3;
    text-align: center;
}
.abt_new_single_img img {
    border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .container {
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .page_home header {
        position: relative;
        background: #000;
    }
    .my_menu_style .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -100px;
    }
    .remove_mobile_sps .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .top_banner_section {
        padding: 6em 0px;
    }
    .top_banner_large_title .elementor-heading-title {
        font-size: 40px !important;
    }
    .section_title_large .elementor-heading-title {
        font-size: 30px !important;
    }
    .platform_list {
        gap: 25px;
        justify-content: center;
        flex-flow: wrap;
    }
    .author_section {
        padding: 5em 0px;
    }
    .author_single_img {
        margin-bottom: 35px;
    }
    .book_main_section {
        padding: 0em 0px 0em;
    }
    .book_main_section .elementor-column,
    .video_inner_row .elementor-column,
    .foo_btm .elementor-column,
    .more_abt_row .elementor-column,
    .believers_sec .elementor-column
    {
        width: 100% !important;
    }
    .book_main_section .elementor-container.elementor-column-gap-default {
        flex-flow: column-reverse;
    }
    .book_cover_img {
        margin-bottom: 35px;
    }
    .book_main_section:after,.video_sec:before,.testi_section .elementor-testimonial:after,
    .top_banner_large_title .elementor-heading-title br,.section_title_large .elementor-heading-title br,
    .elementor-widget-text-editor br
    {
        display:none;
    }
    .video_inner_row {
        padding: 25px 15px;
        border-radius: 20px;
        margin: 0px 1em;
    }
    .video_sec {
        padding: 3em 0px 5em;
    }
    .booking_sec {
        min-height: 350px;
    }
    .blog_section {
        padding: 5em 0px;
    }
    .my_blog_style article.elementor-post {
        padding: 15px;
    }
    .my_blog_style article.elementor-post:not(:last-child) {
        margin-bottom: 25px;
    }
    .testi_section {
        padding: 5em 0px;
    }
    .testi_section .elementor-testimonial__text {
        min-height: auto;
    }
    .foo_btm {
        padding: 2em 0px 1em;
    }
    .elementor-nav-menu__align-right .elementor-nav-menu {
        margin: auto !important;
    }
    .cp_txt {
        text-align: center;
    }
    .cp_txt p
    {
        margin:0px;
    }
    .my_social_list {
        gap: 10px;
        justify-content: center;
    }
    .footer_logo {
        text-align: center !important;
    }
    .video_txt {
        padding-right: 0em;
    }
    .foo_main_menu  a.elementor-item {
        margin: 0px 5px 5px;
    }
    .author_section_inner {
        padding: 4em 0px;
    }
    .style_my_col .elementor-widget-wrap.elementor-element-populated {
        margin: 0px 0px;
        padding: 15px !important;
    }
    .more_abt_row .elementor-column:not(:last-child) {
        margin-bottom: 25px;
    }
    .more_abt_row.inner_row {
        margin-bottom: 0px !important;
    }
    .add_sp_mob {
        padding: 4em 0px;
    }
    .invert_mob_row .elementor-container.elementor-column-gap-default
    {
        flex-flow: column-reverse !important;
    }
    .make_normal_order .elementor-container.elementor-column-gap-default {
        flex-flow: column !important;
    }
    .new_single_book_img {
        margin-bottom: 25px;
    }
    .book_page_call_sec,.believers_sec,.contact_inner_section
    {
        padding: 4em 0px;
    }
    .believers_sec .new_book_inner_row {
        margin-bottom: 25px !important;
    }
    .book_cover_img {
        right: 0em;
    }
    .blog_inner_sec {
        padding: 3em 0px 1em;
    }
}

@media only screen and (max-width: 568px) 
{
    .book_info_list ul li:nth-child(even) {
        flex: 0 0 100%;
    }
    .book_info_list ul li:nth-child(odd) {
        flex: 0 0 100%;
    }
    .book_info_list ul {
        flex-flow: column;
    }
}

@media only screen and (max-width: 420px) 
{
    .top_banner_large_title .elementor-heading-title {
        font-size: 30px !important;
    }
    .two_col_btn ul a {
        padding: 8px 10px !important;
        font-size: 15px;
    }
}
/* New css ends here */
