@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'oswaldregular';
    src: url('fonts/oswald.regular-webfont.eot');
    src: url('fonts/oswald.regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald.regular-webfont.woff') format('woff'),
         url('fonts/oswald.regular-webfont.ttf') format('truetype'),
         url('fonts/oswald.regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------
Global
--------------------*/
html, body, div, input, textarea, 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 {
	border:none; margin: 0;	padding: 0;	border: none;	vertical-align: baseline; outline:none !important; line-height:normal;
}
html {
	 height: 100%;
}
body {
	background:#ffffff;
	color: #000000;
    font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6{
    
}
h1 span {
	color:#006cb9;
}
h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 21px;
    text-transform: uppercase;
}
h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}
h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 2px;
    text-transform: uppercase;
}
h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
}
.testy h4 {
    color: #ff5500;
}
h5 {
    color: #0172bd;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0 0 10px;
}
h6 {
    background:  #fefefe;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 1px;
    padding: 7px;
	clear: both;
}
h6 > a{
	color: #ff5400;
}
h6 > a:hover{
	text-decoration: underline;	
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	color: #ff5400;
}

.btn {
    background:#000;
	color: #ffffff;
    clear: both;
    display: inline-block;
    font-size: 12px;
    padding: 10px 25px;
    text-transform: unset;
}
.btn.blue {
	color: #ffffff;
    background:#0078c5;
}
.btn.orange {
	color: #ffffff;
    background:#ff5500;
}
.btn:hover {
	color: #ffffff;
    background: #ff5500;
}
p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin: 0 ;
}
p span {
    color: #0072bb;
}
p a {
	color: #ff5400;
	  font-size: 13px;
	  text-decoration: underline;
}
p a:hover{
	color: #000000;	
	text-decoration: underline;
}
p em {
	color: #0072bb;
	font-style:italic;
}
p b {
	 font-weight: 700;
}
ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.content ul {
    margin: 0 0 25px;
}
.content ul  li {
   font-size: 13px;
    padding: 0 0 9px 16px;
	background:url("images/list.png") 0px 5px no-repeat;
}
.content ul  li  a {
    
}
ul > li > a:hover {
	color: #F58733;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
}
.no-margin {
	margin-right:0px !important;
}
input[type="text"] , textarea
 {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

/* ------------------
Blocks
--------------------*/
.wrapper {
	min-width:1000px;
}
.center {
    max-width: 1200px;
	
	margin:0 auto;
}
.full {
	float: left;
    width: 100%;
}
.content {
	min-height:500px;
	background:#fafafa;
	padding: 27px 0 55px;
	margin:0 0 45px 0;
}

/* ------------------
Header
--------------------*/
.topbar {
	background: url("images/pattern-dark.png") 0 0 repeat;
    border-top: 4px solid #0075c2;
    clear: both;
    float: left;
    padding: 20px 0 30px ;
    width: 100%;
}
.logo {
    display: inline-block;
    margin: 8px 0 0;
}
.search {
    background: #fbfbfb;
    border: 1px solid #dedede;
    float: right;
    height: 46px;
    margin: 41px 0 0;
    width: 347px;
}
.search input[type="text"] {
    background: none ;
    color: #7a7a7a;
    font-size: 14px;
    padding: 14px 11px;
    width: 270px;
}

.search input[type="submit"] {
   float: right;
    height: 22px;
    margin: 13px 18px 0 0;
    overflow: hidden;
    text-indent: -200px;
    width: 22px;
	background: url("images/search.png") 0 0 no-repeat;
}
.navbar {
	background:#0075c2 url("images/pattern-nav.png") 0 0 repeat;
    float: left;
    width: 100%;
	height: 55px;
	font-weight:600;
	color:#ffffff;
}
.navbar ul {
    float: left
}
.navbar li {
    float: left;
    font-size: 15px;
    height: 55px;
    text-transform: uppercase;
	position: relative;
}
.navbar li ul{
	display: none;	
	position: absolute;
	top: 55px;
	z-index: 100;
	width: 200px;
	background: rgba(0, 93, 154, 0.8);	
}
.navbar li:hover ul{
	display: block;
	
}
.navbar li ul li{
	float: left;
	width: 100%;	
	padding: 0;
	height: auto;
	border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
}
.navbar li ul li a{
	color:#ffffff;
	font-size: 14px;
	text-transform: none;
	padding: 5px 20px;
}
.navbar li ul li a:hover{
	background: rgba(0, 93, 154, 1);		
}
.navbar li > a {
    display: block;
    padding: 18px 34px 17px;
	color:#ffffff;
}
.navbar li > a:hover{
	background:rgba(0, 0, 0, 0.2);color:#ffffff;
	transition-duration: 1s;
  transition-timing-function: ease-out;
}
/*hover state*/
body.home_page .a1 a {
  background: url("images/home-icon.png") no-repeat scroll center 16px rgba(0, 0, 0, 0.2);
}
body.about_page .a2 a {
    background:rgba(0, 0, 0, 0.2);color:#ffffff;
	 margin-left: 12px; /* spacing from home icon nearest to it */
}
body.service_page .a3 a {
    background:rgba(0, 0, 0, 0.2);color:#ffffff;
}
body.portfolio_page .a4 a {
    background:rgba(0, 0, 0, 0.2);color:#ffffff;
}
body.campaign .a5 a {
    background:rgba(0, 0, 0, 0.2);color:#ffffff;
}
body.contact_page .a6 a {
    background:rgba(0, 0, 0, 0.2);color:#ffffff;
}
/* home -icon */
li.home  {
	
}
li.home > a {
	 background: url("images/home-icon.png") center 16px no-repeat;  
    overflow: hidden;
    padding: 18px 30px 17px;
    text-indent: -200px;
}
li.home > a:hover{
	background: url("images/home-icon.png") no-repeat scroll center 16px rgba(0, 0, 0, 0.2);
}
body.home_page li.home > a {
	 background-image: url("images/home-icon.png") no-repeat;
	 padding: 18px 31px 17px;
	  margin-right: 0;
}



span.tel {
    background: url("images/tel-icon-big.png") 0 4px no-repeat;
    float: right;
    font-size: 18px;
    margin: 16px 0 0;
    padding: 0 0 0 31px;
}
.navbar span.tel {display:none;}
.topbar span.tel { 
	 background: url("images/tel-icon-blue.png") 0 4px no-repeat;  font-weight: 600;
    margin: 95px 0 0;
	display:none;
}

/* ------------------
HOME PAGE
--------------------*/
.gray {
    background:  #f2f2f2;
   padding: 25px 0 30px;
}
.gray h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
	font-weight: 400;
    text-align: center;
}
.big-btn {
    background: #0078c5;
	color: #ffffff;
    box-shadow: 1px 1px 5px #d9d9d9;
    float: right;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    margin: 12px 140px 0 0;
    padding: 14px 40px;
    text-transform: uppercase;
}
.big-btn:hover {
	color: #ffffff;
	 background: #ff5500;
}

