h3.white{
	color:#fff;
	font-size:21px;
	font-weight:400;
	font-family:"PT Sans Narrow";
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.white{
	color:#fff;
	font-size:15px;
	line-height:24px;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
p{
	font-size:15px;
	line-height:24px;
	font-weight:normal;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
p.white{
	color:#fff;
	font-size:16px;
	line-height:24px;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.header_bg{
	background:#fff;
	width:100%;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.10);
}
.logo{
	padding-top:15px;
}
.banner_bg{
	background: #e7e7e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e7e7e7 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e7e7e7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e7e7e7 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e7e7e7 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #e7e7e7 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
padding-top:50px;
}
.sky_Bg{
	background-color:#477ab9;
	padding:40px 0 30px 0;
}
.orange_Bg{
	background-color:#f77462;
	padding:40px 0 30px 0;
}
.white_Bg{
	background-color:#fff;
	padding:40px 0 30px 0;
}
.orange_Bg{
	background-color:#f77462;
	padding:40px 0 30px 0;
}
.h1_banner{
	font-size:3em;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
}
.h2_banner_tag{
	font-size:1.625em;
	font-weight:normal;
	/*font-family: 'Source Sans Pro', sans-serif;*/
}
p.ban_txt{
	color:#8c9193;
	font-size:20px;
	font-weight:normal;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:26px;
}
p.ser_txt{
	color:#666;
	font-size:16px;
	font-weight:normal;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:26px;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.user_txt_title{
	font-size:1.5em;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	color:#003d48;
	margin-top:0;
	padding-top:0;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.btn_more{
	background-color: #f77462;
    border-color: #f76f5c;
    color: #fff;
	padding: 8px 16px;
    text-align: center;
	text-decoration:none;
	border-radius:5px;
	text-transform:uppercase;
	font-size:13px;
}
.btn_more:hover{
	background-color: #477ab9;
	border-color: #46b8da;
    color: #fff;
	padding: 8px 16px;
    text-align: center;
	text-decoration:none;
	border-radius:5px;
}
.readmore{
	text-decoration:none;
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#0c0c0c;
	font-weight:700;
	text-transform:uppercase;
}
.readmore:hover{
	color:#fff;
	text-decoration:none;
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-ms-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	transition: color 0.5s ease-in;
}
.info_ico{
	float:left;
	border:none;
	text-align:center;
	padding:10px;
	webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.info_ico:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.service{
	margin-bottom: 10px;
    overflow: hidden;
    padding: 0px 15px 10px;
	display:block;
}
.service .desc{
	/*overflow: hidden;*/
    padding: 0 0 0 20px;
}
.sp_div{
    padding: 0 0 0 20px;
	display:block;
}
.border_1{
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	border-radius:5px;
}
.tab_gr_bg{
	background-color:#477ab9;
	padding:25px 12px;
}
.transparent_Bg{
	background-color:transparent;
	padding:25px 15px;
}
.tab_ti_txt{
	color:#6dc5dd;
	font-size:1.5em;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	color:#6dc5dd;
}
.fa_arrow{
	color:#477ab9;
	padding-right:10px;
}
.list-unstyled li{
	border-bottom:1px solid #EBEBEB;
	/*margin:10px 0;*/
	padding:10px 0 10px 10px;
	color:#8b8b8b;
	font-size:1.1em;
	font-weight:normal;
	/*font-family: 'Source Sans Pro', sans-serif;*/
}
.list-unstyled li:last-child{
	border-bottom:none;
}
h3.praesent_txt{
	color:#fff;
	font-size:2.125em;
	font-weight:normal;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
h3.praesent_txt span{
	color:#fff;
	font-size:1.125em;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
h1.vesti_txt{
	color:#003d48;
	font-weight:normal;
	font-size:1.235em;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
h1.vesti_txt span{
	color:#003d48;
	font-weight:700;
	font-size:1.325em;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.t_b_border{
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding-top:10px;
	padding-bottom:10px;
	color:#6dc5dd;
	font-size:1.500em;
	font-weight:lighter;
	font-family: 'Source Sans Pro', sans-serif;
}
.profile-event{
	background: none repeat scroll 0 0 #fff;
    margin-bottom: 2px;
    padding: 10px 15px;
}
.date-formats{
	background:#6dc5dd;
	border-radius:5px;
    color: #fff;
    float: left;
    margin: 4px 13px 0 0;
    padding: 0px 15px 5px 15px;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}
.date-formats span{
	font-weight:700;
	color:#fff;
	font-size:2.500em;
	text-align:center;
}
.date-formats small{
	border-top:1px solid #fff;
	padding-top:5px;
	font-size:1.125em;
	font-weight:700;
}
.overflow-h{
	overflow: hidden;
}
.event_title_txt{
	color:#003d48;
	font-weight:700;
	font-size:1.000em;
	font-family: 'Source Sans Pro', sans-serif;
}
.comment_txt{
	color:#f77462;
	font-size:0.938em;
	font-weight:lighter;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration:none;
}
.comment_txt:hover{
	color:#003d48;
	text-decoration:none;
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-ms-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	transition: color 0.5s ease-in;
}
.fa-arrow{
	color:#f77462;
	padding-left:10px;
	font-size:1.125em;
	vertical-align:bottom;
}
.well{
    background: #ececec;
	padding:20px;
	display:block;
	float:left;
	border-radius:5px;
}
.well p{
	color:#8c9193;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.well small{
	color:#f77462;
	font-size:1.000em;
	font-weight:700;
	font-family: 'Source Sans Pro', sans-serif;
}
.address_txt{
	color:#fff;
	font-weight:normal;
	font-size:1.000em;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.address_txt span{
	color:#003d48;
	font-weight:700;
	font-size:1.135em;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.email_link{
	color:#fff;
	font-weight:normal;
	font-size:1.000em;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.email_link:hover{
	color:#003d48;
}
.customer_bg{
	width:184px;
	height:46px;
	position:absolute;
	top:-72px;
	background:url(../images/customer_support_bg.png) no-repeat;
}
.customer_bg_txt{
	color:#fff;
	font-weight:normal;
	font-size:1.135em;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	margin-top:10px;
	margin-left:16px;
}
.customer_sup{
	color:#fff;
	font-weight:normal;
	font-size:1.135em;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:26px;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.get_support_button{
	width:100%;
	text-align:center;
	font-size:22px;
	color:#fff;
	text-decoration:none;
	padding:10px 90px;
	background-color:#003d48;
	font-family: 'Source Sans Pro', sans-serif;
}
.get_support_button:hover{
	color:#e65441;
	text-decoration:none;
}
.botam_link{
	list-style:none;
	padding-left:0;
	margin:0;
}
.botam_link li{
	padding-top:5px;
	padding-bottom:5px;
}
.botam_link li a{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	font-size:1.000em;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.botam_link li a:hover{
	text-decoration:none;
	color:#003d48;
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-ms-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	transition: color 0.5s ease-in;
}
h5.botam_txt{
	font-size:1.375em;
	font-weight:700;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	color:#003d48;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.border_white{
	border-bottom:1px solid #fff;
	padding-top:10px;
	padding-bottom:10px;
}
.copy_dv{
	padding-top:15px;
	padding-bottom:15px;
	color:#fff;
	font-size:1.000em;
	font-family: 'Source Sans Pro', sans-serif;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.botam_url{
	text-decoration:none;
	color:#fff;
	font-weight:normal;
	font-size:1.000em;
	font-family: 'Source Sans Pro', sans-serif;
}
.botam_url:hover{
	text-decoration:none;
	color:#003d48;
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-ms-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	transition: color 0.5s ease-in;
}

/* sub pages css start to here */

.subpage-top-bar {
    background-color: #477ab9;
    margin-bottom: 30px;
    min-height: 50px;
    padding: 25px 0 10px 0;
    position: relative;
    text-align: left;
}
.subpage-top-bar ul.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: -3px 0 0;
    padding: 0;
}
.subpage-top-bar ul.breadcrumb > li {
    text-shadow: none;
	margin-right:5px;
	margin-left:5px;
	color:#fff;
}
.subpage-top-bar ul.breadcrumb > li a{
	color:#fff;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #000!important;
}
.breadcrumb > li + li::before {
    color: #fff;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
}
h2.subpage_title{
	font-size:30px;
	font-weight:normal;
	margin:10px 0;
	font-family:"Source Sans Pro", "Source Sans Pro Black";
	color:#fff;
}
h1.subpage_title{
	font-size:30px;
	font-weight:normal;
	margin:10px 0;
	font-family:"Source Sans Pro", "Source Sans Pro Black";
	color:#f77462;
}
h2.subpage_subtitle{
	font-size:30px;
	font-weight:normal;
	margin:10px 0;
	font-family:"Source Sans Pro", "Source Sans Pro Black";
	color:#f77462;
}
.red {
    color: #ff0000;
	font-size:16px;
}
.list-contact{
	color:#333; font-weight:normal !important;padding-left:10px;
}
.contact_email_link{
	color:#333 !important;
	font-weight:normal;
	font-family: 'Source Sans Pro', sans-serif;
}
.contact_email_link:hover{
	color:#f77462 !important;
}
ul.timeline {
    list-style: outside none none;
    margin: 0 0 25px;
    padding: 0;
}
ul.timeline li {
    clear: both;
    margin: 25px 0;
    padding: 0;
}
ul.timeline li h4 {
    margin: 0 0 -27px;
    padding: 0;
}
ul.timeline li p {
    margin-left: 0;
}
ul.timeline li div.thumb {
    background: transparent url("../images/history-thumb.png") no-repeat scroll 0 0;
    /*float: left;*/
    height: 160px;
    margin: 0 0 20px;
    padding: 0;
    /*width: 227px;*/
	text-align:center;
}
ul.timeline li div.thumb img {
    border-radius: 150px;
    height: 145px;
    margin: 7px 8px;
    width: 145px;
}
ul.timeline li div.featured-box {
    margin-bottom: 50px;
   /* margin-left: 175px;*/
    min-height: 115px;
    text-align: left;
}
ul.list-unstyled li a{
	font-size:16px;
	font-weight:normal;
	color:#666 !important;
	text-decoration:none !important;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
ul.list-unstyled li a:hover{
	font-size:16px;
	font-weight:normal;
	color:#f77462 !important;
	text-decoration:none !important;
}
ul.list-unstyled li.active{
	font-size:16px;
	font-weight:normal;
	color:#f77462 !important;
	text-decoration:none !important;
	background-color:#F3F3F3; display:block;
}
ul.cloudservice{
	margin:0;
	padding:0;
	list-style:none;
}
ul.cloudservice li {
	font-size:16px !important;
	font-weight:normal;
	color:#333 !important;
	text-decoration:none !important;
	line-height:26px;
}
ul.privatecloud{
	margin:0;
	padding:0;
	list-style:circle;
}
ul.privatecloud li {
	font-size:16px !important;
	font-weight:normal;
	color:#666 !important;
	text-decoration:none !important;
	line-height:28px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}