/*Custom CSS by Byte Studio Pty. Ltd. Feb2017*/
/*blue:4fc2eb*/
/*yellow: f5e70c*/
/*green:00bfa5*/
/*reset*/
.container-fluid{
	padding-left:0px;
	padding-right:0px;
}
html, body{
	font-size:14px;
	height:100%;
}
li{
    list-style: none;
}
h2{
	text-align:center;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
padding-bottom:40px;
}
.row{
	margin-left:0px;
	margin-right:0px;
}
h2{
    font-size:25px;
}
hr{
	border-top: 1px solid #4fc2eb;
	margin-top:20px;
	margin-bottom: 20px;
}
.strong{
	font-weight:bold;
}
td {
	font-size:16px;
}
a{
	color:#4fc2eb;
}
/*top*/
#top {
    background-color: #4fc2eb;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin:0px;
    min-height: 0px;
}
#top ul{
	margin-bottom:0px;
}
#top .btn-link, #top-links li, #top-links a {
    color: #fff;
    text-shadow: 0 0px 0 #FFF;
    text-decoration: none;
}
/*header*/
#logo{
	padding:25px;
	background-color:#000;
	padding-left:5%;
}
.fixtop{
	position:fixed;
	z-index:333;
}	
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 800px;
}
.img-responsive{
    display: block;
    max-width: 250px;
    height: auto;
}
.fa{
	color:#fff;
}

.nav > li > a {
    color: #4fc2eb;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 20px 10px 20px;
    min-height: 15px;
    background-color: transparent;
	text-transform:uppercase;
	font-weight:bold;	
	text-align:center;
	transition:0.2s ease all;
	
}
.nav > li > a:hover, #menu .nav > li.open > a {
    background-color: transparent;
	color:#fff;
}
.navbar-toggle{
margin-top:15px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align:center;
}
.dropdown-menu a {
    color: #4fc2eb;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-menu>li>a {
    color: #4fc2eb;
	padding: 12px 16px;
}
.dropdown-menu a:hover {background-color: #f1f1f1}

.navbar-nav>li>.dropdown-menu {
    margin-top: -4px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
/*Slider*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-caption {
    position: absolute;
    top:0px;
		right: 0px;
    bottom: 0px;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
		background-color:rgba(0,0,0,.3);	
}
.carousel-inner h2{
	text-transform:uppercase;
	font-size:72px;
	font-weight:800;
	color:#4fc2eb;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	margin:20px;
	
}
.carousel-inner h4{
	text-transform:uppercase;
	font-size:32px;
	font-weight:800;
	color:#4fc2eb;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	
	margin:20px;	
}
.carousel-control .icon-prev:before {
    content: '';
}
.carousel-control .icon-next:before {
    content: '';
}
.carousel-control img{
	width:50px;
	height:50px;
}
.change-bg{
	transition:all 0.5s ease;
}
.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: 50px;
    height: 5px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption h2{
  display:inline-block;

}
.captionbg{
	width:100%;
}
.fill{
	background:linear-gradient(
      rgba(144, 134, 123, 0.7), 
      rgba(144, 134, 123, 0.5));
	background-size:cover;  
}


/*homepage aboutus*/

#home-aboutus h1,  h3{
	text-align:center;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
padding-bottom:40px;
color:#fff;
margin-top:80px;
}
#home-aboutus h2{
  margin-top:50px;
	text-align:center;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
padding-bottom:40px;
color:#fff;
}
#home-aboutus p{
	font-size:16px;
font-family: 'Ubuntu', sans-serif;	
margin-top:20px;
padding:0 50px;
line-height:25px;
}
#home-aboutus #readmore{
	float:right;
	margin-right:50px;
	margin-top:10px;
}
#home-aboutus .box-left{
	background-color:#eee;
	padding-top:30px;
	padding-bottom:30px;
	height:350px;
}
#home-aboutus .box-right{
	background-color:#4fc2eb;
	padding-top:50px;
	padding-bottom:50px;	
	height:350px;	
}
#home-aboutus .home-service .box-left{
    padding-top:50px;
    padding-bottom:50px;    
}
.btn-default {
    color: #fff;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
    background-color: #4fc2eb;
    background-image: none;
    border-color: #4fc2eb;
	border-radius:0px;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);	
	font-weight:600;
	transition:0.3s ease all;
}
.btn-default:hover {
    color: #000;
    background-color: #4fc2eb;
}
.btn-default a{
	color:#fff;
}
.btn-default a:hover{
	color:#000;
}
/*Featured.tpl*/
#featured{
	padding-top:50px;
	padding-bottom:50px;

}
#featured h1, #featured h2{
	text-align:center;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;


}
#featured h2:{
	margin-bottom:20px;
	color:#000;
}

