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

.my_menu_style li.menu-item:last-child a {
    padding: 15px 29px !important;
    background: #68a77c;
    color: #fff !important;
    transition: all 0.5s linear;
    
}

.my_menu_style li.menu-item:last-child a:hover {
    background: #121212;
}

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

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    right: 0px;
    width: 0px;
    height: 2px;
    background: #68a77c !important;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item a:hover:after,.my_menu_style li.menu-item.current-menu-item a:after,.my_menu_style li.menu-item:hover a:after {
    width: 24px;
}
.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 3px;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background-color: #68a77c !important;
    transform: rotate(45deg);
}

.my_menu_style li.menu-item:last-child a:before,.my_menu_style li.menu-item:last-child a:after {
    display: none;
}

header {
    padding: 10px 0px;
}

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

.top_banner_section {
    padding: 11em 0px;
    border-bottom: solid 6px #68a77c;
}

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

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

.top_banner_txt {
    margin-bottom: 5px !important;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 11px 29px;
    background: #68a77c;
    color: #fff;
    font-size:16px;
    border: solid 1px #68a77c;
    transition: all 0.5s linear;
}

.two_col_btn ul a:hover {
    background: #212121;
    color:#fff;
    border-color:#121212;
}

.two_col_btn ul li.black_border_btn a {
    border-color: #212121;
    color:#212121;
    background: transparent;
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #68a77c;
    border-color: #68a77c;
    color:#fff;
}
.make_before_title .elementor-heading-title {
    position: relative;
    padding-left: 75px;
}

.make_before_title .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url('/wp-content/uploads/2024/12/before_title_green.png');
    width: 64px;
    height: 12px;
}

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

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

.section_txt {
    margin-bottom: 5px !important;
}

.abt_influ_style ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    flex-flow: row;
}

.abt_influ_style ul li {
    font-size: 16px;
}

.abt_influ_style ul li.border_list {
    flex: 0 0 22%;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    line-height: 22px;
}

.abt_influ_style ul li.border_list:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 12px;
    width: 55px;
    height: 3px;
    background: #68a77c;
}

.my_btn_style .elementor-button {
    padding: 13px 31px !important;
}

.author_section {
    padding: 7em 0px;
    position: relative;
}

.author_section:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 18%;
    background-image: url('/wp-content/uploads/2024/12/author_sec_before_icon.png');
    width: 214px;
    height: 499px;
    z-index: -1;
}

.white_title_before .elementor-heading-title:before {
    background-image: url('/wp-content/uploads/2024/12/before_title_white.png');
}

.book_cover_img img {
    /*max-width: unset !important;*/
}
.book_cover_img {
    position: relative;
    right: -4em;
}
.book_prefer_type_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.book_prefer_type_list ul a {
    display: inline-block;
    padding: 8px 25px;
    background: #fff;
    color: #121212;
    text-transform: uppercase;
    transition: all 0.5s linear;
}

.book_prefer_type_list ul a img {
    transition: all 0.5s linear;
    margin-left: 5px;
}

.book_prefer_type_list ul a:hover {
    background: #121212;
    color: #fff;
}

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

.two_col_btn ul li.full_light_green a {
    background: #9fbf9a;
    color: #5d7a59;
    border-color: #9fbf9a;
}

.two_col_btn ul li.full_light_green a:hover {
    background: #fff;
    border-color: #fff;
}

.two_col_btn ul li.white_border_btn a {
    border-color: #fff;
    background: transparent;
}

.two_col_btn ul li.white_border_btn a:hover {
    background: #fff;
    color: #68a77c;
    border-color: #fff;
}
.my_video_box {
    width: 150px !important;
    height: 40px;
}

.inner_row {
    margin-bottom: 25px;
}

.video_inner_sec_row {
    padding: 10em 3em;
    box-shadow: 0px 0px 25px 0px rgb(0,0,0,0.5);
    z-index:1;
}

.make_title_center .elementor-heading-title {
    display: table;
    margin: 0 auto 10px;
}

.make_after_title .elementor-heading-title
{
    padding-right:75px;
}

.make_after_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    background-image: url('/wp-content/uploads/2024/12/before_title_green.png');
    width: 64px;
    height: 12px;
    transform: rotate(180deg);
}
.video_sec {
    padding: 7em 0px 0px;
}
h2.post-title {
    display: none;
}

