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

::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;
}
.yellow_txt {
  color: #eda714;
}
.top_bann_large_title, .top_bann_small_title,.top_bann_txt,
.section_title_small,.section_title_large,.pref_title_Sec
{
  margin-bottom: 10px !important;
}

.section_txt {
  margin-bottom: 0px !important;
}

header {
  background: #000;
  padding: 12px 0px;
}
.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  background: transparent;
  z-index: 1;
}
.two_btn_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

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

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

.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
  border: solid 1px #fff;
    color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
    background: #5d180f;
  border-color: #5d180f;
}
.top_bann_sec {
    padding: 23em 0px 10em;
}

.center_list_btn .two_btn_list {
  justify-content: center;
}

.make_last_colored li.menu-item:last-child a {
  padding: 12px 16px !important;
  background: #5d180f;
  border-radius: 10px;
  transition: all 0.5s linear;
  border: solid 1px #5d180f;
}
.make_last_colored li.menu-item:hover:last-child a {
  background: #eda714;
  border-color: #eda714;
  color: #000 !important;
}

.platform_row {
  padding: 3em 0px;
}
.platform_list {
  display: flex;
  display: -webkit-flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.platform_list a img{
  transition: all 0.5s linear;
}
.platform_list a:hover img{
  filter: brightness(0) invert(1);
}

.author_sec {
  margin: 5em 0px;
}

.single_author_img img {
  border-radius: 20px !important;
}
.book_inner_row {
  padding: 5em;
  margin: 0px 16em;
  border-radius: 50px;
}
.single_author_img {
  position: relative;
}
.single_author_img img {
  position: relative;
  z-index:9;
}
.single_author_img:after {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: #5d180f;
}

.pref_title_Sec {
  margin-bottom: 10px !important;
}
.choose_pref_list ul {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
}
.choose_pref_list ul li a {
  display: inline-block;
  padding: 6px 15px;
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 10px;
  transition: all 0.5s linear;
}
.choose_pref_list ul li a img{
  transition: all 0.5s linear;
}
.choose_pref_list {
  margin-bottom: 15px !important;
}
.choose_pref_list ul li a:hover {
  background: #fff;
  color: #000;
}
.choose_pref_list ul li a:hover img{
  filter: invert(1);
}
.book_cover_img img {
  max-width: 120% !important;
}
.book_sec_height {
  height: 680px;
}
.book_txt_col {
  padding-top: 7em !important;
}

.book_sec_height .book_cover_img {
  position: relative;
  top: -30px;
}

.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 5em 0px;
}
.style_my_list ul li,.style_my_list ol li {
  position: relative;
  padding: 0px 0px 10px 18px;
}
.style_my_list ul li:before, .style_my_list ol li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #eda714;
  border-radius: 50%;
}

.blogs_sec {
  margin: 7em 0px;
}
.blogs_inner_row {
  margin: 0px 15em !important;
  border-radius: 50px;
  padding: 6em 0em;
}
.my_blogs_style .elementor-post__text {
  background: #fff;
  border-radius: 25px;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 15px 20px;
}
.my_blogs_style .elementor-post {
  position: relative;
}
.more_btm_sp {
  padding-bottom: 10em;
}
.move_up_row {
  margin-top: -7em;
}

.inner_row {
  margin-bottom: 25px !important;
}