/*.left-box{
	border-top:3px solid #4fc2eb;
	border-right:3px solid #4fc2eb;
	height:300px;
}
.right-box{
	border-bottom:3px solid #4fc2eb;
	height:300px;
}*/	
.product-thumb .caption {
    padding: 0 20px;
    min-height: 0px;
}
.products h3:after{
	position: absolute;
    content: '';
    left: 50%;
    margin-top:10px;
    width: 30px;
    margin-left: -15px;
    height: 1px;
    display: block;
    background-color: #000;
}
.products img:hover{
	border-radius:50%;
	transition:0.3s ease;	
	border:1px solid #4fc2eb;
}

.product-thumb {
   border: 0px solid #ddd; 
}


/*Projects*/
.row > .column {
  padding: 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative
}
.column img{
    width:100%;
        -webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
    filter: grayscale(30%);
    display:block;
        cursor: pointer;
}
.column .imgcover{
        position: absolute;
    height: 100%;
    background-color: #000;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s ease;
    opacity: 0.8;
    cursor: pointer;
}
.column:hover .imgcover{
    width:0%;
}
.covertext{
    position: absolute;
    top: 0px;
    z-index: 1;
    /* background-color: green; */
    width: 100%;
    text-align: center;

}
.covertext h1{
    color:#fff;
        margin-top:-20px;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 35%;
  max-width: 1200px;
  margin-top:50px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 100px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1.0;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.projects-section{
	padding-top:0px;
	padding-bottom:0px;	
}

.projects img{
	cursor:pointer;	
	transition:0.3s ease;
}

.projects .owl-carousel .owl-stage-outer {
	height:250px;
}
.projects{
	background:url(/image/bg.jpg) fixed;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.projects-a:hover{
	color:#fff;
}
/*service*/
#home-service{
	background-color:#333;
	background-image:url(/image/bg01.png);
	background-repeat:repeat-y;
	background-position: right; 
	background-attachment: fixed;
	padding:80px 0px;
	text-align:center;	
	font-size:12px;
}
#home-service i{
	font-size:40px;
	margin:25px;
	transition:0.3s ease all;
	color:#4fc2eb;
}
#home-service h4{
	padding-bottom:10px;
}
#home-service .bottomline{
	height:1px;
	background-color:#fff;
	width:10%;
	margin-left:45%;
	margin-bottom:10px;
	transition:0.3s ease all;
}
#home-service h4>a{
	color:#4fc2eb;
	text-transform:uppercase;
cursor:pointer;
	}
