.main-menu>ul>li>a{
    text-transform: uppercase;
}

.header-logo img{
    width: 108px;
}
.mobile-logo img{
    width: 108px;
}

.secTitleCenter{
    width: 40% ;
    margin: 30px auto;
}

.imgWhite{
    filter: brightness(0) invert(1);
}
.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a, .wp-block-categories a{
    padding: 10px 45px 10px 0px !important;
}

.fontBold{
    font-weight: bold;
}

#hero .th-hero-bg.background-image{
    height: 100vh;
    object-fit: cover;
}

.tour-box_img img{
    height: 280px;
    width: 100%;
    object-fit: cover;
}


.th-header .menu-area{
    background: #d9ecf7;
}

.textColor{
    color: #113d48;
}
.textColor::placeholder {
    color: #113d48; 
    opacity: 1; 
}

.textColor:focus {
    color: #113d48 !important; 
    opacity: 1; 
}

.fontItalic{
    font-style: italic !important;
}
.recTourImg{
    width: 430px !important;
    height: 636px !important;
    object-fit: cover !important;
}

.width40{
    width: 40%;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before{
    content: none;
}

.displayBlock{
    display: block !important;
}

.hide{
    display: none !important;
}

.mglImg{
    height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.categorySlider .category-card img{
    height: 250px;
    object-fit: cover;
}


