/*----------------------------------------------------------------------------------
 1. body start
----------------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	overflow-x: hidden;
}
::selection {
	background: #00c683;
	color: #ffffff;
	padding:10px
}
/*----------------------------------------------------------------------------------
 1. body end
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
 2. Common css Start
----------------------------------------------------------------------------------*/
/*=========== Preloader css Start ===========*/
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    text-align: center;
}
.preloader_inner {
    margin: auto;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.preloader_inner img {
    display: inline-block;
    max-width: 100%;
}
/*=========== Preloader css End ===========*/
h1,h2,h3,h4,h5{
	font-family: 'Roboto', sans-serif;
}
.full_width{
	float:left;
	width:100%;
}
.col_50{
	width:50%;
	float:left;
}
.padder_0{
	padding: 0px;
}
a{
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.green_btn {
	background: #00c683;
    border: 1px solid transparent;
    font-family: 'Roboto', sans-serif;
    color: #edffed;
    font-size: 14px;
	padding:10px;
	text-transform: capitalize;
    text-decoration: none;
	display:inline-block;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	z-index:1;
	position:relative;
}
.green_btn:after {
    position: absolute;
    content: "";
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
    background: #00c683;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 1;
}
.green_btn:hover:after, 
.green_btn:focus:after {
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -ms-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    width: 0;
    opacity: 0;
    visibility: hidden;
    left: 20%;
}
.green_btn:hover, 
.green_btn:focus {
    background-color:transparent;
    color: #00c683;
	border: 1px solid;
	text-decoration:none;
}
input:focus, 
textarea:focus, 
button:focus, 
select:focus, 
a:focus{
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
/*=========== Calendar css Start ===========*/
.ui-datepicker {
    border-radius: 0;
    margin-top: 5px;
}
.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    background-color: #00c683;
    color: #edffed;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.ui-datepicker-calendar tr td a {
    color: #333333;
    font-size: 15px;
    border: none !important;
    padding: 5px;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    background: #333333;
    color: #ffffff;
}
.ui-datepicker-calendar tr td .ui-state-default.ui-state-active, 
.ui-datepicker-calendar tr td a:hover {
    background: #00c683;
    color:#edffed;
}
/*=========== Calendar css Start ===========*/
/*=========== owl crousel css start ===========*/
.owl-controls {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.owl-nav > div {
    float: left;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background: #333333;
    color: #fff;
	text-align: center;
	margin-right:5px;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.owl-nav > div:hover {
    background: #00c683;
}
/*=========== owl crousel css end ===========*/

/*=========== Selectpicker css Start ===========*/
.select_wrapper {
    float: left;
    width: 100%;
    position: relative;
    height: 45px;
    line-height: 43px;
    padding: 0 15px;
	color:#777777;
    border: 1px solid #dadada;
    background-color: transparent;
}
.select_wrapper:after {
    position: absolute;
    content: "\f078";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #00c683;
    height: 100%;
    text-align: center;
    line-height: 41px;
    padding: 0 10px;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
}
.select_wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	padding: 0 15px;
	cursor: pointer;
	outline: none;
	opacity: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	_noFocusLine: expression(this.hideFocus=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_wrapper .select_holder {
    line-height: 18px;
    display: inline-block;
}
/*=========== Selectpicker css End ===========*/
/*----------------------------------------------------------------------------------
 2. Common css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
3. header menu section css Start
----------------------------------------------------------------------------------*/
.tr_header_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}
.tr_logo {
    float: left;
    margin-top: 25px;
}
.tr_logo > a{
	display:inline-block;
}
.header_right_menu{
	float:right;
}
.header_right_menu ul{
    float:left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_right_menu > ul > li {
    float: left;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 28px;
    border-radius: 5px;
    position: relative;
    padding: 24px 15px;
}
.header_right_menu > ul > li > a {
    font-size: 15px;
    display: block;
    color: #333;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding:0;
}
.header_right_menu > ul > li > a:hover, 
.header_right_menu > ul > li > a:focus {
    color: #00c683;
    text-decoration: none;
}
.nav_toggle {
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    width: 35px;
    height: 28px;
    float: right;
	display:none;
}
.nav_toggle i {
    float: left;
    width: 100%;
    background: #00C683;
    height: 4px;
    margin-bottom: 3px;
    border-radius: 2em;
    -webkit-transition: all 500ms cubic-bezier(0.480, 0, 0.535, 1);
    -webkit-transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
    -moz-transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
    -o-transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
    transition: all 500ms cubic-bezier(0.480, -0.050, 0.535, 1.370);
}
.nav_toggle.toggle_open > i:first-child{
	transform:rotate(-45deg) translateX(-2px);
	-webkit-transform:rotate(-45deg) translateX(-2px);
	-moz-transform:rotate(-45deg) translateX(-2px);
	-ms-transform:rotate(-45deg) translateX(-2px);
	-o-transform:rotate(-45deg) translateX(-2px);
	width:50%;
}
.nav_toggle.toggle_open > i:nth-child(3) {
	transform:rotate(45deg) translateX(-2px);
	-webkit-transform:rotate(45deg) translateX(-2px);
	-moz-transform:rotate(45deg) translateX(-2px);
	-ms-transform:rotate(45deg) translateX(-2px);
	-o-transform:rotate(45deg) translateX(-2px);
    width: 50%;
}
/*===========sub-menu css Start ===========*/
.header_right_menu > ul > li > ul {
    position: absolute;
    background-color: #fff;
    border-top: 2px solid #00c683;
    min-width: 200px;
    z-index: 99;
    top: 100%;
    left: 0;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
	opacity: 0;
	visibility: hidden; 
    -webkit-transform: translate(0%, -15px);
    -moz-transform: translate(0%, -15px);
    -ms-transform: translate(0%, -15px);
    -o-transform: translate(0%, -15px);
    transform: translate(0%, -15px);
}
.header_right_menu > ul > li > ul:before {
    position: absolute;
    content: "";
    left: 30px;
    top: -14px;
    border-bottom: 14px solid #00c683;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.header_right_menu > ul > li > ul > li {
    width: 100%;
    line-height: 33px;
    border-bottom: 1px solid #e4e4e4;
    padding: 4px 16px;
}
.header_right_menu > ul > li > ul > li > a {
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.header_right_menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}
/*===========sub-menu css End ===========*/
/*----------------------------------------------------------------------------------
3. header menu section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
4. Home Slider section css Start
----------------------------------------------------------------------------------*/
.home_slider_cover{
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	background-size:cover;
}
.tr_home_slider{
	width: 100%;
	float:left;	
}
.slider_bg{
	width: 100%;
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	z-index: 1;
}
.slider_bg:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(23, 21, 21, 0.42);
    z-index: -1;
}

/*======= Slider caption css start ======*/
.header_content_part{
	float:left;
	width:100%;
}
.tr_slider_caption {
    text-align: center;
    margin: 240px 0 280px;
}
.tr_slider_caption h1 {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 55px;
    text-transform: uppercase;
}
.tr_slider_caption p {
    font-size: 25px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.tr_slider_caption .tr_read_more {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.38);
    padding: 15px 35px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin-top: 55px;
}
.tr_slider_caption .tr_read_more:hover{
	background-color:#00c683;
}
/*======= Slider caption css end ======*/
/*======= Slider animation start ======*/
.owl-item.active .tr_slider_caption h1{
	animation: rotate .7s 1 both 700ms;
	-webkit-animation: rotate .7s 1 both 700ms;
	-moz-animation: rotate .7s 1 both 700ms;
}
.owl-item.active .tr_slider_caption p {
    animation: fromtop .7s 1 both 1700ms ease-in;
    -webkit-animation: fromtop .7s 1 both 1700ms ease-in;
    -moz-animation: fromtop .7s 1 both 1700ms ease-in;
}
.owl-item.active .tr_slider_caption .tr_read_more{
	animation: flipin .7s 1 both 2700ms;
	-webkit-animation: flipin .7s 1 both 2700ms;
	-moz-animation: flipin .7s 1 both 2700ms;
}
/*======= Slider animation end ======*/
/*======= slider nav Start ======*/
.tr_home_slider .owl-controls{
	margin-top:0;
}
.tr_home_slider .owl-nav > div {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 11;
    margin: 0;
    width:45px;
    height:50px;
    line-height:50px;
	margin-top:-25px;
	opacity:0;
	visibility:hidden;
}
.tr_home_slider:hover .owl-nav > div {
	opacity:1;
	visibility:visible;
}
.tr_home_slider .owl-nav > div.owl-next {
    right: 0;
    left: auto;
}
/*======= slider nav End ======*/
/*----------------------------------------------------------------------------------
4. Home Slider section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
5. Tour Search form css start
----------------------------------------------------------------------------------*/
.search_tour_section{
	margin-top: -60px;
	position: relative;
	z-index: 100;
}
.search_frm_cover {
    width: 100%;
    float: left;
    padding: 30px 20px 35px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.27);
    background: #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.search_frm_cover .form_group {
    float: left;
    width: 20%;
    padding: 0 10px;
}
.search_frm_cover .form_group > label {
    float: left;
    width: 100%;
    margin-bottom:8px;
    font-size: 15px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.search_frm_cover .form_group input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
}
.search_frm_cover .form_group .tour_search_btn {
    width: auto;
    height: auto;
    padding: 11.5px 48px;
    margin-top: 32px;
}
.date_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.date_wrapper input{
	cursor:pointer;
}
.date_wrapper .date_icon {
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 0;
	background-color: #00c683;
	height: 100%;
	text-align: center;
	line-height: 41px;
	padding: 0 10px;
    pointer-events: none;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
}

/*----------------------------------------------------------------------------------
5. Tour Search form css end
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
6. service section css Start
----------------------------------------------------------------------------------*/
/*=========== middle heading css start  ===========*/
.tr_middle_heading {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.tr_middle_heading h1 {
    font-size: 32px;
    color: #222222;
    font-weight: 400;
	margin-top:0px;
	margin-bottom:8px;
	font-family: 'Roboto', sans-serif;	
}
.tr_middle_heading p {
    font-size: 15px;
    color: #777777;
    line-height: 27px;
}
/*=========== middle heading css end  ===========*/
.tr_service_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
}
.tr_service_cover {
    float: left;
    width: 100%;
}
.tr_icon_box {
    text-align: center;
    margin: 0 auto;
	margin-bottom:80px;
}
.sevice_icon span {
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
}
.sevice_icon span:after {
    position: absolute;
    content: "";
    background-color: #00c683;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.tr_icon_box:hover .sevice_icon span:after {
    opacity: 1;
	visibility:visible;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tr_icon_box:hover .sevice_icon i {
    color: #ffffff;
    border-color: transparent;
}
.sevice_icon i {
    font-size: 40px;
    color: #00c683;
    border: 2px solid;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
}
.tr_icon_box h4 {
    color: #222222;
    font-size: 20px;
    margin-top: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}
.tr_icon_box p {
    font-size: 15px;
    line-height: 25px;
    color: #777777;
}
.tr_icon_box .learn_mr {
    display: inline-block;
    color: #00c683;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 24px;
	margin-top: 8px;
}
.tr_icon_box .learn_mr:hover{
	color:#151515;
}
.tr_icon_box .learn_mr i {
transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    opacity: 0;
}
.tr_icon_box .learn_mr:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    opacity: 1;
}
/*----------------------------------------------------------------------------------
6. service section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
7. booking section css Start
----------------------------------------------------------------------------------*/
.tr_booking_section {
    width: 100%;
    float: left;
    background: url(http://via.placeholder.com/1920x400/222222/111111) no-repeat;
    background-size: cover;
}
.black_overlay {
    background-color: rgba(0, 0, 0, 0.25);
}
.tr_booking_cover{
	text-align:center;
	padding:100px 0px 105px;
}
.tr_booking_cover h2 {
    color: #ffffff;
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 13px;
	font-family: 'Roboto', sans-serif;		
}
.tr_booking_cover p {
    color: #ffffff;
    font-size: 16px;
	line-height:28px;
}
.tr_booking_cover .booking_button {
    margin-top: 24px;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 48px;
}
/*----------------------------------------------------------------------------------
7. booking section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
8. tour package section css Start
----------------------------------------------------------------------------------*/
.tr_tour_section{
    width: 100%;
    float: left;
    background-color: #f1f1f1;
}
.tr_tour_cover{
	width: 100%;
	float:left;
	padding-bottom:40px;
}
.tour_package_box {
    width: auto;
    display: table;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    background-color: #ffffff;
}
.tour_package_box:hover{
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.tour_thumb, .tour_desc{
	width: 100%;
	float:left;
}
.tour_desc {
    color:#ececec; 
	border: 1px solid #ececec;
}
.tour_desc .tour_desc_inner {
    padding: 30px 25px;
	float: left;
	width: 100%;
}
.pull_left{
	float: left;
}
.pull_right{
	float: right;
}
.tour_desc_inner .title_layer{
	float: left;
	width: 100%;
}
.tour_desc_inner h4 {
    display: inline-block;
    color: #222222;
    font-weight: 600;
    text-transform: capitalize;
	margin-top: 0;
	margin-bottom:8px;
	font-family: 'Roboto', sans-serif;		
}
.tour_desc_inner .tour_price {
    float: right;
    color: #00c683;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.tour_desc_inner p {
    font-family: 'Nunito', sans-serif;
    color: #777777;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.tour_desc_inner .including_facility{
	display:block;
	margin-top:25px;
	float: left;
	width: 100%;
}
.including_facility p span {
    color: #222222;
}
.tour_desc .bottom_desc {
    display: block;
    padding: 17px 25px;
    border-top: 1px solid #ececec;
	float: left;
	width: 100%;
}
.bottom_desc span {
    font-size: 14px;
    color: #777777;
    font-family: 'Roboto', sans-serif;
}
.bottom_desc .view_more {
    font-size: 13px;
	text-transform:uppercase;
	text-decoration:none;
    color: #222222;
	font-weight:600;
	float:right;
    font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02em;
    line-height: 24px;
}
.bottom_desc .view_more:hover {
    color: #00c683;
}
/*----------------------------------------------------------------------------------
8. tour package section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
9. video section css Start
----------------------------------------------------------------------------------*/
.tr_video_section {
    float: left;
    width: 100%;
    background: url(http://via.placeholder.com/1920x400) no-repeat center top;
    background-size: cover;
    position: relative;
}
.tr_video_section .color_overlay {
    padding: 230px 0px;
    background: rgba(0, 0, 0, 0.2);
}
.tr_video_thumb{
	float: left;
	width: 100%;
	position:relative;
}
.vdopopup_btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #00c683;
    background: #fff;
    width: 70px;
    height: 70px;
    padding-left: 7px;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}
.vdo_close{
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #00c683;
    border: 2px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.video_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1111;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.video_overlay.popup_zoom{
	opacity: 1;
	visibility:visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.video_overlay .video_inner {
    max-width: 800px;
    margin: auto;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.wb_iframe {
    height: 450px;
}
.video_overlay .video_inner iframe {
	width: 100%;
	height: 100%;
	border:none;
}
/*----------------------------------------------------------------------------------
9. video section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
10. faq section css Start
----------------------------------------------------------------------------------*/
.tr_Faq_section {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom:30px;
}
.faq_left_part{
	float: left;
	width: 100%;
	margin-bottom:50px;
}
.faq_left_part h1 {
    font-size: 35px;
    color: #222222;
    font-weight: 300;
    margin-top: 0;
    line-height: 37px;
	font-family: 'Roboto', sans-serif;		
}
.faq_left_part .faq_list {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dedede;
}
.faq_left_part .faq_list li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.faq_list h4 {
    font-size: 16px;
    color: #232222;
    line-height: 24px;
	font-family: 'Roboto', sans-serif;		
}
.faq_list p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
}
.faq_contact {
    float: left;
    width: 100%;
}
.faq_contact h4{
    font-size: 18px;
    color: #222222;
    font-weight: 300;
	margin:0;
    line-height: 30px;
	font-family: 'Roboto', sans-serif;		
}
.faq_contact h2 {
    font-size: 30px;
    color: #00c683;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 18px;
	font-family: 'Roboto', sans-serif;		
}
/*======= faq form css start ======*/
.form_wrapper{
	float: left;
	width: 100%;
	margin-bottom:50px;
}
.faq_form{
    float: left;
    width: 100%;
    padding: 45px 50px 50px;
    background-color: #fefefe;
    border: 1px solid #ececec;
    border-top: 2px solid #00c683;
}
.faq_form h4 {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0;
	font-family: 'Roboto', sans-serif;		
}
.faq_form h3 {
    font-size: 25px;
    color: #222222;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    margin-top: 8px;
	margin-bottom:0;
	font-family: 'Roboto', sans-serif;		
}
.faq_form form{
	margin-top: 35px;
    float: left;
    width: 100%;
}
.faq_form .form-group {
    float: left;
    width: 100%;
}
.faq_form .form-group .form_control, 
.faq_form .form_control select {
    height: 45px;
    border-radius: 0px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 0 10px;
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}
.faq_form .form-group:last-child {
    margin-bottom:0px;
}
.faq_form .tour_btn {
    width: 100%;
    padding: 13px 20px;
    font-weight: 700;
}
/*======= faq form css End ======*/
/*----------------------------------------------------------------------------------
10. faq section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
11. testimonial section css Start
----------------------------------------------------------------------------------*/
.testimonial_section {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
}
.test_heading {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 30px;
    text-align: center;
}
.tr_testimonial_crousel {
    float: left;
    width: 100%;
    text-align: center;
}
.tr_testimonial_crousel .test_thumb {
    display: inline-block;
}
.tr_testimonial_crousel .test_thumb img {
    display: inline-block;
    max-width: 100%;
    border-radius: 100%;
    border: 2px solid #00c683;
}
.tr_testimonial_crousel .test_desc {
    padding: 30px 20px;
    border: 1px solid #9d9d9d;
    margin-top: 39px;
    position: relative;
}
.tr_testimonial_crousel .test_desc:before, 
.tr_testimonial_crousel .test_desc:after{
	position: absolute;
	left: 50%;
    content: "";
    margin-left: -15px;
}
.tr_testimonial_crousel .test_desc:before {
    top: -20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #9d9d9d;
}
.tr_testimonial_crousel .test_desc:after {
    top: -19px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 19px solid #fff;
    margin-left: -13px;
    z-index: 11;
}
.tr_testimonial_crousel p {
    color: #9d9d9d;
    font-size: 18px;
    line-height: 31px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.tr_testimonial_crousel .test_title {
    font-weight: 400;
    text-transform: capitalize;
    color: #00c683;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom:7px;
}
.tr_testimonial_crousel .test_subtitle {
    font-weight: 400;
    text-transform: capitalize;
    color: #9d9d9d;
    margin: 0;
    font-size: 14px;
}
.tr_testimonial_crousel .owl-dot{
	display:inline-block;
}
.tr_testimonial_crousel .owl-dot span {
    background-color: #ffffff;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #00c683;
    border:2px solid transparent;
    border-radius: 100%;
    display: inline-block;
    transition:all ease-in 0.25s;
}
.tr_testimonial_crousel .owl-dot.active span {
	background-color:transparent;
	border:2px solid #00c683;
}
.tr_testimonial_crousel .owl-controls{
	margin-top:28px;
}
/*----------------------------------------------------------------------------------
11. testimonial section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
12. counter section css Start
----------------------------------------------------------------------------------*/
.tr_counter_section{
	float:left;
	width:100%;
}
.tr_counter_section .block_1 {
    text-align: center;
    background-color: #f5f5f5;
	color: #333333;
}
.block_1:nth-child(odd) {
    background: #00c683;
    color: #ffffff;
}
.block_1:nth-child(odd) .block_icon{
	color:#edffed;
}
.block_inner{
    float: left;
    width: 100%;
	padding: 60px 15px;
}
.block_inner > span {
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}
.block_inner .block_icon {
    font-size: 40px;
}
.block_inner .block_counter {
    font-weight: bold;
    font-size: 50px;
    margin: 20px 0 28px;
    line-height: 48px;
}
.block_inner .block_text {
    font-size: 18px;
    text-transform: uppercase;
}
/*----------------------------------------------------------------------------------
12. counter section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
13. Blog Css Start
----------------------------------------------------------------------------------*/
.tr_blog_wrapper {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.blog_body {
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
}
.blog_thumb {
    float: left;
    width: 100%;
	position:relative;
}
.blog_thumb .overlay {
	border-radius:0;
}
.overlay .link_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #00c683;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.blog_thumb:hover .overlay {
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.blog_thumb:hover .overlay .link_icon {
    animation: zoom .7s 1 cubic-bezier(0.58, -0.02, 0.08, 1.31);
    -webkit-animation: zoom zoom .7s 1 cubic-bezier(0.58, -0.02, 0.08, 1.31);
    -moz-animation: zoom .7s 1 cubic-bezier(0.58, -0.02, 0.08, 1.31);
}
.blog_desc {
	float:left;
	width:100%;
    padding: 30px 20px;
    text-align: center;
    background-color: #ffffff;
	-webkit-box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
	box-shadow: 0 0 13px 5px rgba(188, 188, 188, 0.3);
	position:relative;
	z-index:11;
}
.blog_desc h3 {
    color: #222222;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 22px;
}
.blog_desc h3 a {
    color: #222222;
    text-decoration: none;
    text-transform: capitalize;
}
.blog_desc h3 a:hover {
    color: #00c683;
}
.blog_desc p {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
}
.blog_desc .blog_meta span {
    font-size: 13px;
    color: #ababb2;
    margin: 0;
	margin:5px;
	font-family: 'Roboto', sans-serif;
}
.blog_meta span a {
    color: #ababb2;
	text-decoration: none;
}
.blog_meta span a:hover {
    color: #00c683;
}
.blog_desc .read_m_link {
    color: #00c683;
    text-decoration: none;
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
	font-family: 'Roboto', sans-serif;
}
.blog_desc .read_m_link:hover{
	color:#333;
}
/*----------------------------------------------------------------------------------
13. Blog css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
14. Blog Single css Start
----------------------------------------------------------------------------------*/
.tr_blog_single_wrapper {
    float: left;
    width: 100%;
    padding: 80px 0 30px;
}
.blog_single_body .blog_desc{
	text-align:left;
}
.blog_single_body .blog_desc .blog_meta{
	margin-top:15px;
}
.blog_single_body .blog_desc .blog_meta span{
	margin-right: 10px;
}
.blog_single_body{
	float:left;
	width:100%;
	margin-bottom:50px;
}
blockquote {
    padding: 38px 30px 30px;
    font-size: 17px;
	border-left-color: transparent;
    background-color: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    line-height: 27px;
    color: #777;
    font-weight: 300;
    font-style: italic;
    margin: 30px 0 10px;
    text-align: Center;
    position: relative;
}
blockquote .fa {
    font-size: 36px;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.12;
    padding: 3px;
}
blockquote span{
	color: #00c683;
	display: block;
	margin-top: 6px;
	font-weight: 400;
}
/*=== blog comment css start ===*/
#comments {
    float: left;
    width: 100%;
	margin-top:25px;
}
#comments > h3{
	margin-bottom:20px;
}
#comments ul{
    float: left;
    width: 100%;
    margin: 0px;
	padding-left:0;
}
#comments ul.comment_list li {
    float: left;
    width: 100%;
}
#comments ul.comment_list li.comment{
	list-style:none;
}
#comments ul li ul{
	padding-left:30px;
}
.comment_list li .specific_comment {
    float: left;
    width: 100%;
    padding: 25px 15px 15px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #E4E4E4;
}
.specific_comment .blog_avtar {
    float: left;
}
.specific_comment .blog_avtar img {
	width:80px;
	height:80px;
}
.specific_comment .right_avtar_details {
    padding-left:105px;
}
.right_avtar_details .cmt_title {
    margin-bottom: 6px;
}
.right_avtar_details .cmt_title .comment-author {
    display: inline-block;
}
.cmt_title .comment-author a {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}
.cmt_title .comment-author a:hover{
	color:#00c683;
}
.right_avtar_details .cmt_title span {
    color: #999;
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
}
.cmt_title .reply_link {
    float: right;
    text-transform: capitalize;
    color: #00c683;
	text-decoration:none;
}
.cmt_title .reply_link:hover{
	color:#333333;
}
/*===blog comment css end ===*/

/*--- blog form css start ===*/
.comment-respond {
    float: left;
    width: 100%;
}
.comment-respond .comment-reply-title{
	margin:20px 0 20px;
}
.comment-respond .comment-form{
	
}
.comment-respond .comment-form p {
    margin-bottom: 20px;
}
.comment-form p label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #777777;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.comment-form p input {
    border: 1px solid #E4E4E4;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #777777;
    outline: none;
    font-size: 14px;
}
.comment-form p textarea {
    border: 1px solid #E4E4E4;
    width: 100%;
    padding: 15px;
    color: #777777;
    outline: none;
    font-size: 14px;
}
.comment-form p .comment_submit {
    background: #00c683;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    height: auto;
	border:1px solid tranparent;
    padding: 11px 15px;
    display: inline-block;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
}
.comment-form p .comment_submit:hover, 
.comment-form p .comment_submit:focus{
	background-color:transparent;
	color:#00c683;
	border:1px solid;
}
/*=== blog form css end ===*/
/*======== Blog sidebar css Start========*/
.tr_sidebar_area {
    float: left;
    width: 100%;
	margin-bottom:50px;
}
.tr_sidebar_area .widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.tr_sidebar_area .widget-title {
    color: #00c683;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 24px;
    position: relative;
	text-transform:capitalize;
    margin-bottom: 25px;
}
.tr_sidebar_area .widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}
.tr_sidebar_area .widget-title:after {
    position: absolute;
    content: "";
    background-color: #00c683;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.widget ul li {
	float: left;
	width: 100%;
}

.tr_sidebar_area .widget ul li {
    line-height: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}
.tr_sidebar_area .widget ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #777777;
}
.tr_sidebar_area .widget ul li a:hover {
    color: #00c683;
}
.widget ul li ul{
	padding-left:20px;
}
/*==== Search widget Start ====*/
.widget.widget_search .search-form{
	position:relative;
}
.widget.widget_search form label {
    width: 100%;
    margin-bottom: 0;
}
.widget.widget_search form .search-field {
    border: 1px solid #E4E4E4;
    width: 100%;
    height: 45px;
    padding: 0px 58px 0 15px;
    color: #777777;
    outline: none;
    font-weight: normal;
    font-size: 14px;
}
.widget.widget_search form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    font-size: 12px;
    text-transform: capitalize;
    padding: 14px 10px;
    background-color: #00c683;
	border-left:1px solid transparent;
    border: none;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.widget.widget_search form .search-submit:hover, 
