


.modify_bnr.banner_outer {
    background: #fff;
}


.modify_bnr .banner_content h1 {
    color: #2c3691;
}

.modify_bnr .banner_content h1 strong {
    color: #0e6937;
}

.modify_bnr .banner_content p {
    color: #000;
}

.btn_header.not_hover {
    background-color: #0e6937;
}

.btn_header.not_hover:hover {
    background-color: #0e6937;
}


/*28-01-2021*/
.mobile_btn {
    position: relative;
}

.mobile_btn > a {
    background: #0e6937;
    padding: 0 0 5px;
    position: absolute;
    border-radius: 0px 10px 10px 0;
    width: 40px;
    height: 40px;
    left: -5px;
    top: 0px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2ecff;
}

.mb_icon {
    transform: rotate(90deg);
    display: none;
}
@media(min-width: 768px){
	.mobile_btn {
	    display: none;
	}
}

/*28-01-2021*/

/**Added on 08.02.2021**/
/**Color Header**/
.clr_header {border-bottom: 2px solid transparent;}
.clr_header.shrink {border-color: #c5c9e6;}

.banner_outer.clrd_bnr {background-color: #fff; background-size: cover; background-repeat: no-repeat; 
background-position: bottom; }
.blue_ftr .footer_links ul li a:hover {color: #7dffb9;}
.blue_ftr .social_icon ul li a:hover {color: #7dffb9;}
.banner_outer.clrd_bnr::after {content: ''; height: 100%; width: 100%; position: absolute; left: 0; top: 0; 
background-color: #fff; z-index: -1; opacity: 0.5;}

/*17-02-21*/
#contct_form label.error {
    color: #ff0000;
}
#form_msg {
    margin-top: 5px;
    margin-bottom: 30px;
}
#form_msg .alert-success {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#form_msg .alert-danger {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.custom_gogle {
    margin-top: 20px;
}
#form_msg .spinner-grow.text-primary {
    margin: 0 auto;
    display: block;
}
.custom_gogle p{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #2c3691;
    line-height: 22px;
    margin-bottom: 10px;
}
.custom_gogle a {
    color: #0e6937;
}
.custom_gogle a:hover {
    color: #007bff;
}