.footer-row2 .navbar-brand img{
    height:170px !important
}

.text-justify{
    text-align: justify;
}
.main-header{
    background-color: #fff;
    /* background-color: #e7b670; */
}
.nav-bg-b .custom-nav .nav-list li a.menu-links{
    color:#050748
}

.ptb-30{
    padding : 30px 0;
}

.ptb-60{
    padding : 60px 0;
}

/* Sub banner style ------------------- */
.page-subbanner{
    background-color: #673ab7;
    background-image: linear-gradient(51deg,rgba(219, 53, 53, 1) 0%, rgba(58, 77, 145, 1) 81%);
    position: relative;
    z-index: 1;
    padding: 10rem 0 3.5rem;
}
.page-subtitle h2{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0rem;
}


/* Policy style ------------ */
.policy-section h2{
    font-size: 2rem;
    margin-top: 2.4rem;
    margin-bottom: 1.5rem;
}
.policy-section h3{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2rem 0 1.5rem;
}
.policy-section h4{
    font-size: 1.3rem;
    font-weight: 500;
    margin: 2rem 0 1.5rem;
}
.policy-section h5{
    font-size: 1.2rem;
}
.policy-section p{
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.policy-section ul {
    margin: 0;
    /* padding: 1.5rem 1.5rem; */
    border-radius: 15px;
    /* border: solid 1px #eee;
    background-color: #fff; */
    margin-bottom: 2rem;
}
.policy-section ul li {
    position: relative;
    list-style: none;
    padding: 0 1rem 1rem 2rem;
    line-height: 1.5;
    font-size: 1rem;
}
.policy-section ul li:last-child, 
.policy-section ul li:only-child {
    padding-bottom: 0;
}
.policy-section ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1rem;
    color: #DB3535;
}

/* footer  */
.ftr-info{
    background-color: #050748;
}
.ftr-info p{
    color: #fff;
}
.ftr-info p a{
    color: #DB3535;
}
.ftr-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;

}
.ftr-menu li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 0.8rem;
    line-height: 1;
    border-right: solid 1px #6a6a8e;
    transition: all 0.3s ease;
}
.ftr-menu li:last-child a{
    border-right: 0;
    padding-right: 0;
}
.ftr-menu li a:hover{
    color: #DB3535;
}
