.blink {
    background-color: yellow;

    -webkit-animation: blink 800ms step-end infinite;
    animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: red; }}
@keyframes blink { 50% { background-color: red; }}

@-webkit-keyframes pulse {
    0% { background-color: red; }
    100% { background-color: yellow; }
}
@keyframes pulse {
    0% {
        background-color: red;
    }
    100% {
        background-color: yellow;
    }
}
/*priyansha*/

footer address {
    display: block;
    color: #dcd4d4;

    margin: 0px;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 10px 0px 0px 0px;
}
.footer-icon {
    font-size: 20px;
    padding-right: 9px;
    color: #55acee;
}
.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    height: 43px !important;
    width: 51px !important;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    border: none;
    cursor: pointer;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .6);
}
.footer-copyright a{
    color:white;
    font-size:12px;
}
.text-center {
    text-align: center!important;
}
.footer-logo {
    height: 25px;
    padding-left: 7px;
}

.
footer.page-footer {
    bottom: 0;
    color: #fff;
}
.footer-color {
    /* background-color: #2f353a; */
    background-image: url(../images/bannr-foot.jpg);
}
.font-small {
    font-size: .9rem;
}

.footer-bann {
    background: #000000a3;
}
.text-md-left {
    text-align: left!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.footer-contact-name {
    color: #dcd4d4;
    font-weight: 100 !important;
    font-size: 14px;
    padding-top: 7px;

}
.footer_border {
    width: auto;
    border-bottom: 2px solid #00A2D1;
    /* padding: 87px; */
    /* padding-top: 23px; */
    padding-bottom: 10px;
}
footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.my-md-4 {
    margin-bottom: 1.5rem!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer_border {
    width: auto;
    border-bottom: 2px solid #00A2D1;
    /* padding: 87px; */
    /* padding-top: 23px; */
    padding-bottom: 10px;
}
.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.header-footer{
    font-size:21px;
}
.nav_menu_right ul li a{
    text-decoration: none;
}
.nav_menubox {
    display: inline-block;
    width: 100%;
    padding-left: 240px;
    position: relative;
    float: left;
}
.mr-2{
    margin-right: 8px;
}


.nav_logo_box img {
    max-width: 195px;
}
.nav_menu {
    width: 100%;
    top: 5px;
    left: 0px;
    transition: .5s all;
    color: #ffffff;
    padding-bottom: 5px;
    min-height: 100px;
    background-color: #ffffff;
    position: relative;
    z-index: 100;
    font-size: 14px;
}
.nav_menubox {
    display: inline-block;
    width: 100%;
    padding-left: 240px;
    position: relative;
    float: left;
}
.nav_logo_box {
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: 210;
}
.nav_logo_box img {
    max-width: 195px;
}
.my-md-4 {
    margin-bottom: 1.5rem!important;
}