body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: Calibri;
	background:url(../images/4a9ce-brk_slide-1.png);
	background-size:cover;
	background-repeat:no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Calibri;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: Calibri;
}
.logo{
	text-align:center;
	margin-top:60px;
	margin-bottom: 80px;	
}
.group-main{
	background:#fff;
	box-shadow:2px 2px 8px #000;
	padding:30px;
	border-radius:30px;	
	margin-bottom: 80px;
}
.column-main{
	text-align:center;
	position:relative;	
	padding: 32px 0px;
}
.column-main a{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;	
}
.column-main a:hover{
	text-decoration:none;
	outline:none;	
}
.column-main a:focus{
	text-decoration:none;
	outline:none;	
}
.column-main h3{
	font-family: "Montserrat", sans-serif;
	text-transform:uppercase;
	font-weight:700;
	margin:0px;
	padding:30px 0px 0px 0px;
}
.column-main:hover h3{
	color:#517a35;	
}
.bodr{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
}

.copyright{
	width:100%;
	bottom:0px;
	text-align:center;	
	font-family: "Montserrat", sans-serif;
	font-weight:600;
	background-image: linear-gradient(90deg,#0c4b04 0%,#9ac41f 96%) !important;
}
.copyright p{
	display:inline-block;
	margin:0px;	
	color:#fff;
	padding:16px 0px;
}
.copyright p a{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.copyright p a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.copyright p a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.main-section{
		
}

/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
.main-section{
	height:auto !important;
}
.copyright{
	position:relative;	
}

.bodr {
  border-left: none;
  border-right: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.logo img{
	width:68%;	
}
.copyright p{
	padding:0px;
	font-size:12px;	
}
.copyright{
	padding:12px 0px;	
}
}