/*----------------------
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 {
    line-height: 20px;
    font-family: 'Inter';
    font-size:14px;
    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 */
header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
    top: 0px;
}

.remove_section_space  .elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.main_top_menu .current-menu-item a {
    color: #000 !important;
    font-weight: 700 !important;
}

.main_top_menu .current-menu-item,.main_top_menu .menu-item {
    position: relative;
}
.main_top_menu .menu-item a {
    margin: 0px 12px !important;
}
.main_top_menu .menu-item:before
{
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    opacity:0;
    width: 18px;
    height: 18px;
    background: #f8bb01;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s linear;
}
.main_top_menu .menu-item:hover:before {
    opacity:1;
    top: -5px;
}
.main_header_row .elementor-container {
    background: #fff;
    padding: 20px 25px;
    border-radius: 0px 0px 30px 30px;
}
.main_top_menu .menu-item.current-menu-item:before {
    opacity:1;
    top: -5px;
}
.social_list_my span.elementor-icon-list-icon {
    display: flex;
    width: 35px;
    height: 35px;
    background: #f8bb01;
    justify-content: center !important;
    align-items: center;
    border-radius: 50% !important;
	padding-right: 0px !important;
}

.social_list_my span.elementor-icon-list-icon i {
    position: relative;
    left: 3px;
}

.social_list_my span.elementor-icon-list-icon:last-child i {
    left: 9px !important;
}

.social_list_my li:last-child span.elementor-icon-list-icon i {
    left: 2px !important;
}
.cp_row p {
    margin: 0px !important;
}

.cp_row {
    padding: 3px 0px;
}
.footer_small_title {
    margin-bottom: 10px !important;
}

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

.footer_large_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 92px;
    height: 4px;
    background: #000;
}

.footer_large_title {
    margin-bottom: 20px !important;
}

.make_left_after .elementor-heading-title {
    position: relative;
    padding-left: 15px;
}

.make_left_after .elementor-heading-title:before {
    content: '';
    position: absolute !important;
    left: 0px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

.red_txt {
    color: #cf0b0b;
}

.yellow_column_footer .elementor-widget-wrap {
    padding: 35px !important;
    position: relative;
    margin-bottom:60px !important;
}

.footer_mobile_img {
    position: absolute !important;
    right: 15px;
    top: -52px;
    width: auto !important;
}
.small_footer_yellow_txt {
    margin-bottom: 0px !important;
}
.make_it_two_col .elementor-counter {
    text-align: left;
    display: flex;
}

.make_it_two_col .elementor-counter-number-wrapper {
}

.make_it_two_col .elementor-counter-number-wrapper span.elementor-counter-number {
    display: inline-block;
    width: 15%;
}

.make_it_two_col span.elementor-counter-number-prefix,.make_it_two_col span.elementor-counter-number-suffix {
    display: none;
}

span.elementor-counter-number-suffix {}

.make_it_two_col .elementor-counter .elementor-counter-number-wrapper {
    margin-right: 7px !important;
}

.banner_stars .elementor-counter-title {
    position: relative;
    padding-top: 20px;
}

.banner_stars .elementor-counter-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    background-image: url(/wp-content/uploads/2024/01/top_banner_stars.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 94px;
    height: 16px;
}
.top_banner_section {
    padding: 18em 0px 10em !important;
}

.top_banner_single_img img {
    max-width: unset !important;
    position: relative;
    right: 5em;
}
.inner_banner_section {
    background: #f3f3f3;
    min-height: 400px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inner_banner_section h2 {
    font-family: "Minal Font", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    position: relative;
    z-index: 9999;
	margin:50px 0px 0px;
}

.inner_banner_section h2:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -17px;
    width: 50px;
    height: 50px;
    background: #f8bb01;
    border-radius: 50%;
    z-index: -1;
}
.platform_main_row {
    padding: 35px 25px;
}

.platform_img img {
    filter: brightness(0);
    transition: all 0.5s linear;
}

.platform_img img:hover {
/*     filter: brightness(0) invert(1); */
}

.platform_main_row {
    margin-top: -4em;
}
.section_title_small .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.section_title_small .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 9px;
    height: 9px;
    background: #f8bb01;
    border-radius: 50%;
}
.author_abt_list {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
    position: relative;
    margin-bottom: 10px;
}

.author_abt_list li {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    position: relative;
}

.author_abt_list li:not(:first-child):before {
    content: '';
    position: absolute;
    left: -17px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #f8bb01;
    border-radius: 50%;
}

.author_abt_list:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 112px;
    height: 6px;
    background: #f8bb01;
    border-radius: 25px;
}

.make_some_after_img_abt:after {
    content: '';
    position: absolute !important;
    right: -20px;
    top: -20px;
    /*transform: translate(-20px, -20px);*/
    background-image: url(/wp-content/uploads/2024/01/author_section_img_after_img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 485px;
    height: 512px;
    z-index: 9;
    transition: all 0.5s linear;
    /*-moz-animation: leftrightani 15s 2s linear infinite;*/
    /*-webkit-animation: leftrightani 15s 2s linear infinite;*/
    /*-o-animation: leftrightani 15s 2s linear infinite;*/
    /*animation: leftrightani 15s 2s linear infinite;*/
}


.abt_section_img img {
    position: relative;
    z-index: 99;
}
.abt_author_row {
    margin: 8em 0px;
}
.writers_abt_main_row {
    padding: 45px 50px !important;
}

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

.make_small_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    width: 72px;
    height: 2px;
    background: #f8bb01;
    left: 0px;
    bottom: -8px;
    border-radius: 25px;
}

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

