/*----------------------
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-image: url('/wp-content/uploads/2025/12/abt_book_sec_bg_img-scaled.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

::selection {
    background: #fff;
    color: #000;
    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_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.remove_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header {
  background: #000;
}
.my_menu_style li.menu-item:last-child a {
  padding: 10px 27px !important;
  background: #e35914;
  border: solid 1px #e35914;
  border-radius: 10px;
}
.my_menu_style li.menu-item:last-child a:hover {
  background: #000 !important;
}
.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  z-index: 1;
  background: transparent;
}
.top_bann_sec {
  padding: 20em 0px 7em;
}

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

.two_btn_list li a {
    display: inline-block;
    padding: 10px 28px;
    background: #e35914;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #e35914;
  border-radius: 10px;
    transition: all 0.5s linear;
}

.two_btn_list a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
    background: #e35914;
    border-color: #e35914;
}

.orange_txt {
  color: #e35914;
}

.top_bann_large_title,.top_bann_txt,
.section_title_small,.section_title_large
{
  margin-bottom: 10px !important;
}
.section_txt {
  margin-bottom: 7px !important;
}

.author_sec {
  padding: 7em 0px;
}
.author_single_img img {
  border-radius: 20px !important;
}

.author_sec:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 195px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
/*   height: 450px; */
	height: 650px;
}

.book_pref_list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.book_pref_list li a {
  padding: 6px 15px;
  border: solid 1px #e35914;
  color: #fff;
  border-radius: 10px;
  transition: all 0.5s linear;
  display:block;
}
.book_pref_list li a .img_box {
  margin-right: 7px;
}
.book_pref_list li a:hover {
  background: #fff;
  color: #e35914;
}
.book_sec {
  padding: 7em 0px;
}
.book_sec:before {
  content: '';
  position: absolute;
  left: 0em;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
  width: 51%;
  height: 100%;
  border-radius: 0px 16px 16px 0px;
}

.book_cover_img {
  position: relative;
  right: -3em;
}

.video_sec {
  padding: 7em 0px;
}
.my_video_box, .my_video_box .elementor-open-lightbox, .my_video_box .elementor-custom-embed-image-overlay,.my_video_box .elementor-custom-embed-image-overlay img {
  height: 603px;
  width: 100% !important;
}
.my_video_box .elementor-custom-embed-image-overlay img {
  border-radius: 35px;
}
.video_sec:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 200px;
  width: 100%;
  height: 410px;
  background: rgb(0,0,0,0.7);
}

.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 4em 0px;
}

.blog_sec {
  padding: 7em 0px;
}
.inner_row {
  margin-bottom: 30px;
}
.my_blogs_style .elementor-post__thumbnail__link {
  width: 360px !important;
}
.my_blogs_style .elementor-post {
  position: relative;
}
.my_blogs_style .elementor-post__text {
  position: absolute !important;
  right: 0px;
  bottom: 46px;
  width: 65% !important;
  padding: 20px;
  border-radius: 20px;
  background: rgb(227,89,20,0.6);
}

