.lr0{
margin-left:0px;
margin-right:0px;
padding-left:0px;
padding-right:0px;
}
.boxes{
height: 120px;
margin-bottom: 20px;
margin-top:10px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:75px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:75px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:75px;
box-shadow: 2px 2px 2px gray;
overflow: hidden;
background: rgba(242,246,248,1);
background: -moz-linear-gradient(-45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 32%, rgba(181,198,208,1) 33%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(32%, rgba(216,225,231,1)), color-stop(33%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(-45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 32%, rgba(181,198,208,1) 33%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(-45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 32%, rgba(181,198,208,1) 33%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 32%, rgba(181,198,208,1) 33%, rgba(224,239,249,1) 100%);
background: linear-gradient(135deg, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 32%, rgba(181,198,208,1) 33%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
}
.boxes-overlay{
width: 100%;
height: 100%;
background: rgba(147,206,222,1);
background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -o-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: linear-gradient(135deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
position: absolute;
opacity: 0;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.boxes-overlay:hover{
opacity: 1;
}
.boxes-img {
-webkit-clip-path: polygon(0 0, 72% 0, 46% 100%, 0% 100%);
clip-path: polygon(0 0, 72% 0, 46% 100%, 0% 100%);
}
.icons{
position: absolute;
width: 60px;
margin: 5px 5px;
}
.icons6{
position: absolute;
width: 60px;
margin-left: -95px;
margin-top: 5px;
}
.nav-link:hover{
border-top: 2px solid red;
border-bottom: 2px solid red;
}
.navbar{
background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(98,125,77,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(98,125,77,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(98,125,77,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(98,125,77,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(98,125,77,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(98,125,77,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#627d4d', GradientType=0 );
}


.logo{
	width: 150px; 
	margin-right: 50px;
}



/*media query*/
@media (max-width: 900px){
.p1{
font-size: 12px;
margin-top: 10px;
}
.logo{
	width: 80px;
}
.menu{
	float: right;
}
.social{
	width: 100%;
}
}