/*Welcome*/
.welcome {
    padding: 21px 0 30px;
}
.hey-div {
    float: left;
    width: 49%;
	margin:6px 0 0;
}
.hey-div h2 {
    color: #0065a6;
    font-size: 51px;
    line-height: 59px;
    margin: 0;
}
.hey-div h3 {
    font-size: 24px;
    margin: 0 0 16px;
	line-height: normal;
}
.hey-div label {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 9px;
}
.hey-div p {
    margin: 0 0 19px;
}
.test-div {
    float: right;
    width: 48%;
	margin: 0 0;
}
.test-div > h2 {
    color: #0065a6;
    font-size: 26px;
    line-height: 50px;
    margin: 0 0 17px;
	font-weight: 400;
}
.test-div > h2 span {
    display: inline-block;
    position: relative;
}
.test-div h2 span img {
    position: absolute;
    right: -60px;
    top: -8px;
}
.test-div div > img {
    float: left;
    margin: 4px 9px 15px 0;
}
.test-div > div {
    float: left;
    margin: 0 0 13px;
    width: 100%;
}
.test-div .btn {
    margin: 4px 0 0;
}

.test-div .name {
    color: #666;
    display: block;
    font-size: 13px;
	font-weight: 600;
    padding: 10px 0;
    text-align: right;
    text-transform: uppercase;
}

