

.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
}


.simp-custom-cardlayout .text-content-wrapper 
{
    background-color:#fffafa;
    color:#000 !important;
    padding:20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    height:320px;
    
}

.simp-custom-reduced-width .text-content-wrapper{
    width:65% !important;
    margin:auto;
}


.simp-custom-sixtyfive{
    width:65% !important;
    margin:auto;
}

.simp-custom-fiftyfive{
    width:55% !important;
    margin:auto;
}

.simp-custom-slider-caption .camera_caption.fadeIn.jssor-caption {
    height: 100%;
    left: 0;
    width: 40%;
}
.simp-custom-slider-caption .camera_caption.jssor-caption {
    top: 0;
}
.simp-custom-slider-caption .caption-as-text {
    height: 100%;
    left: 0;
    float: left!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#0e4d68d9 !important;
    padding:0 40px!important
}




/*FullWidth Widget Padding*/
.simp-custom-2img-touch .fullWidthWidgetWrapper ,
.simp-custom-2img-touch1 .fullWidthWidgetWrapper  
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.simp-custom-2img-touch .text-content-wrapper p,
.simp-custom-2img-touch1 .text-content-wrapper p{
    padding-left:0 !important;
}
.simp-custom-2img-touch .text-content-wrapper,
 .simp-custom-2img-touch1 .text-content-wrapper

{
   padding: 0 55px !important;    
}

.simp-custom-slideraligned .fullWidthWidgetWrapper {
    width: 65% !important;
    margin: auto;
}
.simp-custom-slideraligned .slick-slide .text-content-wrapper img.reset-width {
    margin: auto;
}

.simp-custom-imghover .text-content-wrapper
{
    position:absolute;
    display:none;
}
.simp-custom-imghover .text-content:hover .text-content-wrapper
{
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:1;
}
.simp-custom-imghover .text-content:hover .text-content-wrapper h3 span
{
    color:#fff !important;
}
.simp-custom-imghover .text-content:after
{
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background-color: rgba(0,0,0,0.15)
}
.simp-custom-imghover .text-content:hover:after
{
    background-color: rgba(0,0,0,0.75);
    padding:0 !important;
    width:91%  !important;
}
.simp-custom-imghover a.btn
{
    background:transparent;
    border:1px solid #FFFFFF;
    color:#ffffff;
}
.simp-custom-imghover a.btn:hover
{
    background:#ffffff;
    color:#9E6D25;
}


.clearfix.widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-padding-reduce {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.simp-custom-padding-remove {
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.simp-custom-button a.btn
{
    background:transparent;
    border:1px solid #FFFFFF;
    color:#ffffff;
}
.simp-custom-button a.btn:hover
{
    background:#ffffff;
    color:#BD9C54;
}

/*.simp-custom-button a.btn
{
    background:transparent;
    border:1px solid #df9a2b;
    color:#000000;
}
.simp-custom-button a.btn:hover
{
    background:#e2971e;
    color:#ffffff;
}*/


.simp-custom-leftreducewidth {
    width:20% !important;
    margin:0px !important;
    margin-left:20px !important;
}

.simp-custom-reducerightwidth {
    width:75% !important;
}

.simp-custom-remove-paddingtop{
    padding-top: 0px !important;
}
.simp-custom-boxshadow .text-content {
    position: relative;
    width: 30%;
    margin: 0 10px;
}

.simp-custom-boxshadow .text-content:before {
    content: "";
    border: 1px solid white;
    display: block;
    position: absolute;
    height: 95%;
    width: 87%;
    left: 0;
    right: 0;
    z-index: 1;
    top: 10px;
    top: 1.7%;
    margin: auto;
}
.simp-custom-boxshadow .text-content-wrapper {
  
    width: 95%;
    margin: auto;
    border: 1px solid white;
    z-index: 2;
    position: relative;
    height:400px;
}

.simp-custom-boxshadow img {
    border-radius:5px !important;
}
.simp-custom-inset-box .text-content-wrapper{
box-shadow: inset 0 0 0 1px #fff;
width: 100%;
background-color: #eee;
padding:10px;
height:300px;
}

.simp-custom-imghover1 .text-content-wrapper
{
    position:absolute;
    display:none;
}
.simp-custom-imghover1 .text-content:hover .text-content-wrapper
{
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:1;
}
.simp-custom-imghover1 .text-content:hover .text-content-wrapper h3 span
{
    color:#fff !important;
}
.simp-custom-imghover1 .text-content:after
{
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background-color: rgba(0,0,0,0.15)
}
.simp-custom-imghover1 .text-content:hover:after
{
    background-color: rgba(0,0,0,0.75);
    padding:0 !important;
    width:92%  !important;
}
.simp-custom-imghover1 a.btn
{
    background:transparent;
    border:1px solid #FFFFFF;
    color:#ffffff;
}
.simp-custom-imghover1 a.btn:hover
{
    background:#ffffff;
    color:#9E6D25;
}

.container-fluid .simp-custom-widget-hide {
    display: none!important;
}
.mobile .simp-custom-mobile-widget-hide {
    display: none!important;
}
.simp-custom-sliderlandscape .text-content-wrapper p
{
    display:block !important;

}


.simp-custom-btnchange a.btn
{
    background:transparent;
    border:1px solid black;
    color:black;
}
.simp-custom-btnchange a.btn:hover
{
    background:#9E6D25;
    color:white;
    border:none;
}
.simp-custom-spacebetween .left-box.text-content {
    padding-right:130px;
    /*padding-top:50px;*/
}
.simp-custom-topborderleft .left-box:before {
    content: "";
    position: absolute;
    display: block;
    border: 2px solid #9E6D25;
    left: 1%;
    right: 1%;
    top: 1%;
    bottom: 1%;
    z-index: 2;
}
.simp-custom-topborderright .right-box:before {
    content: "";
    position: absolute;
    display: block;
    border: 2px solid #df9a2b;
    left: 1%;
    right: 1%;
    top: 1%;
    bottom: 1%;
    z-index: 2;
}
.simp-custom-btnalign .left-box .btn{
    margin-top:-10px !important
}

div[data-widget-id="2168566"].generic_slider.jssor-carousel-container.simp-custom-width50{
    width:40%!important;
}
div[data-widget-id="667305"].simp-custom-width50{
    width:60%!important;
}
div[data-widget-id="747073"].simp-custom-width50 {
	width:60%!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}
div[data-widget-id="2168567"].generic_slider.jssor-carousel-container.simp-custom-width50 {
	width:40%!important;
	padding-top:0px!important;
	padding-bottom:0px!important;
}

/*.mobile .simp-custom-mobile-widget-hide {
    display:none!important;
}

.mobile .simp-custom-image .text-content {
    background-color: #21160fc2;
    padding: 20px
}*/

:is(.outerpage, .outer-page) .content_wrapper .no-gutter .wtbookbtn .pull-right{
    float: unset !important;
    display: flex;
    justify-content: center;
}

.mobile .content_wrapper .no-gutter .wtbookbtn .pull-right{
    float: unset !important;
    display: flex;
    justify-content: center;
}



.simp-custom-image .text-content-wrapper
{
    background-color:#21160fc2;
    width:65%;
    margin:auto;
    padding:20px;
}

.clearfix.widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-padding-reduce {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    left:15px;
    background: #25d366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
#whatsAppHeader a{
    color: white;
}
.fa-whatsapp {
    font-weight: bold;
}
#footer a.social-wa:hover {
    background-color: #1EBEA5 !important;
}
.geo.navBtnBorder:hover{
    color:white;
}
.tel.navBtnBorder:hover{
    color:white;
}

