/*----------------------
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-color: #09090B;
    color:#fff;
}

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


.my_btn_style .elementor-button {
  background-image: linear-gradient(90deg, #F25B38 0%, #F99E3E 50%, #F25B38 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  padding: 16px 28px !important;
  outline: solid 1px #fff;
  outline-color: transparent !important;
  transition: background-position 0.5s ease;
}
.my_btn_style .elementor-button:hover
{
  background-image: linear-gradient(to left,#F25B38,#F99E3E);
  background-position: 100% 50%;
}

header {
  padding: 12px 0px;
}
.my_menu_style li.menu-item a 
{
  position: relative;
}
.my_menu_style li.menu-item a:after
{
  content: '';
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -4px;
  width: 0% !important;
  height: 3px;
  background-image: linear-gradient(to right,#F25B38,#F99E3E);
  opacity: 1 !important;
  margin: 0 auto !important;;
}
.my_menu_style li.current_page_item a:after,
.my_menu_style li a:hover:after
{
  width: 100% !important;
}
.my_menu_style li.current_page_item a
{
  background: linear-gradient(90deg, #F25B38, #F99E3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top_bann_sec {
  padding: 13em 0px;
}
.two_btn_list {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
}
.two_btn_list a {
  display: inline-block;
  background-image: linear-gradient(90deg, #F25B38 0%, #F99E3E 50%, #F25B38 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  padding: 14px 28px !important;
  outline: solid 1px #fff;
  color: #fff;
  outline-color: transparent !important;
  transition: background-position 0.5s ease;
}
.two_btn_list a:hover
{
  background-image: linear-gradient(to left,#F25B38,#F99E3E);
  background-position: 100% 50%;  
}
.two_btn_list li.img_list a
{
  background-image: unset !important;
}
.two_btn_list li.img_list a img
{
  transition: all 0.5s linear;  
}
.two_btn_list li.img_list a:hover
{
  background: #F99E3E;
  color: #000;
}
.two_btn_list li.img_list a:hover img
{
  filter: invert(1)
}

.remove_sec_sp .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.author_sec {
  padding: 7em 0px;
}
.author_txt_col {
  padding-left: 4em;
}
.section_txt p {
  margin-bottom: 10px !important;
}
.author_left_border_txt {
  padding-left: 25px;
  position: relative;
}
.author_left_border_txt:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  background-image: linear-gradient(to left,#F25B38,#F99E3E);
}
.author_left_border_txt p {
  margin-bottom: 0px !important;
}

.book_sec,.trailer_sec
{
  padding: 7em 0px;
}
.book_cover_img img {
  max-width: 130% !important;
  position: relative;
  left: -5em;
}
.red_txt {
  color: #cb2e2b;
}
.two_btn_list li.white_border_btn a {
  outline-color: #3F3F46 !important;
  background-image: unset;
}
.two_btn_list li.white_border_btn a:hover
{
  background: #3F3F46;
}

.section_title_large_two {
  margin-bottom: 10px !important;
}
.inner_row 
{
    margin-bottom:25px;
}
.blog_sec {
  padding: 10em 0px;
}

.blog_border_row .elementor-container.elementor-column-gap-default {
  border-bottom: solid 1px #78350F;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.testi_sec {
  padding: 7em 0px;
}

.my_testi_style .elementor-main-swiper {
  width: 100% !important;
}
.my_testi_style .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
}
.my_testi_style .elementor-testimonial__text {
  padding: 0px 3em;
}
.testi_sec {
  background-image: url('/wp-content/uploads/2026/05/test_sec_bg_icon_nn.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.subs_sec {
  padding: 7em 0px;
}
.my_form_style {
}

.contact_inner_section {
    padding: 7em 0px;
}

.my_form_style input,.my_form_style textarea {
    padding: 12px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 15px 0px !important;
    min-height: auto !important;
    background-image: linear-gradient(90deg, #F25B38 0%, #F99E3E 50%, #F25B38 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    padding: 16px 28px !important;
    outline: solid 1px #fff;
    outline-color: transparent !important;
    transition: background-position 0.5s ease;
}
.my_form_style .elementor-button:hover {
  background-image: linear-gradient(to left,#F25B38,#F99E3E);
  background-position: 100% 50%;
}
/* New css ends here */
