

.intro_page {
	height: 100vh;
	width: 100vw;
	background: url(../img/intro.png);
	/* background: #f00; */
	background-position: center top;
	text-align: center;
	position: relative;
}
.intro_page:before {
	content: "";
	display: inline-block;
	background: url(../img/intro_bg.png);
	background-size: 50% 100%;
	bottom: 0;
	width: 100%;
	height: 200px;
	left: 0;
	position: absolute;
	z-index: 0;
}
.intro_header {
	width: 100%;
	margin-top: 20px;
}
.intro_header img {
	height: auto;
	width: 150px;
	margin: auto;
}
.intro_header h2 {
    font-size: 40px;
    font-weight: bold;
    color: #307ea8;
    text-shadow: 2px 2px 10px #fff;
}
.intro_header p {
    font-size: 20px;
    text-transform: uppercase;
	color: #000;
}
.enter {
	margin: 30px 0 0 40px;
	z-index: 99999999999 !important;
}
.enter img {
	height: auto;
	width: 320px;
}
.intro_0025 {
	width: 100%;
}
.intro_contain {
	margin: auto;
	width: 100%;
}
.intro_contain_list {
	display: inline-block;
	width: ;
	border: 1px solid #ccc;
	margin-left: 20px;
	padding: 10px;
}
.intro_contain_list img {
	
}
@media (max-width: 768px) {
	.intro_page {
		height:100vh;
		width: 100%;
		background-color: #a5d2f3;
	}
	.intro_header {
		margin-top: 10px;
	}
	.intro_header img {
		width: 80px;
	}
	.intro_header h2 {
		font-size: 25px;
		font-weight: bold;
	}
	.intro_header p {
		font-size: 14px;
	}
	.enter {
		margin: 30px 0 0 0px;
		z-index: 9999999 !important;
	}
	.enter img {
		height: auto;
		width: 250px;
	}
	
}
/*--- //intro_page ---*/








/*--- header ---*/
.header {
	margin: 0;
	padding: 0;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,d8d8d8+48,ffffff+100 */
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(216,216,216,1) 48%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,249,255,1) 0%,rgba(216,216,216,1) 48%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,249,255,1) 0%,rgba(216,216,216,1) 48%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.navbar {
	border: 0 !important;
	margin-bottom: 0 !important;
	padding: 15px 0 !important;
	background: inherit !important;
	position: relative;
}
.navbar-brand {
    height: auto !important;
    padding: 0 !important;
}
.navbar-brand img {
    width: 350px;
}
.nav {
	position: absolute !important;
	float: right !important;
	top: 50px !important;
	right: 0 !important;
}
.navbar-default .navbar-nav > li {
	padding: 0 20px 0 20px !important;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif !important;
	font-weight: bold !important;
    font-weight: 400 !important;
    padding: 0 0 30px 0 !important;
    color: #272d33 !important;
	font-size: 16px !important;
    text-decoration: none !important;
	text-transform: uppercase !important;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: visible;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: #272d33;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: inherit !important;
    border-bottom: 5px solid #272d33 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: inherit !important;
}
.dropdown-menu {
	padding: 0 !important;
}
.dropdown-menu::before {
	content: url(../img/up.png) !important;
	position: absolute !important;
	display: block !important;
	top: -25px !important;
	left: 30% !important;
	/* width: 0 !important;  */
    /* height: 0 !important;  */
    /* border-left: 5px solid transparent !important; */
    /* border-right: 5px solid transparent !important; */
    /* border-bottom: 5px solid #f00 !important; */
}
.dropdown-menu > li > a {
    padding: 12px 20px !important;
    color: #cccccc !important;
    background: #282828 !important;
	border-bottom: 2px solid #383838 !important;
}
.navbar-default .navbar-nav > li:hover .dropdown-menu {
    display: block !important;
}
/*--- //header ---*/



/*--- slider ---*/
.slider {
	position: relative;
	border-top: 2px solid #454545;
}
.slider_01 {
    right: 20% !important;
    left: 10% !important;
    padding-bottom: 30px !important;
    text-align: left !important;
    background: rgba(255,255,255,0.7) !important;
    color: #000 !important;
    text-shadow: none !important;
    padding: 20px !important;
    width: 640px !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60% !important;
    left: 15%;
    z-index: 10;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
/*--- //slider ---*/

/*--- welcome ---*/
.welcome {
	padding: 60px 0;
}
.head_0001 h3 {
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
	border-left: 5px solid #268bd6;
}
.head_0001 p {
    font-size: 16px;
    line-height: 25px;
	margin-bottom: 30px;
}
.head_0001 a {
    font-size: 14px;
    color: #454545;
	padding: 12px 30px;
	border: 2px solid #454545;
	font-weight: bold;
}
.head_0001 a:hover {
    color: #fff;
	border: 2px solid #268bd6;
	background: #268bd6;
	transition: 0.5s all ease-in-out;
	text-decoration: none;
}
/*--- //welcome ---*/

/*--- prd ---*/
.prd{ 
	padding: 30px 0;
}
.prd_012 {
	position: relative;
}
.our_prd_012 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.4);
	padding: 20px;
	transition: 0.5s all ease-in-out;
}
.our_prd_012 p, .our_prd_012 span {
	color: #fff;
	font-weight: bold;
}
.our_prd_012 p {
	font-size: 22px;
}
.our_prd_012 span {
	font-size: 16px;
}
/*--- //prd ---*/

