/*
Copyright (c) 2021
------------------------------------------------------------------
[Master about Stylesheet]

Project:	Hotel Lovato - Tours and Travels Online Booking HTML
Version:	1.0.0
Assigned to:	Templatemonster
-------------------------------------------------------------------*/
 /* common css start */
a:hover{
	text-decoration:none;
}
textarea:focus{
	outline:none;
}
/* common css start end */
.ds_traveller_story {
    padding: 100px 0px;
}

.right_side_details {
    float: left;
    width: 100%;
}

.right_side_details h3 {
    font-weight: 300;
    margin-top: 0px;
    color: #2c3e50;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #808b8d;
    padding-right: 30px;
    padding-bottom: 8px;
}
.right_side_details p {
    padding-top: 18px;
	line-height: 24px;
    color: #808b8d;
}
#about_slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.around_world_sec {    
    padding: 50px 0px 0px 0px;
	background-size: cover;
}
.section_main .box_inner {
    padding: 30px 30px 30px 30px;
    margin-bottom:30px;
	border: 1px solid #e5e5e5;
}
.section_main .box_inner.service_hasicon {
    padding-top: 70px;
    margin-bottom:80px;
}
.section_main .icon {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    top: -50px;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section_main .icon img {
    border-radius: 100%;
}
.section_main .icon .fa {
    background: #b08d54;
    color: #fff;
    width: 88px;
    height: 88px;
    line-height: 88px;
    font-size: 24px;
    border-radius: 100%;
    margin-top: 5px;
}
.section_main {    
    text-align: center;
	float:left;
	width:100%;
	margin-bottom:0px;
	position: relative;
} 
.section_main .box_title {
    text-transform: capitalize;
    color: #222222;
    margin: 0;
	font-size: 22px;
}

.box_inner p {
    line-height: 24px;
    color: #808b8d;
    padding: 10px 0px 15px;
    margin: 0;
}
.section_main:hover> .icon {
    background: #b08d54;
    border-color: #b08d54;
}
.section_main:hover> .icon .fa{
	background:#fff;
	color:#b08d54;
}
.section_main, .box_inner a, .icon .fa, .icon, .fa{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.check_lists{
		/*padding-top:55px;*/
}

.check_lists ul li {
    float: left;
    width: 100%;
    list-style-type: none;
}
.check_lists ul {
		margin:0px;
		padding:0px;
}
.check_lists ul li p {
    font-family: Lato;

}
.check_lists ul li label {
    font-size: 16px;
    color: #333333;
    width: 125px;
    float: left;
	text-transform: capitalize;
}
.check_lists ul li label:before {
    content: "\f046";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	color:#b08d54;
	    margin-right: 10px;
}
.btn_green {
    background: #b08d54;
    color: #ffffff;
    text-transform: capitalize;
}
.gallery_btn {
    width: 170px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
	margin-top: 25px;
	position:relative;
}
.gallery_btn:hover {
    text-decoration: none;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
}
.tr_team_desc h4 {
	padding: 15px;
    position: absolute;
    bottom: 0;
    right: auto;
    left: -30px;
    top: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #b08d54;
    transition: all 0.3s;
    width: auto;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-family: 'Barlow';
    writing-mode: vertical-rl;
    text-align: center;
    transform: rotate(180deg);
}
.tr_team_desc p{
	margin-bottom:0;
}
.tr_team_desc {
    
}
.tr_team_wrapper {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    perspective: 100px;
    overflow: hidden;
}
.tr_team_wrapper:hover .tr_team_desc{
	bottom: 0;
}
.tr_team_wrapper .thumb_wrap{
	overflow: hidden;
    text-align: center;
}
.tr_team_wrapper .thumb_wrap img{
	display: inline-block;
    width: 262px;
}
.title_tag {
	padding-bottom: 10px;
    text-transform: capitalize;
    color: #b08d54;
    font-weight: 600;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.team_social_media {
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -50px;
    background: #b08d54;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
.tr_team_wrapper:hover .team_social_media{
	bottom:0;
}
.team_social_media a .fa {
    background: transparent;
    color: #ffffff;
    height: auto;
    width: 30px;
    line-height: inherit;
}
.team_section {
    background: #f9f9f9;
    padding: 99px 0px;
}
.tr_team_wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
	left:0;
	right:0;
	height:3px; 
    background: #b08d54;
    border-bottom: none;
}
.tr_team_wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    border: 3px solid #b08d54;
    border-bottom: none;
    z-index: -1;
}
.tv_heading_style2.tr_heading_dynamic {
    margin-bottom: 15px;
}
/*----- team2 css start -------*/
.tv_team2_box .tv_team_data {
        position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px;
    z-index: 10;
    background: #b08d54;
}
.tv_team_wrapper{
	text-align:center;
}
.tv_team2_box {
    position: relative;
	display: inline-block;
	margin-bottom:30px;
}
.tv_team_data .tv_team_social {
    list-style: none;
    padding: 0;
    margin: 0;
	visibility:hidden;
	opacity:0;
    transition: all 0.3s;    
	position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}
.tv_team_data .tv_team_social li {
    display: inline-block;
    margin: 0 5px;
}
.tv_team2_box .tv_team_data h2 {
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 10px;
}
.tv_team2_box .tv_team_data .tv_team_deg {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
	padding-top: 10px;
    position: relative;
}
.tv_team2_box .tv_team_data .tv_team_deg:after {
    content: "";
    position: absolute;
    top: 0; 
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 75px;
    background: #ffffff;
}
.tv_team_data .tv_team_social li a {
    color: #ffffff;
    fill: #ffffff;
}
.tv_team2_box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1;
    height: 100px;
    transition: all 0.3s;
}
.tv_team2_box:hover:after {
    background: linear-gradient(rgba(0,0,0,0),#2aa2aca6,#2aa2ac);
    height: 100%;
}
.tv_team2_box:hover .tv_team_data .tv_team_social{
	visibility:visible;
	opacity:1;
}
.tv_team2_box:hover .tv_team_data {
    background: transparent;
}
/*------ team2 css end ---------*/
.heading_team {
    /*text-align: center;*/
    padding-bottom: 30px;
	position:relative;
}
.heading_team h3 {
    font-weight: 700;
    color: #2c3e50;
    text-transform: capitalize;
    padding-bottom: 30px;
    margin-top: 0px;
    position:relative;
}
.heading_team p {
    color: #808b8d;
      line-height: 24px;
   /* padding: 0 17%;*/
}
.heading_team h3:after, .heading_team h3:before  {
    content: "\f107\f107\f107\f107\f107\f107\f107";
    display: inline-block;
    font: normal normal normal 9px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 100px;
    height: 3px;
    color: #b08d54;
    position: absolute;
    left: 0;
    right: 0;
    margin: 18px auto 0 auto;
       letter-spacing: -0.15em;
}


.heading_team h3:before {
    bottom: 23px;
}
.heading_team h3:after {
    bottom: 19px;
}

.gallery_btn:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(255,255,255,0.2);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.gallery_btn:hover:after {
    right: -10px;
    left: -10px;
}
.contact_section {
    background: #b08d54;
    padding: 75px 0px;
}	
.tr_contact_wrap {
    color: #fff;
}
.tr_contact_wrap h3 {
    margin: 0px;
}
.tr_contact_wrap h4 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Barlow';
    text-transform: capitalize;
}

.hello_wrapper .tr_contact_wrap h4 {
    text-transform: capitalize;
}
.hello_wrapper .tr_contact_wrap h3.contact {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
}
.hello_wrapper i.fa {
    float: left;
    margin-right: 20px;
    color: #b08d54;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff;
}
.tr_contact_wrap {
    color: #fff;
    float: left;
	padding: 0px 0px 35px;
}
.hello_wrapper {
    float: left;
    width: 100%;
	padding: 2px 0px 35px;
}
.hello_wrapper .tr_contact_wrap{
	padding:0;
}
.tr_contact_wrap .tell_us {
    text-transform: capitalize;
    font-weight: bold;
    color: #ffffff;
    font-size: 28px;
}
.tr_contact_wrap .tell_us b {
    color: #ffffff;
}

.counter_section .easyPieChart {
    width: 100% !important;
    height: auto !important;
	line-height: 0px !important;
}
.counter_section {
    padding: 96px 0px;
}
.chart {
    position: relative;
    text-align: center;
}
.counter_section .chart i.fa {
    position: absolute;
    top: 30%;
    left: 45%;
    font-size: 30px;
	color:#ff5ba0;
}

.counter_section .chart span {
    position: absolute;
    left: 27%;
    top: -37px;
    font-size: 35px;
    color: #2c3e50;
    font-family: Lato;
}
.counter_title {
    font-family: Lato;
    text-transform: uppercase;
    color: #808b8d;
    padding-top: 30px;
    width: 120px;
    margin: 0 auto;
    line-height: 24px;
}

.counter_section .chart span {
    display: none;
}
.counter_section .timer {
    font-size: 35px;
    color: #2c3e50;
    font-family: Lato;
    text-align: center;
	padding-bottom:25px;
}


/*---------media query start-----*/
@media (max-width:767px){
	.hello_wrapper{
	text-align:center;
}	
.tr_contact_wrap{
width:100%;
text-align:center;
margin-bottom:15px;
}

.hello_wrapper i.fa{
		float:none;
}
.tr_team_wrapper, .tr_team_wrapper .thumb_wrap img {
		margin: 0 auto;
		text-align:center;
	}
/*vilash*/
.tr_team_wrapper{
   float:none;
   width:400px;
}
.section_main {
    width: 400px;
    margin: 0 auto 80px auto;
    float: none;
}


}

@media (min-width:992px){ 
	.hoteltranquil_about_right_side{
		padding-left:60px;
	}
}
@media (max-width:991px){
	.right_side_details{
		padding-top:30px;
	}
	.counter_section .chart {
     margin-bottom: 35px;
}
}

@media (max-width:480px){
	.tr_contact_wrap h3 {
    font-size: 20px;
}
.right_side_details h3 {
     font-size: 16px;
    line-height: 24px;
}
/*vilash*/
.tr_team_wrapper{
   width:100%;
}
.section_main {
    width: 100%;
}

}

@media (max-width:991px){
  .tr_team_wrapper {
    margin-bottom: 30px;
}		
}

@media(min-width:768px) and (max-width:991px){
.tr_contact_wrap h3{
	font-size:14px;
} 
.tr_contact_wrap h4 {
    font-size: 13px;
}
}

@media(min-width:992px) and (max-width:1200px){
	.tr_contact_wrap h3{
	font-size:18px;
} 
.team_social_media .fa {
    margin-right: 9px;
}

	.tr_team_desc h4{
	font-size:14px;
}
}