.card_name { padding:50px 0 5px 0; border-radius:0px 0px 8px 8px; background-color:#a8a3a3; color:#FFF; margin:25px 0 10px 0; }

.photo { width:150px; height:150px; border:3px solid #FFF; position: absolute; }
.cover_img { background-color:#000; }

.card_view h1 { margin-top:15px; }

.quick_btns>li>a, .share-menu {  border:0px; padding: 0px 0 0 0; }

.social_btns li a { border-radius:50%; }

.hr1, .hr2 { display:none; }
.hr1, .hr2 { margin:0; background-color:#c9cacc; }

.quick_link li { border-radius:4px; background-image:url(../images/social/sred_secton_box_bg.png); }
.quick_link li div.l { border-radius:3px 0 0 3px; border:0px; background-color:#e7e8ea; color:#a8a3a3; }

.othr_list .ol_h { border-radius:3px; overflow:hidden; background-color:#224897; color:#FFF; }
.othr_list .ol_h .l { background-color:#c9cacc; width:15%; color:#a8a3a3; border-radius:3px 0 0 3px; }
/*.othr_list .ol_h .p { background-color:#c9cacc; color:#000; }*/
.othr_list .ol_v3 { background-color:#FFF;  border-top:0px;  border-radius:0 0 6px 6px; }

#glry_info .glr-img-box h4 { border-left:1px solid #CCC;  }
.glr-img-box { margin-bottom:0; }


.quick_btns> li img { transition: transform .7s ease-in-out; }
.quick_btns> li img:hover {
  transform: rotate(360deg);
}

.example_a {
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #ed3330;
	padding: 5px 25px;
	border-radius: 5px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	margin:0px auto;

}

.example_a:hover {
	background: #434343;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
	text-decoration:none;
}

.outer_about {
}

.services_1 { width:45%; min-height:100px; border:1px solid #dddddd; float:left; margin:0% 2.5%; margin-bottom:20px; padding:10px; text-align:center; display:inline-block; }
.services_1 img { margin-bottom:15px; width:100%; }
.services_1 p { font-size:11px;}

iframe { margin-bottom:15px; width:100%; height:280px;}

.quick_link h5 { text-align:center;}

.document-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    color: rgb(97, 57, 167);
    border-width: 2px;
    border-style: solid;
    border-color: #6139a7;
    border-image: initial;
    border-radius: 6px;
}

    .document-wrapper .pdf-icon {
        font-size: 18px;
        padding: 7px 5px 7px 12px;
    }

    .document-wrapper .pdf-number {
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 5px 10px;
        flex: 1 1 0%;
        overflow: hidden;
    }

    .document-wrapper .download-icon {
        font-size: 18px;
        color: rgb(97, 57, 167);
        padding: 7px 12px;
        border-left: 2px solid rgb(97, 57, 167);
    }
	
	.min_boc { min-height:15px; width:100%;}