.blog_inner_sec {
    padding: 2em 0px 5em;
}
.blog_section_home {
    padding: 22em 0px 5em;
    margin-top: -15em;
}
.my_blog_style .elementor-post__read-more {
    border-bottom: solid 1px #fff;
}

.my_blog_style .elementor-post__text {
    /*padding: 0px 15px;*/
    padding: 0px;
}
.my_test_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden !important;
}

.my_test_style .swiper-slide {
    padding: 50px 32px 10px !important;
    margin-top: 26px;
    overflow: visible !important;
}

.my_test_style .elementor-testimonial__content {
    position: relative;
}

.my_test_style .elementor-testimonial__content:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5em;
    right: 0px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2024/12/testi_stars_icon-1.png');
    width: 150px;
    height: 36px;
}

.my_test_style cite.elementor-testimonial__cite {
    background: #9fbf9a;
    padding: 5px 45px;
    position: relative;
    top: 25px;
}

.elementor-testimonial__footer {
    margin-top: 0px !important;
}

.testi_section {
    padding: 7em 0px;
}
.foo_small_title .elementor-heading-title {
    position: relative;
}

.foo_small_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -9px;
    width: 29px;
    height: 2px;
    background: #9fbf9a;
}

.last_foo_menu li.menu-item {
/*     width: 50%;
    float: left; */
}

.subs_form input {
    padding: 15px 80px 15px 45px;
/*     border: solid 1px #68a77c !important; */
	border: solid 1px #FFF !important;
}

.subs_form input::placeholder {
    opacity: 1 !important;
    font-style: italic;
}

.subs_form .elementor-field-type-email {
    position: relative;
}

.subs_form .elementor-field-type-email:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    background-image: url('/wp-content/uploads/2024/12/footer_form_icon.png');
    width: 22px;
    height: 16px;
/*     filter: invert(1); */
}

.subs_form .e-form__buttons {
/*     width: 40% !important;
    position: absolute !important;
    right: 1px;
    top: 1px; */
}

.subs_form .e-form__buttons .elementor-button {
    padding: 19px 0px !important;
    min-height: auto !important;
	border: solid 1px #fff !important;
}

.foo_small_txt {
    margin-bottom: 8px !important;
}

footer {
/*     border-top: solid 7px #68a77c; */
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    position: relative;
    padding: 15px 0px;
}

.cp_row:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 11px;
    width: 620px;
    height: 2px;
    background: #9fbf9a;
    margin: 0 auto;
}

.foo_top_row {
    padding: 5em 0px 3em;
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

ul.social_list a {
    width: 34px;
    height: 34px;
    background: #68a77c;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.author_section_inner {
    padding: 3em 0px 5em;
}
.blog_section_inner {
    padding: 7em 0px 5em;
}
.contact_inner_section {
    padding: 4em 0px 7em;
}

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

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}
.my_test_style .elementor-testimonial__text {
    min-height: 270px;
}
.my_video_box, .my_video_box .elementor-wrapper.elementor-open-lightbox,.my_video_box .elementor-wrapper.elementor-open-lightbox img {
  width: 150px !important;
  height: 40px !important;
}
.book_main_section {
  padding: 5em 0px;
}

.my_blog_style .elementor-post__title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.subs_sec {
  padding: 4em 0px;
}

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


@media only screen and (max-width: 1375px) {
    .book_cover_img img {
        max-width: 135% !important;
    }
}


