/*----------------------
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: #858688;
    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 10em;
}

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

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

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


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

.platform_row {
    padding: 38px 0px;
}

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

.platform_list ul a:hover img {
    filter: opacity(0.6);
}

.section_small_title {
    margin-bottom: 6px !important;
}

.abt_list_wr ul {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
    position: relative;
    margin-bottom: 15px !important;
}

.abt_list_wr ul li {
    position: relative;
}

.abt_list_wr ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -16px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #6d6e71;
    border-radius: 50%;
}

.abt_list_wr ul:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0px;
    width: 116px;
    height: 3px;
    background: #6d6e71;
}

.author_icon_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.author_icon_list ul img {
    margin-right: 7px;
}

.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_col_btn ul li a {
    display: inline-block;
    padding: 12px 28px;
    background: #000;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #000;
}

.two_col_btn ul li a:hover {
    background: #fff;
    color: #000;
}

.two_col_btn ul li.black_border_btn a {
    background: #fff;
    color: #000;
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #000;
    color: #fff;
}

.author_section {
    padding: 7em 0px;
}

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

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

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

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

li.blod_txt {
    font-weight: 600;
}

.book_info_list {
    margin-bottom: 10px !important;
}
.book_txt_col {
    padding-top: 40px;
}

.white_cols_row .elementor-column {
    background: #fff;
    margin: 0px 5px;
    padding: 15px;
}

.make_title_border {
    position: relative;
}

.make_title_border:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -7px;
    width: 50px;
    height: 4px;
    background: #000;
}
.pre_top_inner_row {
    /*margin-bottom: 50px;*/
    margin-bottom: 20px;
}

.pref_row_main {
    padding: 50px 0px;
    margin-top: -11em;
}

.book_cover_img {
    position: relative;
    z-index: 1;
}
.make_title_after {
    margin-bottom: 35px !important;
}

.make_title_after .elementor-heading-title {
    position: relative;
}

.make_title_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 115px;
    height: 3px;
    background: #000;
}
.white_after .elementor-heading-title:after
{
    background:#fff;
}
.center_after .elementor-heading-title:after {right: 0px;margin: 0 auto;}

.inner_row {
    margin-bottom: 25px;
}

.book_trailer_section {
    padding: 6em 0px;
}

.video_inner_row {
    padding: 35px !important;
}
.my_video_box {
    width: 201px !important;
    height: 70px !important;
    margin-top: 5em;
}

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

.video_txt_col {
    padding-top: 10em;
}
h2.post-title {display: none;}

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

.blog_section {
    padding: 8em 0px;
}

.my_blog_style .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 93%;
}

.my_blog_style .elementor-post__text {
    padding: 85px 15px 0px!important;
    background: #fff;
    margin-top: -70px;
}

.my_blog_style .elementor-post__read-more {
    background: #000;
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    top: 15px;
}

.my_blog_style .elementor-post__excerpt {
    margin-bottom: 0px !important;
}

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

.testi_black_col {
    background: #000;
}

.my_testi_block .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
    border: solid 3px #6d6e71;
}

.my_testi_block .elementor-testimonial__text {
    position: relative;
    padding-top: 80px;
    border-bottom: solid 2px #6d6e71;
    padding-bottom: 20px;
}

.my_testi_block .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    background-image: url('/wp-content/uploads/2024/10/testi_stars_icon.png');
    width: 115px;
    height: 19px;
}

.my_testi_block .elementor-testimonial__text:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/10/testi_quote_icon.png');
    width: 72px;
    height: 58px;
}

.my_testi_block .elementor-swiper-button {
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    text-align: center;
    line-height: 43px;
}
.my_testi_block .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    right:65px;
    bottom:25px;
    z-index:9;
    left:unset !important;
    background-image:url('/wp-content/uploads/2024/10/arrow_left.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.my_testi_block .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    right:15px;
    bottom:25px;
    z-index:9;
    background-image:url('/wp-content/uploads/2024/10/arrow_right.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.my_testi_block .elementor-swiper-button i {
    font-size: 0px;
}
.testi_section {
    padding: 7em 0px;
}

ul.my_social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

ul.my_social_list li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: solid 1px #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: all 0.5s linear;
}

ul.my_social_list li a:hover {
    opacity: 0.7;
}

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

.footer_top_section {
    padding: 4em 0px;
}

.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 5px 0px;
}

.book_main_section_inner {
    padding: 5em 0px;
}
.form_style input,.form_style textarea {
    padding: 13px 15px;
}

.form_style textarea {
    resize: none;
    min-height: 150px;
}

.form_style .elementor-button {
    padding: 18px 0px !important;
}

.contact_main_row {
    padding: 7em 0px;
}

.form_style {
    margin: 14px 0px 0px;
}

.footer_logo {
    position: relative;
    margin-bottom: 40px !important;
}

.footer_logo:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -24px;
    width: 116px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
}
.book_title_one {
    margin-bottom: 10px !important;
}
.blog_inner_txt h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
}

.style_my_list ul {
    margin-bottom: 15px;
}

.style_my_list ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
}

.style_my_list ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 15px;
    height: 3px;
    background: #000;
}
/* New css ends here */