/*What*/
.what-div {
    background: url("images/pattern-dark.png") repeat scroll 0 0 #f2f2f2;
	padding: 15px 0 22px;
	margin: 0 0 45px;
}
.what-div h1{
	text-align: center;
}
.what-inner {
    float: left;
    margin: 0 5% 0 0;
    width: 30%;
	text-align: center;
}
.what-inner h2 span {
    display: inline-block;
    text-align: center;
}
.what-inner h2 span img {
    margin: 0 0 15px;
}
.what-inner h2 span b {
    clear: both;
    display: block;
    font-weight: 300;
}
.what-inner p {
    margin: 0 0 23px;
}

/*Stay*/
.stay  {
	background: url("images/pattern-light.png") 0 0 repeat;
    height: 101px;
}
.sign-up label {
	background: url("images/stay.png") 0px 2px no-repeat;
    float: left;
    font-size: 20px;
    font-weight: 300;
    margin: 37px 0 0 131px;
    padding: 0 0 0 45px;
    text-transform: uppercase;
}
.sign-up input[type="text"] {
    background: #f4f4f4;
	color:#969696;
    border: 1px solid #eaeaea;
    float: left;
    height: 44px;
    line-height: 44px;
    margin: 26px 7px 0 55px;
    width: 32%;
	padding:0 2%;
	font-size:13px;
}
.sign-up input[type="text"]:hover {
    background: #fff;
    border: 1px solid #666666;
}
.sign-up input[type="button"] {
    background: #000000;
    color: #fff;
    height: 46px;
    margin: 26px 0 0;
    overflow: hidden;
    padding:13px 15px;
	font-size:15px;
}
.sign-up input[type="button"]:hover {
    background: #ff5500;
}



/* ------------------
FOOTER
--------------------*/
.footer-inside {
	background:#0075c2 url("images/pattern-nav.png") 0 0 repeat;
    float: left;
    padding: 13px 0 9px;
    width: 100%;
}
.col h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 19px;
}
.col {
	color: #c4c4c4;
    float: left;
     width: 38%;
	font-size: 13px;
}
.col.col-d {
    float: right;
    margin: 0 1% 0 0;
    width: auto;
} 
.col ul li {
    padding: 0 0 5px;
}
.col ul li a {
    color: #c4c4c4;
}
.col ul li a:hover {
    color: #ffffff;
}
.col-c ul li {
    clear: both;
    padding: 0 0 13px;
}
.col-c a img {
    float: left;
}
.col-c a span {
    display: inline-block;
    margin: 1px 0 0 12px;
}
.col-d ul {
    margin: -5px 0 0;
}
ul li.loc {
    background: url("images/loc-icon.png ") 0px 5px no-repeat ;
    line-height: 23px;
    padding: 0 0 0 30px;
	margin: 0 0 25px;
}
ul li.tel {
    background: url("images/tel-icon-big.png ") 0px 5px no-repeat ;
    line-height: 23px;
    padding: 0 0 0 30px;
}
.copywright {
    background: #004a7a;
    color: #b5b5b5;
    float: left;
    padding: 10px 0;
    text-align: right;
    width: 100%;
}
.copywright span {
    float: left;
}
.copywright a {
    color: #b5b5b5;
}
.copywright a:hover {
    color: #ffffff;
}

