@charset "utf-8";
/* CSS Document */



.mt-15{
	margin-top:15px;
}

.mt-20{
	margin-top:20px;
}

.mt-30{
	margin-top:30px;
}


.mb-15{
	margin-bottom:15px;
}


.mb-20, .mb20{
	margin-bottom:20px;
}


.mb-30{
	margin-bottom:30px;
}

a{
	color:#5096be;
}

.page-heading h2{
	
	font-size: 16px;
	line-height: 20px;
	color: #faa61a !important;
	font-weight: bold;
	text-transform: uppercase;
	
}
.page-heading p{
	
	font-size: 16px;
	line-height: 16px;
	color: #606060;
}

/*===================================================
 Row with equal height columns
====================================================*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:   flex;
}
/*===================================================
 Row with equal height columns
====================================================*/

/*==================================================
BOX SECTION STARTS HERE
===================================================*/

.pdf-icon{
	display: block;
	width: 80px;
	height: 80px;
	margin: 20px auto;
}


a.inner-contnt{
	background:#2d5ca3;
	padding:30px;
	height:100%;
	display:block;
	text-decoration:none;
	color: #fff;
	-webkit-border-radius: 5px;
-webkit-border-top-right-radius: 28px;
-webkit-border-bottom-left-radius: 28px;
-moz-border-radius: 5px;
-moz-border-radius-topright: 28px;
-moz-border-radius-bottomleft: 28px;
border-radius: 5px;
border-top-right-radius: 28px;
border-bottom-left-radius: 28px;
	
}

/*a.inner-contnt:hover{
	background:#bb2a40;
	padding:30px;
	height:100%;
	display:block;
	text-decoration:none;
	color:#fff;
	
}*/

a.inner-contnt:hover > .sec-heading, a.inner-contnt:hover > .links-cont, a.inner-contnt:hover > .news-foot {
	color:#fff;
}
.links-cont{
	/*color:#b3102d;*/
	color:#fff;
	font-size:24px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	text-decoration:none;
	min-height:150px;
	
	width: 100%;

}

.agm-ar-title-sec{
	display: block !important;
	width: 100%;
}

.link-cont-child{
	/*display:table-cell;
	vertical-align:middle;*/
	text-align: center;
}

.agm-ar-title{
	min-height:250px;
	display: table;
	
}
.agm-ar-title p{
	min-height:250px;
	display: table-cell;
	vertical-align: middle;
	
}

/*=======================================================
NEW DESIGN CSS STARTS HERE
========================================================*/

.col-box-wrap {
    height: 100%;
    margin-bottom: 30px;
}

.bg-wrap {
    text-align: center;
    background-image: url(../images/41628166_s.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: table;
    width: 100%;
}

.bg-wrap h4 {
    padding: 20px 12px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 128px;
    margin: 0px;
    
	color: #000;
}

.bg-wrap h4 a {
    position: absolute;
    left: 0;
    right: 0;
    padding: 6px 3px;
    bottom: 65px;
    display: block;
    font-size: 14px;
    transition: 1s ease all;
    text-align: center;
	text-decoration: none;   
}

.bg-wrap h4 a:before {
    content: "\f019";
    font-family: FontAwesome;
    padding-right: 08px;
	text-decoration: none;    
}
.bg-wrap h4 a:hover, .bg-wrap h4 a:hover:before{
	   	
}

.view-sec a {
    
    color: #fff;
    padding: 5px 3px;
    display: block;
    font-size: 14px;
    transition: 1s ease all;
    text-align: center;
	background-color: rgb(250, 166, 26);
    border-color: rgb(250, 166, 26);
    color: rgb(255, 255, 255);
	text-decoration:none;
}

.view-sec a:hover {
    background-color: rgb(26, 40, 87);
    border-color: rgb(26, 40, 87);
    color: rgb(255, 255, 255);
}

@media(max-width:767px){
.row-eq-height {
 display:   block;
}
a.inner-contnt {
	margin-bottom: 30px;
	}
	
}