.my_testi_style .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
  border-radius: 20px !important;
}
.my_testi_style .elementor-testimonial {
  background: #eda714;
  border-radius: 20px;
  padding: 30px;
  flex-flow: row-reverse !important;
  justify-content: center;
  align-items: center;
  height: 290px;
  margin: 7em 0px 0em;
}
.my_testi_style .elementor-testimonial__footer {
  margin-bottom: 0px !important;
}
.my_testi_style .elementor-testimonial__footer {
  flex: 0 0 33% !important;
  position: relative;
  top: -4em;
}
.my_testi_style .elementor-testimonial__content {
  flex: 0 0 66% !important;
  display: flex !important;
  display: -webkit-flex;
  flex-flow: column-reverse !important;
}
.elementor-testimonial__content {
}
.my_testi_style .elementor-testimonial__cite {
  margin: 0px 0px 10px !important;
}
.my_testi_style .elementor-testimonial__text {
  position: relative;
}
.my_testi_style .elementor-testimonial__text:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -20px;
  background-image: url('/wp-content/uploads/2025/12/testi_sec_stars_icon.png');
  width: 67px;
  height: 13px;
}
.my_testi_style .elementor-main-swiper {
  width: 100% !important;
  padding-bottom: 0px !important;
}
.my_testi_style .swiper-pagination {
  position: absolute !important;
  right: 49px !important;
  bottom: 30px !important;
  text-align: right;
  left: unset !important;
}
.my_testi_style .swiper-slide {
  padding: 0px !important;
}
.testi_sec {
  padding: 7em 0px;
}


.cp_txt p {
  margin: 0px;
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 5px;
    justify-content: flex-end;
}

.social_list a img {
    transition: all 0.5s linear;
}
.social_list a:hover img {
    filter: invert(1);
}
.foo_top_sec {
    border-top: solid 7px #eda714;
    padding: 35px 0px 25px;
}
.my_custom_form.sub_form {
}
.my_custom_form input,.my_custom_form textarea {
    padding: 12px 15px !important;
}

.my_custom_form textarea {
    resize: none;
}

.my_custom_form .elementor-button {
    padding: 15px 20px !important;
    min-height: auto !important;
}
.sub_form input {
  padding: 12px 100px 12px 12px !important;
}
.sub_form .e-form__buttons {
        position: absolute;
      right: 35px !important;
      top: 15px;
}
.sub_form {
  background: #FFF;
  padding: 10px;
  border-radius: 12px;
}

.three_tabs_sec {
  margin: 7em 0px;
}
.tabs_inner_row {
  margin: 0px 15em 0px;
  /*margin: 0px 0em 0px;*/
  border-radius: 30px;
}
.our_tabs_style .elementor-tab-title.elementor-active {
  background: #eda714;
}
.our_tabs_style .elementor-tab-title {
  background: rgb(93,24,15,0.6);
  text-align: center;
}

.our_tabs_style .elementor-tabs-wrapper .elementor-tab-title:first-child {
  border-radius: 30px 0px 0px 0px;
}
.our_tabs_style .elementor-tabs-wrapper .elementor-tab-title:last-child {
  border-radius: 0px 30px 0px 0px;
}
.tabs_inner_row .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !important;
}

.my_video_box_style, .my_video_box_style .elementor-open-lightbox, .my_video_box_style .elementor-custom-embed-image-overlay,.my_video_box_style .elementor-custom-embed-image-overlay img {
  width: 100% !important;
  height: 424px !important;
}
.my_video_box_style .elementor-custom-embed-image-overlay img {
  border-radius: 35px !important;
}

.inner_tab_content_sec .elementor-column .elementor-widget-wrap {
  padding: 10px !important;
}

.my_products_tab_style .elementor-tab-title {
  padding: 14px 35px !important;
  background: #000;
  margin: 0px 5px;
  border-radius: 10px !important;
}
.my_products_tab_style .elementor-tab-title.elementor-active {
  background: #eda714;
}
.product_sec {
  padding: 7em 0px;
}

