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


header {
    /*padding: 13px 0px;*/
}

.my_menu_style li.menu-item:last-child a {
    padding: 12px 27px !important;
    background: #fea00a;
    border: solid 1px #fea00a;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item:last-child a:hover {
    background: #000;
    border-color: #000;
    color: #fea00a !important;
}

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

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

.my_menu_style li.menu-item a:hover:after,.my_menu_style li.menu-item.current-menu-item a:after {
    width: 22px !important;
}

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

.top_banner_section {
    padding: 12em 0px;
}

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

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

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

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.two_col_btn ul a {
    display: inline-block;
    padding: 12px 30px;
    background: #fea00a;
    color: #000;
    border: solid 1px #fea00a;
    transition: all 0.5s linear;
}

.two_col_btn ul a:hover {
    background: #000;
    border-color: #000;
    color: #fea00a;
}

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

.two_col_btn ul li.list_arr_btn a img {
    margin-left: 8px;
}

.two_col_btn ul li.list_arr_btn a:hover {
    background: #000;
}
.section_title_small {
    margin-bottom: 10px !important;
}

.platform_list_style ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    align-items: center;
}

.why_read_title {
    margin-bottom: 12px !important;
}

.why_read_list li {
    position: relative;
    padding-left: 25px;
}

.why_read_list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    background-image: url('/wp-content/uploads/2025/03/list_icon.png');
    width: 20px;
    height: 20px;
}

.why_read_list li:not(:last-child) {
    margin-bottom: 15px;
}

.book_txt_col {
    padding-left: 80px;
}

.book_main_section {
    padding: 8em 0px;
}
.less_block_sp {
    margin-bottom: 10px !important;
}

.my_btn .elementor-button {
    padding: 14px 35px;
}

.author_section {
    padding: 8em 0px;
}

.author_single_img .elementor-widget-container {
    position: relative;
}

.author_single_img .elementor-widget-container:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 40px;
    width: 458px;
    height: 556px;
    border: solid 3px #fea00a;
    z-index: -1;
}
span.yellow_txt {
    color: #fea00a;
}

.two_col_list li {
    float: left;
}

.two_col_list li:not(:first-child) {
    margin-left: 20px;
}

.beyound_sec {
    padding: 8em 0px;
}

h2.post-title {
    display: none;
}

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

.blog_section {
    padding: 7em 0px;
}

.inner_row {
    margin-bottom: 25px;
}

.my_blog_style a.elementor-post__read-more {
    position: relative;
}

.my_blog_style a.elementor-post__read-more:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 4px;
    background-image: url('/wp-content/uploads/2025/03/blog_read_arrow.png');
    width: 24px;
    height: 15px;
}
.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
    padding-bottom: 0px !important;
}

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

.my_testi_style span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.2);
}

.my_testi_style .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 0px !important;
    transition: all 0.5s linear;
}

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

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

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

.my_testi_style .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 15px;
    background-image: url('/wp-content/uploads/2025/03/testi_quote_icon.png');
    width: 45px;
    height: 34px;
}

.testi_section {
    padding: 7em 0px;
}
.cp_sec p {
    margin: 0px;
}

.cp_sec {
    padding: 4px 0px;
}

.foo_subs_sec {
    padding: 6em 0px;
}

.mid_footer {
    padding: 6em 0px;
}

.foo_menu li.menu-item {
    float: left;
    width: 50%;
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

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

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

.contact_list li:not(:last-child) {
    margin-bottom: 15px;
}

.contact_list li span.icon_box {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #fea00a;
    border-radius: 0px 17px 17px;
    text-align: center;
    line-height: 30px;
    margin-right: 11px;
    transition: all 0.5s linear;
}

.contact_list li a {
    color: #fff;
}

.contact_list li:hover a {
    color: #fea00a;
}

.contact_list li:hover span.icon_box {
    background: #fff;
}
.ad_top_sp {
    padding-top: 40px;
}
.author_section_inner {
    padding: 5em 0px 10em;
}
.blog_section_inner {
    padding: 4em 0px 7em;
}
.contact_inner_section {
    border-top: solid 4px #fea00a;
    padding: 6em 0px;
}
.my_form_style input,.my_form_style textarea {
    padding: 13px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}

.video_sec {
  padding: 7em 0px;
  border-top: solid 7px #fea00a;
  border-bottom: solid 7px #fea00a;
}
.my_video_box, .my_video_box .elementor-widget-container, .my_video_box .elementor-open-lightbox, .my_video_box .elementor-custom-embed-image-overlay,.my_video_box .elementor-custom-embed-image-overlay img {
  height: 500px;
  width: 100% !important;
  border-radius: 35px;
}

.blog_inner_txt ul li {
  position: relative;
  padding: 0px 0px 12px 25px;
}
.blog_inner_txt ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 11px;
  width: 15px;
  height: 5px;
  background: #fea00a;
}

@media only screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .my_menu_style li.menu-item a::after {
      left: 20px;
      right: unset;
      bottom: 0px;
    }
    .remove_pads_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -100px;
    }
    .top_banner_section {
      padding: 7em 0px;
      background-position: 30% 100% !important;
    }
    .book_main_section,.author_section,.beyound_sec,.video_sec,.blog_section,
    .testi_section,.contact_inner_section
    {
      padding: 5em 0px;
    }
    .blog_section_inner {
      padding: 4em 0px 4em;
    }
    .author_section .elementor-container.elementor-column-gap-default,.author_section_inner .elementor-container.elementor-column-gap-default
    {
        flex-flow: column-reverse;
    }
    .blog_inner_txt_row {
      padding: 0em 0px 0em;
    }
    .mid_footer,.foo_subs_sec
    {
      padding: 2em 0px;
    }
    .ad_top_sp {
      padding-top: 0px;
    }
    .foo_menu li.menu-item {
      width: 100%;
    }
    .book_cover_single,.author_single_img 
    {
      margin-bottom: 30px !important;
    }
    .book_txt_col {
      padding-left: 0px;
    }
    .author_single_img .elementor-widget-container::after {
        top: -20px;
        right: -20px;
    }
    .section_title_large .elementor-heading-title {
      font-size: 35px !important;
    }
    .top_banner_large_title .elementor-heading-title {
      font-size: 45px !important;
    }
    .top_banner_middle_title .elementor-heading-title {
      font-size: 30px !important;
    }
    .inner_row {
      margin-bottom: 0px;
    }
    .my_blog_style .elementor-post:not(:last-child) {
      margin-bottom: 25px !important;
    }
    .platform_list_style ul {
      flex-flow: wrap;
    }
    .section_txt br,.section_title_large br,.elementor-widget-text-editor br
    {
        display:none;
    }
    .two_col_list li:not(:first-child) {
      margin-left: 0px;
    }
    .two_col_list li {
      float: left;
      width: 100%;
    }
    .my_blog_style .elementor-post__thumbnail {
      padding-bottom: 35em !important;
    }
    .author_section_inner {
      padding: 5em 0px 2em;
    }
}

@media only screen and (max-width: 568px) {
    .section_title_large .elementor-heading-title {
        font-size: 30px !important;
    }
    .author_single_img .elementor-widget-container::after {
      width: 258px;
      height: 356px;
    }
    .two_col_btn ul a {
      padding: 10px 20px;
    }
}

/* New css ends here */
