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


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  .elementor-widget-wrap.elementor-element-populated.e-swiper-container {
    padding: 0px !important;
}

.my_slide_style .swiper-pagination {
    position: relative !important;
    display: inline-block !important;
    background: #1A360D;
    padding: 16px 0px !important;
    bottom:0px !important;
}

.my_slide_style .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B1C05D !important;
    border-radius: 5px !important;
}

.my_slide_style .swiper-pagination .swiper-pagination-bullet {
    background: #E5E8AB !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0px 4px !important;
    transition: all 0.5s linear;
    opacity: 1 !important;
}

.my_slide_style .elementor-button {
    border-radius: 0px 15px;
    padding: 13px 25px !important;
    transition: all 0.5s linear;
}

.my_slide_style .elementor-button:hover {
    /*background: #207123 !important;*/
    /*border-color: #207123 !important;*/
}
header {
    padding: 15px 0px;
}

.my_slide_style .swiper-slide-contents {
    width: 100% !important;
    max-width: 100% !important;
    margin: 100px 0px 0px !important;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    margin: 0 auto;
    z-index: 9;
}

.page_home header .header_top .elementor-container.elementor-column-gap-default {
    background: #fff;
    border-radius: 200px;
    padding: 15px 0px;
}
.my_nav_style li.menu-item a {
    position: relative;
}

.my_nav_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background: #000 !important;
    transition: all 0.5s linear;
}

.my_nav_style li.menu-item.current_page_item a:after,.my_menu_style li.menu-item a:after {
    width: 100%;
}

.author_section {
    padding: 10em 0px;
}
.author_section:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/03/author_sec_before_icon.png');
    width: 338px;
    height: 315px;
}
.author_section:after {
    content: '';
    position: absolute;
    right: 50px;
    bottom: 30px;
    background-image: url('/wp-content/uploads/2025/03/author_sec_after_icon.png');
    width: 188px;
    height: 235px;
}

.bird_title_after .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.bird_title_after .elementor-heading-title:before {
    content: '';
    position: absolute;
    right: -80px;
    top: -50px;
    background-image: url('/wp-content/uploads/2025/03/author_sec_title_after.png');
    width: 120px;
    height: 82px;
}
.my_btn_style .elementor-button {
    padding: 14px 25px !important;
}
.book_type_list ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.book_type_list ul li.title_list {
    margin-right: 20px;
    text-transform: uppercase;
}

.book_type_list ul li a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 13px 25px;
    color: #061101;
    background: #B1C05D;
    transition: all 0.5s linear;
}

.book_type_list ul li.dark_green a {
    background: #A1AF54;
}

.book_type_list ul li a img {
    transition: all 0.5s linear;
    width: 20px;
    height: 20px;
}

.book_type_list ul li a:hover img {
    filter: invert(1);
}

.book_type_list ul li a:hover {
    background: #061101;
    color: #fff;
}
.book_cover_img img {
    max-width: 125% !important;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 13px;
}

.two_col_btn ul li a {
    display: inline-block;
    padding: 12px 25px;
    background: #B1C05D;
    border-radius: 35px;
    font-size: 15px;
    color: #061101;
    transition: all 0.5s linear;
}

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

.two_col_btn ul li a img {
    transition: all 0.5s linear;
    margin-left: 7px;
}

.two_col_btn ul li a:hover img {
    filter: invert(1);
}
.book_type_list {
    margin-bottom: 45px !important;
}

.book_main_section {
    padding: 20em 0px 7em;
}

.book_main_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -8px;
    background-image: url('/wp-content/uploads/2025/03/book_sec_before_img.png');
    width: 100%;
    height: 198px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.discover_sec .elementor-top-column > .elementor-widget-wrap.elementor-element-populated {
    background-image: url('/wp-content/uploads/2025/03/discover_sec_bg_img.png');
        background-repeat: no-repeat;
    background-position: center center;
    border-radius: 35px 35px 0 0px;
    padding: 75px 45px 80px !important;
}

.inner_row {
    margin-bottom: 40px;
}

