* {
    outline: 0
}

@media (min-width: 768px) {
  .container.container1 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container.container1 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container.container1 {
    width: 1238px;
	padding:0px;
  }
}

.header_new{   
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 15px 0;
}
.header_new .header_new_main{ padding:0px;}
.header_new .navbar{
	    background: transparent;
    border-color: transparent;
    border: none;
    margin-bottom: 0;
    border-radius: 0px;
    min-height: inherit;
}
.header_new  .navbar-brand{
	 padding: 0;
    height: inherit;
}

.header_new .top_link{
	padding: 20px 0;
    display: flow-root;
} 
.header_new .top_link ul{
	padding: 0;
    margin: 0;
} 
.header_new .top_link ul li{
	list-style: none;
    float: left;
    margin-right: 35px;
	position:relative;
} 
.header_new .top_link ul li:before{
    content: '';
    position: absolute;
    height: 14px;
    width: 1px;
    background: #a5a5a5;
    right: -18px;
    top: 3px;
}
.header_new .top_link.top_link-b {display: none;}
.header_new .top_link ul li:nth-child(3):before{ display:none;} 
.header_new .top_link ul li:nth-child(4):before{display:none;} 
.header_new .top_link ul li:nth-child(3){margin-right: 10px;} 
.header_new .top_link ul li:nth-child(4){margin-right:0px;} 
.header_new .top_link ul li a{
	font-size:14px;
	color:#a5a5a5;
	font-family: 'helveticaneuelight';
	text-decoration:none;
}
.header_new .top_link ul li a:hover{ color:#b01f2f;}


.header_new .bottom_link{
	padding: 9px 0;
    display: flow-root;
} 
.header_new .bottom_link ul{
	padding: 0;
    margin: 0;
} 
.header_new .bottom_link ul li{
	list-style: none;
    float: left;
    margin-right: 35px;
} 
.header_new .bottom_link ul li:nth-child(4){ margin-right:0px;} 
.header_new .bottom_link ul li a{
	font-size: 16px;
    color: #a5a5a5;
    font-family: 'helveticaneuelight';
    text-decoration: none;
    text-transform: uppercase;
} 
.header_new .bottom_link ul li a:hover{ color:#b01f2f;}

.hotel_part{    display: flow-root;}
.hotel_part .hotel_part-left{ padding:0px;}
.hotel_part .hotel_part-right{ padding:0px;}
.hotel_part .hotel_part_img{
	overflow: hidden;
    position: relative;
    height: 100vh;
}
.hotel_part .hotel_part_img img{
	width: 100%;
    object-fit: cover;
    height: 100vh;
}
.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:1;
	background-color:rgba(0, 0, 0, 0.21);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}


.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hovereffect h2 {
	color:#fff;
	text-align:center;
	position:relative;
	font-size:28px;
    line-height: 34px;
	/*background:rgba(0,0,0,0.6);
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;*/
	padding:10px;
	font-family: 'helveticaneuelight';
}

.hovereffect .info {
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    padding-top:10%;	
}

.hovereffect .info:hover {

}
.hovereffect .info img{
	    width: 361px;
    height: 79px;
    margin: 0 auto;
transition: inherit;
}
.hovereffect .info:hover img {
    transform: inherit;
}

.hovereffect .info a{
	color: #fff;
    font-family: 'helveticaneuelight';
    font-size: 20px;
    width: 122px;
    height: 46px;
    border: 1px solid #fff;
    display: block;
    margin: 15px auto 0;
    text-decoration: none;
    line-height: 46px;
	 transition: all .4s linear;
}
.hovereffect .info a:hover{ background:#333;}


.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
background:rgba(0, 0, 0, 0);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover .info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.footer-bottom{ 
    height: 50px;
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 17px 0px;
}
.footer-bottom .footer-bottom-main{ padding:0px;}
.footer-bottom .footer-bottom-main p{ 
	text-align:center; 
	color:#fff; 
	margin:0px;    
	font-size:12px;
	font-family: 'helveticaneuelight';
}















/**ye mat legana**/
#header {
    transition: all .3s ease-in-out;
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.book_field_hold .submit-btn,
.submit-btn-img {
    vertical-align: middle;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.submit-btn-img {
    display: inline-block;
    margin-bottom: 0;
    position: absolute!important;
    top: 42%;
    left: 34%;
    text-transform: inherit!important;
    font-size: 14px!important;
    color: #fff!important;
    width: 110px;
    font-family: HelveticaNeue!important;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    height: 35px;
    line-height: 31px;
    border: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.bottom-menu,
.top-menu {
    text-align: right
}

.submit-btn-img:focus,
.submit-btn-img:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff
}

.nav-tab-part li {
    margin: 0!important;
    display: block!important;
    width: 100%!important;
    border-bottom: 1px solid #e2e2e2;
    padding: 0!important
}

.nav-tab-part li:last-child {
    border-bottom: none
}

.nav-tab-part>li.active>a,
.nav-tab-part>li.active>a:focus,
.nav-tab-part>li.active>a:hover {
    color: #b01f2f!important;
    cursor: default;
    background-color: transparent!important;
    border: none!important
}

.nav-tab-part>li>a {
    position: relative;
    display: block;
    padding: 9px 0 9px 9px!important;
    border: none!important;
    margin: 0!important;
    cursor: pointer!important
}

.bottom-menu ul li,
.top-menu ul li {
    display: inline-block;
    list-style: none
}

.nav-tab-part {
    border-bottom: none!important
}

.dropdown-menu {
    background-color: #f4f4f4!important;
    border: none!important;
    border-radius: 0!important
}

.menu-one {
    padding: 12px!important
}

.menu-left {
    padding: 0!important
}

.menu-right {
    padding: 0 0 0 13px!important
}

.floating_menu {
    position: fixed!important;
    width: 100%!important;
    left: 0!important;
    transition: all .3s ease-in-out!important;
    z-index: 99!important
}

.before-part>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -17px;
    left: 0;
    background: #b01f2f;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear
}

.book_field_hold .submit-btn,
.form-control-part {
    font-family: HelveticaNeue;
    font-weight: 300;
    font-style: normal;
    height: 37px
}

.before-part>li>a:hover:before,
.bottom-menu ul>li>a:focus:before {
    visibility: visible;
    transform: scaleX(1)
}

.new-header {
    box-shadow: 0 0 40px rgba(130, 130, 130, .23)
}

.main-header {
    padding-bottom: 0
}

.logo-part {
    padding-top: 10px
}

.top-menu {
    padding-top: 25px;
    padding-bottom: 20px
}

.top-menu ul {
    padding: 0;
    margin: 0
}
.top-menu ul li {
    padding: 0 10px 0 10px;
    margin: 0 0 0 -4px;
    position: relative;
}
.top-menu ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 1px;
    background: #a5a5a5;
    content: "";
}
.top-menu ul li:last-child {
    padding-right: 0;
}
.top-menu ul li:last-child:after {
    display: none;
}
.top-menu ul li a {
    color: #a5a5a5;
    font-size: 13px;
    font-family: HelveticaNeue;
    font-weight: 300;
    font-style: normal;
    padding: 0 0;
	border-right: 0px solid #a5a5a5;
}

.top-menu ul li .active {
    color: #b01f2f
}

.bottom-menu ul li a:focus,
.top-menu ul li a:hover {
    text-decoration: none;
    color: #b01f2f
}

.bottom-menu ul {
    padding: 0;
    margin: 0
}

.bottom-menu ul li {
    margin: 0 12px;
    padding: 0 0 15px
}

.bottom-menu ul li a {
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 13px;
    font-family: HelveticaNeue;
    font-weight: 300;
    font-style: normal;
    position: relative
}

.bottom-menu ul li:first-child {
    margin-left: 0
}

.bottom-menu ul li:last-child {
    margin-right: 0
}

.bottom-menu ul li a:focus,
.bottom-menu ul li a:hover {
    text-decoration: none;
    color: #b01f2f
}

.input-part {
    background-color: rgba(0, 0, 0, .61);
    width: 100%;
    z-index: 99;
    padding: 13px 0;
    position: absolute;
    display: none
}

.form-control-part {
    border: none;
    border-radius: 0;
    background-color: #f7f7f7!important;
    color: #999;
    font-size: 12px;
    padding: 7px;
    width: 100%
}

.book_field_hold {
    width: 100%;
    display: flex;
    justify-content: space-around
}

.book_field_hold .submit-btn,
.submit-btn1 {
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid #b01f2f;
    text-align: center
}

.book_field_hold .input1,
.book_field_hold .input2 {
    float: left;
    width: 14%
}

.book_field_hold .input3 {
    float: left;
    width: 6%
}

.book_field_hold .input4 {
    float: left;
    width: 11.4%
}

.book_field_hold .input5 {
    float: left;
    width: 14%
}

.book_field_hold .input6 {
    float: left;
    width: 9.2%
}

.four-img,
.wildlife {
    float: right
}

.book_field_hold .cros-btn {
    position: absolute;
    right: -30px;
    top: 0
}

.book_field_hold .submit-btn {
    padding: 6px 12px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

.submit-btn1,
.submit-btn2 {
    height: 35px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    vertical-align: middle
}

.book_field_hold .submit-btn:hover,
.submit-btn:focus {
    background-color: #b01f2f;
    color: #fff;
    text-decoration: none
}

.submit-btn1 {
    padding: 6px!important;
    font-size: 13px!important;
    color: #b01f2f!important;
    width: 110px;
    font-family: HelveticaNeue!important;
    font-weight: 300!important;
    font-style: normal!important;
    line-height: 20px;
    border-right: 1px solid #b01f2f!important;
    transition: all .5s
}
.bottom-menu ul li a:focus, .top-menu ul li a:hover {
    text-decoration: none;
    color: #b01f2f;
}
.submit-btn1:hover {
    text-decoration: none;
    background-color: #b01f2f;
    color: #fff!important;
}
.fb:hover {
    background: url(../images/fb.png) no-repeat;
    width: 27px;
    height: 22px
}
.is:hover {
    background: url(../images/is.png) no-repeat;
    width: 27px;
    height: 22px
}
.mob_menu_head {
    display: none;
}
.tw:hover {
    background: url(../images/tw.png) no-repeat;
    width: 27px;
    height: 22px
}

.tw {
    background: url(../images/tw1.png) no-repeat;
    transition: all .5s;
    width: 27px;
    height: 22px;
}

.fb {
    background: url(../images/fb1.png) no-repeat;
    width: 27px;
    height: 22px;
    transition: all .5s
}


.is {
    background: url(../images/is1.png) no-repeat;
    width: 27px;
    height: 22px;
    transition: all .5s
}



.top-menu ul li a {
    display: block;
}

.logo-part h1 {
    margin: 0px;
}
/**ye mat legana**/


.input-part .form-group .new-sub{
    padding: 6px 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: transparent;
    border: 1px solid #b01f2f;
}
.input-part .form-group .new-sub:hover{ background:#b01f2f;}
.input-part .form-group{
	margin-right:10px;
    width: 17%;
    float: left;
	margin-bottom:0px;
}
.input-part .form-group:nth-child(5){    width: auto;}
.input-part .form-group:nth-child(6){    width: auto;}
.input-part .form-group:nth-child(7){width: 2%;}
.input-part .form-control{
	    border: none;
    border-radius: 0;
    background-color: #f7f7f7!important;
    color: #999;
    font-size: 12px;
    padding: 7px;
	    font-family: HelveticaNeue;
    font-weight: 300;
    font-style: normal;
    height: 37px;
}

.bread {padding:0px 0px 20px 0px;}
.intern-link{color: rgb(180, 17, 55);
font-weight: 600;
text-decoration : none!important;}
.intern-link:hover{color: rgb(180, 17, 55);}
