/*Medium*/
@media(min-width:768px){
.home-tri-1{

	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 300px 1080px 0 0;
	border-color: rgba(45,77,145,0.7) transparent transparent transparent;
}

.home-tri-2{
	
	position:absolute;
	bottom:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 150px 600px;
	border-color: transparent transparent rgba(45,77,145,0.7) transparent;
}
.about-us-tri{
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 250px 1080px 0 0;
	border-color: rgba(0,0,0,0.7) transparent transparent transparent;
}
.about-us-tri-right{
    position: absolute;
    /* bottom: 0; */
    margin-top: 325px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 350px 300px 0;
    border-color: transparent #d7e2e4 transparent transparent;
}
#about-us .title{
position: absolute;
    top: 5%;
    font-size: 44px;
    left: 6%;
    color: white;
}

#about-us p{
    position: absolute;
   top: 38%;
    font-size: 30px;
    margin: 20px;
	
}

#about-us a{
position: absolute;
    bottom: 12%;
    text-align: center;
    width: 56%;
	
}
#product{
	height: 1500px;
}
.product-item:nth-child(1){
	display:none;
}
.product-tri-left{
	position: absolute;
    width: 0;
    /* top: -8%; */
    margin-top: -350px;
    height: 0;
	display:none;
    border-style: solid;
	border-width: 450px 0 450px 600px;
	border-color: transparent transparent transparent rgba(45,77,145,1);
}
#product .title{
    position: absolute;
    font-size: 40px;
    text-align: center;
    display: block;
    width: 100%;
}
.product-container{
	margin-top: 45px;
	position:absolute;
}
.product-item{
height: 200px;
    /* padding: 50px; */
    padding: 10px;
	
}
#short_description{
	height:400px;
}	
#contact h3{
font-size: 38px;
    width: 100%;
    text-align: center;
}
.short_description_item h3{
	color:white;
	font-size:100px;
	text-align:center;
}
.short_description_item h4{
	color:white;
	font-size:28px!important;
	text-align:center;
	margin-top:30px;
}

.contact-circle{
	width:150px;
	height:150px;
}
.contact-content{
    width: 100%;
    text-align: center;
}
footer .make-center{
	top:55%!important;
}
footer{
height: 900px;
    min-height: 900px;
}
.footer-menu  li{
	width:100%;
	
	
}
.btn-primary{
	width: 100%;
}
#about-us{
	height:700px!important;
}	
}
/*End Medium*/