a, input {
	transition: all .5s
}
a, a:focus {
	color: #005db7
}
a:focus, a:hover {
	text-decoration: none
}
*, body, h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
    font-family: 'AvenirNextLTProBold';
    src: url('../fonts/AvenirNextLTProBold.eot');
    src: url('../fonts/AvenirNextLTProBold.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextLTProBold.woff2') format('woff2'),
         url('../fonts/AvenirNextLTProBold.woff') format('woff'),
         url('../fonts/AvenirNextLTProBold.ttf') format('truetype'),
         url('../fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') format('svg');
}
@font-face {
    font-family: 'AvenirNextLTProBoldCn';
    src: url('../fonts/AvenirNextLTProBoldCn.eot');
    src: url('../fonts/AvenirNextLTProBoldCn.eot') format('embedded-opentype'),
         url('../fonts/AvenirNextLTProBoldCn.woff2') format('woff2'),
         url('../fonts/AvenirNextLTProBoldCn.woff') format('woff'),
         url('vfonts/AvenirNextLTProBoldCn.ttf') format('truetype'),
         url('../fonts/AvenirNextLTProBoldCn.svg#AvenirNextLTProBoldCn') format('svg');
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-size: 17px;
	color: #76777c;
	font-family: 'MyriadProRegular';
	font-weight: normal;
	line-height: normal;
	background: #fff;
}
a {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	color: #005db7;
}
a:hover {
	color: #005db7
}
a:focus {
	outline: 0
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-family: 'AvenirNextLTProBold';
}
img {
	border: none
}
img {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
ul {
	list-style-type: none
}
::-webkit-input-placeholder {
	color: #676767;
	opacity: 1
}
:-moz-placeholder {
	color: #676767;
	opacity: 1
}
::-moz-placeholder {
	color: #676767;
	opacity: 1
}
input {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s
}
p{
	margin-bottom: 10px;
}
/***************************/
header{
	position: absolute;
	top:20px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.logo {
	width: 277px;
	z-index: 99;
	position: relative;
	float: left;
}
.logo img {
	width: 100%;
	height: auto;
}
.navbar-header {
	float: right;
}
.navbar-collapse{
	padding: 0;
}
.top_nav ul{
	text-align: center;
	padding-top: 40px;
}
.top_nav ul li {
	display:inline-block;
	margin-right: 25px;
}
.top_nav ul li:last-child{
	margin-right: 0;
}
.top_nav ul li a {
	display:inline-block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'AvenirNextLTProBold';
}
.top_nav ul li.active a,.top_nav ul li.current-menu-item a, .top_nav ul li:hover a {
	color: #005db7;
}

/*************/
.banner_sec {
	position: relative;
}
.sleekslider {
  width: 100%;
  height: 582px;
  display: block;
  overflow: hidden;
  position: relative;
}

.sleekslider .slidebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  content: "";
}
.sleekslider .slidebox.active { z-index: 3; }

nav.pagination {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  z-index: 10;
  left: 0;
  right:0;
  margin: 0;
}

nav.pagination span {
  width: 13px;
  height: 13px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
  opacity: 0.4;
}
nav.pagination span.current { opacity: 1;}

.banner_sec img {
	width: 100%;
	height: auto;
}
.banner_cont {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	text-align: center;
}
.ban_outr{
	padding-top: 210px;
}
.ban_outr h1{
	color: #fff;
	font-size: 74px;
	line-height: 80px;
}
/*************/
.wwd_sec{
	background: #f7f7f7;
	padding: 80px 0;
}
.comn_hdng h2{
	color: #333333;
	font-size: 42px;
	padding-bottom: 14px;
	background: url(../images/titlebar.png) no-repeat left bottom;
}
.wwd_txt{
	padding-left: 30px;
}
.wwd_txt p{
	margin-bottom: 20px;
}
.wwd_txt p:last-of-type{
	margin-bottom: 0;
}
.wwd_bott{
	margin-top: 100px;
}
.item {
    margin: 0 10px;
}
.team_pic{
	width: 100%;
	overflow: hidden;
}
.team_pic img{
	width: 100%;
	max-height: 162px;
	min-height: 162px;
	height: 100%;
}
.infobox{
	padding: 20px 15px;
	text-align: left;
	background: #fff;
}
.infobox h4{
	color: #393838;
	font-size: 16px;
	margin-bottom: 15px;
}
.infobox p{
	color: #808080;
	font-size: 15px;
	margin-bottom: 15px;
}
.infobox a{
	color: #005db7;
	font-size: 15px;
	display: inline-block;
}
.infobox a:hover{
	text-decoration: underline;
}
/*****************/
.strategic_sec{
	padding: 60px 0 55px;
	background:#fff url(../images/blue_bg.jpg) repeat-y top right;
	background-size: 50% 100%; 
	border-bottom: 1px solid #d6dde4;
	position: relative;
}
.listing_sec{
	margin-top: 45px;
	padding-right: 15%;
	position: relative;
}
.more_article{
	position: absolute;
	right: -15px;
	top:0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 264px;
	display: block;
	z-index: 1;
}
.more_article span{
	display: none;
	color: #333333;
	font-size: 16px;
	font-family: 'AvenirNextLTProBold';
}
.listing_sec ul{
	margin: 0;
}
.listing_sec ul li{
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}
.listing_sec ul li span{
	float: left;
	width: 50px;
	text-align: center;
}
.listing_sec ul li p{
	overflow: hidden;
	padding-left: 25px;
	color: #333333;
	font-size: 18px;
}
.white h2{
	color: #fff;
}
.news_sec{
	padding-left: 30px;
}
.news_block{
	margin-top: 30px;
}
.sngl_news{
	border-bottom: 1px solid #182c84;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.sngl_news:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.date_box{
	width: 60px;
	float: left;
	font-family: 'AvenirNextLTProBold';
	text-align: center;
	background: #ffffff;
	padding:2px 8px;
	text-transform: uppercase;
}
.day{
	display: block;
	font-size: 32px;
	color: #005db7;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #005db7;
}
.month{
	color: #7c7d7e;
	font-size: 18px;
}
.desc_box{
	overflow: hidden;
	padding-left: 20px;
}
.desc_box span{
	display: block;
	color: #73b8fc;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: 'AvenirNextLTProBold';
}
.desc_box h5{
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.desc_box p{
	color: #cfcfcf;
	font-size: 15px;
}
/*******************/
.testimonial_sec{
	background: #ffffff;
	padding: 70px 0 160px;
}
.happy_client{
	text-align: center;
}
.happy_client h3{
	color: #333333;
	font-size: 30px;
	margin-bottom: 30px;
}
.comma{
	border: 2px solid #b0b2b4;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	display: inline-block;
	line-height: 44px;
	margin-bottom: 30px;
}
.client_comment {
    padding: 0 17%;
}
.client_comment p{
	font-size: 15px;
	color: #607384;
	margin-bottom: 25px;
}
.author span{
	font-size: 15px;
	color: #17537e;
	display: block;
}
.author h6{
	font-size: 18px;
	color: #17537e;
	display: block;
	text-transform: uppercase;
}
/*.clients_pic{
	width: 190px;
	margin: 35px auto 0;
}
.clients_pic ul{
	margin: 0;
}
.clients_pic ul li{
	margin: 0 2px;
	display: inline-block;
	background: url(../images/pentagon_bg.png) no-repeat 0 0;
	width: 55px;
	height: 64px;
	overflow: hidden;
	position: relative;
}
.clients_pic ul li:nth-child(4) ,.clients_pic ul li:nth-child(5){
	top: -15px;
}
.clients_pic ul li img{
	width: 100%;
	height: 100%;
}*/
.pic{
	display: block;
	border-radius:100%;
	width: 50px;
	height: 50px;
	overflow: hidden; 
	margin: 5px auto;
}
.pic img{
	border: 2px solid #1262b4;
	border-radius:100%;
}
/***************************/
footer{
	background: #0e101a;
}
.ftr_top{
	padding: 55px 0 25px;
	position: relative;
}
.ftr_cont h4{
	color: #9ea8b7;
	font-size: 16px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'MyriadProRegular';
}
.ftr_cont p{
	color: #9ea8b7;
	font-size: 14px;
}
.ftr_menu{
	padding-left: 35%;
}
.ftr_menu ul{
	margin: 0;
}
.ftr_menu ul li{
	display: block;
	margin-bottom: 15px;
}
.ftr_menu ul li a{
	color: #9ea8b7;
	font-size: 15px;
	display: inline-block;
}
.ftr_menu ul li.active a,.ftr_menu ul li.current-menu-item a{
	color: #005db7;
}
.ftr_menu ul li a .fa {
	width: 19px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;
}
.ftr_menu ul li a .fa.fa-linkedin{
	background: #2577cb;
}
.ftr_menu ul li a .fa.fa-twitter{
	background: #40bff5;
}
.ftr_logo{
	margin-top: 20px;
	display: block;
}
.ftr_bott{
	background: #0b0c15;
	padding: 15px 0;
	text-align: center;
}
.ftr_bott p{
	margin: 0;
	color: #afb7c4;
	font-size: 14px;
}
.ftr_bott a{
	color: #afb7c4;
}
/*************/
.blue_box{
	position: absolute;
	width: 100%;
	top:-60px;
	left: 0;
	background: #167be2;
	padding: 0  30px;
}
.half_part{
	float: left;
	width: 50%;
	padding:16px 0;
	border-right: 1px solid #1262b4;
}
.half_part:last-child{
	border-right: 0;
}
.half_inr{
	display: table;
	width: 100%;
}
.half_part:last-child .half_inr{
	padding-left: 50px;
}
.contact_box,.numbox{
	display: table-cell;
	vertical-align: middle;
}
.contact_box span{
	display: table-cell;
	vertical-align: middle
}
.txt{
	color: #6eaff1;
	font-size: 16px;
	font-weight: bold;
	padding-left: 24px;
}
.numbox span{
	font-family: 'AvenirNextLTProBoldCn';
	font-size: 30px;
	color: #fff;
}
.numbox a{
	font-family: 'AvenirNextLTProBold';
	font-size: 18px;
	color: #fff;
	text-align: right;
	display: block;
}
.or{
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #1262b4;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/*********inner***pages*******************/
.ban_outr h2{
	color: #fff;
	font-size: 55px;
	line-height: 80px;
	text-transform: uppercase;
}
.innr_cont{
	padding-bottom: 200px;
}
.breadcrump{
	padding: 25px 0 35px;
	text-align: right;
}
.breadcrump ul{
	margin: 0;
}
.breadcrump ul li{
	display: inline;
	color: #005db7;
	font-size: 14px;
}
.breadcrump ul li a{
	display: inline-block;
	color: #ababab;
}
.contact_sec{
	background: url(../images/queen.png) no-repeat right top;
}
.comn_hdng h3 {
    background: rgba(0, 0, 0, 0) url("../images/titlebar.png") no-repeat scroll left bottom;
    color: #333333;
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.input_outr{
	margin-bottom: 15px;
}
.input_outr .half{
	width: 48%;
	float: left;
}
.input_outr .half:last-child{
	float: right;
}
.input_outr input,.input_outr .half input{
	width: 100%;
	height: 41px;
	border: 1px solid #babec4;
	color: #000;
	font-size: 16px;
	padding-left: 15px;
	box-shadow: none;
	outline: 0;
}
.input_outr input:focus,.input_outr .half input:focus,.input_outr textarea:focus{
	border-color: #167be2;
}
.input_outr textarea{
	width: 100%;
	height: 265px;
	border: 1px solid #babec4;
	color: #000;
	font-size: 16px;
	padding: 25px 15px;
	box-shadow: none;
	outline: 0;
	resize: vertical;
}
.input_outr input[type="submit"]{
	width: 149px;
	height: auto;
	border: 0;
	font-family: 'AvenirNextLTProBold';
	font-size: 20px;
	color: #fff;
	box-shadow: none;
	outline: 0;
	background: #167be2;
	padding: 10px 0;
	text-align: center;
}
.input_outr input[type="submit"]:hover{
	background: #08417a;
}
.info_blck_sngl{
	margin-bottom: 30px;
}
.info_icon{
	float: left;
	width: 32px;
}
.info_txt{
	overflow: hidden;
	padding-left: 40px;
}
.info_txt span{
	display: block;
	padding-bottom: 10px;
	font-family: 'AvenirNextLTProBold';
	font-size: 16px;
	color: #333333;
}
.info_txt p{
	display: block;
	font-size: 21px;
	color: #889da7;
	font-weight: 700;
}
.info_txt p a{
	display: inline-block;
	font-size: 14px;
	color: #889da7;
	font-weight: 400;
}
.social a{
	margin-right: 20px;
}
.social a .fa-facebook:hover{
	color: #3B579D;
}
.social a .fa-twitter:hover{
	color: #40bff5; 
}
.social a .fa-linkedin:hover{
	color: #2577cb;
}

/*************************/
.wcu_sec {
    background: #fff;
    padding: 0px 0 40px;
}
.wcu_bott {
    margin-top: 60px;
}
.reason_box{
	text-align: center;
	padding: 0 8%;
}
.icon{
	margin-bottom: 35px;
}
.reason_box h5{
	color: #333333;
	font-size: 22px;
	margin-bottom: 15px;
}
.reason_box p{
	line-height: 28px;
}
.strategic_group_sec{
	position: relative;
}
.strategic_group_inr{
	display: table;
	width: 100%;
	position: relative;
}
.strategic_group_lft{
	width: 50%;
	display:table-cell;
	background: url(../images/about_bg.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.strategic_group_rht{
	width: 50%;
	display:table-cell;
	background:#005db7 url(../images/queen2.png) no-repeat right bottom;
	background-size: auto 68%;
}
.strategic_over{
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.group_sec{
	padding: 70px 16% 60px 60px;
}
.group_sec p{
	color: #fff;
}
.mission_sec{
	padding: 80px 0 100px;
}
.mission_sec h2{
	color: #333333;
	font-size: 35px;
	margin-bottom: 15px;
}
.principle_bg{
	background: #e4e3e8;
	padding: 70px 0 30px;
	text-align: center;
}
.principle_bg h2{
	color: #333333;
	font-size: 42px;
	margin-bottom: 40px;
}
.principle_inr{
	padding: 0 10%;
}
.align_rht{
	text-align: right;
}
.align_lft{
	text-align: left;
}
.principle_cont h6{
	color: #005db7;
	font-size: 23px;
	margin-bottom: 10px;
}
.principle_cont p{
	color: #272729;
	font-size: 15px;
}
.principle_cont span{
	color: #005db7;
	font-size: 15px;
	font-weight: 700;
	display: block;
}
.principle_cont span a{
	display: block;
}

/*******29/3/16 service page***************/
.billing_sec{
	margin: 0;
}
.billing_blck{
	background:#f3f1f2 url(../images/billing_pic.jpg) no-repeat left top;
	background-size: 44% 100%;
}
.billing_blck:nth-child(2n){
	background:#eaeaea url(../images/pricing_pic.jpg) no-repeat right top;
	background-size: 44% 100%;
}
.lft_blck{
	float: left;
	width: 44.3333%;
}
.rht_blck{
	overflow: hidden;
	padding: 72px 0;
}
.billing_blck:nth-child(2n) .lft_blck{
	float: right;
}
.rht_blck h2{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}
.service_sec{
	padding: 35px 0 0;
	background: #fff;
}
.ser_pic{
	overflow: hidden;
	margin-bottom: 25px;
}
.ser_pic img{
	width: 100%;
	height: 271px;
}
.ser_cont{
	padding-bottom: 40px;
}
.ser_cont h4{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}
.marketing_sec{
	background: #f2f2f2;
}
.marketing_inr{
	background: url(../images/marketingBg.jpg) no-repeat left bottom;
	background-size: auto 100%; 
}
.marketin_cont{
	padding: 50px 0 45px 44%;
}
.marketin_cont h4{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}

.organisation_sec{
	background: #e8e8e8;
}
.organisation_inr{
	background: url(../images/organisation_bg.jpg) no-repeat right bottom;
	background-size: auto auto; 
	padding: 50px 0 60px 0;
}
.organisation_cont{
	padding: 0px 34% 0px 0;
}
.organisation_inr h4{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}
.partner_sec{
	background:#167be2 url(../images/partner_bg.png) no-repeat center bottom;
}
.partner_inr{
	padding: 80px 16% 195px;
	text-align: center;
}
.partner_inr h4{
	font-family: 'montserratlight';
	color: #fff;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}
.partner_inr p{
	color: #fff;
}
.planning_sec{
	background:#f2f2f2 url(../images/planning_bg.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.planning_inr{
	padding: 100px 0 100px 40%;
}
.planning_inr h4{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}
.planning_inr p{
	color: #76777c;
}

/*****31/3/16***********/
.article_sec{
	margin: 0;
}
.news_outr{
	padding: 40px 0 185px 0;
}
.news_outr .sngl_news{
	padding-bottom: 30px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.news_outr .sngl_news:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.greybg{
	background: #e6e6e6;
}
.month {
    font-size: 17px;
}
.news_cont{
	padding-left: 20px;
	overflow: hidden;
}
.news_hrd span {
	color: #005db7;
	font-size: 14px;
	display: block;
	font-family: 'AvenirNextLTProBold';
	margin-bottom: 15px;
}
.news_hrd h5 {
	color: #161616;
	font-size: 18px;
	font-family: 'AvenirNextLTProBold';
	margin-bottom: 20px;
	text-transform: uppercase;
}
.news_pic{
	float: right;
	width: 316px;
	overflow: hidden;
	margin-left: 10px;
}
.news_pic img{
	width: 100%;
	height: auto;
	max-height: 236px;
	border: 3px solid #e2e5e7;
}
.article p{
	color: #76777c;
	font-size: 15px;
	margin-bottom: 25px;
}
.article p:last-of-type{
	margin-bottom: 0;
}
.article p strong{
	color: #005db7;
	font-size: 15px;
	display: block;
	font-weight: 700;
}
.article p a{
	color: #005db7;
	font-size: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}
.art_cont{
	overflow: hidden;
}
.grey_box{
	background: #eeeff0;
	padding: 30px 15px;
	margin-top: 30px;
}
.grey_box h4{
	color: #005db7;
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: 700;
}
.grey_box h6{
	color: #005db7;
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 700;
}
.grey_box p a{
	color: #005db7;
	text-transform: none;
	font-weight: normal;
}

/*----new-brand---*/
.brand{
	background: #e8e8e8;
}
.brand .marketing_inr{
	background: url(../images/BrandManagement.jpg) no-repeat left bottom;
	background-size: auto 100%; 
}
.brand .marketin_cont{
	padding: 50px 0 45px 44%;
}
.brand .marketin_cont h4{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}/*-------*/
/*----Lateral Partner Management---*/
 .lateral{
	background: #f2f2f2;
}
.lateral .organisation_inr{
	background: url(../images/LateralPartnerManagement.png) no-repeat right bottom;
	background-size: auto auto; 
	padding: 50px 0 60px 0;
}
.lateral .organisation_cont{
	padding: 0px 45% 0px 0;
}
.lateral .organisation_inr h4{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}
/*-------*/
/*----retreat---*/


.retreat .marketin_cont{
	padding: 50px 0 105px 44%;
}
.retreat .marketin_cont h4{
	font-family: 'montserratlight';
	color: #333333;
	font-size: 35px;
	margin-bottom: 20px;
	text-shadow: 0 0 1px rgba(0,0,0,0.18);
}/*-------*/
.retreat {
	background: #e8e8e8;
}

.retreatbg{
	background: url(../images/planing.jpg) no-repeat left bottom;
	background-size: auto 100%; 
}

/*********************/
.sngl_srvc{
	padding: 50px 0 60px;
	background: #e8e8e8;
}
.sngl_srvc:nth-child(2n) {
	background:#ffffff;
}
.sngl_srvc:last-child{
	padding-bottom: 100px;
}
.services_outr .sngl_srvc:nth-child(2n) .col-lg-7,.serv_outr2 .sngl_srvc:nth-child(2n) .col-sm-7{
	float: right;
}
.gen_info h2 {
    color: #333333;
    font-family: "montserratlight";
    font-size: 35px;
    margin-bottom: 20px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.18);
}
.serv_pic{
	overflow: hidden;
}
.serv_pic img{
	width: 100%;
	height: auto;
	max-height: 310px;
}
.art_cont > ul {
    list-style-type: disc;
    padding-left: 75px;
}
/*************16/2/18************************/
@font-face {
    font-family: 'AvenirLTStdHeavy';
    src: url('../fonts/AvenirLTStdHeavy.eot');
    src: url('../fonts/AvenirLTStdHeavy.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStdHeavy.woff2') format('woff2'),
         url('../fonts/AvenirLTStdHeavy.woff') format('woff'),
         url('../fonts/AvenirLTStdHeavy.ttf') format('truetype'),
         url('../fonts/AvenirLTStdHeavy.svg#AvenirLTStdHeavy') format('svg');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold_2.eot');
    src: url('../fonts/myriadpro-semibold_2.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold_2.woff') format('woff'),
         url('../fonts/myriadpro-semibold_2.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold_2.svg#MyriadProSemibold') format('svg');
}
.principle_bg{
	background: #f1f1f1;
	padding: 70px 0 90px;
	text-align: center;
}
.principle_bg h2{
	color: #333333;
	font-size: 45px;
	margin-bottom: 60px;
	font-family: 'AvenirLTStdHeavy';
}
.team_block{
	display: table;
	width: 100%;
	margin-bottom: 75px;
}
.team_block:last-child{
	margin-bottom: 0;
}
.picbox,.content_box{
	display: table-cell;
	vertical-align: middle;
}
.picbox{
	width: 210px;
	height: auto;
	overflow: hidden;
}
.picbox img{
    max-width:100%;
}
.content_box{
	padding-left: 40px;
	text-align:left;
}
.content_box h4{
	color: #167be2;
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'MyriadProSemibold';
	line-height: 1;
}
.content_box span{
	color: #333333;
	font-size: 19px;
	margin-bottom: 15px;
	display:block;
}
.content_box p{
	color: #333333;
	margin-bottom: 10px;
	line-height: 24px;
}
.content_box p a{
	font-family: 'MyriadProSemibold';
	color: #167be2;
}