@media (max-width: 576px) 
{ 

	.ind_dom1 img:nth-of-type(1)
	{
		display: none;
	}
	.ind_dom1 img:nth-of-type(2)
	{
		display: block;
	}

	.top_cont .float-right
	{
		float: left !important;
	}

.hed_menu {
    background: transparent;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0px;
    padding: 10px 0;
    z-index: 999999;
    transition-duration: .5s;
}

.min_div {
    position: relative;
    top: 0;
}

.ind_min {
    margin: 20px 0;
}

.ind_dom1:before {
    content: "";
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0355bf;
    z-index: 0;
    mix-blend-mode: normal;
    opacity: .8;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%,rgb(3, 85, 191) 100%);
}

.pad_300
{
	padding-top: 100px;
}
	
	.ind_dom7 {
    position: relative;
    padding: 60px 0 100px 0;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hed_menu .float-right
{
	float: left !important;
	margin-left: 10%;
}

.btn_drk a {
    margin-top: 30px;
    float: left;
    transition-duration: .5s;
}

}






@media (max-width: 768px) 
{ 


	.ind_dom1 img:nth-of-type(1)
	{
		display: none;
	}
	.ind_dom1 img:nth-of-type(2)
	{
		display: block;
	}
}

