#main{
  min-height: 63vh;
}
.stellarnav{
    margin-bottom: 0px !important;
}
.custom-logo-link img {
    display: inline-block;
    max-height: 90px;
    width: auto;
}
.site-branding a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    font-family: 'Open Sans', sans-serif;
}
.site-title, .site-title a {
    color: #3c4882;
    opacity: 1;
}
.site-branding-text {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    margin: 23px 0px;
}
.custom-header {
    position: relative;
    margin-bottom: 0 !important;
}
.top-left {
    border-right: 1px dashed #777;
}
.site-header {
    background-color: #fafafa;
    position: relative;
}
.site-branding {
    padding: 1em 0;
    position: relative;
    -webkit-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s;
    z-index: 3;
    margin-bottom: 0 !important;
    display: flex;
}
.custom-logo-link {
    display: inline-block;
    padding-right: 0;
    vertical-align: middle;
    width: auto;
}
.site-title {
    line-height: 40px;
    font-size: 2.05rem;
    margin-bottom: 0px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
}
.header-title-right img {
    margin: 30px 0;
}
.top-right-inner {
    margin: 10px 0;
}
.top-right ul {
    margin-bottom: 0;
    padding: 0px;
}
.top-right ul li {
    list-style-type: none;
    font-size: 1.5rem;
    transition: 1s linear;
    margin-bottom: 10px;
    line-height: 1.5;
}
.top-right ul.social-list {
    display: block;
    margin-top: 0px;
}
.top-right ul.social-list li {
    display: inline-flex;
    margin-bottom: 0;
    margin-right: 15px;
}
.top-right ul.social-list li:last-child {
    float: right;
    margin-right: 0px;
}
.top-right ul li:hover {
    opacity: 0.7;
}
.login .btn {
    line-height: 1;
}
.top-right ul.social-list li a {
    color: #fff;
    background-color: rgba(60,72,130,.5);
    transition: .5s linear;
    border-radius: 50%;
    opacity: 1;
    font-size: 1.2rem;
}
.login .btn a {
    background: #f00;
    color: #fff;
    border-radius: 8px;
    padding: 6.25px 4.5px;
    line-height: 1;
}
.top-right ul.contact-list li a {
    margin-left: 10px;
    color: #0c2b43;
    font-weight: 400;
    line-height: 1.367;
    display: inline-block;
}
.top-right ul.contact-list li i {
    color: rgba(60,72,130,.5);
}
.top-right ul.contact-list li i.fa-mobile-alt {
    font-size: 18px;
}
.top-right ul.social-list li.facebook a {
    padding: 5px 10.25px;
}
.top-right ul.social-list li.twitter a {
    padding:5px 8px;
}
.top-right ul.social-list li a:hover, .top-right ul.social-list li a:focus {
    border-radius: 4px;
    opacity: .8;
}
.login button{
	background-color: #384379;
    border: 1px solid #384379;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    padding: 6px 12px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.padding-lg-zero {
    padding: 0px !important;
}
.menu{
	background: #3c4882;
    border: none;
    font-size: 16px;
    font-size: 1.4rem;
    position: relative;
}
.stellarnav li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0px;
    top: 18px;
    border-right: 1px solid rgba(255,255,255,.3);
}
.stellarnav ul li:last-child:after{
    border: none;
}
.stellarnav li a {
	color: #fff !important;
	font-family:"Open Sans", sans-serif !important;
	font-weight: 600 !important;
}
.stellarnav > ul > li > a {
    padding: 1em 2.7em !important;
}
.stellarnav ul ul{
	background: #3c4882 !important;
}
.stellarnav li li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.stellarnav li.has-sub > a:after{
	border-top: 6px solid #ffffff !important;
}
.breadcrumbs{
	padding: 15px 0px 0px;
}
.breadcrumbs .sec-title{
	color: #333;
    font-weight: 600;
    font-size: 1.2rem;
    transition: .3s linear;
    line-height: 1.9;
}
.page_title h1{
    font-size: 25px;
    color: #387594;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 15px;
}
.entry-content p{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.8;
}
.footer .list-title {
    color: rgba(255,255,255,1);
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: none;
    margin-bottom: 5px;
}
.footer ul li a {
    color: rgba(255,255,255,.9);
    font-weight: 400;
    font-size: 1.2rem;
    transition: .3s linear;
}
.footer ul li {
    list-style-type: none;
    margin-bottom: 0;
}
.footer  ul {
    margin-bottom: 15px;
    padding: 0px;
}
.footer-list.contact-list i {
    color: #eee;
    margin-right: 10px;
    font-size: 1.3rem;
}
.footer-bottom {
    background: #3c4882;
    padding: 15px 0;
}
.footer-bottom ul {
    margin-bottom: 0;
    text-align: center;
}
.footer-bottom p {
    color: rgba(255,255,255,.7);
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 0;
}
.footer-bottom p a {
    color: #fff;
    font-weight: 600;
}
.footer{
	background-color: #384379;
	padding: 20px 0 10px;
}
.footer_title h5{
	font-family: Roboto, sans-serif;
	color: rgba(255,255,255,1);
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: none;
    margin-bottom: 5px;
}
.footer_content a, p, li{
	color: rgba(255,255,255,.9);
    font-weight: 400;
    font-size: 1.2rem;
    transition: .3s linear;
    line-height: 1.9;
}
.footer_content a:hover{
	margin-left: 5px;
    color: rgba(255,255,255,1);
    font-weight: 700;
    text-decoration: none;
    transition: .3s linear;
}
.footer_content i{
	color: #eee;
    margin-right: 10px;
    font-size: 1.3rem;
}
.footer_span{
	padding-left: 27px;
}

/*** Sub Pages Design ***/
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #0c2b43;
}
.entry-content{
	padding: 35px 0px;
}
.entry-content h3{
	font-size: 17px;
	color: #384379;
}
.entry-content i{
	font-size: 14px;
	color: #384379;
	padding-right: 10px;
}
.entry-content li{
	font-size: 14px;
	color: #333333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
th{
	background-color: #3c4882;
	color: #fff;
}

th, td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

tr:nth-child(even){background-color: #f2f2f2}

.site_map{
    column-count: 2;
}

@media (min-width: 992px){
	.container{
		width: 960px !important;
		margin: 0 auto;
		padding: 0;
	}
}
.stellarnav.mobile ul {
    background: rgb(60 72 130) !important;
}
.stellarnav .full {
    width: 100%;
    background-color: #3c4882 !important;
    text-align: center !important;
}
.stellarnav .menu-toggle span.bars span{
    background: #fff !important;
}
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #fff !important;
}

/*** 06-04-22 ***/
.unoerder_list{
    padding-left: 40px;
}
.unoerder_list li{
    list-style: none;
}