/*----------------------
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: #2f3909;
    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 */

.top_header_list  ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.top_header_list ul li a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s linear;
}

.top_header_list ul li span.icon_list {
    width: 48px;
    height: 48px;
    background: #8da33f;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    margin-right: 7px;
}

.top_header_list ul li:last-child a {
    padding: 11px 35px;
    background: #8da33f;
    border-radius: 10px;
    color: #fff;
    border: solid 1px #8da33f;
}

.top_header_list ul li:last-child:hover a {
    background: #263600;
    border-color: #263600;
}
.menu_row {
    padding: 9px 0px;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header_top {
    padding: 15px 0px;
}
.top_banner_section {
    padding: 13em 0px;
}

.inc_font_size {
    font-size: 75px;
}
.section_title .elementor-heading-title {
    position: relative;
}

.section_title {
    margin-bottom: 35px !important;
}

.make_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 111px;
    height: 5px;
    background: #2f3909;
}

.center_after_title .elementor-heading-title:after {
    right: 0px;
    margin: 0 auto;
}

.abt_second_title {
    margin-bottom: 40px !important;
}

.abt_section_img {
    box-shadow: 0px 0px 12px 1px rgb(0, 0, 0, 0.3);
    border-radius: 20px;
}

.inner_row {
    margin-bottom: 25px;
}

.author_section {
    padding: 8em 0px;
}
.unlock_section {
    padding: 6em 0px;
}
.book_info_list li {
    float: left;
    width: 49%;
    margin-bottom: 10px;
}

span.bold_txt {
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}
.book_type_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.book_type_btn ul li a {
    display: inline-block;
    padding: 8px 10px;
    background: #2f3909;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 10px;
    border: solid 1px #2f3909;
    transition: all 0.5s linear;
}

.book_type_btn ul li a img {
    margin-left: 10px;
}

.book_type_btn ul li a:hover {
    background: #8da33f;
    border-color: #8da33f;
}

.book_type_btn ul li:first-child {
    position: relative;
    margin-right: 15px;
}

.book_type_btn ul li:first-child:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    width: 2px;
    height: 21px;
    background: #2f3909;
}
.two_col_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_col_btns ul li {
    position: relative;
}

.two_col_btns ul li a {
    padding: 9px 27px;
    background: #8da33f;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    border: solid 2px #8da33f;
    transition: all 0.5s linear;
}

.two_col_btns ul li a:hover {
    background: #2f3909;
    border-color: #2f3909;
}

.two_col_btns ul li.black_btn a {
    background: transparent;
    border-color: #000;
    color: #000;
}

.two_col_btns ul li.black_btn a:hover {
    background: #8da33f;
    border-color: #8da33f;
    color: #fff;
}
.book_type_btn {
    margin-bottom: 35px !important;
}
.book_main_section {
    padding: 7em 0px;
}
.my_testi_style .swiper-container {
    width: 100%;
    overflow: hidden;
}

.my_testi_style .elementor-testimonial__footer img {
    width: auto !important;
    height: auto !important;
    position: relative;
}

.my_testi_style .swiper-slide {
    /* margin-top: 50px; */
    padding: 0px !important;
}

.my_testi_style .elementor-testimonial {
    background: #ffffff;
    padding: 20px !important;
    margin-top: 70px;
    border-radius: 40px;
}

.my_testi_style .elementor-testimonial__image {
    margin-top: -90px;
}
.my_testi_style  .elementor-testimonial__text {
    position: relative;
}

.my_testi_style .elementor-testimonial__text:after {
    content: '';
    position: absolute;
    left: -20px;
    right: 0px;
    bottom: -15px;
    width: 115%;
    height: 1px;
    background: #605e38;
}
.my_testi_style .swiper-pagination-bullet-active {
    transform: scale(1.5);
}
.my_testi_style .elementor-testimonial__image img {
    outline: solid 5px #8da33f;
    outline-offset: -5px;
}
h2.post-title {
    display: none;
}

.main_blog_row {padding: 7em 0px;}

.blog_single_img  img {
    box-shadow: 0px 0px 15px 3px rgb(0, 0, 0, 0.3) !important;
}

.single_inner_post_title {
    margin: 20px 0px 60px !important;
}

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

.single_inner_post_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 111px;
    height: 5px;
    background: #2f3909;
    right: 0px;
    margin: 0 auto;
}

.testi_section {
    padding: 8em 0px;
}

.blog_section {
    padding: 8em 0px;
}

.my_blogs_style article {
    transition:all 0.5s linear;
    border-radius: 20px;
}

.my_blogs_style article:hover {
    background: #f4f4f4;
}
.my_blogs_style .elementor-post__read-more {
    position: relative;
}

.my_blogs_style .elementor-post__read-more:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #8da33f;
}
.my_blogs_style .elementor-post__title {
    position: relative;
    margin-bottom: 35px !important;
}

.my_blogs_style .elementor-post__title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -16px;
    margin: 0 auto;
    width: 111px;
    height: 5px;
    background: #605e38;
}
.benefits_section {
    padding: 7em 0px;
}

.bene_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.bene_list ul li {
    flex: 0 0 25%;
    margin: 35px 0;
    position: relative;
    padding-left: 75px;
}

.bene_list ul li img {
    position: absolute;
    left: 0px;
    top: -15px;
}
.cp_txt p {
    margin: 0px;
}

.footer_top {
    padding: 2em 0px;
}

.cp_row {
    padding: 5px 0px;
}

.social_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social_list ul li a {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: #8da33f;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    transition: all 0.5s linear;
}

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

.social_list ul li a:hover {
    background: #2f3909;
}

.social_list ul li a:hover img {
    filter: brightness(0) invert(1);
}

.foo_menu li.menu-item {
    position: relative;
}

.foo_menu li.menu-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0px;
    top: 1px;
    width: 2px;
    height: 18px;
    background: #fff;
    opacity: 1 !important;
    border: none;
}
.book_type_btn ul li:first-child {
    flex: 0 0 20%;
}
.book_slot_form input,.book_slot_form select {
    padding: 12px 15px;
}

.book_slot_form input::placeholder,.book_slot_form textarea::placeholder {
    opacity: 1 !important;
}

.book_slot_form textarea {
    padding: 12px 15px;
    resize: none;
}

.book_slot_form button {
    padding: 18px 0px !important;
}

/* New css ends here */
