/*----------------------
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: #ffb600;
    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_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_banner_section {
    padding: 25em 0px 12em;
}

header {
    background: #f7f7f7;
    padding: 12px 0px;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
    background: transparent;
}

.my_btn_style .elementor-button {
    border-radius: 0px 20px 20px 20px !important;
    padding: 15px 30px !important;
}

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

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

.top_banner_txt {
    margin-bottom: 10px !important;
}
.my_menu_style li.menu-item a {
    position: relative;
}

.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/02/menu_after_icon.png');
    width: 51px;
    height: 10px;
}

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

.my_menu_style li.menu-item:last-child a {
    padding: 12px 25px !important;
    border-radius: 0px 20px 20px 20px !important;
    background: #ec6a13;
    color: #fff !important;
    border: solid 1px #ec6a13 !important;
    transition: all 0.5s linear;
}

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

.author_section {
    padding: 8em 0px 0px;
}

.author_section:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url('/wp-content/uploads/2025/02/abt_sec_after_img.png');
    width: 409px;
    height: 435px;
    z-index: -1;
}
.single_author_img img {
    max-width: 110% !important;
    float: right;
}

.section_title_small_txt {
    margin-bottom: 10px !important;
}

.section_title_large_txt {
    margin-bottom: 10px !important;
}

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


.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: 8px 15px;
    background: #000000;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #000000;
    border-radius:0px 20px 20px 20px;
    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: #ec6a13;
    border-color:#ec6a13;
}
.author_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: nowrap;
    gap: 10px;
}

.author_info_list ul .orange_txt {
    display: inline-block;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

.author_info_list ul .white_txt {
    color: #000;
    display: inline-block;
    padding-left: 51px;
    white-space: pre;
    font-weight:600;
}
.author_info_list ul li img {
    position: absolute;
    left: 0px;
    top: 0px;
    /* width: 23%; */
}

.author_info_list ul li {
    position: relative;
}
.book_main_section {
    padding: 7em 0px 0px;
    height: 750px;
}

.inner_book_sec {
  height: auto !important;
  padding-bottom: 5em;
}
.book_cover_img img {
    max-width: unset;
    position: relative;
    right: 2em;
    /*top:-50px;*/
}

.book_txt_col {
    padding-top: 5em;
}

ul.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
}

.make_title_underline {
    margin-bottom: 30px !important;
}

.make_title_underline .elementor-heading-title {
    position: relative;
}

.make_title_underline .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 47px;
    height: 4px;
    background: #ea6b10;
}

.book_other_platform_row {
    margin-top: 35px;
}

.video_btn_icon {
    margin: -30px auto 80px !important;
    width: 67px !important;
    height: 67px !important;
}

.video_btn_icon .elementor-widget-container, .video_btn_icon .elementor-wrapper,.video_btn_icon .elementor-custom-embed-image-overlay,.video_btn_icon .elementor-custom-embed-image-overlay img {
  width: 67px !important;
  height: 67px !important;
}

.yellow_col {
    background: #ffb600;
    padding: 0em 0em 0em;
    border-radius: 100%;
    width: 568px !important;
    height: 568px !important;
    margin: 0px auto;
}

.video_sec_title {
    margin-top: -280px;
    height: 280px;
}

.video_sec {
    padding: 10em 0px 0em;
    overflow: hidden;
    height: 700px;
}

.video_sec:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
    background: #005500;
    width: 100%;
    height: 250px;
}
h2.post-title {
    display: none;
}

.blog_inner_page {
    padding: 3em 0px 5em;
}
.inner_row {
    margin-bottom: 25px;
}

.blog_section {
    padding: 8em 0px;
}

.home_blog_sec {
    margin-top: 10em;
}

.my_blog_style .elementor-post__thumbnail__link img {
    height: 270px;
    object-fit: cover;
}

.my_blog_style .elementor-post__thumbnail__link {
    width: 100%;
    max-width: 80%;
    margin: 0 auto !important;
}

