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

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

.my_custom_menu li:last-child {
    background: #4a1c40;
    padding: 12px 20px;
    border-radius: 22px;
    transition: all 0.5s linear;
    border: solid 1px #4a1c40 !important;
}

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

.my_custom_menu li:last-child:hover {
    background: #fff !important;
}

.my_custom_menu li:last-child:hover a {
    color: #4a1c40 !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: #daad76;
    height: 74px;
}

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

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

header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30px;
    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 {
    min-height: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10em 0px 0px;
}

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: 90%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    top: -25px;
    padding: 50px 15px 25px !important;
    transition: all 0.5s linear;
}
.my_blogs_block .elementor-post__text .elementor-post__title {
    min-height: 137px;
}
.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 {
    height: 54px;
}

.my_custom_form button {
    height: 60px;
}

.my_custom_form textarea {
    resize: none;
    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;
}


@media only screen and (max-width: 1180px) {
    .top_banner_side_cover img {
        max-width: 110% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .platform_list {
        gap: 10px;
    }
    .header_main_row .elementor-container.elementor-column-gap-default:before {
        top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header_main_row .elementor-container.elementor-column-gap-default:before,
    .platform_row:before,.make_title_right_border br,.abt_writer_row .elementor-column:not(:first-child):after,
    .section_large_title .elementor-heading-title br,.section_small_title .elementor-heading-title br,
    .elementor-widget-text-editor br
    {
        display:none;
    }
    header {
        position: relative;
        top: 0px;
    }
    .my_custom_menu .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -100px;
        z-index: 9;
    }
    .header_main_row .elementor-widget-theme-site-logo {
        text-align: left;
        margin-left: 0px;
    }
    .my_custom_menu li {
        padding: 0px !important;
    }
    
    .my_custom_menu li.current-menu-item a,.my_custom_menu li.current-menu-item a:focus {
        background: #fff !important;
        color: #4a1c40 !important;
    }
    
    .my_custom_menu li a {
        text-align: center;
        display: block;
    }
    .top_banner_side_cover img {
        max-width: 100% !important;
    }
    .make_title_right_border {
        border-right: none;
        border-bottom: solid 2px #453017;
        text-align:center;
        padding-bottom: 10px;
    }
    .platform_list {
        justify-content: center;
        align-items: center;
    }
    .no_radius .elementor-widget-wrap.elementor-element-populated {
        border-radius: 0px !important;
    }
    .no_radius .elementor-widget-wrap.elementor-element-populated {
        border-radius: 0px !important;
    }
    
    .top_banner_section .elementor-column,.book_main_section .elementor-column
    {
        width: 100% !important;
    }
    .top_banner_section {
        padding: 5em 0px 3em;
    }
    .add_top_sp_mob {
        padding-top: 35px;
    }
    .abt_main_row {
        padding: 4em 0px 30px;
    }
    .author_single_img {
        margin-bottom: 30px;
    }
    .book_main_section {
        padding: 4em 0px;
    }
    .book_cover_single_img {
        margin: 50px 0px;
    }
    .section_video_row {
        padding: 0em 0px 2em;
    }
    .video_box {
        height: auto !important;
    }
    .section_large_title .elementor-heading-title {
        font-size: 35px !important;
    }
    .top_banner_title .elementor-heading-title {
        font-size: 45px !important;
        margin: 0px 0px 20px !important;
    }
    .testi_section {
        padding: 3em 0px 1em;
    }
    .my_blogs_block .elementor-post__text .elementor-post__title {
        min-height: auto;
    }
    .blogs_section {
        padding: 2em 0px;
    }
    .responsive_menu .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .footer_menu .elementor-nav-menu {
        padding: 15px;
        border-radius: 15px;
    }
    .book_info_rows ul li {
        flex: 0 0 55%;
    }
    .header_main_row .elementor-widget-theme-site-logo img {
        max-width: 80%;
    }
    .inner_page_top {
        min-height: 350px;
        padding: 0em 0px 0px;
    }
    .inner_page_top .elementor-heading-title {
        font-size: 35px !important;
    }
    .abt_main_row_inner {
        padding: 4em 0px;
    }
    .contact_us_section {
        padding: 4em 0px;
    }
    .blog_main_content_box {
        padding: 3em 0px;
    }
    .blog_main_content_box .inner_row {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    .inner_page_top .elementor-heading-title {
        font-size: 30px !important;
    }
     .my_custom_btn ul li a {
        padding: 10px 15px;
    }
    .top_banner_title .elementor-heading-title {
        font-size: 35px !important;
    }
    .section_large_title .elementor-heading-title {
        font-size: 30px !important;
    }
}


/* New css ends here */
