/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
    font-family: 'ProximaNova-Regular';
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ProximaNova-Regular';
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0;
}

@font-face {
    font-family: 'NotoSerif';
    src: url('../fonts/NotoSerif.woff2') format('woff2'),
        url('../fonts/NotoSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSerif-Bold';
    src: url('../fonts/NotoSerif-Bold.woff2') format('woff2'),
        url('../fonts/NotoSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  position: relative;
	float: left;
	width: 100%;
	background: #000000;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: block;
  width: 100%;
  background: #000;
  float: left;
  position: relative;
  z-index: 1;
}

#intro .carousel-item {
  width: 100%;
  height: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#intro .carousel-container {
  display: flex;
  position: absolute;
    z-index: 2;
    float: left;
    width: 100%;
    padding: 0 20px;
    max-width: 1140px;
    top: 55%;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: left;
}

#intro .carousel-content {
  	text-align: left;
	max-width: 700px;
}
#intro p
{
	font-size: 30px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}
#intro h2
{
	font-size: 50px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}




#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

.slider_and_book_form_area
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.search_contanear
{
	display: block;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.search_main_area
{
	display: block;
	float: left;
	width: 100%;
	padding: 12px 20px;
	border-top: 3px solid #0240BB;
	background: rgba(35,60,253,1);
background: -moz-linear-gradient(left, rgba(35,60,253,1) 0%, rgba(41,134,205,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(35,60,253,1)), color-stop(100%, rgba(41,134,205,1)));
background: -webkit-linear-gradient(left, rgba(35,60,253,1) 0%, rgba(41,134,205,1) 100%);
background: -o-linear-gradient(left, rgba(35,60,253,1) 0%, rgba(41,134,205,1) 100%);
background: -ms-linear-gradient(left, rgba(35,60,253,1) 0%, rgba(41,134,205,1) 100%);
background: linear-gradient(to right, rgba(35,60,253,1) 0%, rgba(41,134,205,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233cfd', endColorstr='#2986cd', GradientType=1 );
}
.book_room_text
{
	display: block;
	float: left;
	width: 120px;
	border-right: 1px solid #546BF8;
}
.book_room_text h2
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: normal;
	text-transform: uppercase;
}
.book_room_text h2 strong
{
	font-size: 24px;
    font-family: 'ProximaNova-Bold';	
}

.book_form_area
{
	display: block;
	float: right;
	width:calc(100% - 135px);
}

.booking_input_style1
{
	display:block;
	float:left;
	width:100%;
	height:40px;
	border:none;
	margin:2px 0;
	font-size:14px;
	background:url(../images/calender_icon.png) no-repeat;
	background-position:100%;
	background-color: none;
	border-bottom: 1px solid #5770F1;
	color: #acc0f5;
	outline-style: none;
}
.booking_select_style1
{
	display:block;
	float:left;
	width:100%;
	height:40px;
	border:none;
	margin:2px 0;
	font-size:14px;
	appearance:none;
	  -webkit-appearance: none;
	  -moz-appearance: none;	
	background:url(../images/select_icon1.png) no-repeat;
	background-position:100%;
	background-color: none;
	border-bottom: 1px solid #5770F1;
	color: #acc0f5;
	outline-style: none;	
}
.book_but3
{
	display:block;
	float:left;
	width:100%;
	height:40px;
	color:#000;
	border:none;
	font-size:16px;
    font-family: 'ProximaNova-Bold';
	background:#F0B102;
	text-transform:uppercase;
	margin:2px 0;
	cursor:pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	
}
.book_but3:hover
{
	background:#000;
	color: #FFFFFF;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.top_logo_and_nav_main_area
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.nav-shrink 
{
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
	background:rgba(0,0,0,0.97);
  z-index:999999999;
}

.logo_area
{
	display: block;
	float: left;
	width: 156px;
}
.logo_area img
{
	max-width: 100%;
	float: left;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.logo_area:hover img
{
	transform: scale(1.1);	
}

.nav_and_get_in_touch_contanear
{
	display:block;
	float: right;
	width: calc(100% - 158px);
}
.phone_area
{
	display: block;
	float: right;
	line-height: normal;
	background: #3BC4FA;
	padding:5px 10px 5px 40px;
	color: #FFFFFF;
	background-image: url(../images/phone_icon.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	margin-top: 20px;
}
.phone_area strong
{
	font-size: 16px;
    font-family: 'ProximaNova-Semibold';	
}

.nav_main_area
{
	display:block;
	float:left;
	width:calc(100% - 180px);
	margin-top:20px;
}
.nav_main_area ul
{
	list-style-type:none;
	text-align:right;
    font-family: 'NotoSerif';
}
.nav_main_area ul li
{
	display:inline;
	color:#000;
	position:relative;
	line-height:50px;
}
.nav_main_area ul li a
{
	color:#fff;	
	padding:8px 14px;
	font-size:14px;
	text-transform: uppercase;
}
.nav_main_area ul li a:hover
{
	color: #3BC4FA;
	border-bottom: 3px solid #FFFFFF !important;	
}
.active > a
{
	color: #3BC4FA !important;	
	border-bottom: 3px solid #FFFFFF !important;	
}
#mobile_menu
{
	margin: 0;
	padding: 0;
}
.small_manu
		{
		height:auto;
		overflow:visible;
		display:none;
		text-align:left;
		z-index:9999;
		position:relative;
		margin-top: 18px;
		float: right;
		}


.toggleMenu {
    display:  none;
}
.toggleMenu img
{
	vertical-align:middle;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 9.7px 15px;
    color:#000000;
	text-decoration:none;
}

.nav2 a:hover {
	background: #FFF81F;
	color:#000;
}

#redselect{color:#FF0000; background-image:url(../images/arrow_down.png); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:12px;
	text-transform:uppercase;	
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:left;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#EA3325 !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.nav_and_phone_number_contanear
{
	display:block;
	float: right;
	width: calc(100% - 168px);
}
.phone_number_area
{
	display: block;
	float: right;
	width: 140px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 25px;
	background: #ff9801;
	margin-top: 0px;
}
.explore_but
{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 30px;
	background: #F0B102;
    font-family: 'ProximaNova-Bold';
	color: #FFFFFF;
	margin-top: 12px;
	font-size: 20px;
	text-transform: uppercase;
}
.explore_but:hover{
	background: #3ac4fa;
	color: #FFFFFF;
}
.carousel-indicators .active
{
	background: #000000 ;
}
.carousel-indicators li
{
	background: #FFFFFF;
	height: 4px;
}
.welcome_pannel
{
	display: block;
	float: left;
	width: 100%;
	padding: 55px 0;
	background: url(../images/pannel1_bg.jpg) top center no-repeat;
	background-size: cover;
}
.welcome_text
{
	color: #FFFFFF;
	text-align: center;
}
.welcome_text h2
{
	color: #FFFFFF;
    font-family: 'NotoSerif';
	font-size: 30px;
}
.welcome_text p
{
	margin-top: 20px;
} 
.welcome_text p img
{
	max-width: 100%;
}
.room_boxes
{
	margin-top: 55px !important;
}
.room_box1
{
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #717171;
	position: relative;
	overflow: hidden;
}
.room_box_img_area
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.room_box_img_area img
{
	float: left;
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.room_box_text_area
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px 0;
	color: #FFFFFF;
	position: relative;
	z-index: 1;	
}
.room_box_text_left
{
	text-align: left;	
}
.room_box_text_left h2
{
	font-size: 22px;
}
.room_box_text_left p
{
	font-size: 15px;
	margin-top: 3px;
}
.room_box_text_left p strong
{
	color: #01b7ff;
}
.room_box_text_right
{
	text-align: right;	
}
.book_but
{
	display: inline-block;
	width: 90%;
	height: 42px;
	border: 1px solid #f0b102;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
    font-family: 'NotoSerif';
	color: #f0b102;
}
.book_but:hover
{
	background: #f0b102;
	color: #FFFFFF;
}
.book_hover_box
{
	position: absolute;
	z-index: 2;
	background: #F0B102;
	top: 110%;
	left: 10px;
	bottom: 10px;
	right: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #000000;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(240,177,2,1);
	-moz-box-shadow: 0px 0px 0px 10px rgba(240,177,2,1);
	box-shadow: 0px 0px 0px 10px rgba(240,177,2,1);
	padding: 10px;
	text-align: left;
	color: #000000;
}
.book_hover_box h2
{
	font-size: 22px;
    font-family: 'ProximaNova-Semibold';	
}
.book_hover_box p
{
	font-size: 14px;
	margin-top: 4px;
}
.book_hover_box h3
{
	font-size: 18px;
	margin-top: 10px;
}
.book_but2
{
	display: block;
	float: left;
	width: 49%;
	height: 42px;
	border: 1px solid #000000;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
    font-family: 'NotoSerif';
	color: #f0b102;
	margin-top: 10px;
	background: #000000;
}
.book_but2:hover
{
	color: #000000;
	background: #f0b102;
}

.details_but2
{
	display: block;
	float: right;
	width: 49%;
	height: 42px;
	border: 1px solid #000000;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
    font-family: 'NotoSerif';
	color: #f0b102;
	margin-top: 10px;
	background: #000000;
}
.details_but2:hover
{
	color: #000000;
	background: #f0b102;
}

.room_box1 .book_hover_box
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.room_box1:hover .book_hover_box
{
	top: 10px;	
}

.gallery_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 55px 0 100px 0;
	background: url(../images/pannel1_bg.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1;
}
.gallery_heading
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.gallery_heading h2
{
	font-size: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
    font-family: 'NotoSerif';	
}
.gallery_slider_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 25px;
}
.more_details_but
{
	display: inline-block;
	width: 144px;
	height: 44px;
	margin-top: 40px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
    font-family: 'NotoSerif';
	text-align: center;
	line-height: 44px;
}
.more_details_but:hover
{
	background: #FFFFFF;
	color: #000000;
}
.footer_blue_contanear
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.footer_blue_main_area
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px 22px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0488dd+0,0250f2+100 */
background: #0488dd; /* Old browsers */
background: -moz-linear-gradient(left, #0488dd 0%, #0250f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0488dd 0%,#0250f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0488dd 0%,#0250f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0488dd', endColorstr='#0250f2',GradientType=1 ); /* IE6-9 */
	margin-bottom: 40px;
	margin-top: -50px;
}
.footer_blue_box1 h2
{
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer_blue_box1 h3
{
	font-size: 20px;
	color: #FFFFFF;
    font-family: 'NotoSerif';
}
.footer_blue_box1 h3 a
{
	color: #FFFFFF;
}
.footer_blue_input_area
{
	display: block;
	float: left;
	width: calc(100% - 50px);
	border: none;
	border-bottom: 1px solid #FFFFFF;
	height: 44px;
	color: #FFFFFF;
	font-size: 18px;
	background: none;
	outline-style: none;
}
.footer_blue_submit_but
{
	display: block;
	float: right;
	width: 45px;
	border: none;
	height: 44px;
	color: #FFFFFF;
	font-size: 18px;
	background: #F0B102;
	outline-style: none;
	cursor: pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.footer_blue_submit_but:hover
{
	background: #000000;
}
.social_link
{
	text-align: center;
}
.social_link i
{
	color: #FFFFFF;
	font-size: 20px;
	margin: 10px 3px;
}
.footer_blue_box1
{
	margin: 8px 0;
}
footer
{
	float: left;
	width: 100%;
}
.footer_contanear
{
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	background: url(../images/footer_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 0 0 50px 0;
}
.footer_box1 img
{
	max-width: 100%;
}
.footer_box1 h2
{
	color: #FFFFFF;
	font-size: 16px;
    font-family: 'NotoSerif';
	margin-top: 14px;
}
.footer_box1 p
{
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 10px;
}
.footer_box2 h2
{
	color: #FFFFFF;
	font-size: 25px;
    font-family: 'NotoSerif';
}
.footer_box2 ul
{
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.footer_box2 ul li
{
	list-style-position: inside;
	margin-top: 10px;
	float: left;
	width: 48%;
	color: #FFFFFF;
	list-style-type: square;
	font-size: 14px;
}
.footer_box2 ul li a
{
	color: #FFFFFF;
}
.footer_box2 ul li a:hover
{
	color: #F0B102;
}

.footer_box3 h2
{
	color: #FFFFFF;
	font-size: 25px;
    font-family: 'NotoSerif';
}
.footer_box3 p
{
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
	padding-left: 20px;
}
.footer_box3 p i
{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
}
.footer_box3_map_area
{
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.copy_contanear
{
	display: block;
	float: left;
	width: 100%;
	background: url(../images/pannel1_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 25px 0;
	text-align: center;
}
.copy_contanear p
{
	color: #FFFFFF;
	font-size: 15px;
}
.copy_contanear p a
{
	color: #00cdff;
}
.copy_contanear p a:hover
{
	color: #FFFFFF;
}

.facilities_contanear
{
	display: block;
	float: left;
	width: 100%;
	padding: 55px 0 75px 0;
	background:url(../images/facilities_bg.jpg) top center no-repeat;
	background-size: cover;
	
}
.tab_boxes_area
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.tab_boxes_area ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tab_boxes_area ul li
{
	display: inline-block;
	width: 125px;
	padding: 20px 0;
	background: #100f11;
	margin: 0 -3px;
	cursor: pointer;
	color: #FFFFFF;
}
.tab_boxes_area ul li:hover
{
	background: #000000;
	color: #3BC4FA;
}
.active2
{
	background: #000000  !important;
	color: #3BC4FA !important;	
}
.tab_open_hide_box
{
	display: block;
	float: left;
	width: 100%;
	background: #000000;
	padding:25px;
}
.tab_open_hide_box_left_area img
{
	float: left;
	width: 100%;
	height: 288px;
	object-fit: cover;
}
.tab_open_hide_box_right_area h3
{
	font-size: 16px;
	color: #00affe;
	text-transform: uppercase;
}
.tab_boxes_area ul li strong
{
	font-weight: normal;
}
.tab_open_hide_box_right_area h2
{
	font-size: 45px;
	color: #FFFFFF;
    font-family: 'NotoSerif';
	margin-top: 10px;
}
.tab_open_hide_box_right_area p
{
	margin-top: 8px;
	line-height: 24px;
	font-size: 16px;
	color: #CFCFCF;
}
.tab_open_hide_box_right_area h4
{
	margin-top: 20px;
	font-size: 16px;
	color: #FFFFFF;
}
.tab_open_hide_box_right_area h4 strong
{
	margin-right: 15px;
}
.tab_open_hide_box_right_area h4 i
{
	margin-right: 2px;
}
#box2 ,#box3 ,#box4 ,#box5
{
	display: none;
}
.tab_open_hide_box_left_area
{
	overflow: hidden;
}
.tab_open_hide_box .tab_open_hide_box_left_area img
{
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.tab_open_hide_box:hover .tab_open_hide_box_left_area img
{
	transform: scale(1.1);	
}
