﻿body,
html {
    background-color:#e8e8d8;
    font-family: 'Open Sans', sans-serif;
    color:#000;
}
body *,
html *,
a {
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5{
    font-family: 'Asap', sans-serif;
}
ul li {
    position: relative;
    margin: 5px auto;
    list-style:none;
}
a{
    cursor:pointer;
}
a:hover{
    text-decoration:none;
}
.border-3 {
    border-width:3px !important;
}
.border-lightgreen{
    border-color:#569433 !important;
}
.yellow{
    color:#BFDC45 !important;
}
.xlightgreen{
    color:#bfdc45 !important;
}
.lightgreen{
    color:#569433 !important;
}
.bg-lightgreen{
    background-color:#569433 !important;
}
.bg-dark{
    background-color:#231f20 !important;
}
.btn-yellow{
    display: inline-block;
    margin: 20px auto;
    background: #bfdc45;
    text-align: center;
    color: #1B2B13 !important;
    padding: 10px 40px;
    transition:.2s;
}
.btn-yellow:hover{
    background: #569433;
    color: #fff !important;
}
.btn-lightgreen{
    display: inline-block;
    margin: 20px auto;
    background: #569433;
    text-align: center;
    color: #fff !important;
    padding: 10px 40px;
    transition:.2s;
}
.btn-lightgreen:hover{
    background: #1B2B13;
}
.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    content: '';
    color: #b7b781;
    display: block;
    width:15px;
    height:15px;
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    border-top: 1px solid #b7b781;
    border-right: 1px solid #b7b781;
    transform: rotate(135deg);
    pointer-events: none;
}

.top-inforblock{
    height:45px;
    line-height:45px;
}
.top-inforblock i{
    width:16px;
    text-align: center;
    color:#BFDC45
}


.top-nav{
    height:120px;
}   
.navbar-brand{
    text-align:left;
    width: 300px;
    height:83px;
}
nav{
    height:120px;
    transition:.3s;
}
nav li{
    list-style:none !important;
}
nav .navbar-nav{
	overflow: hidden;
}

nav .nav-item:hover a{
    color:#569433 !important;
}
.nav-link{
    cursor:pointer;
}

.sitelogo{
    height: 67px;
}


.carousel .carousel-item{
    height:630px;
    background-size:cover;
    background-position:center;
}
#carousel-item-1{
    background-image:url(../images/carousel-1.jpg)
}
#carousel-item-2{
    background-image:url(../images/carousel-2.jpg)
}
#carousel-item-3{
    background-image:url(../images/carousel-3.png)
}
#carousel-item-4{
    background-image:url(../images/carousel-4.jpg)
}

.carousel .showcase-panel{
    position:absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 220px;
    margin-left: -450px;
    margin-top: -110px;
    background-color: rgba(27,43,19,0.6);
}
.carousel .showcase-panel h3{
    color:#fff;
    text-align:center;
    margin-top:50px;
}

.home-3blk p{
    height:170px;
    overflow:hidden;
}
.home-3blk img,
.home-aboutus img{
    width:100%;
}
.home-aboutus{
    position:relative;
    height:330px;
    margin:150px auto;
}
.home-aboutus .bg-dark{
    position:absolute;
    width:calc(100% - 30px);
    top: -30px;
    height: 390px;
    padding:20px;
}
.home-aboutus a:hover{
    background:#569433 !important;
}

.banner-sub{
    height:170px;
}
.banner-sub-title{
    height:170px;
    line-height:150px;
    background-image:url("../images/tmp2.jpg");
    background-position:right;
    background-repeat:no-repeat;
}
.banner-sub-title.aboutus{
    background-image:url("../images/Banner-AboutUs.jpg");
}
.banner-sub-title.HistoryValues{
    background-image:url("../images/Banner-History.jpg");
}
.banner-sub-title.CoreStrengths{
    background-image:url("../images/Banner-CoreStrengths.jpg");
}
.banner-sub-title.MaterialList{
    background-image:url("../images/Banner-MaterialList.jpg");
}
.banner-sub-title.contactus{
    background-image:url("../images/Banner-Contact.jpg");
}

.contactus ul li input,
.contactus ul li select,
.contactus ul li textarea{
    width:100%;
    border:1px solid #b7b781;
    background-color:#f3f3e4;
    padding:10px;
    color:#7c7c4d;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
}
.contactus ul li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.contactus ul li select::-ms-expand {
    display: none;
}

.contactus ul li select:after{
    content:"1";
}
.contactus ul li input[type=submit]{
    background-color:#b7b781;
    color:#fff;
    cursor:pointer;
}
.contactus ul li > span{
    float:right;
    font-size: 12px;
    color: #b10909;
}
.contactus .select-wrapper::before {
    top: 25px;
}
.contactus .select-wrapper {
    margin-bottom: 18px;
}

footer img{
    filter: brightness(0) invert(1);
    width:250px;
    max-width:100%
}
footer a{
    color:#f8f9fa !important;
}
footer .quicklinks li{
    width:50%;
    float:left;
    list-style:none !important;
}
footer .quicklinks li a{
    
    font-size:13px;
    padding-left:20px;
    position:relative;
}

