/*----------------------
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: 'Poppins', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #006fd8;
    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;
}
section.top_footer {
    background-color: #0f213f;
    margin-top: 0;
    padding: 80px 0px;
}


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;
}
h2.post-title {
    /*font-size: 30px;*/
    /*font-weight: bold;*/
    /*margin-top: 50px;*/
    /*margin-bottom: 30px;*/
    /*position: relative;*/
    /*padding-bottom: 12px;*/
    display:none;
}
h2.post-title:after {content: "";width: 10%;height: 2px;background-color: #0f213f;position: absolute;bottom: 0;left: 0;}

/* New css starts here */

header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
}
.remove_section_pads .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
ul.platform_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-flow: wrap;
}

ul.platform_links li img {
    filter: brightness(0) invert(0);
    transition: all 0.5s linear;
}

ul.platform_links li:hover img {
    filter: brightness(1) invert(0);
}
.plafrom_row {
    box-shadow: 2px 2px 0px 2px #006fd8;
    padding: 35px 0px;
    border-radius: 100px !important;
    margin-top: -70px;
}
.set_menu .elementor-nav-menu {
    margin-top: 35px;
}

.set_menu .elementor-nav-menu li a {
    margin: 0px 6px !important;
    padding: 12px 10px !important;
    border-radius: 0px 0px 15px 15px;
}

.set_menu .elementor-nav-menu li a.elementor-item-active {
/*     background: linear-gradient(to bottom, #006fd861, #006fd8); */
	background: linear-gradient(to bottom, #006fd800 , #006fd8 );
}
.top_cart_list {
    margin-top: 35px;
}

.top_cart_list li.elementor-icon-list-item {
    background: #fff;
    border-radius: 50px;
    padding: 12px 15px;
    transition:all 0.5s linear;
}
.top_cart_list li.elementor-icon-list-item a {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.top_cart_list li.elementor-icon-list-item:hover {
    background: #006fd8;
}

.top_cart_list li.elementor-icon-list-item:hover a span,.top_cart_list li.elementor-icon-list-item:hover a span i {
    color: #fff !important;
}
.add_rotation_con img {
 animation: pulse-animation 2s infinite;
 border-radius: 50% !important;
 padding:5px
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.abt_section_after_before_imgs:before {
    content: '';
    position: absolute;
    left: -4em;
    background-image: url(/wp-content/uploads/2023/08/abt_section_left_img.png);
    width: 218px;
    height: 86px;
    top: 50%;
    animation: MoveLeftRight 8s linear infinite;
}

.abt_section_after_before_imgs:after {
    content: '';
    position: absolute;
    right: 0em;
    background-image: url(/wp-content/uploads/2023/08/abt_section_right_img.png);
    width: 139px;
    height: 761px;
    top: 0%;
    animation: MoveLeftRight 8s linear infinite;
}
.gradient_column > .elementor-widget-wrap {
    background: linear-gradient(to bottom,#006fd800, #006fd861, #006fd8);
    border-radius: 0px 0px 35px 35px;
    margin:0px 12px;
}
.remove_section_pads .add_col_btm_space > .elementor-widget-wrap {
    padding-bottom: 30px !important;
}
.make_after_this_title h2.elementor-heading-title {
    display: table;
    margin: 0 auto;
    position: relative;
}

.make_after_this_title h2.elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #fff;
}
.book_section_after_before_imgs:before {
    content: '';
    position: absolute;
    left: -1em;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2023/08/book_section_left_img.png);
    width: 106px;
    height: 489px;
    animation: MoveUpDown 5s linear infinite;
}

.book_section_after_before_imgs:after {
    content: '';
    position: absolute;
    right: -1em;
    top: 50%;
    background-image: url(/wp-content/uploads/2023/08/book_section_right_img.png);
    width: 197px;
    height: 86px;
    animation: MoveUpDown 5s linear infinite;
}
.my_custom_blogs .elementor-post__meta-data {
        position: absolute;
    left: 30px;
    top: 12em;
    width: 120px;
    padding: 15px 15px;
    z-index: 9;
    background: linear-gradient(#000000ed 49%, #006fd8d1);
    border-radius: 10px;
}

.elementor-post.elementor-grid-item {
    position: relative;
}
.my_custom_blogs a.elementor-post__read-more {
    border-bottom: solid 1px #000;
}
.blog_section_after_before_img:before {
    content: '';
    position: absolute;
    left: -2em;
    top: 50%;
    background-image: url(/wp-content/uploads/2023/08/blog_section_left.png);
    width: 228px;
    height: 86px;
    animation: MoveLeftRight 8s linear infinite;
}

.blog_section_after_before_img:after {
    content: '';
    position: absolute;
    right: -1em;
    top: 0%;
    background-image: url(/wp-content/uploads/2023/08/blog_section_right.png);
    width: 110px;
    height: 601px;
    animation: MoveLeftRight 8s linear infinite;
}
.my_testi_slider .elementor-swiper-button {
    position: absolute !important;
    left: -29em !important;
    top: 95% !important;
}


.my_testi_slider .elementor-swiper-button.elementor-swiper-button-prev i:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/08/testi_arrow_img_right.png);
    width: 70px;
    height: 50px;
    position: absolute;
    left: 80px;
    transition:all 0.5s linear;
}

.my_testi_slider .elementor-swiper-button.elementor-swiper-button-next i:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/08/testi_arrow_img_left.png);
    width: 70px;
    height: 50px;
    position: absolute;
    left: 0px;
    transition:all 0.5s linear;
}
.testi_after_before_imgs:before {
    content: '';
    position: absolute;
    left: -2em;
    top: -50%;
    background-image: url(/wp-content/uploads/2023/08/testi_section_left.png);
    width: 125px;
    height: 552px;
    /*animation: MoveUpDown 5s linear infinite;*/
}

