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



p {
    font-weight:400;
    line-height:25px;
}
/*----------------------
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;
}

.top_banner_cover img {
    max-width: unset !important;
    position: relative;
    right: 7em;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 10px 19px;
    background: #ed1c24;
    color: #4b3906;
    border:solid 1px transparent;
    font-size:16px;
    transition: all 0.5s linear;
    background-image: linear-gradient(150deg, #be8e08 3%, #d7b430 50%,#be8e08 82%);
}

.two_col_btn ul a:hover {
    background-image: linear-gradient(350deg, #be8e08 3%, #d7b430 50%,#be8e08 82%);
}

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

.two_col_btn ul li.white_border_btn a:hover {
    background: #d7b430;
    border-color: #d7b430;
    color:#4b3906;
}

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

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

.top_banner_section {
    padding: 17em 0px 5em;
    /*height: 900px;*/
    /*overflow: hidden;*/
}
.top_banner_txt_col {
    padding-top: 5em;
}
span.gradient_txt {
    background: -webkit-linear-gradient(40deg, #be8e08 15%, #d7b430 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style:italic;
}
.my_menu_style li.menu-item a {
    position: relative;
}

.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -5px;
    margin: 0 auto;
    width: 6px;
    height: 17px;
    background-image : linear-gradient(150deg, #be8e08 3%, #d7b430 50%,#be8e08 82%);
}

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    margin: 0 auto;
    width: 6px;
    height: 17px;
    background-image : linear-gradient(150deg, #be8e08 3%, #d7b430 50%,#be8e08 82%);
}

.my_btn_style .elementor-button {
    padding: 14px 27px !important;
    background-image: linear-gradient(150deg, #be8e08 3%, #d7b430 50%,#be8e08 82%);
    transition: all 0.5s linear;
}

.my_btn_style .elementor-button:hover {
    background-image: linear-gradient(350deg, #be8e08 3%, #d7b430 50%,#be8e08 82%);
}
.remove_block_btm_sp {
    margin-bottom: 0px !important;
}
.section_title_small,.section_title_large
{
    margin-bottom: 10px !important;
}
.author_section {
    padding: 7em 0px;
}
.full_white_btn .elementor-button {
    background: #fff !important;
}

.full_white_btn .elementor-button:hover {
    background: #d7b430 !important;
    color: #000 !important;
}

.my_counter_style  span.elementor-counter-number-prefix {
    display: none;
}
.my_counter_style .elementor-counter {
    display:flex;
    align-content:center;
}

.starts_counter .elementor-counter-title {
    position: relative;
}

.starts_counter .elementor-counter-title:before {
    content: '';
    position: absolute;
    left: 5px;
    top: -15px;
    background-image:url('/wp-content/uploads/2024/12/book_sec_stars_icon.png');
    width:72px;
    height:13px;
}

.my_counter_style.starts_counter .elementor-counter-title
{
    /* margin-top: 40px; */
}

.starts_counter .elementor-counter-title {
    margin-top: 14px;
}

.my_counter_style span.elementor-counter-number {
    background: -webkit-linear-gradient(40deg, #be8e08 15%, #d7b430 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.my_counter_style span.elementor-counter-number-suffix {
    background: -webkit-linear-gradient(40deg, #be8e08 15%, #d7b430 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.counter_row .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.my_counter_style  .elementor-counter-title {
    margin-top: 5px;
}

.my_counter_style.starts_counter .elementor-counter-title {
    margin-top: 15px !important;
}
.add_title_btm_sp {
    margin-bottom: 20px !important;
}
.add_title_btm_sp {
    margin-bottom: 20px !important;
}

.proud_title {
    margin-top: 35px;
}

.counter_row {
    margin-bottom: 25px;
}
.book_sec_platform_list ul {display: flex;display: -webkit-flex;gap: 10px;margin-top: 12px;}

.book_sec_platform_list ul a {
    display: inline-block;
    border: solid 2px #fff;
    padding: 5px 7px;
    height: 35px;
}
.book_main_section {
    padding-top: 7em;
    overflow: hidden;
    height: 750px;
}

.single_book_cover {
    margin-top: 4em;
}
.book_types_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
    padding: 8.5em 5em !important;
    
}

.dark_bg .elementor-widget-wrap.elementor-element-populated {
    background: #be8e08;
    transition:all 0.5s linear;
}

.dark_bg .elementor-widget-wrap.elementor-element-populated:hover,
.light_bg .elementor-widget-wrap.elementor-element-populated:hover
{
    background:#fff;
}

.light_bg .elementor-widget-wrap.elementor-element-populated {
    background: #d7b430;
    transition:all 0.5s linear;
}

.plain_btn_style .elementor-button {
    padding: 0px !important;
    position: relative;
}

.plain_btn_style .elementor-button:after {
    content: '';
    position: absolute;
    right: -45px;
    top: 1px;
    background-image: url('/wp-content/uploads/2024/12/book_type_btn_icon.png');
    width: 40px;
    height: 13px;
    transition: all 0.5s linear;
}

.plain_btn_style .elementor-button:hover:after {
}

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

.book_type_title .title_img_box {
    display: inline-block;
    background: #4b3906;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    margin-right: 10px;
}
h2.post-title {
    display: none;
}

.inner_blog_sec {
    padding: 4em 0px 3em;
}

.inner_row {
    margin-bottom: 25px;
}

.my_blog_style a.elementor-post__read-more {
    position: relative;
    border-bottom: solid 1px #be8e08 !important;
    display: inline-block;
}
.blog_section {
    padding: 7em 0px;
}

.testi_sec {
    padding: 7em 0px;
}

.my_test_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

.my_test_style .elementor-testimonial__name {
    position: relative;
}

.my_test_style .elementor-testimonial__name:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -20px;
    background-image: url('/wp-content/uploads/2024/12/testi_sec_stars_icon.png');
    width: 94px;
    height: 17px;
    margin: 0 auto;
}

.my_test_style .elementor-testimonial__footer {
    margin-top: 45px !important;
}

.my_test_style .elementor-testimonial__text {
    padding: 0px 6em;
}

.my_test_style .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/12/test_left_arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0em;
    top: 20%;
}

.my_test_style .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2024/12/test_right_arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0em;
    top: 20%;
}

.my_test_style .elementor-swiper-button {
    width: 68px;
    height: 29px;
    position:relative;
    z-index:1;
}

.my_test_style .elementor-swiper-button i {
    font-size: 0px;
}
.platform_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.platform_row {
    padding: 22px 0px;
}

.footer_top_row {
    padding: 4em 0px 1em;
    border-bottom: solid 1px #d7b430;
    margin-bottom: 15px;
}

.cp_txt p {
    margin: 0px;
}

.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social_list a {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-image: linear-gradient(150deg, #be8e08 3%, #d7b430 50%,#be8e08 82%);
}
.contact_inner_section {
    padding: 7em 0px;
}

.my_form_style input,.my_form_style textarea {
    padding: 13px 15px;
    font-style:italic;
}

.my_form_style input::placeholder,.my_form_style textarea::placeholder
{
    opacity:0.8 !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: unset !important;
}
span.bold_txt {
    font-weight: 600;
    font-style: italic;
}

.section_title_large .elementor-heading-title {
    font-weight: 500 !important;
}
.top_banner_title span.gradient_txt {
    padding: 6px;
}
.inner_abt_page {
    padding: 7em 0px;
}

.book_type_txt {
    min-height: 175px;
}
.book_inner_sec_txt {
    padding: 5em 0px;
}
.single_book_cover img {
    filter: drop-shadow(0px 0px 45px rgb(215,180,48,0.6));
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .book_types_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .page_home header {
        position: relative;
        background: #000;
        padding: 8px 0px;
    }
    .hide_on_mob,.elementor-widget-text-editor br,.top_banner_title br,.section_title_large br,.section_title_small br,
    .my_menu_style li.menu-item a:before,.my_menu_style li.menu-item a:after
    {
        display:none !important; 
    }
    .remove_pads_on_mob .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .my_menu_style .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -75px;
    }
    .top_banner_section {
        padding: 5em 0px;
    }
    .top_banner_section .elementor-column,.footer_top_row .elementor-column
    {
        width:100% !important;
    }
    .top_banner_cover img {
        max-width: 100% !important;
        right: 0em;
        margin-top:35px;
    }
    .top_banner_title .elementor-heading-title {
        font-size: 55px !important;
        line-height: 75px !important;
    }
    .author_single_img 
    {
        margin-bottom:35px;   
    }
    .author_section {
        padding: 5em 0px;
    }
    .book_main_section {
        padding: 5em 0px;
        height: auto;
    }
    .book_type_txt {
        min-height: auto;
    }
    .book_types_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
        padding: 35px !important;
    }
    .counter_row {
        margin: 25px 0px;
    }
    .my_counter_style.starts_counter {
        margin-bottom: 15px !important;
    }
    .blog_section {
        padding: 5em 0px;
    }
    .my_blog_style article.elementor-post:not(:last-child) {
        margin-bottom: 25px;
    }
    .testi_sec {
        padding: 4em 0px;
    }
    .my_test_style .elementor-testimonial__text {
        padding: 0px 4em;
    }
    .platform_list {
        justify-content: center;
        gap: 30px;
        flex-flow: wrap;
    }
    .footer_top_row {
        padding: 2em 0px 1em;
    }
    .top_banner_txt_col {
        padding-top: 0em;
    }
    .inner_abt_page {
        padding: 5em 0px;
    }
    .contact_inner_section {
        padding: 5em 0px;
    }
    .contact_inner_section .elementor-widget-wrap.elementor-element-populated {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 568px) {
    .my_test_style .elementor-testimonial__text {
        padding: 0px 2em;
    }
    .my_test_style .elementor-swiper-button {
        transform: scale(0.6);
        top: 30% !important;
    }
    .top_banner_title .elementor-heading-title {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .section_title_large .elementor-heading-title {
        font-size: 30px !important;
        line-height:35px !important;
    }
    .section_title_small .elementor-heading-title {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 420px) {
    .my_test_style .elementor-testimonial__text {
        padding: 0px 0em;
    }
    .my_test_style .elementor-swiper-button {
        display:none;
    }
}
/* New css ends here */
