.home1 .page-title {
	height: 5.0in;
}

.twitter_feeds_two {
	padding-top: 30px;
}

.twitter_feeds_two {
	float: left;
}

ul.footer_social_links {
	float:   right;
	padding: 0px;
	margin:  0px 0px 0px 0px;
}

.footer_social_links li {
	float:   left;
	padding: 0px;
	margin:  0px 0px 0px 5px;
}

.footer_social_links li a i {
	width:            24px;
	height:           24px;
	text-align:       center;
	border-radius:    100%;
	line-height:      24px;
	vertical-align:   middle;
	background-color: #484848;
	color:            #FFFFFF;
	transition:       all 0.3s ease;
}

.footer_social_links li a i:hover {
	color:            #FFFFFF;
	background-color: #727272;
}
.light-header .main-menu > ul > li > a, .pricing-inner .pricing-content .button:hover {
	color: #000000 !important;
}
.about p {
	margin:     20px 0;
	text-align: justify;
}
.about h2 {
	margin: 20px 0 6px 0;
}
.about ol {
	margin-left: 25px;
}
.about ol ul {
	margin-left: 20px;
}
.about ol ul li {
	list-style: lower-alpha;
}
.logos img {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
}
.page-title {
	margin-bottom: 3pc;
}
.teaser img {
	box-shadow:                  0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 1s;
	-webkit-transition:          1s;
	transition:                  all 0.2s ease-in 0s;
	margin:                      0 auto;
}
.teaser img:hover {
	box-shadow:                  0 0 15px rgba(0, 0, 0, 0.3);
	transform:                   scale(1.01);
	-webkit-transition-duration: 1s;
	-webkit-transition:          1s;
	transition:                  all 0.2s ease-in 0s;
}
.teaser a h3 {
	text-align: center;
	margin-top: 15px;
	color:      #333333;
}
.innerpg a {
	color: #00AEEF !important;
}
/*====================*/

ol.bullets{
	margin: 15px 25px;
}
select.countryform {
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 13px;
}