.bg-gray {
    background: #FFCC00;
    color: #ffffff;
}


.bg-gray-dark {
    background: #DC225F;
    color: #ffffff;
}






.bg-magenta, .product-item-2 .action-button {
    background: #2B3269;
    color: #ffffff;
}

.header-search-inner::before {
    background: #2B3269 none repeat scroll 0 0;
}

.submit-btn-1 {
    background: #2B3269;
}

.border-left::before, footer .row h4::before {
    background: #2B3269 none repeat scroll 0 0;
}

a.button {
    background: #2B3269;
    border-radius: 0;
    padding: 5px 20px;
}

.blog-item .blog-desc {
    background: #2B3269;
    color: #ffffff;
    height: 100%;
    left: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.main-menu > li > a::before, .dropdwn li a::before, .single-mega-item li a::before {
    background: #2B3269 none repeat scroll 0 0;
}

::selection {
    background: #2B3269;
    color: #fff;
    text-shadow: none;
}

nav .abc {
    color: #2B3269;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.contact-address i {
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #2B3269;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
    width: 60px;
    transition: all 0.3s ease 0s;
}

a.button {
    background: #2B3269;
    border-radius: 0;
    padding: 5px 20px;
}

.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6, .bg-white .h1, .bg-white .h2, .bg-white .h3, .bg-white .h4, .bg-white .h5, .bg-white .h6, .bg-white p, .bg-white a {
    color: #333333;
}

.color-magenta {
color: #2B3269
}
