/*----------------------
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: #191819;
    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: 15px 0px;
}
.my_menu_style li.menu-item:last-child a {
  padding: 12px 32px !important;
  background: #00a79d;
  border-radius: 10px;
  border: solid 1px #00a79d;
  transition: all 0.5s linear;
  color: #fff !important;
}
.my_menu_style li.menu-item:last-child a:hover {
  background: #414042;
  border-color: #414042;
}

.top_bann_small_title .elementor-heading-title {
  display: inline-block;
}
.elementor-heading-title.elementor-size-default {
}
.top_bann_small_title .elementor-heading-title {
  display: inline-block;
  background: #00a79d;
  padding: 12px 18px;
  border-radius: 12px;
}
.blue_txt {
  color: #00a79d;
}
.small_txt {
  font-size: 55px;
}
.top_bann_small_title, .top_bann_large_title,.top_bann_txt,.section_title_small,.section_title_large,.section_txt
{
  margin-bottom: 10px !important;
}
.top_bann_sec {
  padding: 8em 0px;
  border-radius: 0px 0px 50px 50px;
}
.two_btn_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_btn_list li a {
    display: inline-block;
    padding: 10px 25px;
    background: #00a79d;
    color: #fff;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #00a79d;
    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: #00a79d;
    border-color: #00a79d;
}

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

.platform_row {
  padding: 3em 0px;
}

.platform_list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.platform_list a img {
  transition: all 0.5s linear;
}
.platform_list a:hover img {
  opacity: 0.6;
}

.author_type_list ul {
  display: flex;
  display: -webkit-flex;
  gap: 22px;
}
.author_type_list ul li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -12px;
  top: 5px;
  width: 2px;
  height: 15px;
  background: #191819;
}
.author_type_list ul li {
  position: relative;
}
.author_sec {
  padding: 6em 0px;
}
.choose_prof_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    align-items: center;
     flex-flow: wrap;
}

.choose_prof_list ul li a {
    display: inline-block;
    padding: 8px 22px;
    background: transparent;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #FFF;
    border-radius:25px;
    text-transform:uppercase;
}

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

.choose_prof_list ul li a:hover {
    background: #00a79d;
    border-color: #00a79d;
}
.book_sec {
    padding: 8em 0px;
    border-top: solid 7px #00a79d;
    border-bottom: solid 7px #00a79d;
}

.video_sec {
  padding: 7em 0px;
}
.inner_row {
  margin-bottom: 30px;
}
.my_video_box, .my_video_box .elementor-open-lightbox,.my_video_box .elementor-custom-embed-image-overlay {
  height: 550px;
  width: 100%;
}
.my_video_box .elementor-custom-embed-image-overlay img {
  height: 550px;
  border-radius: 40px;
}
.latest_post_style .elementor-post {
  background: #191819;
  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);
    } 
}


.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 5em 0px;
}
.blog_inner_style ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.blog_inner_style ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
  width: 15px;
  height: 2px;
  background: #c56419;
}

.blog_sec {
  border-left: solid 100px #fff;
  border-right: solid 100px #fff;
  background-size: 100% 100% !important;
}
.my_blog_style .elementor-post__text {
  padding: 0px 25px;
}
.blog_sec > .elementor-container.elementor-column-gap-default {
  padding: 10em 0px;
}

.my_testi_block .swiper-slide {
  /*padding: 30px 50px !important;*/
}
.my_testi_block .elementor-testimonial__footer {
  margin: 0px !important;
}
.my_testi_block .elementor-testimonial__footer img {
  width: 100% !important;
  height: auto !important;
  border-radius: 0px;
}
.my_testi_block .elementor-testimonial {
  flex-flow: row-reverse !important;
  justify-content: center;
  align-items: center;
}
.my_testi_block .elementor-testimonial__footer {
  flex: 0 0 30%;
}
.my_testi_block .elementor-testimonial__image {
  width: 100%;
}
.my_testi_block .elementor-testimonial__content {
  flex: 0 0 70%;
  padding: 50px 50px 20px 20px;
}
.my_testi_block .elementor-testimonial__cite {
  margin: 15px 0px 0px !important;
}
.my_testi_block .elementor-testimonial__cite .elementor-testimonial__name {
  position: relative;
}
.my_testi_block .elementor-testimonial__cite .elementor-testimonial__name:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -40px;
  background-image: url('/wp-content/uploads/2025/11/testi_stars_icon.png');
  width: 87px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
}
.my_testi_block .elementor-testimonial__text {
  position: relative;
}
.my_testi_block .elementor-testimonial__text:after {
  content: '';
  position: absolute;
  left: 0px;
  top: -75px;
  background-image: url('/wp-content/uploads/2025/11/testi_quote_icon.png');
  width: 81px;
  height: 62px;
  z-index: -1;
}

.my_testi_block .elementor-main-swiper {
  width: 100% !important;
  overflow: hidden;
  padding-bottom:0px !important;
}

.my_testi_block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px !important;
  border-radius: 5px;
  background: #00a79d !important;
}
.my_testi_block .swiper-pagination-bullet {
  transition: all 0.5s linear;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #191819 !important;
  opacity: 1;
}
.my_testi_block .swiper-pagination {
  text-align: right !important;
  position: relative;
  top: 0px !important;
  margin-top: -50px;
}
.my_testi_block .swiper-slide {
  /*padding: 0px !important;*/
}
.my_testi_block .elementor-testimonial__image {
  position: relative;
}
.my_testi_block .elementor-testimonial__image:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #191819;
  z-index:-1;
}
.testi_sec {
  padding: 8em 0px;
}