.widget.widget_search form .search-submit:focus{
	color:#00c683;
	border-left:1px solid;
	background-color: transparent;
}
/*==== Search widget End ====*/

/*==== recent post widget start ====*/
.tr_sidebar_area .widget_recent_post ul li{
	margin-bottom: 25px;
}
.tr_sidebar_area .widget_recent_post ul li:last-child {
    margin-bottom: 0;
}
.tr_sidebar_area .widget_recent_post ul li img {
    float: left;
    width: 80px;
	height: 80px;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
}
.tr_sidebar_area .widget_recent_post ul li img:hover{
	opacity:0.6;
}
.tr_sidebar_area .widget_recent_post ul li div {
    padding-left: 93px;
}
.tr_sidebar_area .widget_recent_post ul li div a {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    color: #151515;
}
.tr_sidebar_area .widget_recent_post ul li div p {
    color: #777777;
    font-size: 13px;
    line-height: 19px;
}
/*==== recent post widget End ====*/
/*==== Gallery widget start ====*/
.widget_tour_gallery a{
	float:left;
}
.widget_tour_gallery img {
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
}
.widget_tour_gallery img:hover {
    opacity: 0.6;
}
.image_zoom .mfp-figure {
    cursor: pointer;
    animation: frombottom 1.5s 1;
}
.image_zoom .mfp-container{
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.5); 
	-moz-transform: scale(0.5); 
	-ms-transform: scale(0.5); 
	-o-transform: scale(0.5); 
	transform: scale(0.5);  
}
.image_zoom.mfp-ready .mfp-container{
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.image_zoom.mfp-removing .mfp-container {
	-webkit-transform: scale(0.5); 
	-moz-transform: scale(0.5); 
	-ms-transform: scale(0.5); 
	-o-transform: scale(0.5); 
	transform: scale(0.5); 
	opacity: 0;
}
/*==== Gallery widget End ====*/

/*==== Tag widget Start ====*/
.tr_sidebar_area .tagcloud{
	float: left;
    width: 100%;
}
.tagcloud a {
    position: relative;
    float: left;
    margin-right:7px;
    margin-bottom:7px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 7px 13px;
    background: transparent;
    text-decoration: none;
    color: #fff;
    z-index: 1;
    border: 1px solid #00c683;
}
.tagcloud a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00c683;
    z-index: -1;
	transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
	opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.tagcloud a:hover{
	color:#00c683;
}
.tagcloud a:hover:after{
	opacity:0;
	transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform: scale(0.5);
}
/*==== Tag widget End ====*/
/*======== Blog sidebar css End========*/
/*----------------------------------------------------------------------------------
14. Blog Single css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
15. About section css Start
----------------------------------------------------------------------------------*/
.header_banner{
	float:left;
	width:100%;
	background: url(http://via.placeholder.com/1920x200) no-repeat center top;
	background-size: cover;
}
.header_banner .banner_overlay {
    background-color: rgba(51, 51, 51, 0.7);
    padding: 60px 0;
}
/*--- breadcrumb menu start ---*/
.breadcrumb_wrapper > ul{
    list-style:none;
	margin:0;
	padding:0;
}
.breadcrumb_wrapper{
	margin-bottom:15px;
}
.breadcrumb_wrapper > ul > li {
    display: inline-block;
	position:relative;
	color: #ffffff;
	text-transform:capitalize;
}
.breadcrumb_wrapper > ul > li:after {
    content: "\f105";
    margin: 0px 3px 0 6px;
    color: #ffffff;
    font: normal normal normal 14px/1 FontAwesome;
}
.breadcrumb_wrapper > ul > li:last-child:after {
    content: initial;
}
.breadcrumb_wrapper > ul > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}
/*--- breadcrumb menu end---*/
.heading_primary {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}
.heading_primary:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    content: "";
}
.tr_about_section{
	padding:80px 0 30px;
}
.about_heading{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.about_title {
    font-size: 30px;
    color: #222222;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 15px;
}
.about_heading p {
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    text-align: left;
}
.srvc_list {
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.srvc_list li {
    font-size: 15px;
    line-height: 34px;
    color: #777777;
    float: left;
    width: 50%;
	text-transform: capitalize;
}
.srvc_list li i {
    color: #00c683;
    margin-right: 5px;
}
.about_thumb_part{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.tr_brand_section{
	padding-top:80px;
	padding-bottom:80px;
}
.brands_crousel {
    float: left;
    width: 100%;
}
.brands_crousel .item {
    text-align: center;
	background: #f1f1f1;
	padding: 10px;
}
.brands_crousel .item img {
    display: inline-block;
    max-width: 100%;
    text-align: center;
}
.brands_crousel .owl-nav > div {
    position: absolute;
    top: -42px;
    left: 0;
}
.brands_crousel .owl-nav > div.owl-next{
	left: 30px;
}
/*----------------------------------------------------------------------------------
15. About section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
16. Team section css Start
----------------------------------------------------------------------------------*/
.tr_team_section {
    padding-bottom: 30px;
    background: #f1f1f1;
}
.team_cover{
	width: 100%;
	float:left;
	text-align:center;
	margin-bottom:50px;
}
.team_thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.team_thumb img{
	border-radius:100%;
}
.team_cover h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 25px 0 0px;
    text-transform: uppercase;
}
.team_cover h4 {
    color:#00c683;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.social_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.social_icon ul {
    padding-left: 0;
    display: inline-block;
    margin: 0;
}
.social_icon ul li {
    display: inline-block;
    backface-visibility: hidden;
}
.social_icon ul li a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #00c683;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    margin: 4px 3px;
}
.social_icon ul li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #00c683;
    opacity: 0;
    border-radius: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
}
.social_icon ul li a:hover:after {
    opacity: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    z-index: 11;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    visibility: hidden;
    opacity: 0;
    transform: rotate(20deg) scale(0.5);
    -webkit-transform: rotate(20deg) scale(0.5);
    -moz-transform: rotate(20deg) scale(0.5);
    -ms-transform: rotate(20deg) scale(0.5);
    -o-transform: rotate(20deg) scale(0.5);
}
.team_cover:hover .overlay {
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.team_cover:hover .social_icon > ul li {
    animation: zoom .8s 1 both;
    -webkit-animation: zoom .8s 1 both;
    -moz-animation: zoom .8s 1 both;
}
.team_cover:hover .social_icon > ul li:first-child {
    animation-delay: .10s;
    -webkit-animation-delay: .10s;
    -moz-animation-delay: .10s;
}
.team_cover:hover .social_icon > ul li:nth-child(2) {
    animation-delay: .20s;
    -webkit-animation-delay: .20s;
    -moz-animation-delay: .20s;
}
.team_cover:hover .social_icon > ul li:nth-child(3) {
    animation-delay: .30s;
    -webkit-animation-delay: .30s;
    -moz-animation-delay: .30s;
}
.team_cover:hover .social_icon > ul li:nth-child(4) {
    animation-delay: .40s;
    -webkit-animation-delay: .40s;
    -moz-animation-delay: .40s;
}
.team_cover:hover .social_icon > ul li:nth-child(5) {
    animation-delay: .50s;
    -webkit-animation-delay: .50s;
    -moz-animation-delay: .50s;
}
.team_cover:hover .social_icon > ul li:nth-child(6) {
    animation-delay: .60s;
    -webkit-animation-delay: .60s;
    -moz-animation-delay: .60s;
}
/*----------------------------------------------------------------------------------
16. Team section css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
17. Hotel page css Start
----------------------------------------------------------------------------------*/
.tr_hotel_wrapper {
    background-color: #f1f1f1;
	padding-bottom:30px;
}
.room_row{
	float:left;
	width:100%;
	background-color: #ffffff;
	margin-bottom:50px;
}
.room_desc {
    padding: 50px 30px 20px;
}
.room_desc h3 {
    color: #222222;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 22px;
}
.room_desc h3 a {
    color: inherit;
    text-decoration: none;
}
.room_desc h3 a:hover {
    color: #00c683;
}
.room_desc h5 {
    color: #9d9d9d;
    font-size: 14px;
    margin: 0px 0 8px;
    display: inline-block;
}
.hotel_feature {
    margin: 15px 0;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 15px;
}
.hotel_feature i {
    color: #9d9d9d;
    font-size: 15px;
    margin-right: 10px;
}
.room_desc p {
    font-size: 15px;
    line-height: 24px;
    color: #777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.room_desc .room_btn{
	padding: 13px 39px;
	margin-top: 21px;
}
/*----------------------------------------------------------------------------------
17. Hotel page css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
18. Hotel Booking css Start
----------------------------------------------------------------------------------*/
.hotel_booking_wrapper{
	padding-top:80px;
	padding-bottom:80px;
	background-color:#f1f1f1;
}
.hotel_booking_page{
	float:left;
	width:100%;	
}
.saprate_brdr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
/*===== booking form css Start ======*/
.room_booking_form {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 20px;
}
.room_booking_form h3 {
    color: #00c683;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 22px;
    margin: 0px 0 25px;
}
.room_booking_form .form_group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.room_booking_form .form_group:last-child {
    margin-bottom: 0;
}
.room_booking_form .form_group.adult_child {
    width: 48%;
}
.room_booking_form .form_group.adult {
    margin-right: 4%;
}
.room_booking_form form label {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.room_booking_form form input, 
.room_booking_form form select {
    width: 100%;
	height:45px;
    color: #777777;
    border: 1px solid #dadada;
    padding: 0px 19px;
    font-style: italic;
    font-size: 13px;
}
.room_booking_form .rm_book_btn {
    padding: 14px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
}
/*===== booking form css End ======*/
/*===== Room Details css Start ======*/
.booking_slider{
	float:left;
	width:100%;
}
.booking_slider .owl-controls {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 5px;
    width: auto;
}
.room_details {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 30px 30px;
}
.room_details h3 {
    color: #222222;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 22px;
    margin: 30px 0 10px;
}
.room_details .top_title h3 {
	display: inline-block;
}
.room_details .top_title h5 {
    float: right;
    color: #9d9d9d;
    font-size: 14px;
    margin: 30px 0 0px;
}
.room_details p {
	font-size: 15px;
	line-height: 24px;
	color: #777;
}
.room_services > li {
    float: left;
    width: 49%;
    background-color: #00c683;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 16px 10px;
    text-align: left;
	text-transform: capitalize;
}
.room_services{
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 20px;
}
.room_services > li > i {
    padding: 0 15px 0 5px;
    font-size: 17px;
}
.room_services > li:nth-child(2n+1){
	margin-right:1%;
}
/*===== Room Details css End ======*/
/*----------------------------------------------------------------------------------
18. Hotel Booking css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
19. contact page css Start
----------------------------------------------------------------------------------*/
.tr_map_section{
	width:100%;
	float:left;
}
.tr_map_section #contact_map{
    width: 100%;
    height: 500px;
}
.tr_contact_wrapper{
	background-color:#ffffff;
	padding:80px 0 30px;
}
.tr_contact_form{
	width:100%;
	float:left;
	padding-bottom:50px;
}
.tr_contact_form form input, 
.tr_contact_form form textarea {
    width: 100%;
    color: #777777;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    padding: 14px 19px;
    font-style: italic;
	font-size: 13px;
}
.tr_contact_form form textarea{
	height:250px;
}
.tr_contact_form form .contact_sub {
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
}
.tr_contact_details{
	width:100%;
	float:left;
}
.tr_contact_details h3 {
    font-size: 22px;
    color: #333;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 27px;
}
.tr_contact_details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.social_boxes > li {
    padding: 20px 0px;
    width: 200px;
    min-height: 100px;
    color: #fff;
    margin: 4px;
    text-align: center;
    display: inline-block;
	background-color:#00c683;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
}
.social_boxes > li.facebook_box {
	background-color:#3a589b;
}
.social_boxes > li.twitter_box {
	background-color:#1da1f2;
}
.social_boxes > li.linkedin_box {
	background-color:#0173b2;
}
.social_boxes > li.rss_box {
	background-color:#f8991d;
}
.social_boxes > li > a, 
.social_boxes > li > span{
	display:block;
	text-transform:capitalize;
}
.social_boxes > li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    margin-bottom: 5px;
    color: #1da1f2;
}
.address_details{
	margin-top:50px;
}
.address_details ul li {
    font-size: 17px;
    color: #777;
    margin-top: 16px;
    font-family: 'Roboto', sans-serif;
}
.address_details ul li .ad_icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
	color: #00c683;
	border:1px solid;
    font-size: 16px;
    border-radius: 100%;
    margin-right: 5px;
	position:relative;
	z-index:1;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.address_details ul li .ad_icon:after {
    position: absolute;
    content: "";
    background-color: #00c683;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	opacity:0;
	visibility:hidden;
}
.address_details ul li .ad_icon:hover{
	color:#ffffff;
	-o-transform:scale(0.5);
}
.address_details ul li .ad_icon:hover:after {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	opacity:1;
	visibility:visible;
}
.error_msg > p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    border: 1px solid;
    padding: 6px;
}
/*----------------------------------------------------------------------------------
19. contact page css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
20. Gallery Page css Start
----------------------------------------------------------------------------------*/
.tr_gallery_section{
	float:left;
	width:100%;
	padding-bottom:80px;
}
.gallery_main {
    float: left;
    width: 100%;
    overflow: hidden;
}
.gallery_main .gallery_cover {
    padding: 0;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.gallery_main .gallery_cover a{
	position:relative;
	display:block;
}
.gallery_main .gallery_cover:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.78);
}
.gallery_cover .overlay {
	border-radius:0;
}
.gallery_cover:hover .overlay {
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
/*----------------------------------------------------------------------------------
20. Gallery Page css End
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
21. footer section css
----------------------------------------------------------------------------------*/
.tr_footer_section{
	float:left;
	width:100%;
	background-color:#212121;
	padding:45px 0px;
	backface-visibility: hidden;
}
.tr_footer_section .copyright_text {
	line-height: 27px;
    margin-bottom: 0;
    font-size: 15px;
    color: #dbdbdb;
    font-family: 'Roboto', sans-serif;
}
.copyright_text a {
    color: #00c683;
    text-decoration: none;
}
.copyright_text a:hover {
    color: #edffed;
}
.footer_social_icons {
    float: right;
    padding-left: 0;
    margin: 0;
}
.footer_social_icons li{
	display: inline-block;
    margin: 0 5px;
}
.footer_social_icons a {
    color: #212121;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #dbdbdb;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    perspective: 800px;
    -webkit-perspective: 800px;
    perspective-origin: bottom center;
    -webkit-perspective-origin: bottom center;
}
.footer_social_icons a:hover{
	color:#ffffff;
}
.footer_social_icons a:after {
    position: absolute;
    content: "";
    background-color: #00c683;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
     -webkit-transform: rotateX(160deg) translateY(-100%);
    -moz-transform: rotateX(160deg) translateY(-100%);
    -ms-transform: rotateX(160deg) translateY(-100%);
    -o-transform: rotateX(160deg) translateY(-100%);
    transform: rotateX(160deg) translateY(-100%);
	opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.footer_social_icons a:hover:after {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0);
	opacity: 1;
}
/*----------------------------------------------------------------------------------
21. footer section css
----------------------------------------------------------------------------------*/