
.backgrnd-img {
    width: 100%;
    max-height: 450px;
    margin: auto;
    position: relative;
}
.backgrnd-img:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom,transparent 20%, #fff 66%);
    bottom: -10px;
    height: 150px;
    width: 100%;
    content: '';
}
.centered {
    position: absolute;
    top: 38%;
    left: 50%;
    text-decoration-style: underline;
    text-decoration: underline;
    color: white;
    transform: translate(-50%, -50%);
    font-size: 45px;
    text-transform: uppercase;
}
.txt_middle {
    display: inline-block;
    position: relative;
	font-weight: bold;
}
p.txt_middle:after {
    content: "";
    height: 2px;
    width: 72%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%);
}
.content_sec {
    width: 100%;
    float: left;
    background: white;
    margin-bottom: 50px;
  
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    /* border-bottom-right-radius: 23px; */
}
.register_sec {
    background: #fff;
    
    width: 100%;
    margin: 0 auto;
    border-left-radius: 11px;
    border-top-left-radius: 17px;
}
.footer {
    width: 100%;
    min-height: 60px;
    border: 1px solid rgb(247,247,247);
    background-color: rgb(247,247,247);
    padding: 0 10px;
}
.left-links {
    height: 60px;
    display: inline-block;
    font-family: verdana;
    font-size: 15px;
    padding: 0 10px;
}
.right-links {
    float: right;
    display: inline-block;
}
.left-links a {
    line-height: 60px;
    color: rgb(53,53,53);
    font-size: 15px;
    padding-left: 15px;
    font-weight: 540;
    font-size: 15px;
}
.img-responsive.nine-dot-header {
    width: 23px;
    height: 23px;
}
img.img-responsive.admy {
    width: 174px;
    margin-top: 17px;
    display: inline-block;
}
.heading_sitemap {
    color: #007ec1;
    font-weight: 600;
}
li.li_sitemap {
    font-size: 17px;
    padding: 8px;
   margin-left: -12px;
}
a.link_li:after {
   content:" \2192";
   margin-top:-5px;
    position: absolute;
	font-size:22px;
    opacity: 0;
   
    right: -25px;
    transition: 0.5s;
}
a.link_li:hover:after {
  opacity: 1;
  right:-25px;
}
a.link_li:hover{


}
ul.list_unorder {
    list-style: none;
    padding: 7px;
   
}
div#exTab2 {
    padding-left: 8em;
}
a.link_li {
    color: #626567;
	position:relative;
}
.link_li_more {
    color: #626567;
}