.column_bg_col .elementor-widget-wrap {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    margin: 0px 10px;
    padding: 10px !important;
}
.btns_main_row {
    margin: 20px 0px;
}
.book_section_main {
    padding: 8em 0px;
}

.books_small_btn i {
    color: #f8bb01 !important;
}

.books_small_btn:hover i {
    color: #000 !important;
}

.remove_col_right_pad .elementor-element-populated {
    padding-right: 0px !important;
}

.full_width_btn  a.elementor-button-link {
    width: 100% !important;
}
.section_title_underline .elementor-heading-title {
    display: inline-block;
    position: relative;
}
.section_title_underline .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 112px;
    height: 6px;
    background: #f8bb01;
    border-radius: 25px;
}
.make_right_after_small .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 5px;
    width: 9px;
    height: 9px;
    background: #f8bb01;
    border-radius: 50%;
}

.make_right_after_small .elementor-heading-title{
    padding-right:15px;
}


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

.inner_row_sp_btm {
    margin-bottom: 35px;
}
h2.post-title {
    display: none;
}


.section_blog_main {
    padding: 28em 0px 11em;
}

.blog_home_block {
    margin-top: -30em;
    position: relative;
}

.video_section_main {
    position: relative;
    z-index: 9;
}

.blog_home_block:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 0px 0px 80px 80px;
}

.blogs_list a.elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

.blogs_list .elementor-post__text {
    background: #f8bb01;
    padding: 100px 20px 10px;
    border-radius: 20px;
    width: 100%;
    max-width: 85%;
    margin: -75px auto 0px;
}

.blogs_list .elementor-post__text h3.elementor-post__title {
    line-height: 30px;
    padding: 0px 35px 10px;
}
.blogs_list  .elementor-post__meta-data {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 15px !important;
    width: 90px;
    background: #f8bb01;
    line-height: 25px !important;
    padding: 15px 10px;
    border-radius: 0px 0px 20px 20px;
}

.blogs_list article.elementor-post {
    position: relative;
}
.blog_section_before_img:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/01/blogs_section_before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 453px;
    height: 429px;
    left: -25vw;
    top: -6em;
}

.blog_section_after_img:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/01/blogs_section_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 303px;
    height: 508px;
    bottom: 0px;
    right: 0px;
}
.testi_custom .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}
.testi_custom .elementor-testimonial {
    background: #000;
    border-radius: 25px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 9em 25px 35px;
    margin: 6em 15px 0px;
}

.testi_custom .elementor-testimonial__text
{
    min-height:300px;
}

.testi_custom .swiper-slide {
    padding: 0px 0px !important;
    /*margin: 10px !important;*/
}

.testi_custom .elementor-testimonial__footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
}

.testi_custom cite.elementor-testimonial__cite {
    text-align: center !important;
    margin: 0px 0px 30px !important;
    position:relative;
}
.testi_custom cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-image: url(http://lannyzatzkis.ourprojectslab.com/wp-content/uploads/2024/01/testi_stars.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 94px;
    height: 16px;
    bottom: -20px;
}
.testi_custom .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}

.testi_custom .elementor-testimonial__footer {
    position: absolute !important;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
}

.testi_custom .elementor-swiper-button {
    width: 54px;
    height: 36px;
}

.testi_custom .elementor-swiper-button i {
    display: none;
}