@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .book_cover_img {
        right: 0em;
    }
    .book_main_section {
        padding: 2em 0px;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .my_menu_style li.menu-item:last-child a {
        padding: 12px 20px !important;
    }
    .my_menu_style .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -45px;
    }
    .foo_top_row .elementor-column
    {
        width:100% !important;
    }
    .remove_sps_mob .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    .my_menu_style li.menu-item a:before,.my_menu_style li.menu-item a:after,
    .top_banner_large_title .elementor-heading-title.elementor-size-default br,
    .section_title_large .elementor-heading-title.elementor-size-default br,
    .elementor-widget-text-editor br
    {
        display: none;
    }
    .top_banner_large_title .elementor-heading-title.elementor-size-default {
        font-size: 42px !important;
    }
    .top_banner_section {
        padding: 5em 0px;
    }
    .top_banner_large_title .elementor-heading-title.elementor-size-default {
        text-shadow: 0px 0px 8px #fff;
    }
    .two_col_btn ul a {
        padding: 10px 25px;
        font-size: 15px;
    }
    .auhtor_single_img,.book_cover_img 
    {
        margin-bottom:35px;  
    }
    .book_cover_img img {
        max-width: 100% !important;
    }
    .author_section,.book_main_section,.testi_section,.video_sec
    {
        padding: 5em 0px;
    }
    .section_title_large .elementor-heading-title.elementor-size-default {
        font-size: 35px !important;
    }
    .book_main_section .elementor-container.elementor-column-gap-default {
        flex-flow: column-reverse;
    }
    .book_prefer_type_list ul a {
        padding: 8px 16px;
    }
    .blog_section_home {
        padding: 5em 0px;
        margin-top: 0em;
    }
    .video_inner_sec_row {
        padding: 3em;
    }
    .my_blog_style article.elementor-post:not(:last-child) {
        margin-bottom: 25px;
    }
    .my_test_style .elementor-testimonial__text {
        min-height: auto;
    }
    .my_test_style cite.elementor-testimonial__cite {
        padding: 5px 25px;
        position: relative;
        top: 0px;
        margin-top: 25px;
    }
    .my_test_style .swiper-slide {
        padding: 50px 32px 25px !important;
    }
    .foo_top_row {
        padding: 2em 0px;
    }
    .subs_form .e-form__buttons {
        position: relative !important;
        right: 0px;
        top: 0px;
/*         margin-top: 15px; */
    }
    .last_foo_menu li.menu-item {
        width: 100%;
    }
    ul.social_list {
/*         justify-content: flex-start; */
    }
    .author_section_inner {
        padding: 2em 0px;
    }
    .blog_section_inner {
        padding: 4em 0px;
    }
    .contact_inner_section {
        padding: 2em 0px 4em;
    }
    .contact_inner_section .elementor-widget-wrap.elementor-element-populated {
        padding: 0px !important;
    }
    .my_blog_style .elementor-post__thumbnail {
        padding-bottom: 30em !important;
    }
    .top_banner_txt 
    {
        padding-right: 15em;
    }
    .top_banner_large_title .elementor-heading-title.elementor-size-default br{
        display:block;
    }
	.subs_sec {
	  padding: 2em 0px;
	}
}

@media only screen and (max-width: 568px) {
 .top_banner_section {
    padding: 1.3em 0px;
/*     background-size: 100% 100% !important; */
    background-image: url('/wp-content/uploads/2025/07/top_banner_img-bg_mob.png') !important;
  }
  .top_banner_large_title .elementor-heading-title.elementor-size-default {
    font-size: 24px !important;
  }
  .top_banner_txt p
  {
      font-size: 13px !important;
  }
  .top_banner_txt {
    padding-right: 14em;
  }
  .top_banner_large_title .elementor-heading-title.elementor-size-default br{
      display:block;
  }
  .top_banner_section .two_col_btn ul a {
    padding: 8px !important;
    font-size: 13px !important;
  }	
	.last_foo_menu li.menu-item a {
	  margin: 0px 0px 12px !important;
	  text-align: center;
	  justify-content: center;
	}
	.last_foo_menu li.menu-item:last-child a {
	  margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 420px) {
    .top_banner_large_title .elementor-heading-title.elementor-size-default {
        font-size: 24px !important;
    }
    .top_banner_txt {
        padding-right: 9em;
    }
    .book_prefer_type_list ul a {
        padding: 8px 8px;
        font-size: 13px;
    }
    .book_prefer_type_list ul {
        gap: 6px;
    }
    .video_inner_sec_row {
        padding: 2em 10px;
    }
    .my_test_style .swiper-slide {
        padding: 50px 10px 25px !important;
    }
    .section_title_large .elementor-heading-title.elementor-size-default {
        font-size: 30px !important;
    }
	.top_banner_section {
    	background-image: url('/wp-content/uploads/2025/07/top_banner_img-bg_mob-nn.png') !important;
  }
}

/* New css ends here */
