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

::selection {
    background: #C5A059;
    color: #1A1C19;
    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 */


.my_gradient_btn .elementor-button {
  padding: 14px 35px !important;
  background-image: linear-gradient(to right,#775A19 0%,#C5A059 50%,#775A19 100%);
  background-size: 200% auto;          
  background-position: center;         
  transition: background-position 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.my_gradient_btn .elementor-button:hover {
   background-position: right center;
}
.remove_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.top_bann_sec_temp .elementor-widget-wrap.elementor-element-populated {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.top_bann_small_title {
  padding-bottom: 0px !important;
}
.top_bann_large_title {
  margin-bottom: 0px !important;
}
.top_bann_txt {
  margin-bottom: 10px !important;
}
.two_btn_list {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
  margin-top: 30px;
}
.two_btn_list a {
  display: inline-block;
  padding: 11px 30px;
  background-image: linear-gradient(to right,#775A19 0%,#C5A059 50%,#775A19 100%);
  background-size: 200% auto;
  background-position: center;
  transition: background-position 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  border-radius: 4px;
}
.two_btn_list a:hover
{
  background-position: right center;
}
.two_btn_list li.white_border_btn a {
  background-image:unset !important;
  border-bottom: solid 1px #fff;
  border-radius: 0px;
}

.top_bann_cover_img img {
  max-width: unset !important;
}
.top_bann_slide_sec {
  padding: 8em 0px 0px;
}


.all_book_sec {
  padding: 7em 0px;
}
.book_col_title {
  margin-bottom: 10px !important;
}
.section_txt {
  margin-bottom: 0px !important;
}
.book_learn_btn .elementor-button {
  padding: 0px 0px 5px !important;
  border-bottom: solid 1px #775A19;
  border-radius: 0px !important;
  transition: all 0.5s linear;
}
.book_learn_btn .elementor-button:hover {
  color: #000 !important;
}
.book_col_title {
  min-height: 44px;
}
.inner_row {
  margin-bottom: 20px;
}


.my_top_slider_sec .elementor-widget-wrap.elementor-element-populated {
  padding: 0px !important;
}
.my_top_slider_sec .swiper-slide-contents {
  width: 100% !important;
  max-width: 60% !important;
}
.slider_two_col {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-align: left;
}
.book_txt h3 {
  margin: 0px 0px 12px;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #775A19;
}
.book_txt h2 {
  margin: 0px 0px 12px;
  font-family: "Newsreader", Sans-serif;
  font-size: 45px;
  font-weight: 400;
}
.book_txt p {
  margin: 0px 0px 10px;
  font-family: "Newsreader", Sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.my_top_slider_sec .swiper-slide-inner {
  padding: 0px !important;
}

.book_cover_col img {
  max-width: 135% !important;
  position: relative;
  right: 2em;
}

.my_top_slider_sec {
  padding: 6em 0px 0px;
}
.word_sec
{
    padding:5em 0px;    
}
.trailers_sec,.author_sec,.blogs_sec
{
    padding:7em 0px;
}
.video_box, .video_box .elementor-open-lightbox,.video_box .elementor-custom-embed-image-overlay {
  width: 100% !important;
  height: 386px !important;
}
.video_box .elementor-custom-embed-image-overlay img {
  width: 100%;
  height: 386px;
  border-radius: 20px !important;
}
.video_inner_row {
  margin-bottom: 25px;
}
.testi_sec {
  padding: 3em 0px 7em;
}
.make_title_after .elementor-heading-title {
  position: relative;
  margin-bottom: 35px;
}
.make_title_after .elementor-heading-title:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  width: 96px;
  height: 4px;
  background: #C5A059;
  margin: 0 auto;
}


.my_testi_style .elementor-main-swiper {
  width: 100% !important;
}
.my_testi_style .elementor-testimonial__text {
  position: relative;
  padding-top: 30px;
}
.my_testi_style .elementor-testimonial__text:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('/wp-content/uploads/2026/04/test_sec_stars_icon.webp');
  width:100px;
  height:18px;
}
.my_testi_style .elementor-testimonial__image img {
  border-radius: 5px;
  width: auto !important;
  height: auto !important;
}
.my_testi_style .swiper-slide {
  padding: 50px 35px !important;
  transform: scale(0.95) !important;
  box-shadow: 0px 0px -10px 16px rgba(0, 0, 0, 0.1) !important;
}
.my_testi_style .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}
.my_testi_style h3 {
  font-size: 20px !important;
  font-weight: 600;
}
.subs_sec {
  padding: 9em 0px;
  border-radius: 20px;
  margin-bottom:4em;
}
.my_form_style input,.my_form_style textarea {
    padding: 14px 15px !important;
}
.my_form_style textarea {
    resize: none;
}
.my_form_style .elementor-button {
    padding: 16px 0px !important;
    min-height: auto !important;
    background-image: linear-gradient(to right,#775A19 0%,#C5A059 50%,#775A19 100%);
    background-size: 200% auto;
    background-position: center;
    transition: background-position 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.my_form_style .elementor-button:hover {
   background-position: right center;
}

.cp_txt p {
  margin: 0;
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 7px;
}

.social_list a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 7px;
    text-align: center;
    line-height: 35px;
    border: solid 1px #78716C;
    transition: all 0.5s linear;
}

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

.social_list a:hover {
    background: #fff;
}
.cp_row {
    border-top: solid 1px #D1C5B4;
    padding-top: 15px;
    margin-top: 15px;
}
.foo_main_sec {
    padding: 4em 0px 1em;
}

.author_inner {
  border-top: solid 3px #9F7E3A;
  border-bottom: solid 3px #9F7E3A;
}
.contact_top_sec, .contact_mid_sec,.contact_form_sec {
  padding: 5em 0px;
}
.contact_form_sec
{
  border-bottom: solid 3px #9F7E3A;
}
.book_info_list {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
  margin-bottom: 10px;
}
.book_info_list img {
  margin-right: 7px;
}
.book_pref_list {
  display: flex;
  display: -webkit-flex;
  gap: 6px;
  margin-bottom: 5px;
}
.book_pref_list a {
  display: inline-block;
  background: #78716C;
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.5s linear;
  border: solid 1px #78716C;
}
.book_pref_list a img {
  margin-left: 6px;
}
.book_pref_list a:hover {
  background: #775A19;
  border-color: #775A19;
}
.book_sec {
  padding: 5em 0px;
}

.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 4em 0px;
  border-top: solid 3px #202851;
  border-bottom: solid 3px #202851;
}

/* New css ends here */