.testi_custom .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute !important;
    left: -4em !important;
    top: 56% !important;
    background-image: url(/wp-content/uploads/2024/01/testi_left_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.testi_custom .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute !important;
    right: -4em !important;
    top: 56% !important;
    background-image: url(/wp-content/uploads/2024/01/testi_right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.testi_main_row {
    padding: 9em 0px !important;
    z-index: 9;
}

.page_home  footer .top_foo_row
{
    margin-top:16em !important;
}
.page_home  footer {
    
    margin-top: -13em;
}
.custom_form_style input {
    padding: 18px 15px !important;
}

.custom_form_style textarea {
    padding: 18px 15px !important;
}

.custom_form_style button {
    padding: 20px 12px !important;
    border-radius: 0px !important;
}
.inner_blog_section {
    padding: 10em 0px 7em;
}
.column_bg_col p {
    margin: 0px;
    min-height: 100px;
}
.book_section_main_inner {
    padding: 7em 0px 0px;
}
.video_make_full,.video_make_full .elementor-wrapper.elementor-open-lightbox,.video_make_full .elementor-wrapper.elementor-open-lightbox img {
  height: 482px;
  width: 100%;
}
.video_section_main {
  padding: 0px 0px 7em;
}

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

@media only screen and (max-width: 767px) {
  .main_top_menu .menu-item:before
  {
      display:none;
  }
  .main_top_menu .current-menu-item a {
    color: #fff !important;
    font-weight: 400 !important;
    background: #000 !important;
    }
    .main_top_menu .menu-item a {
        margin: 0px 0px !important;
    }
    .hide_on_mob_dev {
        display: none;
    }
    
    .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -50px;
    }
    header {
        position: relative;
    }
    .main_header_row .elementor-container {
        background: #fff;
        padding: 10px 0px;
        border-radius: 0;
    }
    .hide_on_mob_dev .elementor-widget-button {
        text-align: center !important;
    }
    .main_menu_col .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .top_banner_section {
        padding: 5em 0px !important;
    }
    .banner_stars {
        margin: 20px 0px 0px;
    }
    .top_banner_single_img img {
        max-width: 100% !important;
        right: 0em;
    }
    .section_title_large .elementor-heading-title {
        font-size: 40px !important;
    }
    .platform_main_row {
        margin-top: 30px;
    }
    .platform_main_row {
        padding: 25px 25px;
    }
    
    .platform_main_row .elementor-column {
        width: 25%;
    }
    .platform_main_row .elementor-container.elementor-column-gap-default {
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .abt_author_row {
        margin: 3em 0px;
    }
    .author_img_col {
        margin: 50px 0px 0px;
    }
    .column_bg_col .elementor-widget-wrap {
        margin: 0px 0px 15px;
        background-image: unset !important;
        border-left: solid 1px #f8bb01;
    }
    .book_section_main {
        padding: 4em 0px;
    }
    .author_img_col {
        margin: 50px 0px 0px;
    }
    .btns_main_row .elementor-column {
        width: 32%;
    }
    .btns_main_row .elementor-button-link {
        display: block;
    }
    .testi_main_row {
        padding: 5em 0px 0px !important;
        margin: 2em 0px !important;
    }
    .testi_custom .elementor-testimonial__text {
        min-height: auto;
    }
    .page_home footer {
        margin-top: 0em;
    }
    .footer_top_section {
        padding: 2em 0px 10px !important;
    }
    .page_home footer .top_foo_row {
        margin-top: 50px !important;
    }
    .video_make_full {
        height: 306px !important;
    }
    .writers_abt_main_row {
        padding: 20px 20px 0px !important;
    }
    .make_some_after_img_abt:after {
        width: 400px;
        height: 400px;
    }
    .footer_mobile_img {
        position: relative !important;
        right: 0px;
        top: 0px;
        width: auto !important;
        margin: 20px auto 0px;
    }
    .yellow_column_footer .elementor-widget-wrap {
        padding: 35px 30px 0px 30px !important;
    }
     .author_inner_section {
        padding-top: 50px !important;
    }
    
    .author_new_inner {
        padding: 20px 0px 30px !important;
    }
    .inner_banner_section h2 {
        font-size: 40px;
    }
    .inner_banner_section {
        min-height: 300px;
    }
    .book_section_main_inner {
        padding: 4em 0px 0px;
    }
    .book_inner_btm_section {
        padding-bottom: 50px !important;
    }
    .contact_us_section {
        padding: 3em 0px 4em !important;
    }
    .custom_form_style {
        margin-top: 30px;
    }
	.book_cover_img 
	{
		margin-bottom:35px;
	}
	.video_make_full, .video_make_full .elementor-wrapper.elementor-open-lightbox, .video_make_full .elementor-wrapper.elementor-open-lightbox img {
	  height: 300px;
	}
	.video_section_main {
	  padding: 0px 0px 2em;
	}
}

@media only screen and (max-width: 568px) {
	.video_make_full, .video_make_full .elementor-wrapper.elementor-open-lightbox, .video_make_full .elementor-wrapper.elementor-open-lightbox img {
    	height: 215px;
  	}
	 .video_section_main {
    padding: 0px 0px 0em;
  }
}

@media only screen and (max-width: 480px) {
    .platform_main_row .elementor-column {
        width: 45%;
    }
    .platform_main_row .elementor-container.elementor-column-gap-default {
        gap: 10px;
    }
    .section_title_large .elementor-heading-title {
        font-size: 35px !important;
    }
    .make_some_after_img_abt:after {
        width: 100%;
        height: 100%;
    }
    .btns_main_row .elementor-column {
        width: 45%;
    }
    .elementor-widget-text-editor br {
        display: none;
    }
    .video_make_full {
        height: auto !important;
    }
    .testi_main_row {
        padding: 0em 0px 0px !important;
        margin: 0em 0px !important;
    }
    .testi_custom .elementor-testimonial {
        padding: 9em 10px 15px;
        margin: 6em 15px 25px;
    }
    .author_inner_section {
        padding-top: 50px !important;
    }
    .inner_banner_section h2 {
        margin: 0px 0px 0px;
    }
    .video_make_full, .video_make_full .elementor-wrapper.elementor-open-lightbox, .video_make_full .elementor-wrapper.elementor-open-lightbox img {
		height: 150px;
	  }
	.video_section_main {
		padding: 0px 0px 2em;
	  }
}

/* New css ends here */
