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

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 12px 28px;
    background: #d5c4b1;
    color: #150802;
    font-size:16px;
    border: solid 1px #d5c4b1;
    border-radius: 10px;
    transition: all 0.5s linear;
}

.two_col_btn ul a:hover {
    background: #150802;
    color:#fff;
    border-color:#150802;
}

.two_col_btn ul li.black_border_btn a {
    border-color: #150802;
    color:#150802;
    background: transparent;
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #d5c4b1;
    border-color: #d5c4b1;
    color:#150802;
}

.two_col_btn ul li img
{
    margin-right:5px;
}

.my_menu_style li.menu-item:last-child a {
    background: #150802;
    color: #fff !important;
    border-radius: 10px;
    padding: 13px 28px !important;
    border: solid 1px #150802 !important;
}

.my_menu_style li.menu-item:last-child a:hover {
    background: #fff !important;
    color: #150802 !important;
}

.my_menu_style li.menu-item:last-child a:after {
    display: none;
}

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 0px;
    height: 2px;
    background-color: #150802 !important;
    opacity: 1 !important;
    right: 0px !important;
    margin: 0 auto !important;
}

.my_menu_style li.menu-item {
    position: relative;
}

.my_menu_style li.menu-item a:hover:after, .my_menu_style li.menu-item.current-menu-item a:after {
    width: 31px;
}

.top_banner_section {
    padding: 18em 0px 0em;
}

header {
    padding: 13px 0px;
    background: #d5c4b1;
}

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

.top_banner_single_img img {
    max-width: unset !important;
}

.top_banner_single_img {
    position: relative;
    z-index: 1;
}

.top_banner_section:before {
    content: '';
    position: absolute;
    right: -7em;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/12/top_banner_after_img-n.png');
    width: 1089px;
    height: 712px;
}

.top_banner_small_title {
    margin-bottom: 10px !important;
}

.bold_txt
{
    font-weight:700;    
}

.italic_txt {
    font-style:italic;
}
.top_bann_txt {
    padding-top: 3em;
}
.remove_btm_sp {
    margin-bottom: 10px !important;
}

.section_title_small {
    margin-bottom: 10px !important;
}

.section_title_large {
    margin-bottom: 10px !important;
}

.author_section {
    padding: 8em 0px;
}

.auhtor_single_img img {
    max-width: unset !important;
    float: right;
}
.inner_row {
    margin-bottom: 25px;
}

.explore_section {
    padding: 8em 0px;
}

.light_bg_col_two .elementor-widget-wrap.elementor-element-populated {
    /*clip-path: polygon(100% 0, 100% 59%, 64% 100%, 0 100%, 0 0);*/
    clip-path: polygon(0 0, 100% 0, 100% 68%, 72% 100%, 0 100%);
    background: #d5c4b1;
    padding: 0px 25px 0px 80px!important;
    width: 600px;
    height: 320px;
    position:relative;
    top: 45px;
    right: 4em;
    border-radius:15px;
}

.light_bg_col_one .elementor-widget-wrap.elementor-element-populated
{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 64%);
    background: #d5c4b1;
    padding: 0px 80px 0px 25px!important;
    width: 600px;
    height: 320px;
    position:relative;
    top: 45px;
    left: 4em;
    border-radius:15px;
}

.explore_cover_img_two img,.explore_cover_img_one img 
{
    width: 100%;
}

.explore_cover_img_two,.explore_cover_img_one 
{
    position: relative;
    z-index: 1;
}
.explore_inner_row {
    margin: 0px 11em;
}

h2.post-title {
    display: none;
}

.inner_blog_section {
    padding: 4em 0px;
}

.my_blogs_style .elementor-post__text {
    /* clip-path: polygon(0 0, 100% 0, 100% 61%, 72% 100%, 0 100%); */
    /*background: #d5c4b1;*/
    border-radius: 12px;
    padding: 20px;
    width: 290px !important;
    height: 240px !important;
    position: relative;
    right: 0px;
    float: right;
    top: -55px;
    z-index: 1;
    background-image: url('/wp-content/uploads/2024/12/blog_after_icon.png');
}

.my_blogs_style .elementor-post__thumbnail__link {
    max-width: 80%;
}

.my_blogs_style a.elementor-post__read-more {
    background: #150802;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    bottom: 12px;
    transition:all 0.5s linear;
}

.my_blogs_style article.elementor-post:hover a.elementor-post__read-more {
    background: #fff;
    color:#150802 !important;
}

.my_blogs_style article.elementor-post {
    position: relative;
    overflow: visible !important;
}
.blog_section {
    padding: 7em 0px;
}

.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

.my_testi_style .elementor-testimonial__footer {
    margin-top: 0px;
}

.my_testi_style .elementor-testimonial__cite {
    background: #150802;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 10px;
}
.my_testi_style .elementor-testimonial {
    /* background: #d5c4b1; */
    background-image: url('/wp-content/uploads/2024/12/testi_sec_bg_img_n.png');
    padding: 40px 25px 0px;
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.my_testi_style .elementor-testimonial__text {
    min-height: 315px;
}
.my_testi_style .swiper-slide {
    padding: 4px !important;
}
.my_testi_style .elementor-testimonial__content {
    position: relative;
}

.my_testi_style .elementor-testimonial__content:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: -60px;
    background-image: url('/wp-content/uploads/2024/12/testi_sec_stars_icon.png');
    width: 165px;
    height: 38px;
}
.testi_section {
    padding: 7em 0px;
}
.my_testi_style .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    transition: all 0.5s linear;
}

.my_testi_style .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.5);
}

.my_testi_style .swiper-pagination {
    position: relative !important;
    margin-top: 3em;
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 4px 0px;
}

.footer_top_section {
    padding: 5em 0px 4em;
}

.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.social_list a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #d5c4b1;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    transition: all 0.5s linear;
}

.contact_list .img_box {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #d5c4b1;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    margin-right: 6px;
}

.contact_list li:not(:last-child) {
    margin-bottom: 12px;
}

.contact_list a {
    color: #fff;
    transition: all 0.5s linear;
}

.contact_list a:hover {
    color: #d5c4b1;
}

.social_list a:hover {
    background: #fff;
}
.book_page_sec {
    padding: 7em 0px;
}
.contact_inner_section {
    padding: 7em 0px;
}

.make_color_dark .contact_list a {
    COLOR: #150802;
}

.make_color_dark .contact_list a:hover {
    color: #d5c4b1;
}

.make_hover_dark .social_list a:hover {
    background: #150802;
}

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

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

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

.my_form_style textarea {
    resize: none;
}

.my_form_style input::placeholder, .my_form_style textarea::placeholder {
    opacity: 1 !important;
}

.my_form_style .elementor-button {
    padding: 16px 0px !important;
    min-height: auto !important;
}
.video_box,.video_box .elementor-open-lightbox
{
    height: 510px;
    width:100%;
}
.video_sec {
    padding: 7em 0px;
}

/* New css ends here */
