/*----------------------
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_custom_menu li.menu-item:last-child a {
    padding: 13px 35px !important;
    background: #fe0000 !important;
    color: #fff !important;
    border-radius: 10px;
}

.my_custom_menu li.menu-item:last-child:hover a {
    background: #ffbc00 !important;
    color: #000 !important;
}

.my_custom_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 8px;
    width: 0px;
    height: 2px;
    background: #fe0000 !important;
    opacity: 1 !important;
}

.my_custom_menu li.menu-item:last-child a:after {
    display: none;
}

.my_custom_menu li.menu-item:hover a:after,.my_custom_menu li.menu-item.current-menu-item a:after {
    width: 33px;
}

.top_header_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 18px;
}

.top_header_list ul img {
    margin-right: 10px;
}

.top_header_list ul li a {
    color: #000;
    transition: all 0.5s linear;
}

.left_list ul {
    justify-content: flex-start;
}

.right_list ul {
    justify-content: flex-end;
}

.top_header_list ul li a:hover {
    opacity: 0.7;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_banner_section {
    padding: 10em 0px;
}

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

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

.header_top {
    padding: 12px 0px 18px !important;
}
.section_title_small {
    margin-bottom: 12px !important;
}

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

.make_title_line .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 111px;
    height: 5px;
    background: #ffbc00;
}

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

.inner_row {
    margin-bottom: 30px;
}

.dare_images_row .elementor-column {
    background: #fe0000;
    border-radius: 15px;
    margin: 85px 10px 0px;
    padding: 55px 15px  10px !important;
}

.dare_top_icon {
    margin-top: -100px;
}

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

.dare_small_title .elementor-heading-title
{
    line-height:30px;
}

.dare_small_title .elementor-heading-title:after{
    content:'';
    position:absolute;
    left:0px;
    right:0px;
    bottom:-20px;
    width:40px;
    height:4px;
    background:#fff;
    margin:0 auto;
}
.dare_section {
    padding: 7em 0px;
}
.author_abt_list ul {
        background: #ffbc00;
    border-radius: 10px;
    padding: 12px 0px 12px 80px;
    width: 300px;
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    margin-left: -80px;
}

.author_abt_list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -12px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.author_abt_list ul li {
    position: relative;
}

.author_single_img {
    position: relative;
    z-index: 9;
}
.author_single_img {
    position: relative;
    z-index: 1;
}
.author_section.home_abt_section {
    padding: 18em 0px 7em;
    margin-top: -15em;
}

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

.book_info_list li {
    float: left;
    width: 48%;
    margin-bottom: 10px;
}

span.bold_txt {
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}
.book_type_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
    color:#fff;
}

.book_type_btn ul li a {
    display: inline-block;
    padding: 8px 10px;
    background: #ffffff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    border: solid 1px #000;
    transition: all 0.5s linear;
}

.book_type_btn ul li a img {
    margin-left: 10px;
}

.book_type_btn ul li a:hover {
    background: #ffbc00;
    border-color: #ffbc00;
}

.book_type_btn ul li:first-child {
    position: relative;
    margin-right: 15px;
}

.book_type_btn ul li:first-child:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    width: 2px;
    height: 21px;
    background: #ffffff;
}
.two_col_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_col_btns ul li {
    position: relative;
}

.two_col_btns ul li a {
    padding: 10px 27px;
    background: #fe0000;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    border: solid 2px #fe0000;
    transition: all 0.5s linear;
}

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

.two_col_btns ul li.black_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.two_col_btns ul li.black_btn a:hover {
    background: #fe0000;
    border-color: #fe0000;
}
.book_type_btn {
    margin-bottom: 35px !important;
}
.home_book_section {
    height: 600px;
}

.home_book_section .book_cover_single {
    top: 4em;
}
.book_txt_col {
    padding-top: 4em;
}

.service_section {
    padding: 7em 0px;
}

.home_service_section {
    padding: 7em 0px;
}

.video_sec {
  padding: 15em 0px 0px;
}
.my_trailer_box, .my_trailer_box .elementor-open-lightbox, .my_trailer_box .elementor-custom-embed-image-overlay,.my_trailer_box .elementor-custom-embed-image-overlay img {
  height: 500px;
  width: 100% !important;
}
.my_trailer_box .elementor-custom-embed-image-overlay img {
  border-radius: 30px;
}
.join_community {
    padding: 7em 0px;
}
.add_txt_btm_sp {
    margin-bottom: 35px !important;
}
h2.post-title {
    display: none;
}

.main_blog_section {
    padding: 3em 0px 5em;
}

.my_blog_style article.elementor-post {
    border: solid 2px #ffbc00;
    border-radius: 25px;
    padding: 15px 15px 35px;
    background:#fff;
    overflow: visible !important;
}

.my_blog_style article.elementor-post .elementor-post__title {
    position: relative;
    margin: 0px 0px 30px !important;
    padding: 0px 30px;
}

.my_blog_style article.elementor-post .elementor-post__title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
    width: 50px;
    height: 4px;
    background: #ffbc00;
    margin: 0 auto;
}

.my_blog_style article.elementor-post .elementor-post__read-more {
    display: inline-block;
    padding: 11px 0px;
    background: #fe0000;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -20px;
    width: 140px;
}

.my_blog_style article.elementor-post {
    position: relative;
}
.events_section {
    padding: 7em 0px;
}
.blog_section {
    padding: 8em 0px;
}

.testi_slider .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
    padding-right: 10px;
}

.testi_slider .swiper-slide {
    border: solid 2px #ffbc00;
    border-radius: 25px;
    padding: 35px 20px 35px;
    background: #fff;
    position:relative;
}

.testi_slider .swiper-slide:after
{
    content:'';
    position:absolute;
    right:0px;
    top:50px;
    background-image:url('/wp-content/uploads/2024/08/testi_quote_icon.png');
    width:77px;
    height:48px;
    
}

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

.testi_slider .elementor-testimonial__cite {
    margin-left: 10px !important;
}

.testi_slider .elementor-testimonial__title {
    position: relative;
}

.testi_slider .elementor-testimonial__title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    background-image: url('/wp-content/uploads/2024/08/testi_stars_icon.png');
    width: 76px;
    height: 12px;
}

.testi_slider .elementor-testimonial {
    display: flex;
    display: -webkit-flex;
    flex-flow: column-reverse;
}

.testi_slider .elementor-testimonial__footer {
    margin: 0px 0px 40px;
}
.testi_main_row {
    padding: 7em 0px;
}

.logos_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 55px;
}

.logos_list ul li {
    padding: 30px 25px;
    border: solid 2px #ffbc00;
    border-radius: 10px;
}

.logos_list ul li img {
    filter: grayscale(1);
    transition: all 0.5s linear;
}

.logos_list ul li:hover img {
    filter: grayscale(0);
}

.partner_section {
    padding: 7em 0px;
}
.contact_list ul li a {
    color: #fff;
    transition: all 0.5s linear;
}

.contact_list ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact_list ul li span.contact_icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #ffbc00;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
}

.contact_list ul li:hover a {
    color: #ffbc00;
}
.footer_main {
    border-top: solid 8px #ffbc00;
}

.cp_txt p {
    margin: 0px;
}

.cp_row {
    border-top: solid 1px #ffbc00;
    padding: 15px 0px;
}
.foo_menu {
    padding: 6em 0px 3em;
}
.footer_logo {
    margin-top: 25px;
}
.social_list  ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.social_list ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #ffbc00;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s linear;
}

.social_list ul li a:hover {
    background: #fff;
}

.author_section {
    padding: 7em 0px;
}
.pub_page {
    height: auto;
    padding: 5em 0px;
}

.pub_page .book_cover_single {
    top: 0px;
}
.contact_page {padding: 3em 0px 6em;}

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

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
}
.videos_section {
    padding: 7em 0px 0px;
}

.podcast_row {
    margin-bottom: 35px;
}
.magazine_row {
    padding: 6em 0px 3em;
}
.remove_btm_sp {
    margin-bottom: 25px !important;
}
.my_fb_widget_box,.my_fb_widget_box .elementor-widget-container,.my_fb_widget_box .elementor-widget-container iframe {
  height: 300px;
}
.other_video_sec {
  padding: 5em 0px;
}

@media screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .dare_images_row .elementor-column {
      margin: 85px 12px 0px;
      width: 22% !important;
    }
    .home_book_section {
      height: 700px;
    }
    .video_sec {
      padding: 5em 0px 0px;
    }
    .events_section,.testi_main_row,.partner_section
    {
      padding: 5em 0px;
    }
    .foo_menu {
      padding: 3em 0px;
    }
}

@media screen and (max-width: 767px) {
    .header_top {
      padding: 15px 0px 10px !important;
      border-bottom: solid 2px #fe0000;
      border-top: solid 2px #fe0000;
    }
    .my_custom_menu .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -75px;
    }
    .left_list ul,.right_list ul
    {
      justify-content: center;
    }
    .top_header_list ul {
      gap: 10px;
    }
    .my_custom_menu li.menu-item a::after {
      left: 20px;
      margin: 0;
      bottom: 4px;
    }
    .my_custom_menu li.menu-item:last-child a {
      padding: 12px 20px !important;
      border-radius: 0px;
    }
    .elementor-widget-text-editor br,.top_banner_large_title br,.section_title_large br,
    .section_title_small br,.book_type_btn ul li:first-child::after,.dare_small_title br
    {
        display:none;
    }
    .top_banner_large_title {
      margin-bottom: 10px !important;
    }
    .custom_btn .elementor-button {
      padding: 12px 22px !important;
    }
    .dare_images_row .elementor-column {
        margin: 25px 0px 0px;
        width: 100% !important;
        padding: 20px !important;
    }
    .author_abt_list ul {
      padding: 12px;
      width: 220px;
      margin-left: 0px;
    }
    .dare_top_icon {
      margin-top: 0px;
    }
    .author_single_img,.book_cover_single,.my_blog_style article.elementor-post:not(:last-child),
    .magazine_single_img
    {
       margin-bottom:25px;
    }
    .author_section.home_abt_section {
      padding: 5em 0px;
      margin-top: 0em;
    }
    .dare_section,.top_banner_section,.join_community,.home_service_section,
    .blog_section
    {
      padding: 5em 0px;
    }
    .magazine_row {
      padding: 3em 0px;
    }
    .book_txt_col {
      padding-top: 0em;
    }
    .home_book_section {
        height: auto;
        padding: 5em 0px;
    }
    .home_book_section .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .book_info_list li {
      width: 100%;
    }
    span.bold_txt {
      margin-right: 5px;
    }
    .two_col_btns ul li a {
      padding: 7px 20px;
    }
    .book_type_btn ul {
      gap: 10px;
      align-items: center;
      flex-flow: wrap;
    }
    .home_service_section .service_col_row,
    .podcast_row
    {
      margin-bottom: 0px;
    }
    .service_col_row .elementor-column {
      margin-bottom: 25px;
    }
    .videos_section {
      padding: 5em 0px 0px;
    }
    .video_title {
      margin-bottom: 20px;
    }
    .my_blog_style article.elementor-post .elementor-post__read-more {
        position: relative;
      bottom: 0px;
    }
    .my_blog_style article.elementor-post {
      padding: 15px 15px;
    }
    .logos_list ul {
      justify-content: center;
      gap: 10px;
      flex-flow: wrap;
    }
    .footer_logo {
      text-align: left !important;
      margin-bottom: 15px;
    }
    .cp_txt p {
      text-align: center;
    }
    .foo_last_menu .elementor-nav-menu {
      margin: 0 auto !important;
    }
    .section_title_large .elementor-heading-title,.top_banner_large_title .elementor-heading-title
    {
      font-size: 35px !important;
    }
    .home_book_section .book_cover_single {
      top: 0em;
    }
    .my_blog_style article.elementor-post .elementor-post__title {
      padding: 0px 0px;
    }
	.my_fb_widget_box
	{
	  margin-bottom: 20px;
	}
	.my_fb_widget_box,.my_fb_widget_box .elementor-widget-container,.my_fb_widget_box .elementor-widget-container iframe {
	  height: 300px;
	}
	.add_sp_only {
	  margin-bottom: 20px;
	}
}

@media screen and (max-width: 568px) {
    .partner_section .elementor-widget-wrap.elementor-element-populated {
      padding-left: 0px;
      padding-right: 0px !important;
    }
    .logos_list ul li {
      padding: 20px 12px;
      border-radius: 10px;
      min-height: 100px;
      display: flex;
      flex-flow: column;
      justify-content: center;
    }
	.my_fb_widget_box, .my_fb_widget_box .elementor-widget-container, .my_fb_widget_box .elementor-widget-container iframe {
		height: 270px;
	  }
}

@media screen and (max-width: 420px) {
    .section_title_large .elementor-heading-title, .top_banner_large_title .elementor-heading-title {
        font-size: 26px !important;
    }
    .my_trailer_box, .my_trailer_box .elementor-open-lightbox, .my_trailer_box .elementor-custom-embed-image-overlay, .my_trailer_box .elementor-custom-embed-image-overlay img {
      height: 300px;
      width: 100% !important;
    }
	.my_fb_widget_box, .my_fb_widget_box .elementor-widget-container, .my_fb_widget_box .elementor-widget-container iframe {
		height: 185px;
	  }
}

/* New css ends here */
