/*----------------------
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 */



.remove_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.top_bann_sec {
  padding: 25em 0px 0em;
}

.remove_sec_sps .top_bann_sec .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !important;
}
.top_bann_small_title,.top_bann_large_title
{
  margin-bottom: 10px !important;
}
.section_txt {
  margin-bottom: 10px !important;
}

.center_btn_list .two_btn_list {
    justify-content: center;
}
.two_btn_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_btn_list li a {
    display: inline-block;
    padding: 10px 25px;
    background: #c11211;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #c11211;
    transition: all 0.5s linear;
}

.two_btn_list a:hover {
    background: #f1dd04;
    color: #000;
    border-color: #f1dd04;
}
.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
    background: #c11211;
    border-color: #c11211;
}


header {
  background: #000;
  padding: 8px 0px;
}
.make_logo_after:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: -35px;
  margin: 0 auto;
  background-image: url('/wp-content/uploads/2026/01/logo_after_img-n.png');
  width: 268px;
  height: 286px;
}

.page_home header {
  background: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 0px;
  z-index: 1;
}

.cross_single_img img {
  width: 100% !important;
}
.cross_img_row {
  padding-top: 2em;
}
.cross_single_img {
     position: relative;
    top: 4em;
    z-index: 1;
}

.section_title_small,.section_title_large {
  margin-bottom: 10px !important;
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

.book_info_list ul li:nth-child(odd) {
    flex: 0 0 24%;
}

.book_info_list ul li:nth-child(even) {
    flex: 0 0 40%;
}
.first_list {
  flex: 0 0 24% !important;
}
.book_info_list ul li {
    margin: 0px 0px 6px;
}

.blod_txt {
    font-weight: 600;
    color: #c11211;
}

.feature_on_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    margin-top: 35px;
}
.book_pref_list {
}

.book_pref_list
{
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    align-items: center;
    flex-flow: row;
}

.book_pref_list li a {
    display: inline-block;
    padding: 7px 13px;
    background: #c11211;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s linear;
    border: solid 1px #c11211;
    border-radius: 8px;
    text-transform:uppercase;
}

.book_pref_list li a img {
    margin-left: 5px;
    transition: all 0.5s linear;
}

.book_pref_list li a:hover {
    background: #f1dd04;
    border-color:#f1dd04;
    color: #000;
}
.book_pref_list li a:hover img
{
    filter: invert(1);   
}
.book_sec {
    padding: 10em 0px;
}

.book_cover_single_img {
  position: relative;
  right: -30px;
}

.author_sec {
  padding: 10em 0px;
}

.author_sec {
  padding: 10em 0px;
}
.author_sec:after
{
  content: '';
  position: absolute;
  right: 0px;
  top: 22%;
  background-image: url('/wp-content/uploads/2026/01/author_sec_after_img.png');
  width: 240px;
  height: 294px;
  z-index:-1
}
.author_sec_img:before
{
  content: '';
  position: absolute;
  top: -10em;
  left: -15em;
  background-image: url('/wp-content/uploads/2026/01/author_sec_img_after_img.png');
  width: 370px;
  height: 235px;
  z-index:-1
}
.author_sec_img:after
{
  content: '';
  position: absolute;
  bottom: -10em;
  left: -15em;
  background-image: url('/wp-content/uploads/2026/01/author_sec_img_before_img.png');
  width: 513px;
  height: 542px;
  z-index:-1
}


.author_writes {
  display: flex;
  display: -webkit-flex;
  background: #c11211;
  border-radius: 10px;
  padding: 10px 10px 10px 60px;
  gap: 35px;
  position: relative;
  left: -3em;
  z-index: -1;
  width: 72%;
}
.author_writes li {
  position: relative;
}
.author_writes li:not(:last-child):before {
  content: '';
  position: absolute;
  right: -25px;
  top: 0px;
  background-image: url('/wp-content/uploads/2026/01/author_sec_list_icon.png');
  width: 17px;
  height: 27px;
}


.inner_row {
  margin-bottom: 25px;
}
.my_video_box, .my_video_box .elementor-wrapper,.my_video_box .elementor-custom-embed-image-overlay {
  width: 100%;
  height: 500px;
}
.my_video_box .elementor-custom-embed-image-overlay img {
  height: 500px;
  width: 100%;
  border: solid 4px #f1dd04;
  border-radius: 20px;
}
.video_sec {
  padding: 0px 0px 7em;
  background-position: 100% 142% !important;
}

