@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
/*@font-face {
	src: url(../fonts/GOTHIC.TTF);
}
@font-face {
	src: url(../fonts/OpenSans-Regular.ttf);
}*/
.head-top {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #007cc2;
}
.icons {
	float: right;
	list-style-type: none;
	margin: 5px 0;
	padding-right: 0px;
}
.icons li {
	display: inline;
	margin: 0 0px 0 0;
	padding: 5px;
}
.icons li:last-child {
	margin-right: 0px;
}
.icons li a {
	text-decoration: none;
	color: #fff;
}
.icons i {
	font-size: 18px;
	color: #FFF;
}
.navbar-inverse .navbar-toggle {
	border-color: #333 !important;
}
.navbar-toggle {
	background: #333;
}
/*** .navbar-brand {
	float: left;
	height: auto;
	padding: 5px;
	font-size: 18px;
	line-height: 20px
} ***/

.navbar-brand > img {
	margin: -8px 0 0 0;
}
a:focus {
	outline: none !important;
	outline-offset: -2px;
}
.mydropdown-toggle {
	padding: 16px 33px !important;
}
.mynavbar {
	background: none;
	border: none !important;
	margin: 10px 0 10px 0!important;
}
.mynavul {
	margin: 20px !important;
}
.mynavul li a {
	color: #000464 !important;
	text-transform: uppercase;
	font-weight: normal;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-color: inherit !important;
	color: #e67817 !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-color: inherit !important;
	color: #e67817;
	border-bottom: solid 1px #e67817;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #e67817 !important;
	border-bottom: solid 1px #e67817;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: inherit !important;
	color: #1098ef;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	background: #007cc2;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	background: #e67817;
}
.dropdown-menu1 {
	min-width: 230px !important;
	left: 0px !important;
	background: #333;
	padding: 0px !important;
}
.dropdown-menu1 li a {
	color: #fff !important;
	padding: 8px 10px !important
}
.dropdown-menu1 li a:hover {
	background: #1bacd3;
	color: #fff !important;
	padding: 8px 10px !important
}
.logo img {
	margin: 0 0 0 0;
}
.nopadd {
	padding: 0px;
}
.service {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0px;
}
.service h4 {
	margin: 0px 0 0px 0;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #e67817;
}
.service p {
	font-size: 14px;
	color: #000;
	line-height: 26px;
	margin-bottom: 30px;
}
.service p a {
	background: #007cc2;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}
.service p a:hover {
	background: #e67817;
	text-decoration: none;
}
.service ul {
	margin: 0px 0 0 20px;
	padding: 0px;
}
.service ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 24px;
	color: #000;
}
.divider {
	width: 100%;
	margin: 10px auto 15px;
	position: relative;
	height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
.divider::after {
	height: 1px;
	background: #e8e8e8;
	background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	position: absolute;
	bottom: -1px;
	content: "";
	width: 100%;
	left: 0;
}
.shadow, .shadow-narrow {
	position: relative;
	background-color: #fff;
}
.service-block {
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
	padding: 20px;
}
.service-block p img {
	width: 100%;
}
.shadow-narrow::before, .shadow::before {
	position: absolute;
	left: 0;
	height: 60%;
	bottom: 0;
	width: 100%;
	content: "";
	background-color: #fff;
	z-index: 2;
}
.shadow-narrow::after, .shadow::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 96%;
	left: 50%;
	bottom: 2px;
	margin-left: -48%;
	-webkit-box-shadow: 0 5px 7px #999;
	box-shadow: 0 5px 7px #999;
	z-index: 1;
	border-radius: 10%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.shadow-narrow:hover::after, .shadow:hover::after {
	bottom: 10px;
}
.icon.bg-df {
	background-color: #0a4887;
	color: #ffffff;
}
.service-block .icon {
	margin-bottom: 10px;
}
.icon {
	display: inline-block;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	transition: all .2s ease-in-out;
	border-radius: 0;
	transform: rotate(45deg);
	border: 1px solid transparent;
}
.shadow *, .shadow-narrow * {
	position: relative;
	z-index: 3;
}
.service-block p {
	clear: both;
	margin: 0px 0 20px 0;
}
.icon i {
	position: relative;
	z-index: 1;
	transform: rotate(-45deg);
}
.dolor {
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0px;
}
.dolor p {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-bottom: 30px;
}
.mission {
	width: 100%;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0px;
	background: #f5f5f7;
}
.buss {
	width: 100%;
	height: auto;
	margin: 10px 0;
	padding: 0px;
	background: #fff;
}
.buss h1 {
	margin: 0 0 0 0;
	padding: 0px;
	text-align: center;
}
.buss h3 {
	margin: 0px 0 0 0;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	background: #c47731;
	color: #fff;
	text-transform: uppercase;
}
.buss h1 img {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0px;
	vertical-align: middle;
}
.buss p {
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
/******* client start here **********/

.client {
	width: 100%;
	height: 250px;
	margin: 30px 0 0 0;
	padding: 0px;
	background: url(../images/client-bg.png) top left repeat-x;
	background-size: cover;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	width: 25px;/*margin-top: 8%;*/
}
.carousel-control.left {
/*left: -35px;*/
}
.carousel-control.right {
/*right: -35px;*/
}
.person-text {
	padding: 10px 0 0;
	text-align: center;
	z-index: 2;
}
.person-text a {
	color: #ffcc00;
	display: block;
	font-size: 14px;
	margin-top: 3px;
	text-decoration: underline;
}
.person-text i {
	color: #fff;
	font-family: Georgia;
	font-size: 13px;
}
.rel {
	position: relative;
}
/************* client end here ***************/


.test {
	padding-top: 20px;
	padding-bottom: 20px;
}
.quote {
	color: rgba(0,0,0,.1);
	text-align: center;
	margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #1098ef;
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}
/*footer*/
.footer {
	background-color: #292626;
	padding: 30px 0;
}
.line1 {
	border-bottom: 2px solid #e67817;
	padding: 0 0 5px 0;
}
.footer h1 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 15px 0 20px 0;
	text-transform: uppercase;
}
.follow h1 {
	text-align: left !important;
}
.footer p {
	color: #f1f1f1;
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 10px;
	text-align: justify;
	line-height: 22px;
}
.footer p a {
	color: #f1f1f1;
	font-size: 13px;
	text-decoration: none;
	float: right;
	margin-top: 20px;
}
.footer p a:hover {
	color: #f2663a;
}
.footerabout {
	padding-left: 0px;
}
.footerul {
	display: block;
	list-style-type: none;
	padding: 0px;
}
.footerul li {
	margin: 5px 0;
}
.footerul li a {
	text-decoration: none;
	color: #f1f1f1;
	font-size: 13px;
	font-weight: normal;
}
.footerul li a:hover {
	color: #f2663a;
}
.glyphicon1 {
	color: #fff !important;
	margin: 0 10px 0 0;
}
/*=========================
  Icons
 ================= */

/* social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
	margin: 5px 0;
}
ul.social-network li {
	display: inline;
	margin: 0 1px;
}
.social-circle {
	float: left !important;
}
/*  social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	height: 32px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 33px;
}
.social-circle li i {
	margin: 0;
	line-height: 32px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social-circle a {
	background-color: #337ab7;
}
.copyrights {
	padding: 5px 0;
	background-color: #292626;
	text-align: center;
}
.copyrights p {
	border-top: 1px solid #a4a5a5;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/*icons end*/
  /*end footer*/

/********************************/
/*       slider       */
/********************************/

.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.carousel-control {
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: auto;
	color: #fff;
	text-align: center;
	opacity: 1;
	text-shadow: none;
}
.carousel-control:hover {
	color: #000;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 100%;
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: #fff;
	border: solid 1px #fff;
	border-radius: 100%;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 26%;
	left: 10%;
	z-index: 10;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	background: rgba(0,0,0,0.4);
	width: 35%;
}
.carousel-caption h3 {
	text-align: left;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.carousel-caption p {
	text-align: left;
	color: #fff;
	font-size: 16px;
}
p.readmore {
	margin: 0;
	text-align: right;
}
p.readmore a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	margin: 0;
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.bnr {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.bnr img {
	width: 100%;
	background-size: cover;
}
.slidertext {
	background: #3886c4;
	width: 100%;
	padding: 20px 0;
}
.slidertext h1 {
	font-size: 20px;
	color: #fff !important;
	font-family: 'Century Gothic';
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.slidertext p {
	font-size: 15px;
	color: #fff !important;
	font-family: 'Century Gothic';
	line-height: 24px;
	text-align: center;
	font-weight: normal;
	opacity: 0.82;
}
.bnrcarousel-indicators {
	bottom: 0px !important;
}
/*bnr end*/
/*aboutus page starts*/

.aboutus h2 {
	text-align: left;
	border-left: 4px solid #e67817;
	padding-left: 8px;
	font-size: 20px;
	color: #007cc2;
	text-transform: uppercase;
}
.aboutus h4 {
	text-align: left;
	color: #e67817;
}
ul.values {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/tick-mark.png);
}
ul.values li {
	line-height: 24px;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	color: #1098ef;
	font-weight: 600;
	margin: 5px 0 5px 20px;
}
.aboutus p {
	text-align: justify;
	line-height: 26px;
	color: #000;
	font-size: 14px;
}
.aboutus p img {
	width: 100%;
}
/*aboutus ends*/
/*products page starts*/
.products h2 {
	text-align: left;
	border-left: 4px solid #1098ef;
	padding-left: 8px;
}
.products p {
	text-align: justify;
	line-height: 26px;
	color: #000;
	font-size: 14px;
}
.products h4 {
	text-align: left;
	color: #1098ef;
}
/*products ends*/
/*cloud page starts*/
.cloud h2 {
	text-align: left;
	border-left: 4px solid #1098ef;
	padding-left: 8px;
}
.cloud img {
	height: 300px;
}
.cloud p {
	text-align: justify;
	line-height: 26px;
	color: #000;
	font-size: 14px;
}
.cloud h4 {
	text-align: left;
	color: #1098ef;
}
p.dark {
	color: #696969;
	font-weight: 600;
	font-size: 16px;
}
ul.staffing {
	margin: 0;
	padding: 0;
}
ul.staffing li {
	margin: 5px 0 5px 20px;
	padding: 0;
	line-height: 24px;
	text-align: left;
	color: #000;
	font-size: 14px;
}
ul.services {
	margin: 0;
	padding: 0;
}
ul.services li {
	margin: 5px 0 5px 20px;
	padding: 0;
	line-height: 24px;
	text-align: left;
	color: #000;
	font-size: 14px;
}
/*cloud page ends*/
/*business page starts*/
.business h2 {
	text-align: left;
	border-left: 4px solid #1098ef;
	padding-left: 8px;
}
.business img {
	height: 300px;
}
.business p {
	text-align: justify;
	line-height: 26px;
	color: #000;
	font-size: 14px;
}
.business h4 {
	text-align: left;
	color: #1098ef;
}
/*business page ends*/
/*it page starts*/
.it h2 {
	text-align: left;
	border-left: 4px solid #e67817;
	padding-left: 8px;
	font-size: 20px;
	color: #007cc2;
	text-transform: uppercase;
}
.it img {
	height: 300px;
}
.it p {
	text-align: justify;
	line-height: 26px;
	color: #000;
	font-size: 14px;
}
.it h4 {
	text-align: left;
	color: #e67817;
}
/*it page ends*/

/*contactus page starts*/
.contactuspg {
	margin: 20px 0 20px 0;
}
.contactuspg h1 {
	text-align: left;
	border-left: 4px solid #e67817;
	padding-left: 8px;
	font-size: 20px;
	color: #007cc2;
	text-transform: uppercase;
}
.contactuspg h2 {
	color: #000000;
	font-size: 20px;
	font-weight: 200;
	margin: 10px 0;
	opacity: 0.8;
	text-align: left;
	position: relative;
	animation: move ease 8s infinite;
}
 @keyframes move {
 from {
 top:0px;
}
to {
	top: 200px;
}
}
.contactuspg p {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: left;
}
.form-control1 {
	border: 1px solid #ccc !important;
	color: #696969 !important;
	font-size: 14px;
	opacity: 0.7;
}
.mytextarea {
	height: 105px !important;
}
.contactuspg img {
	opacity: 0.7;
	animation: pulse ease 2s infinite;
}
.btnsubmit {
	background: #06C !important;
	border: #000;
}
.soft {
	margin: 10px 0;
}
.softdev ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0;
}
.softdev ul li i {
	margin: 0 10px 0 0;
	color: #0d4c63;
}
.softdev ul li {
	color: #000;
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	text-align: left;
	opacity: 0.8;
}
.softdev h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-family: 'Century Gothic';
	margin: 10px 0;
	line-height: 22px;
}
.softdev h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-family: 'Century Gothic';
	margin: 0px;
}
.softdev p {
	color: #000000;
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 10px 0;
	opacity: 0.7;
	text-align: left;
}
.softdev h3 a {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	margin: 10px 0;
	opacity: 0.7;
	text-align: left;
	text-decoration: none;
	opacity: 0.5;
}
.softdev h3 a:hover {
	opacity: 0.8;
}
.softdevimage img {
	border-radius: 5px;
}
.softdevimage img:hover {
	box-shadow: 4px 4px 4px 1px #000000;
}
.contactmap {
	margin: 10px 0 0 0;
}
/*contactus page end*/

