/*----------------------
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: #ac4dad;
    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 */

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_banner_section {
/*     padding: 22em 0px 22em; */
        padding: 18em 0px 15em;
}

header {
    padding: 15px 0px;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-size:16px;
    transition: all 0.5s linear;
    background:#ac4dad;
}

.two_col_btn ul a:hover {
    background:#121212;
}

.two_col_btn ul li.black_border_btn a {
    border:solid 1px #212121;
    color:#212121;
    background: transparent;
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #212121;
    color:#fff;
}

.center_btn_list ul {
    justify-content: center;
}

.top_banner_small_title {
    margin-bottom: 10px !important;
}

.top_banner_large_title {
    margin-bottom: 10px !important;
}

.top_banner_txt {
    margin-bottom: 0px !important;
}
.section_title_small {
    margin-bottom: 10px !important;
}

.section_title_large {
    margin-bottom: 10px !important;
}

.less_block_btm_sp {
    margin-bottom: 10px !important;
}

.author_section {
    padding: 8em 0px;
    position: relative;
}

.author_section:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -9em;
    background-image: url('/wp-content/uploads/2024/12/abt_sec_after_icon.png');
    width: 726px;
    height: 693px;
    z-index: -1;
}
span.bold_txt {
    font-weight: 600;
}
.book_prefer_type_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 13px;
    align-items: center;
    flex-flow: row;
}

.book_prefer_type_list ul li a {
    display: inline-block;
    padding: 8px 20px;
    background: #488008;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #488008;
    text-transform: uppercase;
}

.book_prefer_type_list ul li a img {
    margin-left: 5px;
    transition: all 0.5s linear;
}

.book_prefer_type_list ul li a:hover {
    background: #121212;
    border-color:#121212;
    /*color: #212121;*/
}

.book_prefer_type_list ul li a:hover img {
    /*filter: invert(1);*/
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

.book_info_list ul li:nth-child(odd) {
    flex: 0 0 20%;
}

.book_info_list ul li:nth-child(even) {
    flex: 0 0 30%;
}

.book_info_list ul li {
    margin: 0px 0px 6px;
}

li.blod_txt {
    font-weight: 500;
    color: #ac4dad;
}
.platform_new_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
}

.other_platfomr_row {
    padding: 40px 0px;
    margin-top: 0em;
}

.book_txt_col {
    margin: 12em 0px 0px;
}
.platform_new_list ul li img
{
    transition:all 0.5s linear;
}
.platform_new_list ul li:hover img
{
    filter:brightness(0);
}

.book_main_section {
    padding: 2em 0px 0em;
}

.book_cover_single img {
    max-width: unset !important;
    position: relative;
    right: 2em;
    top: 7em;
    z-index: 1;
}
.video_play_btn {
    width: 103px !important;
    height: 103px !important;
    margin: 0 auto;
    position: relative;
    top: -10em;
}

.video_play_btn .elementor-wrapper.elementor-open-lightbox {
    width: 103px;
    height: 103px;
    display:table;
    margin:0 auto;
}

.video_inner_row {
    height: 512px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0px 35px 4em;
}

.video_sec {
    padding: 8em 0px;
}

.video_sec {
    position: relative;
}

.video_sec:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 9em;
    background-image: url('/wp-content/uploads/2024/12/trailer-after-1.png');
    width: 231px;
    height: 150px;
}

.video_sec:after {
     content: '';
    position: absolute;
    right: 0px;
    bottom: 12em;
    background-image: url('/wp-content/uploads/2024/12/trailer-after-2.png');
    width: 224px;
    height: 203px;
}
h2.post-title {
    display: none;
}

.blog_inner_sec {
    padding: 2em 0px 5em;
}
.my_blogs_style article.elementor-post {
    position: relative;
}

.my_blogs_style .elementor-post__text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 25px;
}

.my_blogs_style .elementor-post__excerpt {
    padding: 0px 100px 0px 0px;
}

.two_col_box  .elementor-post__excerpt {
    display: none;
}
.single_blog_img .elementor-post__thumbnail img {
    height: 520px !important;
    object-fit: cover;
}
.inner_row {
    margin-bottom: 25px;
}

.blog_section {
    padding: 10em 0px;
}
.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden !important;
}

.my_testi_style .elementor-testimonial__footer {
    margin: 30px 0px 0px !important;
    position: relative;
    width: 300px;
    left: -6em;
}

.my_testi_style cite.elementor-testimonial__cite {
    background: #e299e3;
    margin: 0px !important;
    padding: 8px 12px 8px 12px;
}

.my_testi_style .elementor-testimonial__image img {
    width: 100% !important;
    height: auto !important;
    position: relative;
    z-index: 1;
}

.my_testi_style .elementor-testimonial {
    background: #ac4dad;
    padding: 25px;
    width: 80%;
    float: right;
}

.my_testi_style .swiper-slide {
    padding: 0px !important;
}

.my_testi_style .elementor-testimonial__footer:before {
    content: '';
    position: absolute;
    left: 15px;
    top: -13em;
    background-image: url('/wp-content/uploads/2025/02/new_stars_icon.png');
    width: 26px;
    height: 160px;
}
.testi_section {
    padding: 7em 0px;
}