/*-- gallery --*/
.gallery {
	padding: 50px 0;
}
.head_0002 h3 {
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
	margin-top: 0px;
	border-left: 5px solid #268bd6;
}
.head_0002 p {
    font-size: 16px;
    line-height: 25px;
	margin-bottom: 0px;
}
.gallery_bx {
	position: relative;
	min-height: 320px;
}
.overlay_gallery_bx {
	position: absolute;
	bottom: 0;
	background: #454545;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 18px;
}
/*-- //gallery --*/

/*--- footer ---*/

.footer {
    padding: 80px 0 30px 0;
    background: #222222;
    position: relative;
	border-top: 2px solid #268bd6;
}
.f_head h3 {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 30px;
}
.f_head h3::before {
    content: '';
    position: absolute;
    display: block;
    background: #268bd6;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: -10px;
}
.f_head p {
    color: #fff;
}
.f_cont {
    color: #fff;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.address, .calling, .messages {
    position: relative;
}
.address::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/map.png);
    display: block;
}
.calling::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/call2.png);
    display: block;
}
.messages::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: url(../img/message.png);
    display: block;
}
.f_cont img {
    margin-right: 20px;
}
.f_cont2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.footer_list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0;
}
.footer_list li a i {
    color: #fff;
}
.footer_list li a i:hover {
    color: #fff;
    text-decoration: none;
}
.subfooter {
    padding: 20px 0;
    background: #282828;
}
.sublink span {
    color: #ccc;
}
.f_cont.messages, .f_cont2.messages2 {
    border-bottom: 0px;
}
.mar_015 {
	margin-top: 15px;
}

/*--- other ---*/
.other {
	padding: 50px 0;
}
.head_050152 {
	position: relative;
	border: 1px solid #ccc;
}
.head_050152_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(34,34,34,0.9);
	z-index: 23;
	transform: translateY(-50px);
	transition: 0.7s all ease-in-out;
	opacity: 0;
}
.gale_021 {
	transition: 0.7s all ease-in-out;
}
.gale_021:hover .head_050152_overlay {
	transform: translateY(0);
	transition: 0.7s all ease-in-out;
	opacity: 1;
}


.note_0256465 p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.ico_51454 {
	height: 32px;
	width: 32px;
	text-align: center;
	margin: auto;
	position: relative;
	top: 46%;
}
.ico_51454 i {
	color: #ccc;
}
.gal_box_5 {
	margin-top: 35px !important;
}

.head_050152 a:focus {
	border: 0;
	outline: 0;
}

/*--- responsivve ---*/
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li {
		padding: 0 5px 0 10px !important;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px !important;
	}
	.navbar-brand img {
		width: 280px;
	}
	
}
@media (max-width: 768px) {
	.nav {
		position: relative !important;
		float: left !important;
		top: 0px !important;
		right: 0 !important;
	}
	.navbar-default .navbar-nav > li {
		padding: 0 20px 0 20px !important;
		background: #ccc !important;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 5px 0 !important;
	}
	.navbar-brand img {
		width: 300px;
	}
	.nav {
		width: 100%;
		position: absolute;
		top: 0;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: inherit !important;
		border-bottom: 1px solid #272d33 !important;
	}
	.navbar-toggle {
		margin-top: 35px !important;
	}
}
@media (min-width: 600px) and (max-width: 800px) {
	.our_prd_012 p {
		font-size: 16px !important;
	}
	.our_prd_012 span {
		font-size: 14px !important;
	}
}
@media (max-width: 600px) {
	.width20 {
		width: 100% !important;
	}
	.prd_012 {
		margin: 0 0 30px 0;
	}
	.gallery_bx {
		min-height: 300px;
	}
}
@media (max-width: 500px) {
	.gallery_bx {
		min-height: 250px;
	}
	.overlay_gallery_bx {
		font-size: 15px;
	}
}

@media (max-width: 390px) {
	.navbar-brand img {
		width: 230px;
	}
	.our_prd_012 p {
		font-size: 16px !important;
	}
	.our_prd_012 span {
		font-size: 14px !important;
	}
	.gallery_bx {
		min-height: 200px;
	}
}








