/*----------------------
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;
    background:#000;
}

::selection {
    background: #f4d329;
    color: #000;
    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 */


.large_txt {
  font-size: 80px;
}
.top_bann_title_small,.top_bann_title_large {
  margin-bottom: 10px !important;
}
.top_bann_txt {
  margin-bottom: 0px !important;
}
.two_btn_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_btn_list li a {
    display: inline-block;
    padding: 11px 22px;
    background: transparent;
    background-image: linear-gradient(to bottom,#dd0000,#b50000);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s linear;
    border: solid 1px transparent;
}

.two_btn_list a:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.two_btn_list li.blue_border_btn a:hover {
    background: #000;
    color: #fff;
}

.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
    border: solid 1px #fff;
}

.two_btn_list li.white_border_btn a:hover {
    background: #b50000;
    border-color: #b50000;
}
.two_btn_list li a:hover {
    background-image: linear-gradient(to top,#dd0000,#b50000);
}

.remove_sec_sp .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header {
  background: #000;
  padding: 12px 0px;
}
.page_home header {
  background: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  z-index: 1;
}
.top_bann_sec {
  padding: 18em 0px 15em;
}
.my_menu_style li.menu-item:last-child a {
  padding: 12px 22px !important;
  background-image: linear-gradient(to bottom,#6c39a8,#441d72);
  border-radius: 10px;
  transition: all 0.5s linear;
}
.my_menu_style li.menu-item:last-child a:hover {
  background-image: linear-gradient(to top,#6c39a8,#441d72);
  color: #fff !important;;
}

.my_menu_style li.menu-item:last-child {
  margin-left: 4em;
}

.platform_sec {
  background-image: linear-gradient(to bottom,#6c39a8,#441d72);
  padding: 3em 0px;
}
.featured_title .elementor-heading-title {
  position: relative;
  margin-bottom: 25px !important;
}
.featured_title .elementor-heading-title:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  width: 150px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}
.platform_list {
  display: flex;
  display: -webkit-flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.platform_list a img {
  transition: all 0.5s linear;
}
.platform_list a:hover img {
  filter: invert(1);
}
.author_sec {
  padding: 7em 0px;
}
.my_btn_style .elementor-button {
  padding: 13px 22px !important;
  transition: all 0.5s linear !important;
}
.yellow_btn .elementor-button {
  background-image: linear-gradient(to bottom,#f2b421 ,#b4820d);
}
.yellow_btn .elementor-button:hover {
  background-image: linear-gradient(to top,#f2b421 ,#b4820d);
}

.pink_btn .elementor-button {
  background-image: linear-gradient(to bottom,#d00bad,#9f0183);
}
.pink_btn .elementor-button:hover {
  background-image: linear-gradient(to top,#d00bad,#9f0183);
}

.green_btn .elementor-button {
  background-image: linear-gradient(to bottom,#02e662,#00b64d);
}
.green_btn .elementor-button:hover {
  background-image: linear-gradient(to top,#02e662,#00b64d);
}
.book_pref_list {
  	display: flex;
  	display: -webkit-flex;
  	gap: 10px;
	flex-flow: wrap;
}
.book_pref_list li a {
  padding: 8px 25px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}
.book_pref_list li a.yellow_btn {
  background-image: linear-gradient(to bottom,#f2b421 ,#b4820d);
}
.book_pref_list li a.yellow_btn:hover {
  background-image: linear-gradient(to top,#f2b421 ,#b4820d);
}
.book_pref_list li a.orange_btn {
  background-image: linear-gradient(to bottom,#e96a03,#ba5300);
}
.book_pref_list li a.orange_btn:hover {
  background-image: linear-gradient(to top,#e96a03,#ba5300);
}
.book_pref_list li a.purple_btn {
  background-image: linear-gradient(to bottom,#6c39a8,#441d72);
}
.book_pref_list li a.purple_btn:hover {
  background-image: linear-gradient(to top,#6c39a8,#441d72);
}
.book_pref_list li a.red_btn {
  background-image: linear-gradient(to bottom,#e43324,#911D12);
}
.book_pref_list li a.red_btn:hover {
  background-image: linear-gradient(to top,#e43324,#911D12);
}
.section_title_small,.section_title_large,.section_txt
{
  margin-bottom: 10px !important;
}
.author_sec {
  border-bottom: solid 8px #d39b17;
}
.book_sec {
  padding: 7em 0px;
  border-bottom: solid 8px #c90aa7;
}
.ev_small_title {
  margin-bottom: 10px !important;
}
.video_sec .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !important;
}
.my_video_box, .my_video_box .elementor-open-lightbox, .my_video_box .elementor-open-lightbox .elementor-custom-embed-image-overlay,.my_video_box .elementor-open-lightbox .elementor-custom-embed-image-overlay img {
  height: 546px;
  width: 100%;
}
.video_sec {
  border-bottom: solid 8px #3a9c0d;
}
.gallery_sec {
  padding: 7em 0px;
  border-bottom: solid 8px #2479e3;
}
.inner_row {
  margin-bottom: 25px;
}
.gallery_img img {
  border-radius: 20px !important;
}
.ev_single_img img {
  border-radius: 25px !important;
}
.ev_list_details li:not(:last-child) {
  margin-bottom: 8px;
}
.ev_list_details li img {
  margin-right: 6px;
}
.ev_sec {
  padding: 7em 0px;
  border-bottom: solid 8px #dd6402;
}
.product_sec {
  padding: 7em 0px;
  border-bottom: solid 8px #64339d;
}
.dark_yellow_btn .elementor-button {
  background-image: linear-gradient(to bottom,#ff8b02,#b96503);
}
.dark_yellow_btn .elementor-button:hover {
  background-image: linear-gradient(to top,#ff8b02,#b96503);
}
.pro_single_img img {
  border: solid 3px #ff8b02;
  border-radius: 25px !important;
}
.product_price_title {
  position: absolute !important;
  right: 20px;
  top: 10px;
  width: 66px !important;
  height: 66px !important;
  background-image: linear-gradient(to bottom,#ff8b02,#b96503);
  border-radius: 50% !important;
  line-height: 66px !important;
  margin: 0px !important;
}
.product_price_title .elementor-heading-title {
  line-height: 66px !important;
  text-align: center;
}
.pro_small_title {
  font-size: 10px !important;
  position: relative;
  top: -5px;
}
.contact_sec {
  padding: 7em 0px;
  border-bottom: solid 8px #c308a2;
}
.contact_list_style li a {
  color: #fff;
  transition: all 0.5s linear;
}
.contact_list_style li a:hover {
  opacity: 0.7;
}
.contact_list_style li:not(:last-child) {
  margin-bottom: 10px;
}
.contact_form_col .elementor-widget-wrap.elementor-element-populated {
  background: #fff;
  width: 85%;
  margin: 0 auto;
  padding: 2em 3em !important;
  border-radius: 30px !important;
  position: relative;
}
.my_form_style input,.my_form_style textarea {
  padding: 13px;
}
.my_form_style textarea {
  resize: none;
}
.my_form_style .elementor-button {
  min-height: auto !important;
  padding: 16px 0px !important;
  background-image: linear-gradient(to bottom,#02e662,#00b64d);
}
.my_form_style .elementor-button:hover {
  background-image: linear-gradient(to top,#02e662,#00b64d);
}
.contact_form_col::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: -30px;
  width: 70%;
  height: 650px;
  background: #34910a;
  border-radius: 30px;
}

.post-title {
  display: none;
}
.blog_inner_sec {
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
  padding: 4em 0px;
}
.blog_sec {
  padding: 8em 0px;
  border-bottom: solid 8px #d39b17;
}
.my_blogs_style .elementor-post {
  position: relative;
}
.my_blogs_style .elementor-post__thumbnail {
  position: relative;
}
.my_blogs_style .elementor-post__thumbnail:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top,#d00bad,transparent);
}
.my_blogs_style .elementor-post__text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  padding: 0px 15px;
}
.testi_sec {
  padding: 7em 0px;
  border-bottom: solid 8px #d90000;
}
.my_testi_style .elementor-main-swiper {
  width: 100% !important;
}
.my_testi_style .elementor-testimonial__content {
  display: flex;
  display: -webkit-flex;
  flex-flow: column-reverse;
}
.my_testi_style .elementor-testimonial__cite {
  margin: 0px 0px 10px !important;
}
.my_testi_style .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
  border-radius: 0px !important;
}
.my_testi_style .elementor-testimonial__image {
  position: relative;
}
.my_testi_style .elementor-testimonial__text {
  position: relative;
}
.my_testi_style .elementor-testimonial__text:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  background-image: url('/wp-content/uploads/2025/12/testi_sec_stars_icon.png');
  width: 94px;
  height: 16px;
  margin: 0 auto;
}
.my_testi_style .elementor-testimonial__footer {
  margin-bottom: 15px !important;
}
.my_testi_style .elementor-testimonial {
  padding-bottom: 30px !important;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev {
  background-image: url('/wp-content/uploads/2025/12/arrow_left.png');
  left: -5em !important;;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {
  background-image: url('/wp-content/uploads/2025/12/arrow_right.png');
  right: -5em !important;;
}
.my_testi_style .elementor-swiper-button {
   width: 76px !important;
  height: 38px!important;
}
.my_testi_style .elementor-swiper-button svg {
  width: 0px !important;
  height: 0px !important;
}
.my_testi_style .elementor-testimonial__image{
    position: relative;
    padding: 12px;
}

.my_testi_style .elementor-testimonial__image::before,
.my_testi_style .elementor-testimonial__image::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: 3px solid #e7d402;
}
/* Left L shape */
.my_testi_style .elementor-testimonial__image::before{
    left: 0;
    bottom: 0;
    border-right: none;
    border-top: none;
}
/* Right L shape */
.my_testi_style .elementor-testimonial__image::after{
    right: 0;
    top: 0;
    border-left: none;
    border-bottom: none;
}
.cp_txt p {
  margin: 0px;
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 5px;
    justify-content: flex-end;
    flex-flow: row;
}

.social_list a img {
    transition: all 0.5s linear;
}
.social_list a:hover img {
    filter: invert(1);
}
.cp_row {
    padding: 5px 0px;
    background-image: linear-gradient(to bottom,#d00,#b50000);
}
.footer_top_row {
    padding: 50px 0px;
}
/* New css ends here */

.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    text-align: center;
}

.product_titles_section {
    padding: 6em 0px 15em;
}

.products_list_row .elementor-widget-shortcode {
    margin: -11em 0px 4em;
}

.products li.product h2.woocommerce-loop-product__title
{
    font-size: 26px !important;
    color: #FFF !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title 
{
    font-size: 26px !important;
    color: #FFF !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-decoration:none;
    margin-bottom: 25px !important;
}
.products li.product p {
    margin: 40px 0px 10px;
    font-size: 14px;
    color: #FFF;
    line-height: 20px;
    position: relative;
    border-bottom: dashed 2px #a5a5a5;
    padding-bottom: 15px;
}

.products li.product a.button
{
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background-image: linear-gradient(to bottom,#ff8b02,#b96503);
    color: #FFF !important;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link 
{
    float: none;
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background-image: linear-gradient(to bottom,#ff8b02,#b96503);
    text-decoration: none;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.products li.product span.price
{
    font-size: 26px !important;
    color: #FFF !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !important;
}


.wc-block-grid__product-price
{
    font-size: 26px !important;
  color: #FFF !important;
  opacity: 1 !important;
  font-family: "Poppins", Sans-serif;
  font-weight: 600 !important;
    bottom:0px !important;
}

.products li.product span.price del {
    opacity: 1 !important;
    color: #FFF !important;
    font-size: 18px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
}

.wp-block-heading.with-empty-cart-icon {
    font-size: 30px !important;
    color: #FFF !important;
    font-weight: 600 !important;
    font-family: "Poppins", Sans-serif;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 40px !important;
    color: #FFF !important;
    font-family: "Poppins", Sans-serif;
}

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 3em;
}

header.woocommerce-products-header,.woocommerce-breadcrumb,h2.post-title,.woocommerce span.onsale 
{
    display: none !important;
}
.woocommerce div.product .product_title {
    color: #FF8B02;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #FFF;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

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

.woocommerce-product-details__short-description {
    margin: 0px 0px 20px;
}

.woocommerce .quantity .qty {
    height: 44px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.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 {
    padding: 14px 40px !important;
    background-image: linear-gradient(to bottom,#ff8b02,#b96503);
    display: inline-block !important;
    border-radius: 10px !important;
    color: #FFF !important;
    transition: all 0.5s linear !important;
    font-family: "Poppins", Sans-serif;
    font-weight:400 !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 {
    background-image: linear-gradient(to top,#ff8b02,#b96503);
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin: 35px 0px;
    text-align: center;
    text-transform: uppercase;
}
.wc-block-cart {
    margin: 5em 0px !important;
}

a.wc-block-components-product-name {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-metadata__description {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.wc-block-components-button {
    padding: 14px 40px !important;
    background-image: linear-gradient(to bottom,#ff8b02,#b96503);
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none !important;
    border: none;
}
.wc-block-components-button:hover
{
    background-image: linear-gradient(to top,#ff8b02,#b96503);
}
/* thank you page text color */
.woocommerce-order,.woocommerce-result-count
{
    color: #FFF !important;
}
.wc-block-cart-items,.wc-block-cart__sidebar,.wc-block-components-main,
.wp-block-woocommerce-checkout-order-summary-block
{
  color: #fff !important;
}
.woocommerce div.product div.summary .product_meta {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  color: #ff8b02 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label,.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label
{
  color: #000 !important;
}