.cp_txt p {
  margin: 0px;
}
.cp_row {
  padding: 5px 0px;
}
.top_foo_sec {
  padding: 4em 0px 2em;
  border-top: solid 10px #00a79d;
}
.social_list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  justify-content: center;
}
.social_list a {
  transition: all 0.5s linear;
}
.social_list a:hover {
  opacity: 0.8;
}
.foo_intro {
  margin-bottom: 25px !important;
}
.foo_intro p {
  position: relative;
}
.foo_intro p:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -16px;
  width: 200px;
  height: 2px;
  background: #00a79d;
  margin: 0 auto;
}
.foo_menu {
  position: relative;
  margin-bottom: 40px !important;
}
.foo_menu:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: -20px;
  width: 250px;
  height: 3px;
  background: #00a79d;
}
.foo_menu li.menu-item a
{
  position: relative;
}
.foo_menu li.menu-item:not(:last-child) a:after {
  content: '';
  position: absolute;
  right: -22px;
  top: 10px;
  width: 10px;
  height: 2px;
  background: #00a79d !important;
  opacity: 1 !important;
}

.inner_book {
  border-top: solid 5px #00a79d;
}

.inner_blog_page {
  border: none;
}
.my_form_style input,.my_form_style textarea {
    padding: 16px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 15px 0px !important;
    min-height: auto !important;
}
.contact_inner_section {
  padding: 7em 0px;
}
/* New css ends here */

/* Woocommerce css start*/
.wc-block-cart__submit-container a {
    background-color: #00a79d !important;
    color: #fff;
}
td.wc-block-cart-item__image, .wc-block-components-product-name {
    pointer-events: none;
    cursor: default;
}
.wc-block-components-product-name {
    color: #000;
}
.wc-block-components-button {
    background-color: #00a79d !important;
	color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
     border: none;
    padding: 14px 30px !important;
	transition: all.5s;
}
.wc-block-components-button:hover{
    background-color: #414042 !important;
}
#post-299 {
    padding: 60px 0px;
}
.flip_sec {
  padding: 7em 0px;
  border-bottom: solid 5px #000;
}

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

@media screen and (max-width: 767px) {
    header {
      padding: 0px 0px;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -70px;
    }
    .remove_mob_sps .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_menu_style li.menu-item:last-child a {
      padding: 12px 22px !important;
      border-radius: 0px;
    }
    .top_bann_sec {
      padding: 5em 0px;
      border-radius: 0px 0px 30px 30px;
    }
    .top_bann_sec .elementor-container.elementor-column-gap-default,
    .book_sec .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .top_bann_large_title .elementor-heading-title,.small_txt {
      font-size: 45px !important;
    }
    .top_cover_img,.single_author_img,.book_cover_img,.flip_book_img
    {
        margin-bottom:35px;
    }
    .platform_list {
      justify-content: center;
      gap: 15px;
      flex-flow: wrap;
    }
    .author_sec {
      padding: 4em 0px;
    }
    .author_sec .elementor-widget-wrap.elementor-element-populated {
      /*padding-left: 0px !important;*/
      /*padding-right: 0px !important;*/
    }
    .two_btn_list li a,.my_btn_style .elementor-button{
      padding: 8px 20px !important;
      font-size: 15px !important;
    }
    .book_sec,.video_sec,.testi_sec,.blog_sec > .elementor-container.elementor-column-gap-default,
    .contact_inner_section
    {
      padding: 5em 0px;
    }
	.flip_sec {
	  padding: 4em 0px;
	}
    .choose_prof_list ul {
      flex-flow: wrap;
    }
    .choose_prof_list ul li a {
      padding: 7px 15px;
    }
    .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: 450px;
      width: 100%;
    }
    .elementor-widget-text-editor br,.section_title_large br,.section_title_small br
    {
        display:none;
    }
    .my_blog_style .elementor-post:not(:last-child) {
      margin-bottom: 20px;
    }
    .my_blog_style .elementor-post__thumbnail {
      padding-bottom: 35em !important;
    }
    .section_txt {
      max-width: 100% !important;
      width: 100% !important;
    }
    .my_testi_block .elementor-testimonial {
      flex-flow: column-reverse !important;
    }
    .my_testi_block .elementor-testimonial__footer {
      flex: 0 0 100%;
      margin-bottom: 30px !important;
    }
    .my_testi_block .elementor-testimonial__content {
      flex: 0 0 100%;
      padding: 50px 0px 20px 0px;
    }
    .my_testi_block .swiper-pagination {
      text-align: center !important;
      margin-top: 0px;
    }
    .top_foo_sec {
      padding: 2em 0px 2em;
    }
    .foo_menu .elementor-nav-menu {
      flex-flow: column;
      align-items: center;
    }
    .foo_menu .elementor-nav-menu a:after {
      display: none;
    }
    .foo_menu .elementor-nav-menu li:not(:last-child) a,.foo_menu .elementor-nav-menu > li:not(:first-child) > a
    {
      margin: 0px 0px 7px !important;
      display: block;
      text-align: center;
    }
    .my_blog_style .elementor-post__text {
      padding: 0px 0px;
    }
    .testi_sec .inner_row {
      margin-bottom: 0px;
    }
    .inner_row {
      margin-bottom: 20px;
    }
	.author_inner_page .inner_row {
		margin-bottom: 0px !important;
	}
}

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

@media screen and (max-width: 420px) {
    .section_title_large .elementor-heading-title {
      font-size: 28px !important;
    }
    .video_sec .elementor-widget-wrap.elementor-element-populated {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
}

/* Woocommerce css end*/