/* ------------------
INNER PAGES COMMAN STYLES
--------------------*/
.page-title {
    padding: 17px 0 15px 0;
}
.page-title img {
    float: left;
    margin: 12px 13px 10px 0;
}
.page-title h1 {
    line-height: 67px;
    margin: 0;
    text-transform: capitalize;
}
.bread {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.bread span {
    color: #0072bb;
}
.bread a:hover {
    color: #333333;
}
.left {
    float: left;
    width: 71%;
}
#sidebar {
    float: right;
    width: 25%;
}
.content h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 21px;
}
.content p {
    font-size: 14px;
    margin: 0 0 19px;
}
.content img {
	max-width:100%;
	height:auto;
}
.inner-banner {
	text-align:center;
}
.inner-banner img {
	  width: 100%;
}
/*Sidebar*/
.widget {
    float: left;
    width: 100%;
	margin: 0 0 45px;
}
.widget  h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 17px;
}
.widget p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px;
}
#sidebar .widget ul {
	margin: 0;
}
#sidebar .widget li {
    background-position: 0 4px;
    font-size: 13px;
    padding: 0 0 13px 16px;
    text-transform: uppercase;
}
.widget .sign-up h3 {
    background: url("images/stay.png") no-repeat scroll 0 2px / auto 18px transparent;
    line-height: 22px;
    margin: 0 0 14px;
    padding: 0 0 0 36px;
}
.widget .sign-up input[type="text"] {
    background: #ffffff;
    border: 1px solid #030303;
    height: 30px;
    line-height: 30px;
    margin: 0;
    width: 92%;
}
.widget .sign-up input[type="button"] {
    background: #ff5400;
	font-size: 14px;
    margin: 13px 0 0;
    padding: 14px 25px;
}
.widget .sign-up input[type="button"]:hover {
    background: #000000;
}
.widget .testy h3 {
	margin:0 0 25px 0;
}
.widget .testy p {
    background: url("images/quote-open.png") 0 0 no-repeat;
    padding: 6px 0 0 45px;
}
.widget .testy p .quote {
    display: inline-block;
    height: 27px;
    position: relative;
    width: 29px;
}
.widget .testy p .quote img {
    left: 20px;
    position: absolute;
    top: 7px;
}
.widget .testy label {
   color: #989898;
    display: block;
    font-family: 'oswaldregular';
    font-size: 14px;
    line-height: 21px;
    padding: 5px 0 0 45px;
    text-transform: uppercase;
	
}


/* ------------------
ABOUT
--------------------*/
/*
.staff > div {
    float: left;
    text-align: center;
    width: 25%;
}
.staff img {
    margin: 0 0 14px 0;
}
.staff h5 {
   
}
.staff p {
    font-size: 13px;
    line-height: 16px;
}*/
.staff > div {
    margin: 0 0 25px;
    overflow: hidden;
}
.s_left {
    float: left;
    text-align: center;
    width: 26%;
}
.s_right {
    background: #f3f3f3;
    border-radius: 11px;
    float: left;
    margin: 16px 0 0 4%;
    padding: 20px 4%;
    width: 60%;
	position:relative;
}
.s_right .triangle {
	position:absolute;
	top:47%;
	left:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 13.0px 7.5px 0;
	border-color: transparent #f3f3f3 transparent transparent;
}
.s_right p {
    margin: 0;
}
.staff > div:hover .s_right {
    background: #333333;
	color:#fff;
}
.staff > div:hover .s_right  p{
	color:#fff;
}
.staff > div:hover .s_right  .triangle{
	border-color: transparent #333333 transparent transparent;
}
.s_right ,
.s_right .triangle ,
.s_right p {
	 transition: all .2s linear;
	-webkit-transition: all .2s linear;
}



/* ------------------
SERVICE
--------------------*/
.service > div {
    float: left;
    margin: 13px 5% 15px;
    text-align: center;
    width: 40%;
}
.service > div img {
    margin: 0 0 14px;
}
.service > div p {
    font-size: 13px;
    line-height: 18px;
}
.ul-box {
    background:#f3f3f3;
	float: left;
	margin:10px 0;
    padding: 30px 7%;
    width: 86%;
}
.ul-left {
    float: left;
    width: 98%;
}
.ul-right {
    float: left;

}
.ul-box > div ul {
    margin: 0;
}
.ul-box > div ul p {
  margin: 0 0 20px 15px;
  font-size: 13px;
}
.ul-box > div li {
    background-position: 0 4px;
    font-size: 13px;
}