.testi_after_before_imgs:after {
    content: '';
    position: absolute;
    right: -1em;
    top: 50%;
    background-image: url(/wp-content/uploads/2023/08/testi_section_right.png);
    width: 213px;
    height: 86px;
    animation: MoveUpDown 5s linear infinite;
}



.top_banner_books_img img {
    animation: MoveUpDown 5s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.top_banner_author_img img {
    animation: MoveLeftRight 8s linear infinite;
}
@keyframes MoveLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}

.remove_cppy_right_spaces p {
    margin-bottom: 0px;
}
.my_footer_subs_form .elementor-form-fields-wrapper {
    position: relative;
}

.my_footer_subs_form .e-form__buttons {
    position: absolute !important;
    width: 120px !important;
    right: 0px !important;
    z-index: 9 !important;
}
.remove_btm_space {
    margin-bottom: 10px !important;
}

section.inner_banner_section {
    background: #000000;
    min-height: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position:relative;
}

nav.woocommerce-breadcrumb {
    display: none;
}

section.woocommerce,div.woocommerce {
    margin: 7em 0px 5em;
}

section.inner_banner_section h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #006FD8;
    font-family: "Moonrising", Sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}

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

ul.banner_list li a {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s linear;
}

ul.banner_list li:hover a {color: #006fd8;}

h1.product_title.entry-title {
    font-size: 25px;
    color: #006FD8;
    font-family: "Moonrising", Sans-serif;
    font-weight: 600;
}

div.summary p.price{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
}
ul.products li {
    background: linear-gradient(to bottom,#006fd800, #006fd861, #006fd8);
    border-radius: 0px 0px 35px 35px;
    margin: 0px 12px;
    text-align: center;
    min-height: 532px;
}

ul.products li .button {
    display: none !important;
}

ul.products li h2.woocommerce-loop-product__title {
    color: #FFFFFF !important;
    font-family: "Moonrising", Sans-serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    padding: 10px 30px !important;
}

html ul.products li span.price,html ul.products li span.woocommerce-Price_amount {
    color: #FFFFFF !important;
    font-family: "Poppins", Sans-serif;
    font-size: 22px !important;
    font-weight: 400;
}
table.variations {
    font-size: 16px;
    color: #000;
}

table.variations label {
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
}

table.variations select {
    padding: 5px !important;
}

.quantity {
    font-size: 16px;
}

.quantity input {
    height: 48px;
    border: solid 1px #333;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background-color: #006FD8 !important;
    border: solid 1px #006FD8 !important;
    border-radius: 50px !important;
    padding: 15px 45px 15px 45px !important;
}
section.inner_banner_section:before {
    content: '';
    position: absolute;
    bottom: -22px;
    left: -100px;
    /* width: 250px; */
    /* height: 150px; */
    /* background: #006fd8; */
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 150px solid #006fd8;
    transform: rotate(-135deg);
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.pro_single_page section.inner_banner_section {
    background-image: unset !important;
}
.my_comment_section h2 {
    margin: 0px 0px 25px;
    color: #006FD8;
    font-family: "Moonrising", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}
.commment_form input,.commment_form textarea {width: 100%;padding: 15px;margin-bottom: 15px;border: solid 1px #ddd;border-radius: 15px;font-size: 16px;color: #000;font-family: "Poppins", Sans-serif;}

.commment_form input[type=submit] {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #006FD8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #006FD8;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 45px 15px 45px;
    width: auto;
}

.commment_form {
    margin-bottom: 35px;
}

.comment-1 {}

ol.commentlist li {
    margin-bottom: 35px;
}

ol.commentlist li a {
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-decoration: none;
    color: #006FD8;
}

ol.commentlist li {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    line-height: 25px;
    border-bottom: solid 1px #006FD8;
    padding-bottom: 15px;
}

ol.commentlist li:last-child {
    border: none;
    padding-bottom: 0px;
}
.set_btn_pos .elementor-field-type-submit {
    position: relative !important;
}
.set_btn_pos input,.set_btn_pos button {
    padding: 15px 25px !important;
}
ul.sub-menu li a.elementor-item-active {background-image: unset !important;border-radius: 0px;margin: 0px !important;}
ul.sub-menu li a.elementor-item:hover
{
	border-radius:0px;
}
ul.sub-menu li.menu-item a {
    margin: 0px !important;
    border-radius: 15px !important;
    border: none !important;
}
.all_chaps_center .swiper-slide {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
section.woocommerce header.woocommerce-products-header {
    display: none;
}
section.related.products {
    float: left;
    width: 100%;
}

section.related.products > h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #006FD8;
    font-family: "Moonrising", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
}
.woocommerce-product-details__short-description p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.remove_all_spaces_section .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
    .main_site_header .elementor-widget-theme-site-logo {
        text-align: left;
    }
    .main_site_header .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -3.7em;
    }
    header {
        position: relative;
    }
    .main_site_header .elementor-widget-theme-site-logo img {
        filter: brightness(0);
    }
    .hide_on_mob {
        display: none !important;
    }
    .set_menu .elementor-nav-menu li a.elementor-item-active {
        background: linear-gradient(to bottom, #fff , #fff);
    }
    .set_menu .elementor-nav-menu li a {
        border-radius: 0px !important;
    }
    @keyframes MoveLeftRight {
      0%, 100% {
        transform: translateX(0);
      }
      50% {
        transform: translateX(8px);
      }
    }
    .top_banner_books_img {
        position: relative !important;
        left: 0px !important;
        bottom: 0px !important;
        top: 30px !important;
    }
    .my_top_section_home {
        padding: 5em 0px !important;
    }
    .plafrom_row {
        box-shadow: 0px 0px 0px 2px #006fd8;
        border-radius: 50px !important;
        margin-top: 30px;
    }
    .plafrom_row .elementor-column {
        width: 100% !important;
    }
    
    .plafrom_row .elementor-column h2.elementor-heading-title {
        margin: 0px 0px 25px !important;
    }
    
    .plafrom_row .elementor-column .elementor-widget-container {
        border: none !important;
    }
}
/* New css ends here */
