/*----------------------
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;
    background:#f6f6f6;
}

::selection {
    background: #000000;
    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 */


.header_top {
    padding: 18px 0px;
}

.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;
    position: relative;
    right: -40px;
}

.top_banner_txt p {
    margin-bottom: 0px !important;
}
.top_banner_large_title {
    margin-bottom: 10px !important;
}

li.white_btn {}

.two_col_btns {}

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

.two_col_btns ul li a {
    padding: 12px 30px;
    border-radius: 10px;
    background: #438bd3;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    position: relative;
    border: solid 1px #438bd3;
    transition: all 0.5s linear;
    display: inline-block;
}

.two_col_btns ul li.white_btn a img {
    /* position: absolute;
    left: 15px;
    top: 8px; */
    transition:all 0.5s linear;
    margin-right:7px;
}

.two_col_btns ul li.white_btn a {
    padding: 10px 30px 10px 30px;
    background: #fff;
    border-color: #fff;
    color:#000;
}

.two_col_btns ul li a:hover {
    background: #fff;
    color: #000;
    border-color: #438bd3;
}

.two_col_btns ul li.white_btn a:hover img {
    filter: brightness(0) invert(1);
}
.two_col_btns ul li.white_btn a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.choose_pref_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    margin-bottom: 5px;
}

.choose_pref_list ul li {
    position: relative;
}

.choose_pref_list ul li a {
    display: inline-block;
    padding: 9px 15px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    transition: all 0.5s linear;
    text-transform:uppercase;
    font-size: 12px;
}

.choose_pref_list ul li a:hover {
    background: #438bd3;
    /* color:#000; */
}

.choose_pref_list ul li img {
    transition: all 0.5s linear;
    margin: 0px 0px 0px 7px;
}

.book_main_section {
    padding: 10em 0px 8em;
}

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

.make_title_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 4px;
    background: #438bd3;
}

.make_title_after {
    margin-bottom: 35px !important;
}

.book_cover_img img {
    max-width: 150% !important;
}

.book_main_section:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url('/wp-content/uploads/2024/10/book_section_after_img.png');
    width: 342px;
    height: 391px;
    z-index:1;
}

.book_main_section:before {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 80px;
    background-image: url('/wp-content/uploads/2024/10/book_section_before_img.png');
    width: 254px;
    height: 219px;
    z-index:1;
}

.make_row_top {
    position: relative;
    z-index: 9;
}

.abt_author_list {
    position:relative;
}

.abt_author_list:after
{
    content:'';
    position:absolute;
    left:0px;
    bottom:-10px;
    width:100px;
    height:5px;
    background:#438bd3;
}


.abt_author_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 42px;
    position: relative;
}

.abt_author_list ul li {
    position: relative;
}

.abt_author_list ul li:not(:first-child):after {
    content: '';
    position: absolute;
    left: -30px;
    top: 2px;
    background: url('/wp-content/uploads/2024/10/author_section_list_icon.png') 0% 0% / cover no-repeat;
    width: 19px;
    height: 19px;
}
.remove_btm_sp {
    margin-bottom: 10px !important;
}

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

.author_section {
    padding: 7em 0px;
}

.author_section:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 40px;
    background-image: url('/wp-content/uploads/2024/10/author_section_after_icon.png');
    width: 301px;
    height: 277px;
    z-index: -1;
}

.make_img_after:after {
    content: '';
    position: absolute;
    left: -160px;
    bottom: -50px;
    background-image: url('/wp-content/uploads/2024/10/author_section_img_after.png');
    width: 311px;
    height: 248px;
    z-index: -1;
}
.abt_txt_col {
    padding-left: 40px;
}

.center_title_after .elementor-heading-title:after {
    right: 0px;
    margin: 0 auto;
}

.blog_section_top_titles {
    padding: 9em 0px 10em;
}

h2.post-title {
    display: none;
}

.blogs_main_row {
    padding: 3em 0px 3em;
}
.my_blogs_style .elementor-post__text {
    padding: 0px 25px;
}

.my_blogs_style .elementor-post__thumbnail:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #438bd3, transparent);
}

.blogs_list_row {
    margin-top: -100px;
    position: relative;
}

.blogs_list_row:before {
    content: '';
    position: absolute;
    top:-80px;
    left:-170px;
    background-image:url('/wp-content/uploads/2024/10/blog_section_before_icon.png');
    width:154px;
    height:118px;
}


