/*----------------------
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;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #c72330;
    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;}


@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Regular.eot');
    src: url('fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeue-Regular.woff') format('woff'),
        url('fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.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 */
    
.site-admin {
    display: flex;
    float: left;
    width: 50%;
    align-items: center;
}

.site-admin img {
    width: auto !important;
    border-radius: 50%;
    margin: 0px 10px 0px 0px !important;
}

.woocommerce .star-rating {
    float: right !important;
    /* width: 50% !important;
    text-align: right !important; */
}

.woocommerce ul.products li.product .price {float: left;width: 100%;margin: 20px 0px 0px;text-align: left;}

.woocommerce ul.products li.product .button {
    margin: 0px !important;
    position: absolute !important;
    right: 10px;
    bottom: 10px;
    background: #000 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
    border-radius: 0px !important;
    padding: 12px 30px !important;
    transition: all 0.5s linear !important;
}
.woocommerce ul.products li.product:hover .button {
    background: #c30817 !important;
}
.woocommerce ul.products li.product {
    background: #fff;
    text-align: center;
    padding: 15px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    /* margin: 0px 0px 25px 3% !important; */
    /* width: 30% !important; */
}
.woocommerce ul.products li.product .onsale {
    display: none !important;
}
.top_yellow_section p {
    margin: 0px;
}
.menu_header ul li {
    position: relative;
}

.menu_header ul li:not(:first-child):before {
    content: '';
    position: absolute;
    left: -4px;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #c30817;
    border-radius: 50%;
}
.remove_section_pads .elementor-widget-wrap.elementor-element-populated
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.section_title_small .elementor-heading-title {
    padding: 10px 15px;
    background: #f19317;
    display: inline-block;
}

.section_title_small {
    margin-bottom: 12px !important;
}
.section_large_title h2.elementor-heading-title {
    margin-bottom: 10px !important;
}
.remove_title_btm_sp_two {
    margin-bottom: 10px !important;
}

.banner_logos ul {
    display: flex;
    display: -webkit-flex;
    gap: 25px;
}

.top_banner_single_img img {
    max-width: unset !important;
    position: relative;
    top: 20px;
	right: 2em;
}

.top_banner_bottom_row {
    margin-top: -7em;
}
.header_menu_section {
    position: absolute !important;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
    top: 50px;
}
.inner_banner_section {
    background: #f19317;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
	border-top: solid 2px #000;
}

.inner_banner_section h2 {
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 65px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.remove_title_btm_sp {
    margin-bottom: 0px !important;
}
.red_txt {
    color: #c30817;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 25px;
    color: #000;
    font-family: 'BebasNeue';
    padding: 0px;
    margin: 15px 0px 15px;
	position:relative;
	border-bottom: dashed 2px #a5a5a5;
    padding-bottom: 10px;
	min-height:67px;
}

.woocommerce ul.products li.product p {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-family: "Poppins", Sans-serif;
    margin: 0px 0px 15px;
}
.site-admin {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-transform: capitalize;
}
.woocommerce ul.products li.product .price del {
    font-size: 16px;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
}

.woocommerce ul.products li.product .price ins {
    font-size: 26px;
    color: #c30817;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    text-decoration: none !important;
}
ul.my_stars {
    float: right;
    display: flex;
    display: -webkit-flex;
    width: 50% !important;
    justify-content: flex-end;
    margin-top: -30px !important;
    gap: 2px;
}

ul.my_stars li {
    color: #ff9d03;
    font-size: 12px;
}
.woocommerce .star-rating span::before,.woocommerce .star-rating::before
{
	color: #ff9d03 !important;
}
ul.my_stars {
    float: right;
    display: flex;
    display: -webkit-flex;
    width: 50% !important;
    justify-content: flex-end;
    margin-top: -30px !important;
    gap: 2px;
}

ul.my_stars li {
    color: #ff9d03;
    font-size: 12px;
}
.inner_row_section {
    margin-bottom: 35px;
}

.abt_author_img img {
   	max-width: unset !important;
    position: relative;
    right: 10em;
    bottom: -43px;
}
.abt_section {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abt_add_top_pad {
    padding-top: 40px;
}
.inner_book_sp {
    margin-bottom: 15px;
}

.book_btns_row {
    margin-bottom: 15px;
}
.platform_block ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

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

.platform_block ul li:hover img {
    filter: brightness(1);
}
.book_cover_img img {
    max-width: 145% !important;
    float: right;
    position: relative;
    left: 3em;
}
.bg_col {
    margin: 0px 5px;
    overflow:hidden;
    height:280px !important;
}

.column_img {
    position: absolute !important;
    right: 0px;
    bottom: 0px;
}

.fist_col_img {
    right: -8em;
}

.second_col_img {
    right: -1em;
    top: 6em;
}

.third_col_img {
    right: -1em;
    top: 6em;
}

.column_img img {
    max-width: 73% !important;
}
.my_form_style  input {
    padding: 12px;
    border: none !important;
    border-radius: 0px !important;
}

.my_form_style button {
    padding: 15px 0px !important;
    border-radius: 0px !important;
}

.my_form_style {
    margin: 15px 0px;
}
.social_list_footer {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.social_list_footer li img {
    position: absolute;
    left: 20px;
}

.social_list_footer li {
    position: relative;
    margin: 0px 6px;
    background: #9a000c;
    padding: 15px 26px;
	border-radius: 5px;
	transition: all 0.5s linear;
}
.social_list_footer li:hover {
    background: #000;
}

.social_list_footer li h3 {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    padding-left: 40px;
}

.social_list_footer li p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 40px;
    margin: 0px;
}
.my_social_list_style span.elementor-icon-list-icon {
    background: #f19317;
    width: 42px;
    height: 42px;
    text-align: center !important;
    transition: all 0.5s linear !important;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.remove_cp_margin p {
    margin: 0px !important;
}

.footer_copy_row {
    padding: 10px 0px;
}
section.woocommerce {
    padding: 5em 0px 3em;
    float: left;
    width: 100%;
}

h2.post-title {
    display: none;
}

section.related.products {
    float: left;
    width: 100%;
    display: none;
}

section.related.products > h2 {
    color: #C30817;
    font-family: "Playfair Display", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    margin-bottom: 25px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.woocommerce div.product .product_title {
    color: #000 !important;
    font-family: "Playfair Display", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 16px !important;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 500 !important;
    font-family: "Poppins", Sans-serif !important;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-size: 26px !important;
    color: #c30817 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

p {}

.woocommerce-product-details__short-description p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-family: "Poppins", Sans-serif;
    margin: 0px 0px 15px;
}

.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,
.wc-block-cart__submit-container a,.wc-block-checkout__actions_row button
{
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    background-color: #F19317 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #FFFFFF !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 15px 35px 15px 35px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.wc-block-cart__submit-container a:hover,.wc-block-checkout__actions_row button:hover
{
    background: #000 !important;
    color: #fff !important;
}

.woocommerce .quantity .qty {
    height: 47px;
    font-size: 16px;
}

span.onsale {
    display: none;
}
.is-large.wc-block-cart,.wc-block-checkout {
    margin: 3em 0px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    display: none;
}

.woocommerce-Tabs-panel > h2 {
    display: none;
}

/* New css ends here */
