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



/* 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 .elementor-nav-menu li:last-child a {
    padding: 8px 25px !important;
    background: linear-gradient(to right, #b18a3d, #dbda8c,#976913);
    border-radius: 25px;
    color: #443006 !important;
    transition: all 0.5s linear;
    position: relative;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

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

.top_banner_section {
    padding: 12em 0px 0px;
    height: 700px;
}

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

.two_column_btns ul li a {
    padding: 10px 25px;
    background-image: linear-gradient(45deg, black, transparent);
    border-radius: 25px;
    display: inline-block;
    color: #443006;
    background: linear-gradient(to right, #b18a3d 20%, #dbda8c 50%, #976913 100%);
    position: relative;
    border: solid 1px transparent;
}

.two_column_btns ul li a img {
    position: absolute;
    left: 5px;
    top: 4px;
}

.two_column_btns ul li:last-child a {
    padding: 10px 15px 10px 50px !important;
    background-image: linear-gradient(45deg, transparent, transparent);
    color: #fff;
    border: solid 1px #fff;
}
.top_banner_cover img {
    max-width: 115% !important;
}

.platform_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
}

.platform_titles {border-right: solid 2px #000;}

.platform_row {
    padding-top: 25px;
}
.add_border_on_section {
    border-right: solid 15px #fff;
    border-left: solid 15px #fff;
}
.abt_author_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    margin-bottom: 15px;
}

.abt_author_list ul img {
    margin-right: 10px;
}
.my_custom_btn .elementor-button-link {
    background-image: linear-gradient(to right, #b18a3d 20%, #dbda8c 50%, #976913 100%);
}
.author_section {
    padding: 7em 0px;
}
.section_title_small .elementor-heading-title {
    position: relative;
    padding-left: 60px;
}

.section_title_small .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 53px;
    height: 9px;
    background-image: url('/wp-content/uploads/2024/04/titles_after_img.png');
}

.section_title_small .elementor-heading-title:after {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 3px;*/
    /*background-image: url('/wp-content/uploads/2024/04/title_after_block.png');*/
    /*width: 9px;*/
    /*height: 9px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
}
.book_type_column .elementor-widget-wrap.elementor-element-populated {
    margin: 0px 5px 10px;
    padding: 15px 15px 10px !important;
    background-position: 95% 12% !important;
}
.add_some_btm_sp_title {
    padding-bottom: 20px;
}
.book_main_section {
    padding: 3em 0px !important;
}
.book_cover:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 35%;
    background-image: url('/wp-content/uploads/2024/04/book_section_after_img.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 883px;
    height: 295px;
}

.book_cover img {
    position: relative;
    z-index: 1;
    left: 20px;
}
.make_center_title .elementor-heading-title {
    display: table;
    margin: 0 auto;
    padding-right: 60px;
}

.make_center_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    background-image: url('/wp-content/uploads/2024/04/titles_after_img.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 53px;
    height: 9px;
}
.inner_row {
    margin-bottom: 25px;
}

.my_posts_style .elementor-post__text {
    position: absolute !important;
    bottom: 30px;
    left: 10px;
}
.my_posts_style article {
    position: relative;
}
.blog_section_main {
    padding: 7em 0px;
}

.my_posts_style .elementor-post__meta-data {
    position: absolute;
    right: 30px;
    top: -8em;
    width: 50px;
    height: 85px;
    text-align: center;
    border-radius: 0px 0px 25px 25px;
    background: linear-gradient(to right, #b18a3d, #dbda8c,#976913);
    margin: 0px !important;
}

.my_posts_style .elementor-post__meta-data span.elementor-post-date {
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.my_posts_style h3.elementor-post__title {
    margin: 0px 0px 10px;
}
.my_testi_block .elementor-main-swiper {
    width: 100%;
    overflow: hidden;
}

.testi_section {
    padding: 6em 0px 5em;
}
.my_testi_block .elementor-testimonial__text {
    min-height: 180px;
}
.my_testi_block cite.elementor-testimonial__cite {
    position:relative
}
.my_testi_block cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    background-image: url('/wp-content/uploads/2024/04/testi_stars.png');
    width: 95px;
    height: 16px;
}

.my_testi_block  .elementor-testimonial__footer {
    margin: 20px 0px 15px !important;
}
.my_testi_block .elementor-swiper-button-prev {
    position: absolute;
    right: 120px !important;
    left: unset !important;
    bottom: -95px;
    width: 44px;
    height: 44px;
    background-image: url('/wp-content/uploads/2024/04/left_arrow.png');
}

.my_testi_block .elementor-swiper-button-prev i,.elementor-swiper-button.elementor-swiper-button-next i {
    display: none;
}

.elementor-swiper-button-next {
    position: absolute;
    right: 70px !important;
    left: unset !important;
    bottom: -95px;
    width: 44px;
    height: 44px;
    background-image: url('/wp-content/uploads/2024/04/right_arrow.png');
}

.testi_section {
    margin-bottom: 5em;
}
.color_wala_column {
    background: #443006;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    right: 70px;
    top: 60px;
}
.my_custom_form input {
    height: 52px;
    background: transparent !important;
}

.my_custom_form textarea {
    background: transparent !important;
    padding: 20px 15px;
    resize: none;
}
.my_custom_form textarea::placeholder,.my_custom_form input::placeholder
{
    opacity: 1 !important;
}
.my_custom_form button {
    width: auto !important;
    padding: 14px 38px !important;
    display: inline-block;
    background: linear-gradient(to right, #b18a3d 20%, #dbda8c 50%, #976913 100%);
    flex-basis: 25% !important;
}

.my_custom_form .elementor-field-type-submit {justify-content: flex-end;}

.form_row {
    padding: 3em 0px 12em;
}
.footer_section {
    padding: 80px 0px 40px;
}

.social_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.social_list ul li {
    width: 34px;
    height: 34px;
    background-image: url('/wp-content/uploads/2024/04/circle_img.png');
    text-align: center;
    line-height: 33px;
}
.contact_list span.elementor-icon-list-icon {
    width: 34px;
    height: 34px;
    background-image: url('/wp-content/uploads/2024/04/circle_img.png');
    text-align: center !important;
    margin: 0px !important;
    justify-content: center !important;
    align-items: center !important;
}
.contact_list .elementor-icon-list-text {
    padding-left: 10px !important;
}
.cp_txt p {
    margin: 0px !important;
}

.bottom_footer_txt {
    background: linear-gradient(to right, #b18a3d 20%, #dbda8c 50%, #976913 100%);
    padding: 8px 0px;
}
.footer_section {
    border-image-source: linear-gradient(to right, #b18a3d 20%, #dbda8c 50%, #976913 100%);
    border-top: 8px solid;
    border-image-slice: 1;
}
.footer_title {padding-top: 40px;}


.form_row .section_title_small .elementor-heading-title:before {
    background-image: url('/wp-content/uploads/2024/04/form_title_before.png');
}
.book_type_title {
    margin-bottom: 15px !important;
}

.book_type_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -7px;
    background-image: url('/wp-content/uploads/2024/04/books_small_titles.png');
    width: 44px;
    height: 3px;
}
.contact_form_img:before {
    content: '';
    position: absolute;
    right: -150px;
    top: -55px;
    background-image: url('/wp-content/uploads/2024/04/contact_section_after_img.png');
    width: 452px;
    height: 772px;
    opacity: 1;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: -1;
}
.inner_page_top_banner {
    min-height: 400px !important;
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center !important;
    align-items: center;
}

.inner_page_top_banner .elementor-heading-title {
    margin: 60px 0px 0px;
}
.add_inn_sp {
    margin: 7em 0px !important;
}
.remove_title_btm_sp {
    margin-bottom: 10px !important;
}
.contact_page {
    padding-top: 10em;
}
h2.post-title {
    display: none;
}
.blog_section_row {
    padding: 3em 0px;
}
.header_social_list {
    position: absolute;
    left: -30%;
    bottom: 20%;
}

.header_social_list img {
    filter: brightness(0) invert(1);
    margin-bottom: 15px;
}

.header_social_list li:last-child img {
    margin-bottom: 0px;
}

.header_social_list:before {
    content: '';
    position: absolute;
    left: 4px;
    top: -770px;
    width: 2px;
    height: 750px;
    background: #fff;
}

@media only screen and (max-width: 1366px) {
  	.header_social_list {
		left: -50px;
	}
}

@media only screen and (max-width: 1024px) {
  	.container {
        width: 100%;
    }
    .add_border_on_section {
        border-right: solid 0px #fff;
        border-left: solid 0px #fff;
    }
    .abt_author_list ul li {
        font-size: 15px;
    }
    .abt_author_list ul img {
        margin-right: 5px;
    }
    .abt_author_list ul {
        gap: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .my_custom_menu .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -100px;
    }
    .my_custom_menu .elementor-nav-menu li:last-child a {
        background-image: unset;
        color: #fff !important;
        padding: 10px 12px !important;
    }

    .my_custom_menu .elementor-nav-menu li a {
        padding: 10px !important;
    }
    .top_banner_section .elementor-column {
        width: 100% !important;
    }
    .top_banner_section {
        height: auto;
    }
    .top_banner_cover img {
        max-width: 100% !important;
    }
    .header_social_list {
        display: none;
    }
    .top_banner_section .elementor-column,.abt_details_section  .elementor-column,
    .platform_row .elementor-column,.book_intro_section .elementor-column,
    .book_main_section .elementor-column
    {
        width: 100% !important;
    }
    .top_banner_large_title .elementor-heading-title,.section_title_large .elementor-heading-title {
        font-size: 40px !important;
    }
    .book_main_section {
        border: none !important;
    }
    .blog_section_main {
        padding: 4em 0px;
    }
    .testi_section {
        padding: 4em 0px;
    }
    .my_testi_block .elementor-testimonial__text {
        min-height: auto;
    }
    .color_wala_column {
        right: 0px;
        top: 0px;
        margin-top: 45px;
    }
    .book_type_column .elementor-widget-wrap.elementor-element-populated {
        padding: 35px 15px 35px !important;
    }
    .platform_titles {
        text-align: center;
        border: none;
        margin-bottom: 25px;
    }
    .platform_titles .elementor-heading-title br {
        display: none;
    }
    .platform_list ul {
        justify-content: center;
        align-items: center;
    }
    .abt_author_list ul {
        gap: 15px;
    }
    .author_section {
        padding: 3em 0px;
    }
    .contact_form_img img {
        width: 100%;
    }
    .form_row {
        padding: 5em 0px;
    }
    .contact_form_img:before {
        right: 0px;
        display:none;
    }
    .my_testi_block {
        margin-top: 30px;
    }
    .my_posts_style .elementor-post__meta-data
    {
        display:none;
    }
    .book_type_column .elementor-widget-wrap.elementor-element-populated p {
        margin: 0;
    }
    .book_main_section {
        padding: 3em 0px 0em !important;
    }
    .pre_title .elementor-heading-title {
        font-size: 18px !important;
    }
    footer .elementor-column {
        width: 100% !important;
    }
    .cp_txt {
        text-align: center;
    }
    
    .bottom_footer_txt .elementor-nav-menu--main {
        justify-content: center !important;
        margin: 0 !important;
    }
    
    .bottom_footer_txt .elementor-nav-menu {
        justify-content: center !important;
        margin: 0px !important;
    }
    .footer_title {
        padding-top: 10px;
    }
    .inner_page_top_banner .elementor-heading-title {
        font-size: 30px !important;
    }
    .add_inn_sp {
        margin: 5em 0px !important;
    }
    html .pre_title .elementor-heading-title {
        font-size: 18px !important;
    }
    .elementor-widget-text-editor br {
        display: none;
    }
}
@media only screen and (max-width: 568px) {
    html .contact_page {
        padding: 5em 0px;
    }
    .inner_page_top_banner {
        min-height: 300px !important;
    }
    .inner_page_top_banner .elementor-heading-title {
        margin: 100px 0px 0px;
    }
    .form_row {
        padding: 0em 0px 5em;
    }
    .footer_section {
        padding: 40px 0px 40px;
    }
    .abt_author_list ul {
        gap: 5px;
    }
    .abt_author_list ul img {
        width: 28% !important;
    }
    .top_banner_large_title .elementor-heading-title, .section_title_large .elementor-heading-title {
        font-size: 30px !important;
    }
    .my_posts_style .elementor-post__text {
        position: relative !important;
        bottom: 0px;
        left: 0px;
        background: #000;
        padding: 25px 15px 15px;
        margin-top: -20px;
        border-radius: 0px 0px 20px 20px;
    }
    .my_posts_style article.elementor-post:not(:last-child) {
        margin-bottom: 25px !important;
    }
    .my_posts_style a.elementor-post__thumbnail__link {
        margin: 0 !important;
    }
    .my_posts_style h3.elementor-post__title a {
        font-size: 23px !important;
    }
}
/* New css ends here */
