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

::selection {
    background: #000;
    color: #fff;
    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_menu_style li.menu-item:last-child a {
  padding: 12px !important;
  border-radius: 10px;
  background: #ba9545;
  color: #FFF !important;
  border: solid 1px #ba9545 !important;
  transition: all 0.5s linear;
}
.my_menu_style li.menu-item:last-child a:hover {
  background: #000;
  border-color: #000 !important;
}
.my_menu_style li.menu-item:last-child {
  margin-left: 2em;
}
.remove_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header {
  padding: 12px 0px;
}
.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
}
.top_bann_sec {
  padding: 23em 0px 10em;
}
.top_bann_small_title,.top_bann_large_title,.section_title_small,
.section_title_large,.section_txt
{
  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;*/
    padding: 10px 20px;
    background: transparent;
    background: #ba9545;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s linear;
    border: solid 1px #ba9545;
}
.two_btn_list a:hover {
    background: #000;
    border-color: #000;
}
.two_btn_list li.blue_border_btn a:hover {
    background: #000;
    color: #fff;
}
.two_btn_list li.black_border_btn a {
    background: transparent;
    color: #000;
    border: solid 1px #000;
}
.two_btn_list li.black_border_btn a:hover {
    background: #ba9545;
    border-color: #ba9545;
    color: #fff;
}
.black_txt {
  color: #000;
}

.author_sec {
  padding: 7em 0px;
}
.author_abt_list ul {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  gap: 15px;
}
.author_single_img img {
  border-radius: 20px !important;
}
.my_btn_style .elementor-button {
  padding: 12px 20px !important;
}
.top_bann_small_title .elementor-heading-title {
  display: inline-block;
  background: #ba9545;
  padding: 8px;
}

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

.book_sec,.book_comp_sec
{
  padding: 7em 0px;
}
.list_color_yellow ul li 
{
  position: relative;
  padding: 0px 0px 8px 18px;
}
.list_color_yellow ul li:last-child {
  padding-bottom: 0px;
}
.list_color_yellow ul li:before
{
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ba9545;
}

.price_list_txt h3 {
  margin: 0px;
  font-size: 39px;
}
.price_list_txt h3 .over_line_txt {
  font-size: 22px;
  position: relative;
}
.price_list_txt h3 .over_line_txt:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 15px;
  width: 100%;
  height: 2px;
  background: #000;
}

.what_included_list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
  text-align: center;
}
.what_included_list li {
  border: solid 1px #000;
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 18px;
}

.inner_row {
  margin-bottom: 20px;
}

.estate_sec {
  padding: 7em 0px;
}
.es_inner_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
  padding: 30px !important;
  background: #f5eee0;
  margin: 0px 10px;
  border-radius: 30px;
  transition: all 0.5s linear;
}
.es_inner_row .elementor-column:hover .elementor-widget-wrap.elementor-element-populated{
  background: #fff;
}
.es_inner_title  {
  margin-bottom: 10px !important;
}

.es_txt {
  margin-bottom: 0px !important;
}
.es_my_btn .elementor-button-text {
  position: relative;
}
.es_my_btn .elementor-button-text:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 3px;
  background-image: url('/wp-content/uploads/2025/12/button_arrow_icon.png');
  width: 20px;
  height: 11px;
}

.what_include_title {
  margin-bottom: 10px !important;
}
.underline_txt .elementor-heading-title {
  display: inline-block;
  position: relative;
  border-bottom: solid 1px #ba9545;
}
.style_list_two_col li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.sp_single_img img {
  border-radius: 30px !important;
}
.speak_sec {
  padding: 7em 0px;
}

.upcoming_ev_sec {
  padding: 7em 0px;
}
.trailer_sec
{
    padding: 7em 0px;
}
.blogs_sec
{
    padding: 7em 0px;
}
.contact_sec
{
    padding: 7em 0px;
}
.up_eve_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
  background: #fff;
  border-radius: 30px;
  padding: 0px !important;
  margin: 0px 8px !important;
  padding-bottom: 25px !important;
}
.up_ev_date {
  background: #ba9545;
  border-radius: 30px 30px 0px 0px;
  padding: 15px 25px;
}
.conf_sm_txt {
  font-size: 16px;
  font-family: "Poppins", Sans-serif;
}
.up_ev_title {
  padding: 0px 25px;
  margin-bottom: 10px !important;
}
.up_ev_list {
  padding: 0px 13px;
  margin-bottom: 10px !important;
}
.up_eve_row .es_my_btn {
  margin: 0px 25px;
}
.up_ev_list {
  margin-bottom: 5px !important;
}
.up_ev_list li img {
  margin-right: 6px;
}

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


.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 4em 0px;
}
.style_list li {
  position: relative;
  padding: 0px 0px 10px 16px;
}
.style_list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ba9545;
}


.my_blogs_style .elementor-post {
  position: relative;
}
.my_blogs_style .elementor-post__text {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 30px;
  padding: 25px !important;
  width: 100% !important;
  max-width: 95%;
  right: 0px;
  margin: 0 auto;
  transition: all 0.5s linear;
}
.my_blogs_style .elementor-post__meta-data {
  order: 1;
}
.my_blogs_style .elementor-post__title {
  order: 2;
}
.my_blogs_style .elementor-post__excerpt {
  order: 3;
}
.my_blogs_style .elementor-post__read-more {
  order: 4;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 25px;
  background: #ba9545;
  border-radius: 12px;
}
.my_blogs_style .elementor-post:hover .elementor-post__text {
  background: #e8e1d2;
}

.contact_title_list h3 {
  margin: 0px;
  color: #ba9545;
}
.form_color_sec .elementor-widget-wrap.elementor-element-populated {
  background: #fff;
  padding: 3em !important;
  border-radius: 30px !important;
  box-shadow: 2px 2px 8px -2px #000;
}
.my_contact_form input,.my_contact_form textarea {
  padding: 13px 15px;
}
.my_contact_form textarea {
  resize: none;
}

.my_contact_form .elementor-button {
  min-height: auto !important;
  padding: 18px 0px !important;
}

.my_contact_form .elementor-button {
  min-height: auto !important;
  padding: 18px 0px !important;
}
.contact_title_list p {
  padding-right: 3em;
}

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

.social_list a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 0px;
    text-align: center;
    line-height: 36px;
    border: solid 1px #000;
    transition: all 0.5s linear;
    border-radius: 100%;
}

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

.social_list a:hover {
    background: #ba9545;
  border-color: #ba9545;
}

.social_list a:hover img {
    filter: invert(1);
}

.cp_row {
    border-top: solid 1px #ba9545;
    padding: 8px 0px;
}
.footer_top {
    padding: 40px 0px;
}

.coming_soon_txt .elementor-heading-title {
  display: inline-block;
  margin: 0 auto;
  background: #ba9545;
  padding: 25px 35px;
  border-radius: 10px;
}

/* New css ends here */
