/*Extra Large*/
@media(min-width:1920px){
.home-tri-1{

	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  900px 900px 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 900px 900px;
	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:  900px 1004px 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: 30%;
    font-size: 64px;
    left: 6%;
    color: white;
}

#about-us p{
	position:absolute;
	top:25%;
	right:10%;
	font-size:30px;
	
	width:40%;
	
}

#about-us a{
    position: absolute;
    right: 40%;
    bottom: 20%;
	    width: 18%;
}
#product{
	height: 1800px;
}
.product-tri-left{
	position: absolute;
    width: 0;
    /* top: -8%; */
    margin-top: -350px;
    height: 0;
    border-style: solid;
	display:block;
	border-width: 600px 0 600px 900px;
	border-color: transparent transparent transparent rgba(45,77,145,1);
}
#product .title{
    position: absolute;
    right: 21%;
    font-size: 64px;
    margin-top: 300px;
width: auto;	
}
.product-container{
	margin-top:450px;
	position:absolute;
}
.product-item{
	height:389px;
	padding:50px;
	
}
#short_description{
	height:40vh;
}	
#contact h3{
	font-size:75px;
}
.short_description_item h3{
	color:white;
	font-size:100px;
	text-align:center;
}
.short_description_item h4{
	color:white;
	font-size:40px;
	text-align:center;
	margin-top:30px;
}

.contact-circle{
	width:150px;
	height:150px;
}
.contact-content{
	width:75%;
	text-align:center;
}
footer .make-center{
	top:55%!important;
}
footer{
height: 600px;
    min-height: 600px;
}
.footer-menu  li{
	width:20%;
	float:left;
	
}
#about-us-row-1 h2 {
    padding-top: 200px!important;
}	
}
/*End Extra Large*/