footer .quicklinks li a:before{
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    display:block;
    border-top:1px solid #bfdc45;
    border-right:1px solid #bfdc45;
    transform: rotate(45deg);
    top: 6px;
    transition:.1s;
    left:0;
}
footer .quicklinks li a:hover:before{
    left:4px;
}
footer .contactus i{
    display:inline-block;
    width: 20px;
}




@media screen and (max-device-width: 767px) {
    .top-nav{
        height:auto;
    }
    nav {
        height: auto;
    }
	nav .nav-item a::before,
	.sitelogo-s{
		display: none;
	}
    .navbar-brand{
        height:70px;
        width:75%;
    }
    .sitelogo{
        width:100%;
		height: 50px;
    }
    .m-content-img{
        max-width:100%;
        padding:0 !important;
    }


    .navbar-toggler {
	  border: none;
	  background: transparent !important;
	}

	.navbar-toggler:focus {
	  outline: none;
	  background: transparent !important;
	}

	.navbar-toggler .icon-bar {
	  background-color: #343a40;
	  transform: rotate(0deg) translate(0px, 0px);
	  transition: ease all .2s;
	}

	.navbar-toggler .icon-bar {
	  display: block;
	  width: 22px;
	  height: 2px;
	  border-radius: 1px;
	}

	.navbar-toggler .icon-bar+.icon-bar {
	  margin-top: 4px;
	}

	.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
	  transform: rotate(45deg) translate(5px, 4px);
	  transition: ease all .2s;
	}

	.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
	  opacity: 0;
	  transition: ease all .2s;
	}

	.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	  transform: rotate(-45deg) translate(4px, -4px);
	  transition: ease all .2s;
	}


    .carousel .carousel-item{
        height:230px;
    }

    .carousel .showcase-panel{
        width: 300px;
        height: 110px;
        margin-left: -150px;
        margin-top: -55px;
    }
    .carousel .showcase-panel h3{
        font-size:1em;
        margin-top:10px;
    }

    .carousel .showcase-panel a{
        margin: 10px auto;
        width: 100px;
        padding: 5px;
    }
    .home-3blk p {
        height: 200px;
    }
    .home-3blk img{
        margin-top:10px;
    }
    .home-aboutus{
        height:530px;
    }
    .home-aboutus .bg-dark{
        height: 590px;
    }
    .banner-sub{
        height:80px;
    }
    .banner-sub-title{
        height:80px;
        line-height:80px;
        background-image:none !important;
    }
    .banner-sub-title h2{
        font-size: 1.7rem !important;
        margin-left:20px !important;
    }
    .contactus ul{
        width:100%;
    }
    footer{
        font-size:14px !important;
    }
    footer .quicklinks li{
        width:100%;
    }
    footer .contactus p{
        font-size: 14px;
        height: auto;
        overflow: hidden;
    }
    footer .contactus i{
        float: left;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-top: 4px;
    }

}




@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1200px) 
and (orientation : landscape) { 
    .top-nav{
        height:auto;
    }
    nav {
        height: auto;
    }
	nav .nav-item a::before,
	.navbar-toggler{
		display: none;
	}
	#collapsibleNavbar{
		display: block;
	}
	nav .navbar-nav {
		flex-direction: row;
	}
	
	.carousel .carousel-item{
        height:400px;
    }
    .carousel .showcase-panel{
        width: 600px;
        height: 200px;
        margin-left: -300px;
        margin-top: -100px;
    }
    .carousel .showcase-panel h3{
        font-size:1.8em;
        margin-top:20px;
    }
    .home-3blk p{
        height:200px;
    }
    .banner-sub{
        height:120px;
    }
    .banner-sub-title{
        height:120px;
        line-height:120px;
        background-size: auto 120px;
    }
    footer .contactus p{
        font-size: 14px;
        height: auto;
        overflow: hidden;
    }
    footer .contactus i{
        float: left;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-top: 4px;
    }
	
	
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1200px) 
and (orientation : portrait) {
    .top-nav{
        height:auto;
    }
    nav {
        height: auto;
    }
	nav .nav-item a::before,
	.navbar-toggler{
		display: none;
	}
	#collapsibleNavbar{
		display: block;
	}
	nav .navbar-nav {
		flex-direction: row;
	}

	.carousel .carousel-item{
        height:330px;
    }
	.carousel .showcase-panel{
        width: 600px;
        height: 200px;
        margin-left: -300px;
        margin-top: -100px;
    }
    .carousel .showcase-panel h3{
        font-size:1.8em;
        margin-top:20px;
    }
    .home-3blk h3{
        font-size:20px;
    }
    .home-3blk p{
        height:280px;
    }
    .banner-sub{
        height:120px;
    }
    .banner-sub-title{
        height:120px;
        line-height:120px;
        background-position: 230px 0;
        background-size: auto 120px;
    }
	footer .quicklinks li{
        width:100%;
    }
    footer .contactus p{
        font-size: 14px;
        height: auto;
        overflow: hidden;
    }
    footer .contactus i{
        float: left;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-top: 4px;
    }
	
}