/*!
	red: #FE0000
	deep red: 790000
	light red: FF8B8B
	blue: #1836B3
 * Custom style.css
 */
 
.header_top
{
	background:#790000;
	color:#fff;
}
.my_menu
{
	background:#790000;
}

.my_menu a.nav-link
{
	color:#fff;
}

.my_menu a.nav-link:hover	
{
	color:#FF8B8B;
}

.active
{
	color:#FF8B8B !important;
}

.footer
{
	background: #FF8B8B;
}

.footer_bottom
{
	background: #790000;
	color:#fff	;
}

.nav-link
{
	padding:10px 15px !important;
}

.footer img
{
	width:100%;
	height:auto;
}

/* contact us css here*/

.contact-box{
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    padding:25px;
    height:100%;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.contact-box h5{
    color:#0d3b66;
    margin-bottom:20px;
    font-weight:600;
}

.contact-box p{
    margin-bottom:15px;
    line-height:1.7;
    color:#555;
}

.contact-box a{
    color:#0d6efd;
    text-decoration:none;
}

.contact-box a:hover{
    text-decoration:underline;
}

.form-control{
    border-radius:4px;
}

.btn-primary{
    padding:10px 30px;
    font-weight:600;
}

/* contact us css ends*/

.gallery img {
    width: 250px;
    height: 180px;
    object-fit: cover;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 5px 15px 0;
}