#home-service p{
	padding:0 30px;
	color:#fff;
}
#home-service p>a{
	color:#fff;
}
#home-service .box {
    height: 250px;
    width: 33.333%;
    position: absolute;
    left: 33.333%;
}
#home-service .col-md-4:hover .box{
    border: 1px dotted rgba(255,255,255,0.3);
	cursor:pointer;
}
#home-service .col-md-4:hover i{
    color:#4fc2eb;
 -ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5);	
}
#home-service .col-md-4:hover a{
	font-weight:600;
}
#home-service .col-md-4:hover .bottomline{
 -ms-transform: scale(2, 1); /* IE 9 */
    -webkit-transform: scale(2, 1); /* Safari */
    transform: scale(2, 1);		
}
/*home-contact*/
#home-contact{
	padding:50px;
	background-color:#4fc2eb;
	color:#fff;
}
#home-contact h2{
	color:#fff;
	font-weight:500;
    padding-left:72px;
}
#home-contact p{
	text-align:right;
  padding:0px;
  margin:0px;
  color:#fff;
}
.control-label{
	padding-right:0px;
	margin-top:5px;
}
#home-contact .btn{
	float:right;
	margin-right:70px;
	background-color:#fff;
	color:#4fc2eb;
	border:0px;
}
#home-contact .btn:hover{
	color:#000;
}
#home-contact img {
    margin: 25px auto;
    display: block;
	width:100%;
}
.form-control {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #4fc2eb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*map*/
.map-cover{
    height: 200px;
    position: absolute;
    width: 100%;
    /*background-color: rgba(19,212,253,0.3);	*/
}
/*footer*/
footer {
    margin-top: -4px;
    padding-top: 50px;
    background-color: #000;
    border-top: 0px solid #ddd;
    color: #fff;
	padding-bottom:50px;
}
footer h4{
    color:#4fc2eb;
    font-size:18px;
    text-transform: uppercase;
    font-weight:bold;
}
footer a {
    color: #fff;

}
footer img{
    max-width:100%;
    padding-top:100px;
    padding-bottom: 10px;
    padding-left:15px;
}
footer iframe{
    padding-top: 20px;
}
/*subpage*/

.information h1{
	text-align:center;
	margin-bottom:50px;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;	
}
.information h1:after {
    position: absolute;
    content: '';
    left: 50%;
	margin-top:10px;
    width: 30px;
    margin-left: -15px;
    height: 1px;
    display: block;
    background-color: #000;
}
/*about us-sub*/
.information .about-text{
	padding-left:50px;
	padding-right:50px;

}
.information .about-text p{
	line-height:25px;
	font-size:16px;	
}
.information .bg-img-about{
	background-image:url(/image/aboutus.jpg);
	background-attachment: fixed;
	height:250px;
}
.aboutus{
	margin-top:100px;
	margin-bottom:100px;
}
/*services-sub*/
.information .bg-img-service{
	background-image:url(/image/service.jpg);
	background-attachment: fixed;

background-repeat: no-repeat;
	
	height:250px;
}
/*category-sub*/
.category-sub{
	margin:150px auto;
}
.category-sub h2{
	color:#4fc2eb;
}
.category-sub .cate-name{
	font-size:18px;
	font-weight:bold;
}
.category-sub .category-list li{
	float:left;
	padding-right:50px;
	margin-bottom: 20px;
}
.category-sub a{
	font-size:18px;
}
/*product-sub*/
.product-sub{
	margin:150px auto;	
}
.product-sub h1{
	margin-bottom:20px;
	color:#4fc2eb;
}
.product-sub .model{
	margin-bottom: 30px;
	font-size:20px;
	font-weight:bold;
}
.product-sub ul{
	margin-top:30px;
}
.product-sub a{
	font-size:16px;
		color:#4fc2eb;
		padding-top:10px;
}
.product-sub .tab-pane li{
	list-style: circle;
	font-size:16px;
	line-height:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#4fc2eb;
}
.product-sub .tab-title{
	width:45%;
}
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 0px solid #ddd;
	text-align:center;
	list-style: none;
    background-color: transparent;
    border-radius: 4px;
}


.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #4fc2eb;
    border-bottom: 1px solid #4fc2eb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product-sub .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: transparent;
	color:#000;
}
.product-sub .thumbnail {
    border: 0px solid #ddd;
}
/*category-list*/
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #4fc2eb;
    border: 1px solid #eee		;
    text-shadow: 0 1px 0 #FFF;
}
.list-group a {
    border: 1px solid #eee;
    color: #000;
    padding: 8px 12px;
}

.product-thumb h4 {
    font-weight: bold;
    text-align: center;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #4fc2eb;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}



/*media*/
@media (min-width:1200px){
 .captionbg {
    margin-top: 40%;
} 
}
@media (min-width:992px) and (max-width:1200px){
.dropdown:hover .dropdown-menu {
    display: block;
}	
.dropdown-menu {
	text-align:left;
}
.captionbg {
    margin-top: 53%;
}	
#home-aboutus .lg-hidden{
	display:none;
}
#home-aboutus .box-left {
 
    height: 420px;
}
#home-aboutus .box-right {

    height: 420px;
}
#home-aboutus h1, #home-aboutus h2, h3 {
    margin-top: 100px;
}
}


@media (min-width:769px) and (max-width:991px){
	#logo{
		padding-left:15px;
	}
