body {
	background-color: #fcfcfc !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
}

.jumbotron {
	background-color: transparent !important;
	padding-bottom: 10px !important;
}

.header {
	text-align: center;
}

.boxshadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about {
	padding-top: 50px;
	padding-left: 50px !important;
}

.contactfooter {
	color: #ffffff;
	background-color: #323232;	
}

#map {
	width: 100%;
	height: 400px;
	background-color: grey;	
}

.socialicons {
	padding-top: 30px;
	padding-bottom: 30px;
}

.CADLogo {
	width: 133px;
	height: 49px;
}

.sunil {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;	
}

.cibg {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/cibg.jpg");
}

.rabo {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/rabobank.jpg");
}

.flor {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/royalflora.png");
}

.delt {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/delta.png");
}

.dbf {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/dbf.png");
}

.roc {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/roc.png");
}

.bass {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/bass.jpg");
}

.bg-size {
	border: 1px solid black;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	background-position: center center;
	height: 130px;	
}

.bassheight {
	height: 200px !important;
}

.box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box h5 {
	font-weight: bold;	
}

.navbar-wrapper {
	height: 100vh;
	padding-top: 50px;
}

.navbar-brand {
	padding-left: 15px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

h1 {
	font-size: 50px;
	font-weight: 700;
}

#login-dp {
	min-width: 250px;
	padding: 14px 14px 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .8);
}

#login-dp .help-block {
	font-size: 12px
}

#login-dp .bottom {
	background-color: rgba(255, 255, 255, .8);
	border-top: 1px solid #ddd;
	clear: both;
	padding: 14px;
}

#login-dp .social-buttons {
	margin: 12px 0
}

#login-dp .social-buttons a {
	width: 49%;
}

#login-dp .form-group {
	margin-bottom: 10px;
}

.btn-fb {
	color: #fff;
	background-color: #3b5998;
}

.btn-fb:hover {
	color: #fff;
	background-color: #496ebc
}

.btn-tw {
	color: #fff;
	background-color: #55acee;
}

.btn-tw:hover {
	color: #fff;
	background-color: #59b5fa;
}

@media(max-width:768px) {
	#login-dp {
		background-color: inherit;
		color: #fff;
	}
	#login-dp .bottom {
		background-color: inherit;
		border-top: 0 none;
	}
}