/*careers*/
.careers {
	margin: 20px 0 30px 0;
}
.imgopacity {
	opacity: 1 !important;
}
.careers p {
	text-align: left;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	margin: 10px 0;
	line-height: 24px;
	opacity: 0.7;
}
.careers h1 {
	text-align: left;
	border-left: 4px solid #f2663a;
	padding-left: 8px;
	font-size: 30px;
}
.careersul {
	float: left;
	margin: 0 0 0px 0;
	padding: 0px 0 0 0px;
	list-style-type: none;
}
.careersul li {
	text-align: left;
	font-weight: 500;
	color: #000;
	font-size: 14px;
	margin: 10px 0;
	line-height: 16px;
	opacity: 0.66;
}
.careersul i {
	margin: 0 15px 0 0;
	color: #1098ef;
}
.careerstext {
	background: #014a61;
	padding: 15px 15px;
	border: 2px solid #fff;
	margin: -50px 0;
}
.careerstext p {
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	line-height: 28px;
	margin: 10px 0;
	text-align: center;
}
.careerspart {
	min-height: 150px;
	border: 1px solid #CCC;
	margin: 20px 0;
}
.careerbnr img {
	width: 100%;
}
.careerbnrtext {
	position: absolute;
}
.careerbnrtext ul {
	list-style-type: none;
	text-align: left;
	margin: 100px 0px 0 0;
}
.careerbnrtext ul li {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	margin: 0px 0;
	text-align: center;
	opacity: 1;
}