.captionbg {
    margin-top: 85%;
}	
.carousel-inner h2 {
    font-size: 45px;
}
.carousel-inner h4 {
    font-size: 30px;
}
.home-service{
	margin-bottom:0px;
}
#featured .box{
	width:100%;
	margin-top:20px;
}	
#home-contact .displaynone {
display:none;
}
#home-aboutus .sm-hidden{
	display:none;
}
#home-aboutus .box-left {
	height:auto;
}
}

@media  (max-width:768px){
#home-contact {
    padding: 20px;
}	
#home-contact .btn {
    margin-right: 15px;
}	
.control-label {
margin:0px;
}
#home-contact .displaynone {
display:none;
}
.captionbg {
    margin-top: 50%;

}
.carousel-caption {
left:0px;
}
.carousel-inner h2 {
    font-size: 55px;
}
.carousel-inner h4 {
    font-size: 35px;
}
.navbar-collapse {
    background-color: #000;
}
.navbar-nav {
 width:100%;
}
.navbar-toggle {
    margin-top: 18px;

}
.btn-navbar{
	border-color:transparent;
	background-color:#fff;
	border-radius:0px;
	transition:0.3s all ease;
}
.btn-navbar .fa{
	color:#000;
}
.btn-navbar:hover{
	border-color:#fff;
	background-color:#000;

}
.btn-navbar:hover .fa{
	color:#fff;
}
#featured .box{
margin-left:0px;
margin-right:0px;
}	
#home-aboutus .sm-hidden{
	display:none;
}
#home-aboutus .box-left {
	height:auto;
}
.column {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative
}
}
@media (max-width:575px){
.carousel-inner h2 {
    font-size: 45px;
}
.carousel-inner h4 {
    font-size: 25px;
}	
#home-aboutus .sm-hidden{
	display:none;
}
#home-aboutus .box-left {
	height:auto;
}	
}
/*project effect*/
figure.effect-ming {
    background: #030c17;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	display:block;
}

figure.effect-ming h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.grid figure h2, .grid figure p {
    margin: 0;
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
figure.effect-ming a{
	color:#fff;
}
figure.effect-ming a:hover{
	text-decoration:none;
	font-style: italic;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
}
/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.5;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
    -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);	
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);

}

figure.effect-ming h2 {
	margin: 10% 0 -10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	color:#fff;
	font-size:22px;
	z-index:3;
}
@media screen and (max-width:400px){
	figure.effect-ming h2 {
	margin: 10% 0 10px 0;
	font-size:16px;
}	
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(19,212,253,0.5);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}
@media (max-width:1199px){
figure.effect-ming:hover p {
    display:none;
}	
}
@media (max-width:991px){
figure.effect-ming h2 {
	margin-top:20%;
	font-size:18px;
}
figure.effect-ming figcaption::before {
     border: 0px solid #fff; 
     box-shadow: 0 0 0 0px rgba(255,255,255,0.2); 

}
}
@media (max-width:769px){
figure.effect-ming h2 {
	margin-top:20%;
	font-size:14px;
	font-weight:300;
}
figure.effect-ming figcaption::before {
     border: 0px solid #fff; 
     box-shadow: 0 0 0 0px rgba(255,255,255,0.2); 

}
.covertext h1{
    font-size:25px; 
}
#home-contact h2{

    padding-left:0px;
}
.close {
    top: 414px;
}
#home-aboutus p {
    padding: 0 20px;
}
}
@media (max-width:575px){
.grid figure figcaption {
    padding: 1em;

}
figure.effect-ming h2 {
	margin-top:0%;
	font-size:12px;
}	
figure.effect-ming figcaption::before {
     border: 0px solid #fff; 
     box-shadow: 0 0 0 0px rgba(255,255,255,0.2); 

}
}
/*nvabar resetting*/
@media (min-width:1199px){
.navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
.navbar-header {
    float: right !important;
}
.navbar-toggle {
    display: none !important;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.navbar-nav {
	margin:0;
    margin-top: 15px;
    margin-right: 5%;
}
.navbar-nav>li {
    float: left;
}
}

@media (max-width:1199px){
.btn-navbar {
    border-color: transparent;
    background-color: #4fc2eb;
    border-radius: 0px;
    transition: 0.3s all ease;
}

.navbar-collapse {
    background-color: #000;
}
.navbar-nav {
    width: 100%;
}
}














