/*----------------------
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: #ffffff;
    color: #570d5c;
    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;
}
header {
  position: relative;
  background: #000;
}
.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
  z-index: 1;
  margin: 0 auto;
  background: transparent;
  z-index:999;
}
.page_home .header_top .elementor-container.elementor-column-gap-default {
  background: #000;
  border-radius: 65px;
  padding: 15px 50px;
}
.top_banner_section {
  padding: 18em 0px 18em;
  z-index:99;
}

.top_banner_btn .elementor-button {
  padding: 10px 30px 5px !important;
}
.top_header_logo {
  margin-bottom: 0px !important;
}

.author_section {
  padding: 20em 0px 10em;
  margin-top: -12em;
  /*z-index: -1;*/
}
.author_section .elementor-container.elementor-column-gap-default {
  position: relative;
  z-index: 1;
}

.two_btn_list {
  display: flex;
  display: -webkit-flex;
  gap: 13px;
}
.two_btn_list li a {
  display: inline-block;
  padding: 10px 25px;
  background: #fff;
  color: #000;
  transition: all 0.5s linear;
  border: solid 1px #fff;
}
.two_btn_list li a:hover {
  background: #c23088;
  color: #fff;
}
.two_btn_list li.white_border_btn a {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
  background: #c23088;
  border-color: #c23088;
}

.cover_single_img img {
    max-width: 135% !important;
    float: right;
    position: relative;
    top: -5em;
    z-index:9;
}
.book_main_section,.book_main_section .elementor-widget-wrap.elementor-element-populated,.featured_sec,.featured_sec .elementor-widget-wrap.elementor-element-populated
{
  height: 570px !important;
}
.book_txt_col {
  /*padding-top: 50px;*/
  padding-top: 35px;
}
.choose_prof_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    align-items: center;
    flex-flow: row;
}

.choose_prof_list ul li a {
    display: inline-block;
    padding: 6px 12px;
    background: #fff;
    color: #0A6258;
    transition: all 0.5s linear;
    border: solid 1px #fff;
    text-transform:uppercase;
}

.choose_prof_list ul li a img {
    margin-left: 5px;
    transition: all 0.5s linear;
    height: 18px;
}

.choose_prof_list ul li a:hover {
    background: #c23088;
    border-color:#c23088;
    color: #fff;
}
.choose_prof_list ul li a:hover img{
    filter: brightness(0) invert(1);
}

.youtube_sec {
  padding: 12em 0px;
}

.fearure_txt_col {
  /*padding-top: 80px;*/
  padding-top: 55px;
}
.featured_single_img {
  position: relative;
  top: -8em;
  z-index:9;
}