.blogs_list_row:after {
    content: '';
    position: absolute;
    top:0px;
    right:-170px;
    background-image:url('/wp-content/uploads/2024/10/blog_section_after_icon.png');
    width:136px;
    height:68px;
}

.inner_row
{
    margin-bottom:30px;
}

.my_testi_style .swiper-container {
    width: 100% !important;
    overflow: hidden;
    padding-left: 2px;
}

.my_testi_style .elementor-testimonial__footer img {
    width: auto !important;
    height: auto !important;
    position: relative;
    text-align:left;
}

.my_testi_style .swiper-slide {
    /* margin-top: 50px; */
    padding: 0px !important;
}

.my_testi_style .elementor-testimonial {
    background: #fff;
    padding: 20px !important;
    margin-top: 0px;
    border-radius: 40px;
    border:solid 2px #438bd3;
}

.my_testi_style .elementor-testimonial__image {
    margin-top: 0px;
}
.my_testi_style  .elementor-testimonial__text {
    position: relative;
}

.my_testi_style .elementor-testimonial__text:after {
    content: '';
    position: absolute;
    left: -20px;
    right: 0px;
    bottom: -15px;
    width: 115%;
    height: 1px;
    background: #438bd3;
}
.my_testi_style .swiper-pagination-bullet-active {
    transform: scale(1.5);
}
.testi_section {
    padding: 8em 0px 22em;
}

.testi_section:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 218px;
    background-image: url('/wp-content/uploads/2024/10/testi_section_after_bg.png');
}

.my_testi_style .elementor-testimonial__footer {
    text-align: left !important;
}

.my_testi_style .elementor-testimonial__footer {
    justify-content: flex-start !important;
}

.my_testi_style .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 45px;
    background-image: url('/wp-content/uploads/2024/10/testi_section_stars_icon.png');
    width: 94px;
    height: 16px;
}
.my_testi_style span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px !important;
    border-radius: 5px !important;
}

.my_testi_style span.swiper-pagination-bullet {
    margin: 0px 10px !important;
}

.my_testi_style .swiper-pagination.swiper-pagination-clickable {
    bottom: -15px !important;
}

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

.social_list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #438bd3;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.5s linear;
}

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

.social_list li a:hover {
    background: #000;
}

.cp_txt p {
    margin: 0px;
}

.footer_middle_row {
    padding: 15px 0px;
}

.footer_main_menu li.menu-item:not(:last-child):after {
    content: '' !important;
    position: absolute !important;
    right: -12px !important;
    top: 0px !important;
    background-image: url('/wp-content/uploads/2024/10/footer_list_icon.png') !important;
    width: 19px !important;
    height: 19px !important;
    opacity: 1 !important;
    border: none !important;
}
.footer_logo:after {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -10px;
    margin: 0 auto;
    width: 80px;
    background: #438bd3;
    height: 2px;
}

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

.footer_top_section {
    padding: 70px 0px 30px;
}

.my_form_style input,.my_form_style textarea {
    padding: 12px 15px !important;
}

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

.my_form_style .elementor-button {
    padding: 16px 0px !important;
}

.contact_section {
    padding: 7em 0px;
}
.my_video_box .elementor-wrapper.elementor-open-lightbox {
    width: 100% !important;
    height: 520px;
}
.video_sec {
    padding: 7em 0px;
    margin-top: 7em;
}

.book_cover_inner_img img {
    max-width: unset !important;
}

.inner_page_top {
    padding: 0em 0px 10em;
    border-bottom: solid 4px #438bd3;
}

.inner_page_top:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 20px;
    background-image: url('/wp-content/uploads/2024/11/inner_book_page_top_after_img.png');
    width: 194px;
    height: 102px;
}
.inner_book_sec {
    padding: 8em 0px;
}

.color_col_one {
    background: #ccccff;
}
.color_col_two {
    background: #ffb6c1;
}
.color_col_three {
    background: #40e0d0;
}
.color_col_four {
    background: #fff44f;
}

.inner_color_col {
    padding: 36px 25px 15px;
    border-radius: 25px;
    margin:0px 10px 20px;
}
.book_inner_two_col .elementor-column{
    padding: 80px 35px 45px;
    margin: 0px 13px;
    background-image: linear-gradient(to top, #dbc660 , transparent);
    outline: dashed 2px #000;
    border-radius: 25px;
    outline-offset: -20px;
}

.children_single_img {
    position: relative;
    z-index: 1;
}

.book_why_guide_two {
    border-bottom: solid 5px #438bd3;
    padding: 33em 0px 7em;
    margin-top: -30em;
}
/* New css ends here */