.discover_first_block {
    background-image: url('/wp-content/uploads/2025/03/discover_sec_col_bg_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0px 95px;
    width: 575px !important;
    height: 437px !important;
    position: relative;
}
.discover_second_block {
    background-image: url('/wp-content/uploads/2025/03/discover_sec_col_bg_2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0px 80px;
    width: 484px !important;
    height: 299px !important;
    position: relative;
}
.discover_sec {
    padding: 0px 0px 7em;
}

.discover_sec:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('https://paulaisaac.clientcloud360.com/wp-content/uploads/2025/03/discover_sec_after_img.png');
    width: 100%;
    height: 198px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.discover_second_block .elementor-widget-container {
    position: relative;
    top: 2em;
    right: -2em;
}
.discover_first_block,.discover_second_block,.discover_three_block
{
    text-align: center;
}
.discover_first_block .elementor-widget-container {
    position: relative;
    top: 8.5em;
    transform: rotate(-7deg);
}

.discover_first_block h3,
.discover_second_block h3,
.discover_three_block h3
{
    margin: 0px 0px 5px;
    color: #B1C05D;
    font-family: "kidsco", Sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.discover_three_block {
    background-image: url('https://paulaisaac.clientcloud360.com/wp-content/uploads/2025/03/discover_sec_col_bg_3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0px 80px;
    width: 650px !important;
    height: 342px !important;
    position: relative;
    margin-top:-5.5em;
    right:0.5em;
}

.discover_three_block .elementor-widget-container {
    position: relative;
    top: 10em;
}
h2.post-title {
    display: none;
}

.blog_inner_page {
    padding: 3em 0px 5em;
    border-top: solid 4px #B1C05D;
    margin: 35px 0px 0px;
}
.blog_section {
    padding: 7em 0px;
}

.my_blog_style .elementor-post__read-more {
    position: relative;
    border-bottom: solid 1px #061101;
}
.testi_section {
    padding: 8em 0px;
}

.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    padding-bottom: 0px !important;
    overflow: hidden;
}

.my_testi_style .elementor-testimonial__footer {
    flex-flow: column-reverse;
    margin-top: 0px;
    position: relative;
    top: 40px;
}

.my_testi_style .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}

.my_testi_style .swiper-slide {
    padding: 0px !important;
}

.my_testi_style .elementor-testimonial {
    border: solid 5px #B0BF5C;
    border-radius: 40px;
    padding: 90px 30px 0px;
    margin-bottom: 35px;
}

.my_testi_style .elementor-testimonial__text {
    position: relative;
}

.my_testi_style .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -35px;
    right: 0px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/03/testi_sec_stars.png');
    width: 137px;
    height: 27px;
}

.my_testi_style .swiper-pagination {
    position: relative;
    bottom: 0px;
    margin-top: 45px;
}

.my_testi_style span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px !important;
    border-radius: 10px !important;
}

.my_testi_style span.swiper-pagination-bullet {
    transition: all 0.5s linear;
}
.my_testi_style .elementor-testimonial .elementor-testimonial__text {
  min-height: 250px;
}
.testi_section:before {
    content: '';
    position: absolute;
    left: 9em;
    top: 9em;
    background-image: url('/wp-content/uploads/2025/03/testi_sec_before_icon.png');
    width: 345px;
    height: 286px;
    z-index: -1;
}
.testi_section:after {
    content: '';
    position: absolute;
    right: 9em;
    bottom: 9em;
    background-image: url('/wp-content/uploads/2025/03/testi_sec_after_icon.png');
    width: 345px;
    height: 286px;
    z-index: -1;
}

.my_testi_style {
    position: relative;
}

.my_testi_style:before {
    content: '';
    position: absolute;
    right: -10em;
    top: -15em;
    background-image: url('/wp-content/uploads/2025/03/testi_sec_block_before_icon.png');
    width: 165px;
    height: 211px;
    z-index: -1;
}

.my_testi_style:after {
    content: '';
    position: absolute;
    left: -10em;
    bottom: -5em;
    background-image: url('/wp-content/uploads/2025/03/testi_sec_block_after_icon.png');
    width: 213px;
    height: 194px;
    z-index: -1;
}
.subs_from_sec {
    padding: 1em 0px;
}

.my_sub_form {
    background: #fff;
    padding: 10px;
    border-radius: 35px;
}

.my_sub_form input {
    padding: 12px 25px;
}

.my_sub_form .elementor-button {
    padding: 14px 0px !important;
    min-height: auto !important;
    text-transform: uppercase;
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 10px 0px;
}
.contact_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.contact_list ul li a {
    color: #061101;
    transition: all 0.5s linear;
}

.contact_list ul li a img {
    margin-right: 10px;
}

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

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

ul.social_list a:hover img {opacity: 0.7;}

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