.our_tab_txt_col {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.our_tab_txt_col .section_title_small {
}
.our_tab_txt_col .section_title_small .elementor-heading-title {
  font-family: "Britannic bold", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #5D180F;
}
.our_tab_txt_col .section_title_large .elementor-heading-title {
  font-family: "Britannic bold", Sans-serif;
  font-size: 55px;
  font-weight: 600;
  color: #FFFFFF
}
.our_tab_txt_col .section_txt{
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.our_pro_img img {
  border: solid 4px #eda714 !important;
  border-radius: 15px !important;
}

.our_products_list_sec .elementor-heading-title {
  text-align: center !important;
  font-family: "Poppins", Sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
  padding: 0px 5px;
}
.our_products_list_sec .pro_price_txt .elementor-heading-title {
  color: #000 !important;
  font-size: 16px !important;
}
.our_products_list_sec .pro_price_txt,
.shop_sec .pro_price_txt
{
  width: 66px !important;
  height: 66px;
  background: #eda714;
  margin: 0px !important;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
}
.pro_price_txt-one{
	right: 60px !important;
}
.our_products_list_sec .pro_desc {
  font-family: "Poppins", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  color: #fff !important;
  text-align: center !important;
}
.our_products_list_sec .my_custom_btn {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #EDA714;
  color: #fff;
  border: solid 1px #EDA714;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  width: 65% !important;
  margin: 0 auto;
  transition: all 0.5s linear;
  margin-top: auto !important;
}
.our_products_list_sec .my_custom_btn:hover {
  background: #000;
  border-color: #000;
}

.small_txt {
  font-size: 10px !important;
  display: inline-block;
  position: relative;
  top: -7px;
}

.choose_pref_list ul li a .small_txt {
  font-size: 16px !important;
  top: 0px;
}
.inner_author_sec {
  margin: 6em 0px;
}
.book_inner_sec,.shop_sec,.tech_guide_sec
{
    padding: 7em 0px;    
}

.inner_blog_style .elementor-post__text {
  position: relative;
  max-width: 100%;
  border-radius: 0px 0px 20px 20px;
  margin-top: -25px;
}
.inner_blog_style .elementor-post__thumbnail img {
  height: 360px;
  object-fit: cover;
}

.inner_blog_style .elementor-post__excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.contact_inner_section {
  padding: 7em 0px;
}
.make_last_colored li.menu-item.current-menu-item:last-child a
{
  color: #fff !important;;
}
.make_last_colored li.menu-item.current-menu-item:last-child a:hover
{
  color: #000 !important;;
}
.pro_all_column-one {
    margin-bottom: 4em;
}
.pro_all_column .make-column-clickable-elementor > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

@media screen and (max-width: 1375px) {
    .book_inner_row,.blogs_inner_row,.tabs_inner_row
    {
      margin: 0px 2em !important;
    }
}
@media screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .book_inner_row,.blogs_inner_row,.tabs_inner_row
    {
        margin: 0px 0em !important;
    }
    .book_cover_img img {
      max-width: 100% !important;
    }
    .book_sec_height .book_cover_img {
      top: 0px;
    }
    .book_sec_height {
      height: auto;
      padding: 5em 0px;
    }
    .product_sec {
      padding: 5em 0px;
    }
    .our_products_list_sec .my_custom_btn {
      font-size: 14px;
      width: auto !important;
      margin-top: 0px !important;
    }
    .our_products_list_sec .elementor-heading-title {
      font-size: 20px !important;
      padding: 0px 0px;
      line-height: 25px !important;
    }
}
@media screen and (max-width: 767px) {
    .blog_two_style .elementor-post__thumbnail img {
      height: 415px !important;
      object-fit: cover;
    }
    .make_last_colored li.menu-item:last-child a {
      border-radius: 0px;
    }
    .remove_sp_on_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .page_home header {
      position: relative;
      background: #000;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -125px;
    }
    header {
      padding: 0px 0px;
    }
    .top_bann_sec {
      padding: 5em 0px;
    }
    .top_bann_large_title .elementor-heading-title {
      font-size: 50px !important;
    }
    .top_bann_large_title .elementor-heading-title br,.top_bann_small_title br,.elementor-widget-text-editor br,
    .single_author_img::after,.section_title_large br,.section_title_small br,.hide_on_mob_dev
    {
        display:none;
    }
    .top_bann_small_title .elementor-heading-title {
      font-size: 22px !important;
      line-height: 26px !important;
    }
    .platform_list {
        gap: 20px;
        justify-content: center;
        flex-flow: wrap;
    }
    .author_sec {
        margin: 3em 0px;
    }
    .book_inner_row {
        padding: 3em;
        border-radius: 35px;
    }
    .single_author_img,.book_cover_img
    {
        margin-bottom:35px;
    }
    .book_sec_height .elementor-container.elementor-column-gap-default,
    .invert_on_mob .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .invert_on_mob.inner_row {
      margin-bottom: 0px !important;
    }
    .inner_blog_style .elementor-post__text {
      margin-top: 0px;
    }
    .book_txt_col {
      padding-top: 0em !important;
    }
    .section_title_large .elementor-heading-title {
      font-size: 40px !important;
    }
    .three_tabs_sec {
      margin: 4em 0px;
    }
    .blogs_inner_row {
      border-radius: 35px;
      padding: 10px 0px 0px;
    }
    .testi_sec {
      padding: 5em 0px;
    }
    .my_testi_style .elementor-testimonial {
      padding: 20px;
      flex-flow: column-reverse !important;
      justify-content: center;
      height: auto;
      padding: 20px 20px 35px;
      margin: 0em 0px 0em;
    }
    .my_testi_style .elementor-testimonial__footer {
      flex: 0 0 100% !important;
      position: relative;
      top: 0em;
    }
    .my_testi_style .elementor-testimonial__content {
      flex: 0 0 100% !important;
    }
    .sub_form .e-form__buttons {
      position: relative;
      right: 0px !important;
      top: 0px;
    }
    .foo_last_menu .elementor-nav-menu {
      align-items: center !important;
      flex-flow: column;
      margin: 0 auto !important;
    }
    .foo_last_menu .elementor-nav-menu li a {
      margin: 0px 0px 7px !important;
    }
    .foo_last_menu .elementor-nav-menu li:last-child a {
      margin-bottom: 0px !important;
    }
    .cp_txt p {
      text-align: center;
    }
    .social_list {
      justify-content: center;
    }
    .my_blogs_style .elementor-post__text {
      border-radius: 0px 0px 25px 25px;
      width: 100%;
      max-width: 100%;
      position: relative;
      bottom: 0px;
        padding: 35px 10px 15px;
        margin-top: -20px;
    }
    .my_blogs_style .elementor-post:last-child {
      margin-bottom: 15px;
    }
    .our_products_list_sec .pro_price_txt, .shop_sec .pro_price_txt {
      margin: 0px 0px 15px !important;
      border-radius: 0%;
      position: relative;
      right: 0px;
      top: 0px;
      margin: 0 auto 15px !important;
      border-radius: 5px;
    }
    .pro_all_column-one {
      margin-bottom: 0em;
    }
    .price_title {
      margin-bottom: 10px !important;
    }
    .pro_all_column .elementor-column {
      margin-bottom: 15px;
    }
    .two_btn_list li a {
      padding: 8px 18px;
      font-size: 15px;
    }
    .my_custom_btn .elementor-button {
      padding: 12px 20px !important;
    }
    .pro_price_txt-one {
      right: 0px !important;
    }
    .blogs_sec {
      margin: 4em 0px;
    }
    .inner_author_sec {
      margin: 4em 0px;
    }
    .book_inner_sec, .shop_sec, .tech_guide_sec {
      padding: 5em 0px;
    }
    .contact_inner_section {
      padding: 4em 0px;
    }
    .make_last_colored li.menu-item:hover:last-child a {
      color: #fff !important;
    }
    .foo_top_sec {
      padding: 20px 0px;
    }
}

@media screen and (max-width: 568px) {
    .book_inner_row {
        padding: 25px;
        border-radius: 25px;
    }
    .choose_pref_list ul li a {
      padding: 5px 12px;
    }
    .choose_pref_list ul {
      gap: 8px;
      flex-flow: wrap;
    }
    .my_testi_style .elementor-testimonial {
        padding: 20px 20px 60px;
    }
    .my_testi_style .swiper-pagination {
      right: 10px !important;
    }
}

@media screen and (max-width: 420px) {
    .top_bann_large_title .elementor-heading-title {
        font-size: 35px !important;
    }
    .top_bann_small_title .elementor-heading-title {
        font-size: 18px !important;
        line-height: 22px !important;
      }
}

/* New css ends here */
