@font-face {
	font-family: 'Open Sans', sans-serif;
}
body{
	font-family: "Open Sans";
}
nav{
	font-weight: bold;
	position: fixed;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right:0;
    padding: 16px;

}
@media only screen and (max-width: 991px) {
    nav {
        background-color: white;
    }
    .navbar-collapse{
    	padding-right: 0;
    	background-color: white;
    }
}
a{color: #000;}
.nav-item li {
    display: inline-block;
    padding: 20px 0 20px;
    vertical-align: middle;
}
.nav-item a:hover, a:focus, a:active {
    color: #999;
    text-decoration: none;

}
.nav-item a {

    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
.nav-item a {
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
    color: #000;
}
/* nav animation */
 .nav-item a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}

.nav-item a:active::before {
    background-color: #000;
}
.nav-item a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.nav-item a:active::after::focus {
    border-bottom: #999 solid 5px;

}

/* ************ */
.active a::before {
	 content: '';
	 display: block;
	 position: absolute;
	 bottom: 3px;
	 left: 0;
	 height: 3px;
	 width: 100%;
	 background-color: #000;
	 transform-origin: right top;
	 transform: scale(0, 1);
	 transition: color 0.1s,transform 0.2s ease-out;
}

.active a:active::before {
	 background-color: #000;
}
.active a::before, a:focus::before {
	 transform-origin: left top;
	 transform: scale(1, 1);
}
.active a:active::after::focus {
	 border-bottom: #999 solid 5px;

}

/* nav animation:end */


.navbar-light .navbar-nav .nav-link{
	color: #818286;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-link a:focus{
	color: #000;
	font-weight: bold;
}

.navbar-collapse{
	z-index: 10;

}

.bg1{
	background-image: url('../image/bg1.jpg');
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-size: cover;
    height: 485px;

}
.bg2{
	background-image: url('../image/bg2.jpg');
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-size: 100%;
    height: 323px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg3{
    background-image: url('../image/bg3.jpg');
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-size: 100%;
    height: 323px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg4{
    background-image: url('../image/bg4.jpg');
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-size: 100%;
    height: 323px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg5{
    background-image: url('../image/bg5.jpg');
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-size: 100%;
    height: 323px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg6{
    background-image: url('../image/bg6.jpg');
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-size: 100%;
    height: 323px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-gray{
	background: #efefef;
}
.gr-green{
	background: linear-gradient(black, #4cb847);
}
.gr-gray{
    background: linear-gradient(black, #808080);
}
.red{
	color: #ec1d24;
}
.white{
	color: white;    text-shadow: 2px 1px 11px rgba(150, 150, 150, 1);
}
.gray{
	color: #666666;
}
.darkgray{
    color: 818286;
}
.red{
    color: #ec1d24;
}
.green{
    color: #4cb847;
}

.slider{
	/* position: absolute; */
	margin-top: -140px;
	/* margin-left: 100px; */
	/* align-items: center; */
	/* height: 420px; */
}
.bunting{
	background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center;
	background-repeat: no-repeat;
}

.request{
	padding: 30px;
}

.header-banner{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	margin-top: 92px;

}


/*button*/
.btn-w{
	border:0px;
	background: transparent;
	color: white;
	border-bottom: 2px solid white;
}
.btn-w:hover{
	cursor: pointer;
	color: #4cb847;
	border-bottom: 2px solid #4cb847;
}
.btn-b{
	border:0px;
	background: transparent;
	color: black;
	border-bottom: 2px solid black;
}
.btn-b:hover{
	cursor: pointer;;
	color: #4cb847;
	border-bottom: 2px solid #4cb847;
}
.btn-y{
	font-weight: bold;
	color: white;
	background: #ffe000;
	width: 200px;
	height: 40px;
	border: none;
	border-radius: 10px;
}
.btn-y:hover{
	cursor: pointer;;
	color: white;
	background:#4cb847;
	border:2px solid #ffe000;
}

.row-eq-height{
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.carousel-control-prev{
	position: absolute;
	top: 80%;
	left: 85%;
	background: gray;
	height: 50px;
	border-radius: 50%;
	width: 50px;
}
.carousel-control-next{
	position: absolute;
    background: gray;
    top: 80%;
    right: 5%;
    height: 50px;
    border-radius: 50%;
    width: 50px;
}

@media only screen and (max-width: 1199px) {
    .carousel-control-prev{
        left: 83%;
    }
	}
@media only screen and (max-width: 991px) {
    .carousel-control-prev{
        left: 80%;
        top:85%;
    }
    .carousel-control-next{
        top:85%;
    }
	}
@media only screen and (max-width: 760px) {
    .carousel-control-prev{
        left: 73%;
        top:93%;
    }
    .carousel-control-next{
        top:93%;
    }
	}
@media only screen and (max-width: 554px) {
    .carousel-control-prev{
        left: 65%;
        top:93%;
    }
    .carousel-control-next{
        top:93%;
    }
}

.footer-sm{
    font-size: 0.9rem;
    /*//color: #000;*/
}
 /* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
	.projimg{
		height:226px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%
	}


.floating-social {
	bottom: 25px;
	right: 25px;
	position: fixed;
}