.thm-btn1{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-black);
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 30px 8px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    z-index: 1;
}
.thm-btn1:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-primary);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.thm-btn1:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}
.thm-btn1:hover {
    color: var(--thm-base);
}
.customsection{
	padding-top: 50px;
	padding-bottom: 40px;
}
.whitebg{
	background: #fff;
}
.w100{
	width: 100%;
}
.object_cover{
	object-fit: cover;
}
.object_contain{
  object-fit: contain;
}
.greybg{
	background: #efefef;
}
.light_yellow{
	background:#faf5ee;
}
.image_tour{
	height: 230px;
	width: 100%;
	object-fit: cover;
}
.blog_image{
	height: 230px;
	width: 100%;
	object-fit: cover;
}
.test_img{
	width: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
    border: 1px solid #c7c2c2;
    padding: 3px;
}
.testimonial-one .carousel-control-next, 
.testimonial-one .carousel-control-prev {
	width: 5%;
}
.test_content{
 padding-left: 15px;
 padding-right: 15px;
}
.information__single{
	min-height: 200px;
}




@media(max-width: 1199.9px){
.main-menu-wrapper__left {
    width: 100%;
}
.main-menu-wrapper__logo {
    width: 90%;
}
}

@media(max-width: 575.9px){
.customsection{
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-header__top {
    padding: 55px 0;
}
.section-title {
    margin-bottom: 20px;
}
}