/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.main-title,.main-subtitle{
  font-family: "Poppins", sans-serif !important;
  color: #070346 !important;
  margin: 0px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  padding-bottom: 20px;
}
.main-title{	
  font-size: 42px !important;
}
.main-subtitle{
	font-size: 22px !important;
}
.subtitle{
	font-size: 18px !important;
	line-height: 1.5 !important;
}
.about-Websbaba{
	position: relative;
	padding-top: 80px;
	padding-left: 50px;
}
.experience-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0.9;
	padding: 20px;
	z-index: 1;
	background: linear-gradient(90deg, #ff5d00 0%, #ff774a 100%);
	font-family: "Poppins", sans-serif;
}
.experience-box h2{
	color: #fff;
	font-size: 70px;
	line-height: 20px;
}
.experience-box h2 span.sign {
	font-size: 24px;
}
.experience-box h2 span.text {
	font-size: 18px;
	display: block;
	padding-top: 10px;
}
.dedication-box{
	display: flex;
	align-items: center;
}
.dedication-box .img-icon{
	width: 20%;
}
.dedication-box .img-icon img{
	border-radius: 100%;
}
.content-info{
	width: calc(80% - 30px);
	padding: 10px 10px 10px 20px;
	font-family: 'Roboto';
	color: #999;
	line-height: 1.5;
}
.content-info a{
	color: #ff5d00;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.content-info a i{
	color: #ff5d00;
	padding-right: 10px;
}
.white-card{
	position: relative;
	background: #fff;
	padding: 20px 25px 20px;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	z-index: 1;
	font-family: roboto;
	color: #666;
	cursor: pointer;
	min-height: 210px;
}

.white-card:hover{
	color: #fff;
	background: linear-gradient(90deg, #ff5d00 0%, #ff774a 100%);
}
.white-card:hover i{
	color:#fff;
}
.white-card .single-policy-icon-info > h3{
	font-family: "Poppins", sans-serif;
	color: #070346;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 0;
}
.white-card:hover .single-policy-icon-info > h3{
	color:#fff;
}
.white-card:hover .single-do-title-info h4,
.white-card:hover .icon,
.white-card:hover .single-do-info p{
	color:#fff;
}
.white-card .icon{
	font-size: 40px;
}
.white-card .single-do-title-info {
	margin-bottom: 10px;
	padding-left: 50px;
	padding-top: 10px;
}
.white-card .single-do-info p{
	font-size: 16px;
	font-family: roboto;
	line-height: 24px;
}

@media screen and (min-width:769px){
	.d-flex-md{
		display: flex;
	}
	.align-center{
		align-items: center;
	}
	.policy-img{
		padding-top: 80px;
	}
}