.my_blog_style .elementor-post__text {
    padding: 30px 25px;
    background-image: linear-gradient(to bottom, #d64541, #ffb600);
    border-radius: 20px;
    margin-bottom: 35px;
    position: relative;
}

.my_blog_style .elementor-post__text .elementor-post__read-more {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -22px;
    margin: 0 auto;
    padding: 12px 0px !important;
    border-radius: 0px 20px 20px 20px !important;
    background: #d64541;
    color: #fff !important;
    border: solid 1px #d64541 !important;
    transition: all 0.5s linear;
    width: 100%;
    max-width: 45%;
}

.my_blog_style article.elementor-post:hover .elementor-post__read-more{
    background: #fff;
    color: #005500 !important;
    border-color: #005500 !important;
}

.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

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

.my_testi_style .elementor-testimonial__footer {
    margin: 0px !important;
    position: relative;
}

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

.my_testi_style .elementor-testimonial__image {
    background: #ea6b10;
    width: 133px;
    height: 133px;
    border-radius: 0px 65px 65px 65px;
    text-align: center;
    line-height: 133px;
}

.my_testi_style .swiper-slide {
    /* background-color: #ffb600; */
    /* clip-path: polygon(51% 0, 100% 0, 100% 100%, 0 100%, 0 35%); */
    border-radius: 20px;
    background-image: url('/wp-content/uploads/2025/02/testi_sec_bg_img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0px;
}

.my_testi_style .elementor-testimonial__content {
    padding: 30px 0px 20px;
}
.remove_txt_sps {
    margin: 0px !important;
}
.remove_txt_sps {
    margin: 0px !important;
}

.testi_section {
    padding: 7em 0px;
}
.cp_txt p {
    margin: 0px;
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

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

ul.social_list a:hover {
    background: #005500;
}

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

.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: #d64541;
    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: #ff7e2b;
}

.contact_list li:hover span.icon_box {
    background: #005500;
}

.cp_row {
    padding: 5px 0px;
}

.footer_top_sec {
    padding: 7em 0px 6em;
}
.sub_foo_form .e-form__buttons {
    width: 71px !important;
    height: 44px !important;
    position: absolute !important;
    right: 0px !important;
    top: 0px;
}

.sub_foo_form .elementor-button {
    font-size: 0px !important;
    border-radius: 0px 22px 22px;
    background-image: url('/wp-content/uploads/2025/02/subscribe_btn_bg_img.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px!important;
    min-height: 44px !important;
}

.sub_foo_form input {
    padding: 10px 85px 10px 15px !important;
    min-height: auto !important;
}

.sub_foo_form input::placeholder {
    opacity: 1 !important;
}
.book_other_platform_row_inner {
    padding: 30px 0px 50px;
}

.contact_inner_section {
    padding: 7em 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;
}

@media (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .single_author_img img {
      max-width: 100% !important;
      float: none;
    }
    .author_section {
      padding: 5em 0px 0px;
    }
    .book_txt_col {
      padding-top: 0em;
    }
    .video_sec {
      padding: 5em 0px 0em;
      overflow: hidden;
      height: auto;
    }
}

@media (max-width: 767px) {
    .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -70px;
    }
    .page_home header {
      position: relative;
      background: #f7f7f7;
    }
    .remove_menu_pads_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    header {
      padding: 0px 0px;
    }
    .top_banner_section {
      padding: 7em 0px;
    }
    .author_section {
        padding: 5em 0px;
    }
    .section_txt {
      margin-bottom: 0px !important;
    }
    .single_author_img,.book_cover_img
    {
      margin-bottom:30px;  
    }
    .top_banner_large_title .elementor-heading-title,
    .section_title_large_txt .elementor-heading-title
    {
      font-size: 45px !important;
    }
    .book_main_section {
      padding: 5em 0px;
      height: auto;
    }
    .book_main_section .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .author_info_list ul {
      flex-flow: wrap;
    }
    .author_info_list ul li img {
      position: relative;
    }
    .author_info_list ul .orange_txt {
      display: block;
      padding-left: 0px;
    }
    .author_info_list ul .white_txt {
      display: block;
      padding-left: 0px;
    }
    .home_blog_sec {
      margin-top: 0em;
    }
    .blog_section,.testi_section,.contact_inner_section
    {
      padding: 5em 0px;
    }
    .video_sec::before {
      top: 45%;
      height: 150px;
    }
    .my_blog_style .elementor-post__thumbnail__link {
      max-width: 100%;
    }
    .my_blog_style .elementor-post__thumbnail__link .elementor-post__thumbnail {
      border-radius: 20px 20px 0px 0px !important;
    }
    .my_blog_style .elementor-post__text {
      padding: 25px;
      margin-top: -15px;
    }
    .my_blog_style .elementor-post__text .elementor-post__read-more {
      position: relative;
      bottom: 0px;
      margin: 20px auto 0px;
      padding: 12px 25px !important;
    }
    .my_blog_style .elementor-post__excerpt {
      margin-bottom: 25px !important;
    }
    .my_testi_style .swiper-slide {
      background-color: #ffb600;
    }
    .my_testi_style {
      margin-top: 25px;
    }
    .footer_top_sec {
      padding: 5em 0px;
    }
    .cp_txt p {
      text-align: center;
    }
    .foo_privacy_menu .elementor-nav-menu {
      margin: auto !important;
    }
    .my_menu_style li.menu-item a::before,.elementor-widget-text-editor br
    {
      display:none;
    }
    .my_menu_style li.menu-item:last-child a {
        padding: 12px 15px !important;
        border-radius: 0px 0px 0px 0px !important;
    }
    .choose_prof_list ul {
        flex-flow: wrap;
    }
    .blog_inner_page {
      padding: 3em 0px;
    }
}

@media (max-width: 568px) {
    .top_banner_large_title .elementor-heading-title, .section_title_large_txt .elementor-heading-title {
        font-size: 36px !important;
    }
    .video_sec_title {
      margin-top: -200px;
    }
    .testi_section .elementor-widget-wrap.elementor-element-populated,
    .blog_inner_page .elementor-widget-wrap.elementor-element-populated,
    .contact_inner_section .elementor-widget-wrap.elementor-element-populated
    {
      padding: 0px !important;
    }
    .author_info_list ul li img {
        margin-bottom: 10px;
    }
    .book_other_platform_row_inner {
      padding: 30px 0px;
    }
}

/* New css ends here */