table.v2-table {
  border-collapse: collapse;
  border: #ccc solid 1px;
  margin: 15px 0;
}
table.v2-table thead th{
	font-size: 13px;
	border: #ddd solid 1px;
	background: #0072bb;
	color: #fff;
}
table.v2-table thead th,
table.v2-table tbody td{
	padding: 8px 4px;
	text-align:center;	
}
table.v2-table tbody td{
	font-size: 13px;
	  background-color: #fff;
	border: #ddd solid 1px;
}

p.note {
  font-size: 11px;
}
/* ------------------
PORTFOLIO
--------------------*/
.portfolio_page .content {
    padding-bottom: 10px;
}
.port > div {
    float: left;
    margin: 0 5% 60px 0;
    width: 30%;
}

.port > div img {
    margin: 0 0 14px 0;
}
.port > div p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 9% 10px 0;
}
a.read-more {
    font-weight: 600;
}

/* ------------------
CONTACT
--------------------*/
.c_left {
    float: left;
    width: 48%;
}
.map {
    margin: 0 0 25px;
}
.map iframe {
    max-width: 100%;
}
.c_right {
    float: right;
    width: 48%;
}

.form > p {
    float: left;
    margin: 0 0 19px;
    width: 100%;
}
.form input[type="text"] {
    border: 1px solid #dddddd;
    color: #666;
    float: left;
    font-size: 13px;
    height: 34px;
    padding: 0;
    width: 73%;
	text-indent: 7px;
	  box-shadow: 1px 1px 5px #eee inset;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.form textarea {
    border: 1px solid #dddddd;
    color: #969696;
    float: left;
    font-size: 13px;
    height: 120px;
    line-height: normal;
    max-width: 88%;
    padding: 3px;
    width: 73%;
	text-indent: 7px;
	 box-shadow: 1px 1px 5px #eee inset;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form input[type="text"]:hover ,
.form textarea:hover {
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px #f3f3f3 inset;
}
p span.req {
    color: #ff1800;
    float: left;
    font-size: 16px;
    margin: 15px 0 0 12px;
}
.form input[type="submit"], .form input[type="reset"] {
	  margin: 8px 0 0;
	  cursor:pointer;   
      width: 137px;
}

.captcha > span {
    float: left;
}
.captcha > span a {
	background: url("images/reload.png") right 5px no-repeat;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 5px 0;
}
.form .captcha input[type="text"] {
    margin: 10px 0 0 15px;
    width: 35%;
}
.contact-right .widget.links {
    display: none;
}
#sidebar.contact-right {
    width: 27%;
}

/*  Contact New Form */
.res-from {
    float: left;
    width: 100%;
}
.res-from p{
    float: left;
    width: 100%;
}

.res-from p label{
    float: left;
	width: 100%;
	color: #333;
	line-height: 18px;
    font-size: 14px;
    font-weight: normal;
	margin: 0 0 5px;
}
.res-from p span.req{
	float: none;
	margin: 0;
	font-size: 15px;	
}
select.outsourcing{
	background: #fff;
    border: 1px solid #dddddd;
    color: #666;
    font-size: 13px;
    height: 26px;
    padding: 0;
    width: 150px;
	  box-shadow: 1px 1px 5px #eee inset;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
label.error{
	color:#FF0000 !important;
	font-size: 13px !important;
}
form#out_sourcing {
  width: 800px;
  margin: 0px auto;
  background-color: #fff;
  padding: 30px;
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
p label.str-font{
	font-weight: 600;	
}
span.rad-lab {
  	float: left;
	color: #333;
}
.res-from p input[type="radio"]{
	float: left;
  	margin: 4px 20px 0 5px;
}