.paddingZ{
	padding:0px !important;
}
.color-white{
	color:white;
}
.ife_marker{display:none!important;}
.background{
	padding-top:35px;
	padding-bottom:45px !important;
	background-color:white;
}
.about-button{
	background-color:#00308F;
	color:white;
	padding:15px;
	text-decoration:none;
	margin-top:20px !important;
	border:2px solid #00308F;
	transition:0.5s;
	float: left;
	}
.about-button:hover{
	background-color:white;
	color:#00308F;
	text-decoration:none;
	transition:0.5s;
}
.img-height{
	min-height: 200px;
}
.shadow{
	box-shadow:0px 0px 5px 1px #777
}
.padding-row{
	padding-bottom:15px;
}
.padding-B{
	 padding-bottom:20px;
}
.our-services li{
	border-bottom: 1px dotted gray;
	padding: 15px 0px;
	font-size:14px;

}
.our-services a{
	color:#5A6063;
}
.our-services a:hover{
	color:#00308F;
	text-decoration:none;
}
/*-------------------------model for pop-up---------------------------------------------------*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    padding: 15px;
    border: 1px solid #888;/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/*-------------------------//model for pop-up---------------------------------------------------*/
.modal-pos{
	background:#f3f3f3;width:800px;height:525px;margin-top:35px;
}
.modal-border{
	border:1px solid #d7d7d7;background:white
}
.color-th h4{
	color:#00308F;
	margin:16px 0px 8px;
}
.close-btn{
	font-size: 33px !important;
	opacity: 1 !important;
	background: #00308F !important;
	color: white !important;
	border-radius: 50% !important;
	width: 34px !important;
	height: 35px !important;
	font-weight: 400 !important;
	line-height: 15px !important;
}
.submit-btn{
	background: #00308F;
	color: white;

}
.view-more{
	background-color: #00308F;
	color: white;
	padding: 7px;
	text-decoration: none;
	float:left;
	border:2px solid #00308F;
	transition:0.5s;
}
.view-more:hover{
	background-color:white;
	color:#00308F;
	text-decoration:none;
	transition:0.5s;
}