/*----------------------
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: #FF5E99;
    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 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
}

.my_menu_style  li.menu-item a {}

.my_menu_style  li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    width: 37px;
    height: 3px;
    border-radius: 25px;
    background-color: #a1c338 !important;
    margin: 0 auto;
}

.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 17px;
    height: 3px;
    border-radius: 25px;
    background-color: #5d6c1b !important;
    margin: 0 auto;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.btn_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.btn_list ul li a {
    padding: 10px 25px;
    border-radius: 25px;
    background: #a1c338;
    display: inline-block;
    color: #242808;
    transition: all 0.5s linear;
    border: solid 1px #a1c338;
}

.btn_list ul li:hover a {
    background: #fff;
    color: #242808;
    border-color: #242808;
}

.btn_list ul li:last-child a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn_list ul li:last-child:hover a {
    background: #a1c338;
    color: #242808;
    border-color: #a1c338;
}

.top_banner_section {
    padding: 16em 0px 10em;
}
.my_menu_style li.menu-item:last-child a {
    background: #a1c338;
    color: #242808 !important;
    padding: 11px 25px !important;
    border-radius: 25px;
    transition: all 0.5s linear;
}

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

.my_menu_style li.menu-item:last-child:hover a {
    background: #fff;
}
.section_before .elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-left: 85px;
}

.section_before .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url('/wp-content/uploads/2024/04/top_banner_title_before.png');
    width: 76px;
    height: 10px;
}
.platform_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.platform_row {
    padding: 32px 0px;
}
.header_top {
    padding: 15px 0px;
    border-bottom: solid 2px #a1c338;
}
.dark_list ul li:last-child a {
    border-color: #000;
    color: #000;
}
.section_before_dark .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    background: url('/wp-content/uploads/2024/04/section_title_before.png');
    width: 76px;
    height: 10px;
}

.section_before_dark .elementor-heading-title {
    padding-left: 85px;
}
.section_large_title {
    margin-bottom: 10px !important;
}
.author_section {
    padding: 8em 0px 6em;
}
.tackticle_cloumns .elementor-column .elementor-widget-wrap {
    background: #5d6c1b;
    margin: 30px 7px 0px;
    border-radius: 25px;
    padding: 20px 15px 10px !important;
}

.tackticle_cloumns .elementor-column .elementor-widget-image {
    margin: -65px 0px 10px;
}

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

.center_titles_all .elementor-heading-title {
    display: inline-block;
    position: relative;
}

.center_titles_all .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 6px;
    background: url(/wp-content/uploads/2024/04/section_title_before.png);
    width: 76px;
    height: 10px;
    transform: rotate(180deg);
}

.center_titles_all .elementor-heading-title {
    padding-right: 85px;
}

.tackling_section {
    padding: 3em 0px 5em;
}
.watch_trailer_list ul li:last-child a {
    padding: 2px 15px 2px 3px;
}

.watch_trailer_list ul li:last-child a img {
    margin-right: 8px;
}
.counter_list {
    background: #242808;
    border-radius: 50px 0px 0px 50px;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}

.counter_list:after {
    content: '';
    position: absolute;
    right: -200px;
    top: 0px;
    width: 200px;
    height: 105px;
    background: #242808;
}
.book_choose_type ul {
    display: flex;
    display: -webkit-flex;
    gap: 8px;
}

.book_choose_type ul li a {
    display: inline-block;
    padding: 8px 15px;
    background: #242808;
    border-radius: 25px;
    border: solid 1px #242808;
	color:#fff;
}

.book_choose_type ul li:hover a {
    background: #fff;
}

.book_choose_type ul li a img {
    margin-left: 8px;
}
.book_main_section {
    padding: 3em 0px 5em;
}
.video_play_icon  .elementor-custom-embed-image-overlay {
    height: 144px;
    width: auto !important;
}

.video_play_icon img {
    width: auto !important;
    margin: 0 auto;
}

.video_play_icon {
    height: 144px;
}
.video_play_icon  .elementor-custom-embed-image-overlay {
    height: 144px;
    width: auto !important;
}

.video_play_icon img {
    width: auto !important;
    margin: 0 auto;
}

.video_play_icon {
    height: 144px;
}

.video_trailer_section {
    padding: 5em 0px;
}

.video_inner_row {
    margin-top: 5em;
}
.white_af_bf_title .elementor-heading-title::before {
    background: url('/wp-content/uploads/2024/04/section_title_before_two.png');
}

.white_af_bf_title .elementor-heading-title::after {
    background: url('/wp-content/uploads/2024/04/section_title_before_two.png');
}
.inner_page_title_row {
    min-height: 400px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

h2.post-title {
    display: none;
}

.inner_page_title_row  h1.elementor-heading-title {
    margin: 50px 0px 0px;
}

.blog_details_row {
    padding: 5em 0px 3em;
}
.blog_section {
    padding: 7em 0px;
}
article.elementor-post.elementor-grid-item.post-220.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-uncategorized {}

.my_blogs_style  article {
    background: #5d6c1b;
    border-radius: 20px;
    padding: 50px 0px 10px !important;
    margin-top: 50px !important;
    overflow: visible !important;
}

.my_blogs_style article .elementor-post__thumbnail__link .elementor-post__thumbnail {
    margin: -90px 20px 0px;
}
.my_testi_style .swiper-container {
    width: 100%;
    overflow: hidden;
}

.my_testi_style .elementor-testimonial {
    background: #fff;
    padding: 80px 20px 35px;
    box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-top: 40px;
}

.my_testi_style .elementor-testimonial__footer {
    flex-flow: column;
}

.my_testi_style .elementor-testimonial__footer cite.elementor-testimonial__cite {
    margin-left: 0px;
    position: relative;
}

.my_testi_style .elementor-testimonial__footer cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -15px;
    background-image: url('/wp-content/uploads/2024/04/testi_section_stars.png');
    width: 94px;
    height: 16px;
}

.my_testi_style .swiper-slide-next .elementor-testimonial {
    background: #242808;
}

.my_testi_style .swiper-slide-next .elementor-testimonial .elementor-testimonial__text,
.my_testi_style .swiper-slide-next .elementor-testimonial span.elementor-testimonial__name
{
    color: #fff !important;
}
.my_testi_style.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 10px !important;
}

.my_testi_style.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 10px !important;
}

.my_testi_style .elementor-testimonial:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 2px;
    background-image: url('/wp-content/uploads/2024/04/testi_section_icon.png');
    width: 101px;
    height: 101px;
    margin: 0 auto;
}
.my_testi_style .swiper-pagination-bullet-active {
    transform: scale(1.5);
}
.testi_main_row {
    padding: 0px 0px 5em;
}
.social_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

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

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

.contact_list .elementor-icon-list-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #a1c338 !important;
    display: block;
    text-align: center !important;
    line-height: 25px;
    justify-content: center;
    align-items: center;
}

.contact_list span.elementor-icon-list-text {
    padding-left: 10px !important;
}

.footer_row {
    padding: 7em 0px 4em;
}
.form_style input {
    height: 44px;
    border: solid 2px #fff !important;
    background: transparent !important;
    opacity: 1 !important;
}

.two_col_form button {
    font-size: 0px !important;
    background-image: url('/wp-content/uploads/2024/04/submit_form_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.two_col_form .elementor-field-type-submit {
    width: 77px !important;
    height: 44px !important;
    position: absolute;
    right: 0px;
    top: -2px;
}
.cp_row {
    padding: 5px 0px;
}
.book_main_section_inner {
    padding: 7em 0px 5em;
}

.why_read_section {
    padding-bottom: 7em;
}
.services_inner_section {
    padding: 6em 0px;
}
.contact_us_section {
    padding: 7em 0px;
}

.contact_us_section input {
    border: solid 1px #000 !important;
    margin-bottom: 15px;
    height: 50px;
}

.contact_us_section button {
    height: 50px !important;
}

.contact_page_row .social_list ul li a {
    border: solid 1px #a1c338;
}

.pf-button-content {
    display: none !important;
}
.djacc-popup .djacc__footer {
    display: none;
}

/* New css ends here */
