@charset "UTF-8";

@font-face {
    font-family: 'prataregular';
    src: url('../fonts/prata-regular-webfont.woff2') format('woff2'),
         url('../fonts/prata-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;  
}


@font-face {
  font-family: 'latoblack';
  src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
  url('../fonts/lato-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latoblack_italic';
  src: url('../fonts/lato-blackitalic-webfont.woff2') format('woff2'),
  url('../fonts/lato-blackitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
  url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latobold_italic';
  src: url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'),
  url('../fonts/lato-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latoitalic';
  src: url('../fonts/lato-italic-webfont.woff2') format('woff2'),
  url('../fonts/lato-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latolight';
  src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
  url('../fonts/lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latolight_italic';
  src: url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'),
  url('../fonts/lato-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
  url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latohairline';
  src: url('../fonts/lato-thin-webfont.woff2') format('woff2'),
  url('../fonts/lato-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'latohairline_italic';
  src: url('../fonts/lato-thinitalic-webfont.woff2') format('woff2'),
  url('../fonts/lato-thinitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
font-family: 'prataregular';
}


html, body {
height:100%;
color: #666666 !important;
/*scroll-behavior: smooth;*/
}


a:hover{ text-decoration:none;}
a{transition:color 0.5s;}
button:focus,a:focus { outline: 0}
	
textarea:focus {
background: transparent !important;
}


h1,h2,h3,h4,h5,h6{ margin-bottom:20px;}
h1{ font-size: 44px !important; color:#003878; }
h2{ font-size: 40px !important; color:#003878;}
h3{ font-size: 35px !important; color:#003878;}
p{ font-size:16px;   font-family: 'latoregular', sans-serif;}




/******************************************************** Common Button Styles ********************************************************/
.bhr-cmn-btn{ color:#003878; font-size:18px;}
.bhr-cmn-btn-arrow-rt{ width:30px; height:auto; margin-left:10px;}


/******************************************************** Section Padding and common ttile Styles ********************************************************/
.bhr-cmn-tag-title{ font-size:16px; margin-bottom:15px;}

.bhr-about-special-section, .bhr-about-we-offer-section, .bhr-history-frt-lk-section, .bhr-history-juke-box-section{ padding-top:100px; padding-bottom:100px;}



/******************************************************** Home Page Styles ********************************************************/
.bhr-c-edit{ /*margin-top:130px;*/ }
.bhr-hm-bg{
background-image: url(../images/hm-bg.jpg);
min-height: 100%;

}
.bhr-logo-nav{padding-top:50px;  padding-bottom:50px; }
.bhr-logo-nav img.logo{ width:180px; height:auto;}
.bhr-wel-caro-bx{ margin-top:100px; padding-bottom:20px; margin-bottom:10px;}
.bhr-wel-caro-bx p{ margin-bottom:40px;}

.bhr-nav-fixed{
/*position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
background-color:transparent !important;

transition: 500ms ease;*/
padding-top:20px;  padding-bottom:20px;
}

.bhr-menu-fixed-mobile{
position: fixed !important;
top: 0;
left: 20px !important;
right: 20px !important;
z-index: 999;
background-color:#fff;
transition: 500ms ease;
padding-top:20px;  padding-bottom:20px;
}

/*.bhr-tp-nav-clr {
background-color: #fff !important;
transition: 500ms ease;
padding-top:20px;  padding-bottom:20px;
}
*/


/******************************************************** about us Page Styles ********************************************************/
.bhr-about-bg{
background-image: url(../images/about-us-bg.jpg);
}
.bhr-about-caro-bx{ padding-top:50px; padding-bottom:50px; }
.bhr-about-caro-bx h1{ color:#efac1f;}
.bhr-about-caro-bx p{ color:#FFFFFF; margin-bottom:30px;}
.bhr-about-caro-bx a{ color:#efac1f;}
.bhr-about-special-section{ background-color:#d9f5f4;}
.bhr-about-special-section .bhr-cmn-tag-title{ /*margin-top:100px;*/}
.bhr-about-special-section .bhr-cmn-tag-title, .bhr-about-special-section h2{ color:#003878}
.bhr-about-special-section h2{ margin-bottom:25px;}
.bhr-about-special-section a {
	color: #003878;
	margin-bottom: 20px;
	display: flex;
}
img.bhr-about-lt-img {
	position: absolute;
	top: -235px;
}
.bhr-about-we-offer-section{
	background-image: url(../images/we-offer.jpg);
/*	background-repeat: no-repeat;
	background-position: top center;*/
	position:relative;
	background-size: cover;
}
.bhr-about-we-offer-section h2, .bhr-about-we-offer-section .bhr-cmn-tag-title{ color:#efac1f}
.bhr-about-we-offer-section::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:0;
	background-color: rgba(0, 39, 70, .8);
}
.bhr-about-we-offer-icon-g {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 50px;
	width: 100%;
	color:#FFFFFF;
	margin-top:100px;
}
.bhr-about-we-offer-icon-g .we-offer-txt-t-icon img{ width:150px; height:auto; margin-bottom:25px;}
.bhr-about-we-offer-icon-g .we-offer-txt-t-icon .title{ font-size:32px; margin-bottom:15px;}
.bhr-about-we-offer-icon-g .we-offer-txt-t-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align:center;
}

.bhr-about-reservation-section{
padding-top: 50px;
padding-bottom: 50px;
background-color:#e9f8f8;
}
.bhr-about-reservation-section h2, .bhr-about-reservation-section .bhr-cmn-tag-title{ color:#003878;}
.bhr-rse-pp-pe{color:#337ab7; margin-bottom:10px; display:flex; }
.bhr-rse-pp-pe a{ font-size:16px; color:#337ab7}
.bhr-rse-pp-pe a:first-child {
	margin-right: 5px;
}

.bhr-rse-pp-pe a:last-child {
	margin-left: 5px;
}

.bhr-about-reservation-g{
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:100px;
width:100%;
}
.bhr-about-reservation-g div:first-child {

}
.bhr-about-reservation-bx{
background-color:#d0f0f7;
padding:50px;
border:1px solid  #ffb607;
}
.bhr-about-reservation-bx .title{ font-size: 40px; color: #003878; margin-bottom:20px;}
.bhr-about-reservation-bx .bhr-nepp-form-g{
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:30px;
row-gap:15px;
width:100%
}

.bhr-about-reservation-bx .bhr-nepp-form-g button{ background-color:#002746; color:#FFFFFF; grid-column: 1/3; padding:15px;}

.bhr-about-reservation-bx .bhr-nepp-form-g input[type="text"], .bhr-about-reservation-bx .bhr-nepp-form-g input[type="tel"]{ border: 0px;border-bottom:1px solid #000000; background-color: transparent;
border-radius:0px; font-size:14px;   font-family: 'latoregular'; padding-left:0px;  box-shadow: none;}
.bhr-form-time{ position:relative;}
.bhr-form-time i {
	position: absolute;
	top: 13px;
	right: 0;
}


.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width:100%;
	max-width:310px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10052;
	margin: 0;
	font-family: 'latoregular';
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
	font-size:14px;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}




#bhr-thumbs { padding-top: 10px; overflow: hidden; padding-bottom:30px;}
#bhr-thumbs img, #bhr-largeImage {
/*   border: 1px solid gray;*/
/*   padding: 4px;
   background-color: white;*/
   cursor: pointer;
}

#bhr-thumbs {
display:flex;
}

#bhr-thumbs ul {
margin:0; padding:0; list-style-type:none;
display:flex;
}




#bhr-thumbs ul li {
	width:16%;
	margin-right: 15px;
	text-align:center;
	
}
#bhr-thumbs ul li:last-child { margin-right:0px;}

#bhr-thumbs ul li span { font-size:13px; 	font-family: 'latoregular'; color: #25408f;}
#bhr-thumbs img{ width:100%; height:auto}
/*#bhr-thumbs img:last-child { margin-right:0px;}*/
#bhr-description {
   background: black;
   color: white;
   position: absolute;
   bottom: 0;
   padding: 10px 20px;
   width: 525px;
   margin: 5px;
}
#panel {
    position: relative;
}
a.about-sepecial-menu-link-d{ display:block; }
a.about-sepecial-menu-link-m{ display:none; }
 

.about-sepecial-menu-caro-m{ display:none }

/******************************************************** History Styles ********************************************************/
.bhr-history-caro-bx{padding-top: 50px; padding-bottom: 80px;}
.bhr-history-caro-bx h1{ color:#003878}
.bhr-history-caro-bx .bhr-yr-establish{ font-size:100px; color:#003878; margin-top:-30px; position:relative;}

.bhr-history-frt-lk-section{ background-color:#FFFFFF}
.bhr-first-look-img-caro-list-g{
display:grid;
grid-template-columns:1fr 1fr;
grid-gap: 100px;
width:100%;
}
.bhr-first-look-img-caro-list-g h2{color:#003878; margin-bottom:20px;}
.bhr-history-juke-box-section{ background-color:#d9f5f4;}
.bhr-history-value-histroy-section{ background-color:#FFFFFF; padding-top:80px; padding-bottom:80px;}




/******************************************************** Contact  Styles ********************************************************/
.bhr-contact-bx{padding-top: 50px; padding-bottom: 50px;}
.bhr-contact-address-g{
display:grid;
grid-template-columns:repeat(3, 1fr);
grid-gap:100px;
width:100%;
margin-top:80px;

}
.bhr-contact-address-g .title{font-size: 14px;color: #003878;font-weight: 600; text-transform: uppercase; margin-bottom:25px; font-family: 'latoregular', sans-serif; letter-spacing:2px;}
.bhr-contact-address-g .content{font-size: 25px;font-family: 'latoregular', sans-serif;}
.bhr-contact-form-g{
display:grid;
grid-template-columns:repeat(3, 1fr);
grid-gap:30px;
width:100%;
margin-bottom:30px;
margin-top:50px;
}
.bhr-contact-form-g input[type="text"], .bhr-contact-form-g input[type="tel"], .bhr-contact-form-g input[type="email"], .bhr-contact-form-g textarea{
	border: 0px;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
	border-radius: 0px;
	font-size: 18px;
	font-family: 'latoregular';
	padding-left: 0px;
	padding-bottom:20px;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;


}
.bhr-contact-form-g textarea{ width:100%;}
.bhr-contact-form-g .form-group.bhr-message-c{
grid-column: 1/4;
}
.bhr-contact-s-btn button{ display:flex; margin:0 auto; background-color:#003878; color:#FFFFFF; padding:15px 20px;  }
.bhr-contact-s-btn button:hover{ background-color:#efac1f}



/******************************************************** Gallery Styles ********************************************************/
.bhr-gallery-section{
background-color:#FFFFFF;
padding-top: 50px;
padding-bottom: 80px;
}



.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul{
margin:0;
padding:0;
}


.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
	font-size: 14px;
	margin-bottom:10px;
	font-family: 'latoregular';
}

.portfolio-item .col-lg-4{ margin-bottom:20px;}

.portfolio-item .item{
		float:left;
		margin-bottom:10px;
		max-height: 300px;
		overflow: hidden; 
		transition: all .2s ease-in-out;
		position:relative;

	}

.portfolio-item .item img{transition: all .4s ease-in-out; z-index:0}
.portfolio-item .item:hover img{ transform: scale(1.1); }


.bhr-galleryimg-overlay {
	background: rgba(0,0,0,0);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 20px;
	z-index: 3;
	transition: all 0.4s ease-in-out 0s;
	text-align:center;
	display:flex;
}


.portfolio-item .item:hover .bhr-galleryimg-overlay{ display:block; 	background: rgba(239,172,31,0.8);}

.bhr-galleryimg-overlay p { 
font-weight:bold; 
margin-bottom:0px; 
width:100%;
height:100%;
opacity:0;
transition:1s; 
align-items: center; 
display:flex;
justify-content: center;

}
			
			
.portfolio-item .item:hover p{
font-weight:bold; 
margin-bottom:0px; 
width:100%;
height:100%;
opacity:1;
transition:1s; 
align-items: center; 
display:flex;
justify-content: center;
}



/******************************************************** Page Menu Styles ********************************************************/
.bhr-page-menu-section{
background-color:#FFFFFF;
padding-top: 30px;
padding-bottom: 80px;
}
.bhr-page-menu-g{
display:grid;
grid-template-columns: 230px 0.7fr;
grid-gap:50px;
width:100%; 
}

.bhr-trg-cat{padding-right:8px;}

.bhr-trg-cat.active {
color: #f1ac1c;
border-right: 3px solid #f1ac1c;
padding-right:5px;
}
ul.navigation{
margin:0; padding:0; 
list-style-type:none;
text-align:right;
font-size:15px;
color:#23527c;
}
ul.navigation li{ margin-bottom:5px; padding-right:10px;}
ul.navigation li a{ color:#23527c;}

.leftsidebar {
top:20px;
position: sticky;
height: 500px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #23527c #fff;

}



.bhr-menu-product-list{}

.bhr-hm-allmenu-product-v{
	display: grid;
	/* grid-template-columns: calc(50% - 2rem * 2/4) calc(50% - 2rem * 2/4); 
	grid-template-columns: repeat(auto-fill, minmax(48.8%, 1fr));*/
	grid-template-columns:1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	padding-bottom:50px;
	border-bottom:1px solid #666666;
	margin-bottom: 50px;
	padding-left: 30px;
}

.bhr-hm-allmenu-product-v.bhr-hm-allmenu-product-v-n-img{
	grid-template-columns:1fr;

}

	h2.bhr-hm-products-title{ font-size:25px !important;color: #23527c;  margin-bottom:25px; margin-top:25px; padding-top:20px;}
	.bhr-hm-products-title-ptp{ padding-top: 80px !important; font-size: 24px !important;}
h2.bhr-hm-products-title span {
	font-size: 14px;
	display: block;
	margin-top: 5px;
	color:#23527c;
	font-weight:bold;
	
	}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list{ display:flex; flex-direction:column;}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-allmenu-product-img{ position:relative;}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-allmenu-product-img img{ width:100%; height:auto; margin-bottom:10px;}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-tpimg-overlay{ background:rgba(0,0,0,0.6); position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; display:none; color:#FFFFFF; font-size:14px; padding:20px; z-index:1;}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-tpimg-offer{ background-color:#ff0000; position:absolute; top:8px; right:0;  z-index:0; padding:0px 10px; color:#FFFFFF; font-weight:bold}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list:hover .bhr-tpimg-overlay{ display:block;}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-allmenu-product-name{ font-size:16px; color:#003878; font-weight:bold; padding:8px 0px; line-height: 20px;}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-allmenu-product-content{ font-size:13px;   font-family: 'latoregular'; padding:10px 0px; padding-top:0px;}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-price-add {
	display: flex;
	justify-content: space-between;
}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-price-add .bhr-price{ font-size:15px; color:#666666; }
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-price-add .bhr-price::before{
font-family: FontAwesome;
	content: "\f156";
	color: #808080;
	margin-right:5px;
}
.bhr-hm-allmenu-product-v .bhr-allmenu-product-list .bhr-price-add .ad-quantity-btn, .bhr-hm-pro-list-view .ad-quantity-btn{ background-color:#70ba44; color:#FFFFFF; font-size:12px; padding:5px 15px; display: flex;
align-items: center; cursor:pointer}

.bhr-menu-product-trg-tp-mar{ margin-top:150px;}

.bhr-menu-page-artist {
	position: fixed;
	right: 15px;
	top: 150px;
	width: 25%;
	z-index:2;

}
 
.bhr-menu-page-artist-tp0 {
top: 0px;
transition: all linear .4s
}



/******************************************************** Menu Styles ********************************************************/

.bhr-logo{
-ms-flex: 0 0 50%;
flex: 0 0 50% !important;
max-width: 50% !important;	
}
.bhr-menu {
-ms-flex: 0 0 50%;
flex: 0 0 50% !important;
max-width: 50% !important;		
display: flex;
justify-content: flex-end;
align-items: center;
}

.bhr-harm-btn {
	position: relative;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	
}
.bhr-harm-btn:hover {
  opacity: .7;
}
.bhr-harm-btn.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.bhr-harm-btn.active .middle {
  opacity: 0;
  background: #FFF;
}
.bhr-harm-btn.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.bhr-harm-btn span {
  background: #efac1f;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.bhr-harm-btn span:nth-of-type(2) {
  top: 11px;
}
.bhr-harm-btn span:nth-of-type(3) {
  top: 22px;
}

.menu-overlay {
  position: fixed;
  background: #003878;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index:99;
}
.menu-overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.menu-overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.menu-overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.menu-overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.menu-overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.menu-overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.menu-overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 6);
  min-height: 30px;
  position: relative;
  opacity: 0;
}
.menu-overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-size:35px;
}
.menu-overlay ul li a:hover:after, .menu-overlay ul li a:focus:after, .menu-overlay ul li a:active:after {
  width: 100%;
}
.menu-overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
	
/********************************************************  scroll to top  Styles ********************************************************/

  #scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    /* width: 50px; */
    /* height: 50px; 
    background-color: #000;*/
    /* text-indent: -9999px; */
    display: none;
    display: flex;
    text-align: center;
    padding: 10px 15px;
	z-index:5;
  }
  #scroll span {
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* margin-left: -8px; */
    /* margin-top: -12px; */
    /* height: 0; */
    /* width: 0; */
    /* border: 8px solid transparent; */
    /* border-bottom-color: #ffffff; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    /* align-self: center; */
  }
  #scroll span i{ color:#efac1f; font-size:100px}
  #scroll:hover {
     /* background-color:#e40045;*/
      opacity:1;filter:"alpha(opacity=100)";
      -ms-filter:"alpha(opacity=100)";
  }
  
  

/******************************************************** Footer Styles ********************************************************/

.bhr-footer-section{
	padding-top:50px;
	padding-bottom:25px;
	/*background-image: url(../images/footer-bg.jpg);*/
	background-repeat: repeat;
	/*background-position: center -40px;*/
	background-color:#001526;
}


.bhr-footer-section .bhr-ft-logo img{
width:150px;
height:auto;

}

.bhr-footer-section .bhr-footer-title{ font-size:18px; color:#FFFFFF; margin-bottom:8px;}
.bhr-footer-section .bhr-footer-time{ font-size:14px; color:#f2f2f2; margin-bottom:20px;  font-family: 'latoregular', sans-serif;}
.bhr-footer-section .bhr-footer-app-logo{}
.bhr-footer-section .bhr-footer-app-logo img{ margin-bottom:15px; max-width: 180px;}
.bhr-footer-section .bhr-footer-app-logo img:first-child{ margin-right:10px;}
.bhr-footer-section .bhr-footer-social-icon{ margin-top:10px; margin-bottom:20px;}
.bhr-footer-section .bhr-footer-social-icon i{ color:#efac1f; font-size:23px; margin-right:5px;}






/* Common CSS */
.img-responsive{max-width: 100%;height: auto;display: block;}
.line{width:100%;height:1px;background-color:#c7c7c7;float:left;margin-top:15px;margin-bottom:15px;}
.trans{transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}
.width-twefive{width:25%;}
.width-off{width:50%;}
.width-sevfive{width:75%;}
.width-hund{width:100%;}
.rel{position:relative !important;}
.abs{position:absolute !important;}
.block{display:block !important;}
.inline-block{display:inline-block !important;}
.inline{display:inline !important;}
.lt-float{float:left !important;}
.rt-float{float:right !important;}
.flt-none{ float:none !important;}
.margin{margin-left:auto !important;margin-right: auto !important;}
.margin0{ margin:0 !important;}
.no-wrap{white-space:nowrap !important;}
.clr{clear:left;}
.point-event{pointer-events:none !important;}
.cursor{ cursor:pointer;}
.italic{font-style:italic !important;}
.uni-color{color:#333 !important;}
.up-case{text-transform:uppercase !important;}
.low-case{text-transform:lowercase !important;}
.capitalize{text-transform:capitalize !important;}
.txt-trans{text-transform:none !important;}
.text-just{text-align:justify !important;}
.cent{text-align:center !important;}
.txt-lt{ text-align:left !important;}
.txt-rt{ text-align:right !important;}
.btm{bottom:0 !important;}
.tpm{top:0 !important;}
.ltm{left:0 !important;}
.rtm{right:0!important;}
.vert-mid{ vertical-align:middle !important;}
.require{color:red !important;font-size:15px !important;/*vertical-align: super;*/}
.font-x1{ font-size:18px !important;}
.font-x2{ font-size:16px !important;}
.font-x3{ font-size:14px !important;}
.font-x4{ font-size:12px !important;}
.font-x5{ font-size:10px !important;}

.bold{ font-weight:bold !important;}
.font-fam{ font-family:'Open Sans', sans-serif !important;}
.field-bx {margin-bottom: 20px;width: 48%;}

.mar-btm0{margin-bottom:0px !important;}
.mar-btm5{margin-bottom:5px !important;}
.mar-btm10{margin-bottom:10px !important ;}
.mar-btm15{margin-bottom:15px !important;}
.mar-btm20{margin-bottom:20px !important;}

.mar-tp0{margin-top:0px !important;}
.mar-tp5{margin-top:5px !important;}
.mar-tp10{margin-top:10px !important;}
.mar-tp15{margin-top:15px !important;}
.mar-tp20{margin-top:20px !important;}

.mar-lt0{margin-left:0px !important;}
.mar-lt5{margin-left:5px !important;}
.mar-lt10{margin-left:10px !important;}
.mar-lt15{margin-left:15px !important;}
.mar-lt20{margin-left:20px !important;}

.mar-rt0{margin-right:0px !important;}
.mar-rt5{margin-right:5px !important;}
.mar-rt10{margin-right:10px !important;}
.mar-rt15{margin-right:15px !important;}
.mar-rt20{margin-right:20px !important;}

.pad-tp0{padding-top:0px !important;}
.pad-tp5{padding-top:5px !important;}
.pad-tp10{padding-top:10px !important;}
.pad-tp15{padding-top:15px !important;}
.pad-tp20{padding-top:20px !important;}

.pad-btm0{padding-bottom:0px !important;}
.pad-btm5{padding-bottom:5px !important;}
.pad-btm10{padding-bottom:10px !important;}
.pad-btm15{padding-bottom:15px !important;}
.pad-btm20{padding-bottom:20px !important;}

.pad-rt0{padding-right:0px !important;}
.pad-rt5{padding-right:5px !important;}
.pad-rt10{padding-right:10px !important;}
.pad-rt15{padding-right:15px !important;}
.pad-rt20{padding-right:20px !important;}

.pad-lt0{padding-left:0px !important;}
.pad-lt5{padding-left:5px !important;}
.pad-lt10{padding-left:10px !important;}
.pad-lt15{padding-left:15px !important;}
.pad-lt20{padding-left:20px !important;}


.pad0{ padding:0px !important;}
.pad5{ padding:5px !important; }
.pad10{ padding:10px !important; }
.pad15{ padding:15px !important; }
.pad20{ padding:20px !important; }

.pad-a0{ padding:0px !important;}
.mar-a0{ margin:0px !important;}
.brd-a0{ border:none !important;}

.brd-tp{ border-top:1px solid #cccccc !important;}
.brd-btm{ border-bottom:1px solid #cccccc !important;}
.brd-lt{ border-left:1px solid #cccccc !important;}
.brd-rt{ border-right:1px solid #cccccc !important;}
.brd-al{ border:1px solid #cccccc !important;}
.brd-btm-n{ border-bottom:none !important;}
.brd-tp-n{ border-top:none !important;}
.brd-lt-n{ border-left:none !important;}
.brd-rt-n{ border-right:none !important;}
.brd-rad{ border-radius:10px;}
.brd-rad-n{border-radius: 0px!important;}

.bhr-cmn-img-rt-flt{ display:flex;justify-content: flex-end;}



/**/.bhr-top-mr-left-side-bar{ top:130px !important; position:fixed !important; left:0; right:0; z-index:999; background-color:#FFFFFF; padding:10px;}




.nav-tabs {
	border-bottom: 0px solid #dee2e6;
	 max-width:240px; 
	margin: 0 auto;
	display: flex;
	justify-content: center;
}



#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #fff;
background-color: #343a40;
border-color: #343a40;
display: inline-block;
margin: 0;
    margin-bottom: 0px;
list-style: none;
padding: 10px 15px;
cursor: pointer;
-webkit-transition: all 05s ease;
-moz-transition: all 05s ease;
-ms-transition: all 05s ease;
-o-transition: all 05s ease;
transition: all .5s ease;
font-size: 14px;
margin-bottom: 10px;
font-family: 'latoregular';
border-radius: .25rem;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
display: inline-block;
margin: 0;
    margin-bottom: 0px;
list-style: none;
padding: 10px 15px;
cursor: pointer;
-webkit-transition: all 05s ease;
-moz-transition: all 05s ease;
-ms-transition: all 05s ease;
-o-transition: all 05s ease;
transition: all .5s ease;
font-size: 14px;
margin-bottom: 10px;
font-family: 'latoregular';
border-radius: .25rem;
}


.gallery-tab .nav-link {
color: #343a40;
background-color: #fff;
border-color: #343a40;
display: inline-block;
margin: 0;
    margin-bottom: 0px;
list-style: none;
padding: 10px 15px;
cursor: pointer;
-webkit-transition: all 05s ease;
-moz-transition: all 05s ease;
-ms-transition: all 05s ease;
-o-transition: all 05s ease;
transition: all .5s ease;
font-size: 14px;
margin-bottom: 10px;
font-family: 'latoregular';
border-radius: .25rem;
}
.gallery-tab .nav-link:first-child{ margin-right:10px;}



.grecaptcha-badge{ display:none;}