.testi_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/12/reviews-after-1.png');
    width: 605px;
    height: 345px;
}

.testi_section:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 50px;
    background-image: url('/wp-content/uploads/2024/12/reviews-after-2.png');
    width: 230px;
    height: 205px;
}
.my_testi_style .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 0px !important;
    margin: 0px 5px !important;
    transition: all 0.5s linear;
    opacity: 1 !important;
}.my_testi_style span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ac4dad !important;
    transform: scale(1.3);
}
.cp_row p {
    margin: 0 auto;
    position:relative;
    display:table;
    width:100%;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

ul.social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #ac4dad;
    text-align: center;
    line-height: 32px;
    transition: all 0.5s linear;
}

ul.social_list a img {
    transition: all 0.5s linear;
}

ul.social_list a:hover {
    background: #212121;
}

.foo_last_menu
{
    padding:25px 0px;
}

.foo_last_menu .elementor-nav-menu {
    background: #fff;
    padding: 20px 75px;
    position: relative;
}

.foo_last_menu .elementor-nav-menu:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0px;
    width: 35px;
    height: 60px;
    background: #fff;
    transform: skew(25deg, 0deg);
}

.foo_last_menu .elementor-nav-menu:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0px;
    background: #fff;
    width: 35px;
    height: 100%;
    transform: skew(-20deg, 0deg);
    opacity: 1 !important;
    visibility: visible !important;
}

.cp_row {
    position: relative;
}

.cp_row p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 37%;
    height: 2px;
    background: #ac4dad;
}

.cp_row p:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    width: 37%;
    height: 2px;
    background: #ac4dad;
}

.footer_top_section  .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer_top_section
{
    padding:4em 0px 2em;
}
.author_section_inner,.contact_inner_section 
{
    padding: 2em 0px 7em;
}
.inner_blog_block .elementor-post__excerpt {
    display: block;
    padding-right: 0px;
}
.my_form_style input,.my_form_style textarea {
    padding: 13px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    min-height: auto !important;
    padding: 18px 0px !important;
}

.remove_title_sp {
    margin-bottom: 0px !important;
}


@media only screen and (max-width: 1200px) {
    .cp_row p:before {
        width: 32%;
    }
    .cp_row p:after {
        width: 32%;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    header {
        padding: 0px 0px;
    }
    .page_home header {
        position: relative;
    }
    .my_menu_style .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -70px;
    }
    .remove_psd_on_mob .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .top_banner_section {
        padding: 8em 0px;
    }
    .author_section {
        padding: 5em 0px;
    }
    .book_cover_single img {
        max-width: 100% !important;
        right: 0em;
        top: 0em;
    }
    .book_txt_col {
        margin: 0em 0px 0px;
    }
    .book_main_section {
        padding: 5em 0px;
    }
    .video_sec {
        padding: 5em 0px;
    }
    .video_play_btn {
        margin: 2em auto;
        position: relative;
        top: 0em;
    }
    .blog_section {
        padding: 5em 0px;
    }
    .blog_section .elementor-column {
        width: 100% !important;
    }
    .my_blogs_style .elementor-post__text {
        position: relative;
        padding: 25px 0px 0px;
    }
    .my_testi_style .elementor-testimonial {
        padding: 15px;
        width: 100%;
        float: none;
    }
    .my_testi_style .elementor-testimonial__footer {
        position: relative;
        width: auto;
        left: 0em;
    }
    .single_blog_img  article.elementor-post {
        margin-bottom: 25px;
    }
    .book_txt_col {
        margin: 0em 0px 0px;
    }
    .book_main_section .elementor-container.elementor-column-gap-default {
        flex-flow: column-reverse;
    }
    .elementor-widget-text-editor br,.top_banner_large_title br,.section_title_large br,
    .section_title_small br,.my_testi_style .elementor-testimonial__footer:before,
    .testi_section:before,.author_section:after,.video_sec:after
    {
        display:none;
    }
    .testi_section {
        padding: 5em 0px;
    }
    .footer_top_section {
        padding: 2em 0px;
    }
    .foo_small_txt {
        padding: 0px 15px;
    }
    .top_banner_large_title .elementor-heading-title {
        font-size: 45px !important;
    }
    .section_title_large .elementor-heading-title {
        font-size: 35px !important;
    }
    .author_single_img,.book_cover_single
    {
        margin-bottom:35px;
    }
    .cp_row p:before,.cp_row p:after
    {
        width: 15%;
    }
    .other_platfomr_row {
        padding: 30px 0px;
    }
    .platform_new_list ul {
        flex-flow: wrap;
    }
    .author_section_inner, .contact_inner_section {
        padding: 2em 0px 3em;
    }
}

@media only screen and (max-width: 568px) {
    .book_info_list ul {
        flex-flow: column;
    }
    .two_col_btn ul a {
        padding: 10px 20px;
    }
    .foo_last_menu .elementor-nav-menu {
        padding: 20px 20px 10px;
    }
    .book_prefer_type_list ul li a {
        padding: 7px;
    }
    .cp_row p:before, .cp_row p:after {
        width: 7%;
    }
    .foo_last_menu .elementor-nav-menu li.menu-item a {
        margin: 0px 15px 10px !important;
    }
}

/* New css ends here */