/*careers end*/


@media screen and (min-width:50px) and (max-width:639px) {
/***** slider *****/
.carousel-caption {
	display: none;
}
/***** slider end *****/
.cloud img {
	height: 300px;
	width: 100%;
}
.it img {
	height: 300px;
	width: 100%;
}
.business img {
	height: 300px;
	width: 100%;
}
.footer h1 {
	font-size: 13px;
}
.it h2 {
	font-size: 18px;
}
.careers h1 {
	font-size: 18px;
}
}
@media screen and (min-width:640px) and (max-width:1023px) {
/***** slider *****/
.carousel-caption {
	display: none;
}
/***** slider end *****/
}
.abt {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.abt h3 {
	font-size: 20px;
	color: #e67817;
	border-left: solid 4px #f2663a;
	padding-left: 10px;
}
.cnt {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 30px;
	border: solid 1px #D3D3D3;
	border-radius: 5px;
}
.cnt h3 {
	font-size: 20px;
	text-align: left;
	color: #e67817;
	border-left: solid 4px #f2663a;
	padding-left: 10px;
	margin: 0px 0 10px 0;
	font-weight: bold;
}
.cnt p {
	font-size: 14px;
	text-align: left;
}
.cnt p a {
	font-size: 14px;
	text-align: left;
	color: #333;
}
.cnt p a:hover {
	color: #f2663a;
}
.text-uppercase {
	text-transform: uppercase;
	font-size: 25px;
}
.text-uppercase span {
	color: #007cc2;
}
.aboutus {
    margin: 20px 0;
}