.bg-solid-white {
	background-color: #FFFFFF;
}

.bg-tr-white-50 {
	background-color: #FFFFFF;
	opacity: 50%;
	color: #E000FF !important;
}

.bg-tr-yellow-50 {
	background-color: #F7D700;
	opacity: 50%;
	padding: 20px;
	color: #009E16 !important;
}

.align-right {
	right: 0;
}

.banner-cover {
	background-image: linear-gradient(270deg, rgba(0, 53, 148, 0), #003594) !important;
	opacity: 50%;
}

.home-alert-dialog {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	width: 212px;
}

.home-alert-back {
	background: url("../img/cost_cut_sm.jpg");
	background-repeat: no-repeat;
	width: 200px;
	height: 189px;
}

.home-alert {
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	background: #FCFFD2;
}

.home-alert a {
	color: #0897FF;
	font-weight: 400;
	text-align: center;
}


@import url('https://fonts.googleapis.com/css?family=Cairo');

.home-bannter-title {
	background-color: #003594;
	font-family: "Cairo";
	text-align: center;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	letter-spacing: 1px;
	line-height: 2
}

.home-bannter-title-h1 {
	background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 120px;
	margin: 10px 0;
}

/* styling my button */

#banner .bannerCont section {
	padding: 35px 35px;
	width: 90%;
	background: #fff;
	margin: 0 0 0 17px;
	float: right;
}

#banner .bannerCont .section {
	background: #fff;
	margin: 0 0 0 17px;
}

.clear {
	clear: both;
}

.cloud-icons-scalability {
	background-image: url(../img/scalability1.jpg);
	position: absolute;
	right: 10px;
	top: -52px;
	z-index: -1;
	color: #13c4a1;
	opacity: .06;
	font-size: 190px;
	line-height: 190px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.home-contact-form {
	border-color: gray !important;
	color: darkgray !important;
	height: 40px !important;
	border-radius: 4px !important;
}

.home-contact-form::placeholder {
	color: darkgray !important;
}

.home-contact-inner-content {
	background-color: #f4e9da;
	padding: 10px;
	margin-top: -60px;
	margin-bottom: -60px;
}

.ch_bg{
	padding-top: 20px;
	min-height: 250px;
	background-image: url(../img/ch_bg.jpg);
	background-size: cover;
	background-position: center;
}
.leada{
	letter-spacing: 0.8px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFF;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