.my_testi_block .elementor-main-swiper {
  width: 100% !important;
  overflow: hidden;
}
.testi_section {
  padding: 14em 0px 10em;
}
.my_testi_block .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
  border-radius: 0px !important;
}
.my_testi_block .elementor-testimonial__text {
  padding: 0px 12em;
}
.my_testi_block .elementor-swiper-button.elementor-swiper-button-prev {
  background-image: url('/wp-content/uploads/2025/08/arrow_left.png');
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  left: 0px;
  top: 35%;
}
.my_testi_block .elementor-swiper-button.elementor-swiper-button-next {
  background-image: url('/wp-content/uploads/2025/08/arrow_right.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 35%;
  z-index:9;
}
.my_testi_block .elementor-swiper-button {
  width: 68px;
  height: 68px;
  border: solid 1px #fff;
  text-align: center;
  line-height: 68px;
  border-radius: 50%;
  z-index:9;
}
.my_testi_block .elementor-swiper-button i{
  display: none
}

.sub_form_style input {
  padding: 13px 15px !important;
}
.sub_form_style .elementor-button {
  min-height: auto !important;
  padding: 17px 0px !important;
}
.sub_form_style {
  background: #FFF;
  padding: 12px;
  width: 85% !important;
}

.subscribe_sec {
  padding: 5em 0px;
}
.cp_txt p {
    margin: 0px;
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
}

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

ul.social_list a:hover {
    opacity: 0.7;
}
.cp_row {
  padding: 5px 0px;
  background-image: linear-gradient(to right,#1444FD 0%,#DC58B3 50%,#C80028 100%);
}

.contact_list li {
    position: relative;
}

.contact_list li:not(:last-child) {
    margin-bottom: 10px;
}
.contact_list li a {
    color: #fff;
    margin-left: 5px;
}
.contact_list li:hover a {
    color: rgb(255,255,255,0.7);
}
.author_section_inner {
  padding: 8em 0px;
}

.book_main_section_inner,.featured_sec_inner,.youtube_sec_inner
{
  padding: 7em 0px;
}
.book_main_section_inner .cover_single_img img {
  top: 0px;
}
.contact_inner_section {
    padding: 7em 0px;
    border-top: solid 4px #570d5c;
    border-bottom: solid 4px #570d5c;
}
.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;
}
body {
  background-image: url('/wp-content/uploads/2025/08/home_bg_img-scaled.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.author_section,.author_section_inner
{
    background-color: rgb(50,9,22,0.8) !important;
}
.book_main_section,.book_main_section_inner 
{
    background-color: rgba(43, 26, 44, 0.8) !important;
}
.youtube_sec
{
    background-color: rgba(61, 27, 57, 0.8) !important;
}
.featured_sec
{
    background-color: rgba(38, 39, 67, 0.8) !important;
}
.testi_section 
{
    background-color: rgba(27, 21, 63, 0.8) !important;
}
.footer_top_row 
{
    background-color: rgba(9, 18, 65, 0.8) !important;
}

.coming_soon_txt .elementor-heading-title {
  display: inline-block;
  background: #AA4A44;
  padding: 12px 20px;
  border-radius: 8px;
}


.post-title {
  display: none;
}
.blog_sec_inner {
  border-top: solid 5px #8e50d0;
  border-bottom: solid 5px #8e50d0;
  padding: 5em 0px;
}

.blog_section {
  padding: 5em 0px;
  background: rgb(0,0,0,0.6);
}

.home_blog_sec {
  padding: 15em 0px 7em;
}
.inner_row {
  margin-bottom: 25px;
}
.my_blogs_style .elementor-post {
  position: relative;
  border: solid 2px #fff;
  padding: 20px !important;
  border-radius: 15px;
}
.my_blogs_style .elementor-post .elementor-post__read-more {
  display: inline-block;
  padding: 6px 15px;
  background: #fff;
}
.latest_post_style .elementor-post {
  background: #570d5c;
  padding: 12px !important;
  border-radius: 12px;
}


.my_tabel_style.fixed {
  position: fixed;
  left: 15px;
  top: 35px;
  z-index: 1;
  width: 22% !important;
}
.my_tabel_style {
  animation: slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        
        transform: translateY(0);
    } 
}

@media screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .page_home .header_top .elementor-container.elementor-column-gap-default {
      border-radius: 45px;
      padding: 10px 20px;
    }
    .cover_single_img img {
      max-width: 100% !important;
      float: none;
      top: 0em;
    }
    .book_main_section,.book_main_section .elementor-widget-wrap.elementor-element-populated
    {
        height:auto !important;
    }
    .choose_prof_list ul {
      flex-flow: wrap;
    }
    .book_main_section {
      padding: 5em 0px;
    }
   
}

@media screen and (max-width: 767px) {
    .page_home header {
        position: relative;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 1;
        margin: 0 auto;
        background: #000;
        z-index: 999;
    }
    .remove_sp_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_menu_top .elementor-nav-menu--dropdown {
      background-image: linear-gradient(to right,#1444FD 0%,#DC58B3 50%,#C80028 100%);
    }
    .my_menu_top .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.my_menu_top .elementor-nav-menu--dropdown .elementor-item:hover {
      background: transparent !important;
    }
    .page_home .header_top .elementor-container.elementor-column-gap-default {
        border-radius: 0px;
        padding: 10px 0px;
    }
    .my_menu_top .elementor-menu-toggle {
        position: absolute;
      right: 0px;
      top: -80px;
    }
    .top_banner_section {
      padding: 3em 0px 10em;
    }
    .youtube_sec,.featured_sec,.home_blog_sec,.testi_section,.author_section_inner,.book_main_section_inner, .featured_sec_inner, .youtube_sec_inner,.contact_inner_section
    {
      padding: 5em 0px;
    }
    .my_testi_block .elementor-testimonial__text {
      padding: 0px 0em;
    }
    .author_section {
      padding: 15em 0px 5em;
      margin-top: -12em;
    }
    .author_sinlge_img,.cover_single_img,.make_it_full,.featured_single_img,.featured_single_img_inner
    {
      margin-bottom:30px;  
    }
    .author_section .elementor-column,
    .youtube_sec_inner .elementor-column,
    .youtube_sec .elementor-column.make_it_full
    {
      width: 100% !important;
    }
    .author_section .elementor-container.elementor-column-gap-default,
    .featured_sec .elementor-container.elementor-column-gap-default,
    .author_section_inner .elementor-container.elementor-column-gap-default,
    .featured_sec_inner .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .make_all_column_half,.youtube_sec_inner .make_all_column_half
    {
      width: 50% !important;
    }
    .featured_sec, .featured_sec .elementor-widget-wrap.elementor-element-populated {
      height: auto !important;
    }
    .fearure_txt_col {
      padding-top: 0px;
    }
    .featured_single_img 
    {
      top: 0em;
    }
    .my_testi_block .elementor-swiper-button,.elementor-widget-text-editor br,
    .section_title_large br,.section_title_small br
    {
        display:none;
    }
    .sub_form_style {
      width: 100% !important;
    }
    .subscribe_sec {
      padding: 3em 0px;
    }
    .subscribe_sec .elementor-heading-title {
      text-align: center;
    }
    .top_bann_txt {
      width: 100% !important;
      max-width: 100% !important;
    }
    .my_tabel_style.fixed {
      position: relative;
      left: 0px;
      top: 0px;
      z-index: 1;
      width: 100% !important;
    }
    .blog_sec_inner {
      padding: 2em 0px 0em;
    }
}

@media screen and (max-width: 568px) {
    .section_title_large .elementor-heading-title {
      font-size: 40px !important;
    }
    .section_title_small  .elementor-heading-title {
      font-size: 25px !important;
    }
}

@media screen and (max-width: 480px) {
    .section_title_large .elementor-heading-title {
      font-size: 25px !important;
    }
    .section_title_small  .elementor-heading-title {
      font-size: 20px !important;
    }
    .my_blogs_style .elementor-post__title a {
      font-size: 18px !important;
    }
}

/* New css ends here */
