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

.top_banner_section {
    padding: 15em 0px;
}


header {
    padding: 15px 0px;
}

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

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

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

.my_custom_btn ul li a {
    padding: 9px 22px;
    border-radius: 10px;
    background: #f47e57;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    position: relative;
    border: solid 1px #f47e57;
    transition: all 0.5s linear;
    display: inline-block;
}
.my_custom_btn ul li a:hover {
    background: #4ab7c3;
    border-color: #4ab7c3;
}
.my_custom_btn ul li.white_border_btn a {
  background: transparent;
  border-color: #fff;
}
.my_custom_btn ul li.white_border_btn a:hover {
  background: #f47e57;
  border-color: #f47e57;
}
.my_custom_btn ul li.black_border_btn a {
  background: transparent;
  color: #000;
  border-color: #000;
}
.my_custom_btn ul li.black_border_btn a:hover {
  background: #4ab7c3;
  border-color: #4ab7c3;
  color: #fff;
}

.center_list  .top_banner_btns {
  justify-content: center;
}

.custom_btn .elementor-button {
  padding: 14px 30px !important;
}
.top_banner_txt {
    margin-bottom: 10px !important;
}
.section_title_small {
    margin-bottom: 8px !important;
}

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

.inner_row {
    margin-bottom: 20px;
}
.empower_three_col .elementor-column .elementor-widget-wrap.elementor-element-populated {
   padding: 40px 30px 20px !important;
  margin: 0px 15px;
  background: #fff !important;
  border-radius: 10px;
}
.em_title_small .elementor-heading-title {
  position: relative;
}
.em_title_small .elementor-heading-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  width: 120px;
  height: 2px;
  background: #f47e57;
  margin: 0 auto;
}
.empower_section {
    padding: 7em 0px;
}

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

.em_style_list ul li {
  position: relative;
}

.em_style_list ul li:not(:last-child) {
  margin: 0 auto 5px;
}

.em_style_list ul li:before {
  /*content: '';*/
  /*position: absolute;*/
  /*left: -10px;*/
  /*top: 10px;*/
  /*width: 3px;*/
  /*height: 3px;*/
  /*background: #f47e57;*/
  /*border-radius: 50%;*/
}
.em_style_list  ul {
  text-align: center;
}
.author_section {
    padding: 7em 0px 6em;
}

.start_journey_section {
    padding: 6em 0px;
}

.white_btn_small .elementor-button {
    padding: 0px 0px 2px !important;
    border-bottom: solid 1px#Fff;
    border-radius: 0px !important;
}

.my_counter_style  span.elementor-counter-number-prefix {
    display: none;
}



.my_counter_style .elementor-counter {
    display:flex;
    align-content:center;
}

.starts_counter .elementor-counter-title {
    position: relative;
}

.starts_counter .elementor-counter-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -25px;
    background-image:url('/wp-content/uploads/2024/10/book_section_stars_icon.png');
    width:112px;
    height:20px;
}

.my_counter_style.starts_counter .elementor-counter-title
{
    margin-top: 40px;
}

.my_counter_style .elementor-counter-title {
    margin-top: 30px;
}

.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

.book_info_list ul li:nth-child(odd) {
    flex: 0 0 18%;
}

.book_info_list ul li:nth-child(even) {
    flex: 0 0 30%;
}

.book_info_list ul li {
    margin: 0px 0px 6px;
}
.remove_block_sp {
    margin-bottom: 0px !important;
}
.counters_row {
    margin-bottom: 20px;
}
.book_main_section {
    height: 400px;
    background-image: linear-gradient(to right, #edf8f9 70%, #edf8f9 50%);
    margin: 10em 0px 20em;
    padding: 2em 0px 0px;
}
.counters_row {
  margin: 4em 0px 0px !important;
}
.remove_top_sp_counter .elementor-counter-title {
  margin-top: 10px !important;
}


.book_txt_col {
    padding-top: 25px;
}
.book_cover_img {
    top: -7em;
}
.my_counter_style .elementor-counter-title {
    margin-left: 15px !important;
}
h2.post-title {
    display: none;
}
.blog_main_row {
    padding: 5em 0px;
}
.my_blogs_style article.elementor-post {
    transition: all 0.5s linear;
}

.my_blogs_style article.elementor-post:hover {
    background: #f4f4f4;
}

.my_blogs_style .elementor-post__text {
    padding: 0px 25px 10px;
}
.blog_section_main {
    padding: 8em 0px;
}

.my_testi_block .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}
.my_testi_block .elementor-testimonial__image img{
    width:auto !important;
    height:auto !important;
}

.testi_section {
    padding: 8em 0px;
}
.my_testi_block .elementor-testimonial__text {
  min-height: 135px;
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 7px 0px;
}

.footer_top {
    padding: 5em 0px;
}

.my_social_list {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.my_social_list li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f47e57;
    line-height: 38px;
    text-align: center;
    transition:all 0.5s linear;
}

.my_social_list li a:hover
{
    background:#000;
}

.inner_book {
    height: auto;
    margin: 10em 0px 7em;
}
.inner_blogs {
    padding: 7em 0px 5em;
}
.contact_section {
    padding: 6em 0px;
}

.contact_form input,.contact_form textarea {
    padding: 13px 15px !important;
}

.contact_form textarea {
    resize: none;
    height: 150px;
}

.contact_form .elementor-button {
    padding: 18px 0px !important;
}

.inner_book .book_txt_col {
    padding-top: 4em;
}

.inner_book .book_cover_img {
    top: -2em;
}

.inner_book {
    height: 550px;
}


.footer_title .elementor-heading-title {
  position: relative;
}
.footer_title .elementor-heading-title:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 44px;
  height: 2px;
  background: #f47e57;
}

/* New css ends here */
