/*----------------------
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: ##BC211E;
    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_single_img img {
    max-width: unset !important;
}

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

.page_home  header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.top_banner_txt_col {
    padding-top: 15em;
}

.red_btn .elementor-button {
    padding: 14px 25px !important;
}

.my_menu_style li.menu-item.current-menu-item a {
    position: relative;
    font-weight: 600 !important;
}

.my_menu_style li.menu-item a {
    position: relative;
}

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #BC211E !important;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item img {
    margin-right: 5px;
}
.author_section {
    padding: 10em 0px;
}
.book_prefer_type_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.book_prefer_type_list ul li a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 7px 22px;
    border-radius: 35px;
    transition: all 0.5s linear;
    border: solid 1px #000;
    font-size: 14px;
}

.book_prefer_type_list ul li a:hover {
    background: #bc211e;
    border-color: #bc211e;
}

.book_prefer_type_list ul li a img {
    margin-left: 5px;
}
.book_main_section {
    padding: 5em 0px;
}

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

.platform_list_row {
    padding: 30px 0px;
}
.make_bold_red strong {
    color: #BC211E;
}

.inner_row {
    margin-bottom: 30px;
}

.other_book_sec {
    padding: 80px 0px;
}
.podcast_sec {
    padding: 5em 0px;
}

.pod_title_name {
    background: #fff;
    width: 100% !important;
    max-width: 75%;
    margin: -20px auto 0px;
    padding: 15px 0px;
}

.pod_title_name .elementor-heading-title {
    min-height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

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

.my_video_box .elementor-wrapper {
    aspect-ratio:16/8 !important;
}

.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
    margin: 0px 6em 0px;
    text-align:center;
}

.my_testi_style .swiper-slide {
    /*padding: 40px 80px !important;*/
    /*position: relative;*/
    /*overflow: visible !important;*/
}

.my_testi_style .swiper-slide .elementor-testimonial:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -50px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/01/testi_sec_quote_icon.png');
    width: 101px;
    height: 101px;
    z-index: 1;
}

.my_testi_style .swiper-slide .elementor-testimonial {
    position: relative;
    padding: 75px 45px;
    background: #1E1E1E;
    border-radius: 30px;
    margin-top: 40px;
}

.testi_section {
    padding: 7em 0px;
}


.my_testi_style .elementor-swiper-button {
    width: 35px;
    height: 35px;
    background: #d82329;
    border-radius: 50%;
    display: inline-block;
    line-height: 37px;
    color: #fff;
    position: relative;
    top: -2em;
    z-index: 1;
}

.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev {}

.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {}


.foo_sub_row {
    padding: 3em 0px 6em;
}

.sub_form_style {
    /* background: #ccc !important; */
}

.sub_form_style input {
    padding: 20px 160px 20px 20px;
    min-height: auto !important;
    border-radius: 35px !important;
}

.sub_form_style .e-form__buttons {
    width: 135px !important;
    position: absolute !important;
    right: 8px !important;
    top: 8px !important;
}

.sub_form_style .elementor-button {
    min-height: auto !important;
    padding: 15px 0px !important;
}

.sub_form_style .elementor-form {
    border-radius: 35px !important;
}
.footer_mid_sec {
    padding: 5em 0px 0px;
    /*height:484px;*/
}

.footer_logo {
    position: relative;
    top: -10em;
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    gap: 15px;
    align-items: flex-end;
}

ul.social_list img {
    transition: all 0.5s linear;
}

ul.social_list a:hover img {
    opacity: 0.7;
}
ul.contact_list a {
    color: #fff;
    transition: all 0.5s linear;
}

ul.contact_list span.img_box {
    width: 33px;
    height: 33px;
    display: inline-block;
}

ul.contact_list a:hover {
    opacity: 0.8;
}

ul.contact_list li:not(:last-child) {
    margin-bottom: 15px;
}
.cp_row p {
    margin: 0px;
}

.cp_row {
    padding: 12px 0px;
}
.book_main_section_inner {
    padding: 0em 0em 5em;
}
.contact_inner_sec {
    padding: 2em 0px 7em;
}

.my_form_style input,.my_form_style textarea {
    padding: 13px 15px;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    min-height: auto !important;
    padding: 18px 0px !important;
}
/* New css ends here */