.mid_foo_sec {
    padding: 5em 0px;
}
.contact_inner_section {
    padding: 7em 0px;
    border-top: solid 4px #B1C05D;
}
.my_form_style input,.my_form_style textarea {
    padding: 12px 25px !important;
}
.my_form_style textarea {
    resize: none;
}
.my_form_style .elementor-button {
    padding: 16px 0px !important;
    min-height: auto !important;
}
.my_slide_style .elementor-slides-wrapper {
  padding-bottom: 0px !important;
}
.my_slide_style .elementor-button:hover {
  color: #1a360d !important;
}

@media screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .page_home header .header_top .elementor-container.elementor-column-gap-default {
      border-radius: 100px;
      padding: 15px 35px;
    }
    .book_cover_img img {
      max-width: 100% !important;
    }
    .discover_three_block {
      right: 0em;
    }
    .author_section::before,.author_section::after,.testi_section::before,.testi_section::after
    {
      transform: scale(0.7);
    }
    .my_testi_style::after {
        left: 0em;
    }
    .my_testi_style::before {
        right: 0em;
    }
}

@media screen and (max-width: 767px) {
    .blog_inner_page {
      padding: 2em 0px 2em;
      margin: 0px 0px 0px;
    }
    .page_home header {
      position: relative;
      top: 0px;
    }
    .page_home header .header_top .elementor-container.elementor-column-gap-default {
        border-radius: 0px;
        padding: 0px 0px;
    }
    .my_nav_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -85px !important;
    }
    header {
      padding: 8px 0px 0px;
    }
    .remove_pads_on_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .author_section,.testi_section,.contact_inner_section,.blog_section
    {
      padding: 5em 0px;
    }
    .author_single_img,.book_cover_img,.blog_txt_col
    {
      margin-bottom: 25px;
    }
    .bird_title_after .elementor-heading-title::before,.section_title_large br,.section_title_small br,
    .elementor-widget-text-editor br,.author_section::before,.author_section::after,.testi_section::before,
    .testi_section::after,.my_testi_style::after,.my_testi_style::before,.elementor-slide-heading br,.elementor-slide-description br
    {
        display:none;
    }
    .book_main_section {
      padding: 15em 0px 5em;
    }
    .book_main_section .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .discover_sec .elementor-top-column > .elementor-widget-wrap.elementor-element-populated {
      border-radius: 25px 25px 0 0px;
      background-size: cover !important;
    }
    .discover_three_block {
      margin-top: 0em;
    }
    .my_testi_style .elementor-testimonial .elementor-testimonial__text {
      min-height: auto;
    }
    .subs_from_sec {
      padding: 2em 0px;
      text-align: center;
    }
    .my_sub_form input {
      padding: 12px 15px;
      border: solid 1px #000 !important;
      border-radius: 25px !important;
    }
    .my_sub_form {
      padding: 25px;
      border-radius: 25px;
    }
    .book_type_list {
      margin-bottom: 20px !important;
    }
    .book_type_list ul {
      flex-flow: wrap;
    }
    .foo_menu .menu-item a {
      padding: 0px !important;
      display: block;
      text-align: center !important;
    }
    .foo_menu .menu-item:not(:last-child) a
    {
      margin-bottom: 5px;
    }
    .foo_menu .elementor-nav-menu {
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
    .contact_list ul {
      gap: 25px;
      flex-flow: wrap;
    }
    .mid_foo_sec {
      padding: 3em 0px;
    }
    .my_blog_style .elementor-post__thumbnail {
      padding-bottom: 33em !important;
    }
    .discover_first_block {
      margin-bottom: 35px;
    }
    .section_title_large .elementor-heading-title {
      font-size: 45px !important;
    }
}

@media screen and (max-width: 568px) {
    .my_slide_style .elementor-button {
      padding: 10px 15px !important;
      font-size: 15px !important;
    }
}

@media screen and (max-width: 480px) {
    .discover_three_block {
      padding: 0px 50px;
    }
    .discover_three_block .elementor-widget-container {
      top: 8em;
    }
    .discover_second_block .elementor-widget-container {
      top: 1em;
      right: 0em;
    }
    .discover_second_block {
      padding: 0px 50px;
    }
    .discover_first_block {
      padding: 0px 70px;
    }
    .discover_first_block .elementor-widget-container {
      top: 7.5em;
    }
}

@media screen and (max-width: 420px) {
    .discover_second_block {
        padding: 0px 40px;
    }
    .discover_second_block .elementor-widget-container {
        top: 1em;
        right: -1em;
    }
    .discover_first_block .elementor-widget-container {
        top: 5.5em;
    }
    .discover_first_block {
        padding: 0px 50px;
      }
}

/* New css ends here */