.post-title {
  display: none;
}
.inner_blog_page {
  padding: 5em 0px;
}
.style_list li {
  position: relative;
  padding: 0px 0px 10px 30px;
}
.style_list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 20px;
  height: 3px;
  background: #f1dd04;
}


.my_blogs_style .elementor-post {
  background: #fff;
  border-radius: 20px !important;
  padding: 20px 20px 0px !important;
}
.my_blogs_style .elementor-post__read-more {
  display: inline-block;
  padding: 10px 23px;
  background: #c11211;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.5s linear;
}
.my_blogs_style .elementor-post:hover {
  background: #f1dd04;
}
.blogs_sec {
  padding: 0em 0em 7em;
}

.testi_sec {
  padding: 5em 0px 7em;
}

.my_testi_style .elementor-main-swiper {
  width: 100% !important;
}
.my_testi_style .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
  border-radius: 10px !important;
}
.my_testi_style .elementor-testimonial__name {
  position: relative;
}
.my_testi_style .elementor-testimonial__name:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -20px;
  background-image: url('/wp-content/uploads/2026/01/testi_sec_stars_img.png');
  width: 95px;
  height: 17px;
}
.my_testi_style .elementor-swiper-button {
  background-color: #c11211;
  border: solid 1px #f1dd04;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev {
  position: absolute;
  left: unset !important;
  right: 55px !important;
  bottom: 0px !important;
  top: unset !important;
  background-image: url('/wp-content/uploads/2026/01/arrow_left.png');
  background-repeat: no-repeat;
  background-position: center;
}
.my_testi_style .elementor-swiper-button svg {
  width: 0px !important;
  height: 0px !important;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {
  position: absolute;
  left: unset !important;;
  right: 0px !important;
  bottom:0px !important;
  top: unset !important;
  background-image: url('/wp-content/uploads/2026/01/arrow_right.png');
  background-repeat: no-repeat;
  background-position: center;
}
.my_testi_style .elementor-testimonial__cite {
  margin-top: -25px;
  margin-left: 15px !important;
}
.my_social_list {
    display: flex;
    display: -webkit-flex;
    gap: 7px;
    justify-content:center;
    margin-top: 10px;
}

.my_social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #c11211;
    border-radius: 5px;
    text-align: center;
    line-height: 31px;
    border: solid 1px #c11211;
    transition: all 0.5s linear;
}

.my_social_list a img {
    transition: all 0.5s linear;
}

.my_social_list a:hover {
    background: #f1dd04;
  border-color: #f1dd04;
}

.my_social_list a:hover img {
    filter: invert(1);
}
.cp_txt p {
    margin: 0px;
}
.footer_top_sec {
    padding: 2em 0px 4em;
    border-top: solid 5px #f1dd04;
    border-radius: 20px 20px 0px 0px;
}
.foo_intro {
    margin-bottom: 0px !important;
}
.footer_top_sec .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.foo_menu {
    position: relative;
}
.foo_menu:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 35%;
    height: 1px;
    background: #f1dd04;
}
.foo_menu:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    width: 35%;
    height: 1px;
    background: #f1dd04;
}
.cp_row {
  padding: 5px 0px;
}

.foo_logo:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: -50px;
  margin: 0 auto;
  background-image: url('/wp-content/uploads/2026/01/logo_after_img-n.png');
  width: 268px;
  height: 286px;
}
.foo_logo a {
  position: relative;
}
.blogs_sec_inner {
  padding: 7em 0px;
}

.contact_inner_section {
  padding: 5em 0px;
  border-top: solid 4px #f1dd04;
}
.my_form_style input,.my_form_style textarea {
  padding: 12px 15px;
}
.my_form_style textarea {
  resize:none;
}
.my_form_style .elementor-button {
  min-height: auto !important;
  padding: 18px 0px !important;
}

.my_blogs_style .elementor-post__title a {
  min-height: 83px;
  display: block;
}

.my_blogs_style .elementor-post__excerpt p{
  min-height: 53px;
}
/* New css ends here */