.testi_sec,.contact_inner_section
{
  padding: 7em 0px;
}
.my_testi_style .swiper-slide {
  padding: 0px !important;
}
.my_testi_style .elementor-testimonial {
  display: flex;
  display: -webkit-flex;
  flex-flow: column-reverse;
}
.my_testi_style .elementor-testimonial__image img {
  width: auto;
  height: auto !important;
  border: solid 2px #e35914;
  border-radius: 10px;
}
.my_testi_style .elementor-testimonial__name {
  position: relative;
}
.my_testi_style .elementor-testimonial__name:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0px;
  background-image: url('/wp-content/uploads/2025/12/testi_sec_stars_icon.png');
  width: 94px;
  height: 16px;
}
.my_testi_style .elementor-swiper-button {
  position: relative !important;
  top: unset !important;
  transform: translateY(0%) !important;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev {
  left: 0px !important;
}
.my_testi_style .elementor-swiper-button svg {
  fill: #fff !important;
  opacity: 1 !important;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev svg {
  fill: #e35914 !important;
  opacity: 1 !important;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {
  left: 0px !important;
}
.my_testi_style {
  margin-top: 50px;
}
.testi_sec:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 210px;
  width: 100%;
  height: 295px;
  background: rgba(0, 0, 0, 0.6);
}

.my_testi_style .elementor-testimonial__text {
  margin: 15px 0px !important;
}

.cp_txt p {
  margin: 0px;
}
.foo_top_sec {
  padding: 30px 0px;
  border-top: solid 5px #e35914;
}
.my_form_style input,.my_form_style textarea
{
  padding: 12px !important;
}
.my_form_style textarea
{
    resize:none;
}
.my_form_style .elementor-button {
  min-height: auto !important;
  padding: 15px 0px !important;
}
.subs_form {
  background: #fff;
  border-radius: 15px;
  padding: 6px;
  width: 100%;
  max-width: 40%;
  margin: 0 auto;
}
.subs_form .elementor-button {
  position: absolute;
  right: 15px;
  padding: 13px 20px !important;
  bottom: 13px;
}
.subs_form input {
  padding: 12px 120px 12px 12px !important;
}
.subs_form .e-form__buttons {
  margin: 0px !important;
}

.my_social_list {
  display: flex;
  display: -webkit-flex;
  gap: 5px;
	    justify-content: flex-end;
}
.foo_intro_txt {
  margin-bottom: 10px !important;
}

.cp_row .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.cp_row {
  padding: 12px 0px !important;
}
.abt_inner_sec:before
{
  top: 0px;
  height: 100%;
}
.my_blogs_style .elementor-posts-container {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  justify-content: center;
}
.my_blogs_style .elementor-posts-container .elementor-post {
  flex: 0 0 49%;
}

@media screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .author_sec::before {
      top: 15%;
    }
	.my_blogs_style .elementor-post__text {
	  width: 75% !important;
	  padding: 20px;
	}
	.my_blogs_style .elementor-posts-container .elementor-post {
	  flex: 0 0 47%;
	}
}


@media screen and (max-width: 767px) {
    .page_home header {
      position: relative;
      background: #000;
    }
    .remove_sp_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: -85px;
    }
    .top_bann_sec .elementor-container.elementor-column-gap-default,
    .book_sec .elementor-container.elementor-column-gap-default,
    .testi_sec .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .top_bann_cover_img,.author_single_img,.book_cover_img,.testi_single_img
    {
        margin-bottom:25px;
    }
    .book_cover_img {
      right: 0em;
    }
    .top_bann_large_title br,.elementor-widget-text-editor br,.section_title_large br
    {
        display:none;
    }
    .book_sec::before {
      width: 100%;
    }
    .two_btn_list li a {
        padding: 8px 20px;
        font-size: 15px;
    }
    .my_btn_style .elementor-button
    {
        padding: 11px 19px;
    }
    .author_sec,.book_sec,.video_sec,.top_bann_sec,.blog_sec,.testi_sec, .contact_inner_section
    {
      padding: 5em 0px;
    }
    .author_sec::before {
        top: 0%;
        height: 100%;
    }
    .book_pref_list {
      gap: 8px;
      flex-flow: wrap;
    }
    .my_video_box, .my_video_box .elementor-open-lightbox, .my_video_box .elementor-custom-embed-image-overlay, .my_video_box .elementor-custom-embed-image-overlay img {
      height: 550px;
    }
    .video_sec::before {
      top: 27%;
      height: 350px;
    }
    .my_blogs_style .elementor-post__thumbnail__link {
      width: 100% !important;
    }
    .my_blogs_style .elementor-post__text {
      position: relative !important;
      right: 0px;
      bottom: 0px;
      width: 100% !important;
      padding: 20px;
      border-radius: 0px 0px 20px 20px;
      margin: 0px 0px 25px;
    }
    .my_blogs_style .elementor-post:last-child .elementor-post__text {
      
      margin: 0px 0px 0px;
    }
    .my_blogs_style .elementor-post__thumbnail {
      border-radius: 20px 20px 0px 0px !important;
    }
    .my_testi_style {
      margin-top: 0px;
    }
    .testi_sec::before {
      top: 0px;
      height: 100%;
    }
    .my_social_list {
      justify-content: center;
    }
    .cp_txt p {
      margin: 0px 0px 10px;
    }
    .subs_form .elementor-button {
      position: relative;
      right: 0px;
      padding: 12px 10px !important;
      bottom: 0px;
    }
    .subs_form {
      padding: 15px 15px 25px;
      max-width: 80%;
    }
    .subs_form input {
      border-color: #e35914 !important;
      border-radius: 10px !important;
    }
    .foo_menu .elementor-nav-menu {
      display: flex;
      display: -webkit-flex;
      flex-flow: column;
      justify-content: center;
      align-content: center;
    }
    .foo_menu .elementor-nav-menu a {
      text-align: center !important;
      margin: 0px 0px 10px !important;
      display: block;
    }
    .foo_menu .elementor-nav-menu li:last-child a {
      margin-bottom: 0px;
    }
    .top_bann_large_title,.top_bann_txt {
      text-align: center;
    }
    .top_bann_sec .two_btn_list {
      justify-content: center;
    }
    .my_menu_style li.menu-item:last-child a {
      padding: 10px 20px !important;
    }
    .inner_row {
      margin-bottom: 20px;
    }
	.my_blogs_style .elementor-posts-container .elementor-post {
		flex: 0 0 100%;
	 }
}

@media screen and (max-width: 568px) {
    .top_bann_large_title .elementor-heading-title,.section_title_large .elementor-heading-title
    {
      font-size: 40px !important;
    }
	.my_blogs_style .elementor-post__thumbnail {
	  padding-bottom: 37em !important;
	}
}

@media screen and (max-width: 420px) {
    .subs_form {
        max-width: 100%;
    }
}

/* New css ends here */
