.sticky-wrapper .navbar-collapse li{
	margin-right: 20px;
	margin-left: 20px;

}
.body_cover{
/*background-image: url("https://contriver.co.in/wp-content/uploads/2021/06/Contriver-website-cover-min-scaled.jpg");*/
/*background-image: url("https://dummyimage.com/600x400/000/fff.jpg&text=sample+text");*/
/*background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;*/

  background-image: url("img/banner-mob.png");
     background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
        height:400px;
    width:100%;

}
@media(min-width: 767px){
	.body_cover{
  		background-image: url("img/banner-tab.png");
  		height: 100vh;
	}
}
@media(min-width: 1190px){
	.body_cover{
  		background-image: url("img/banner5.jpeg");
	}
}
.blue_bgc{
	background-color: #113247;
	color: #fff;
}
.body_cover .navbar-brand{
	padding: 0;
	margin: 0;
}
.body_cover .navbar-brand img {
	max-width: 70px;
}

.my-footer{
	background-color: #333;
	color: #fff;
	font-size: 10px;
}
.w-80{
	max-width: 80%;
}
.fw-300{
	font-weight: 300;
}
.modal small{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
	}
.modal-content{
/* background: #113247;
 color: #fff;*/
}
.modal .submit-btn{
	color: #fff;
 background: #113247;
 border-radius: 20px;
}


.form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

p,
.text-justify{
	text-align: justify;
}
@media(min-width: 767px){
	.bigscreen-pe-4{
		padding-right: 1.5rem;
	}

}