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

body {
	padding : 0;
	margin : 0 0 0 0;
	font : 12px/14px Arial, Helvetica, sans-serif, "Myriad Pro";
	color : #333333;
}
td{font : 12px/14px Arial, Helvetica, sans-serif, "Myriad Pro";
	color : #333333;}
div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea {
	padding : 0;
	margin : 0;
}
p {
	padding : 0 0 0 0px;
	margin : 0;
}
ul {
	list-style : none;
}
img {
	outline : none;
	border : none;
}
a {
	outline : none;
	text-decoration : none;
}

/* --------------------- main css ------------------------------------------------------*/

.container{
	width:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top:12px;
	float:left;
}

.maincontainer{
	width:1017px;
	margin:0 auto;
}

.maincontainerstart{
	width:1017px;
	float:left;
	margin:0;
}

/* --------------------- header  css ------------------------------------------------------*/

.header{
	height:18px;
	width: 1017px;
	float:left;
	background-image: url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:23px;
}

.header ul.mainMenu {
	padding:0;
	float:left;
}
.header ul.mainMenu li {
	float:left; width:169.5px; text-align:center; 
}
.header ul.mainMenu li a {
	width:169.5px;
	height:13px;
	display:block;
	padding-top:5px;
	text-align:center;
	font-weight:normal;
	background-color:inherit;
	background-image: url(../images/menu_line.jpg);
	background-repeat:no-repeat; background-position:right;
}
.header ul.mainMenu li a:hover {
	color:#f26532;

}
.header ul.mainMenu li a.selectMenu {
	color:#f26532;
}

/* --------------------- home body  css ------------------------------------------------------*/

.content_main{
	width: 1017px;
	margin:0 auto;
}

.content_mainhome{
	width: 1017px;
	float:left;
	margin-bottom:23px;
}

.content{
	width: 1017px;
	float:left;
	margin: 0;
	margin-bottom:23px;
}

.content_left{
	width:659px;
	height:510px;
	float:left;
	background-image: url(../images/home_boxbg.jpg);
	background-repeat:no-repeat;
	padding:6px;
}

.content_right{
	width:323px;
	height:521px;
	float:left;
	margin-left:23px;
}
.content_logo{
	width:323px;
	height:325px;
	float:left;
	margin-bottom:21px;
}
.content_welcometext{
	width:323px;
	height:175px;
	float:left;
}

.morelink { font-size:12px; color:#f26532; }
.morelink a{ color:#f26532;  }
.morelink a:hover { color:#000000; text-decoration:none;}


/* --------------------- home footer  css ------------------------------------------------------*/

.homefooter{
	width:1023px;
	margin:0 auto;
}

.homefooterstart{
	width:1023px;
	float:left;
	margin:0;
}

.newssection{
	width:298px;
	height:166px;
	float:left;
	padding-top:14px; padding-left:17px; padding-right:16px;
	background-image: url(../images/home_footerbox_bg.jpg);
	background-repeat:no-repeat;
}

.newssection a{
	color:#333333;
}

.footertitle{
	width:100%;
	float:left;
	font-size:18px;
	color:#333333;
	margin:0;
	padding-bottom:8px;
}

.newspic { width:105px;
		margin-right:12px;
		float:left;
}
.newstext { width:172px;
		height:128px;
		float:left;
		font-size:12px;
}

.gap { width:15px; float:left; height:180px;}
.gap2 { width:14px; float:left; height:180px;}

.mediapic { width:298px;
		float:left;
}

.socialtitle{
	width:80px;
	float:left;
	font-size:18px;
	color:#333333;
	margin:0;
}

.socialicon{
	width:30px;
	float:left;
	margin:0;
	padding-bottom:7px;
}
.socialtextsection { width:250px; margin:0 auto; padding-top:12px; }
.socialtextsection2 ul{ width:250px; float:left; }
.socialtextsection2 ul li.socialtext { width:250px; padding-top:2px; padding-bottom:3px; border-bottom: dotted 1px #666666; font-size:11px; line-height:12px; }

/* --------------------- home footer  css ------------------------------------------------------*/

.homefooter2{
	width:1017px;
	margin:0 auto;
	height:40px;
	font-size:10px;
	line-height:40px;
	color:#999999;
}


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-size:11px;
line-height: 12px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 95px; /* default width for menu */
height:38px;
padding-top:5px;
padding-left:33px;
background-image:url(../images/dropdown_menubg.png); background-repeat:no-repeat;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}
.anylinkmenu ul a{
width: 100%;
display: block;
text-indent: 5px;
padding: 1px 0;
text-decoration: none;
color:#000000;
font-weight: none;
margin:0 0 0 0;
}

.anylinkmenu a:hover{ /*hover background color*/

/*border:#a9e0fc 2px solid;*/
color: #F26532;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #a9e0fc;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 3px;
margin-right: 5px;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: none;
visibility: hidden;
}

.socialicon2{
	width:30px;
	float:left;
	margin:0;
} 

/* --------------------- who we are body  css ------------------------------------------------------*/

.content_main2{
	width: 1017px;
	margin:0 auto;
}

.content2{
	width: 1017px;
	float:left;
	margin: 0;
}

.whofooter{
	width:1017px;
	height:40px;
	line-height:40px;
	font-size:10px;
	color:#999999;
	float:left;
}

.footersecton{
	width:1017px;
	height:40px;
	line-height:40px;
	font-size:10px;
	color:#999999;
	float:left;
}

.who_left{
	width:554px;
	height:560px;
	float:left;
	background-image: url(../images/who_we_are_boxbg.jpg);
	background-repeat:no-repeat;
	padding:6px;
}

.who_right{
	width:428px;
	height:572px;
	float:left;
	margin-left:23px;
}
.who_logosection{
	width:428px;
	height:179px;
	float:left;
	margin-bottom:33px;
}

.who_pagetitle{
	width:234px;
	height:152px;
	margin-right:15px;
	float:left;
	font-size:15px;
	padding-top:27px;
	text-align:right;
}

.who_logo{
	width:179px;
	height:179px;
	float:right;
}
.who_text{
	width:428px;
	height:334px;
	float:left;
	font-size:14px;
	line-height:16px;
}
.who_arrrowsection{
	width:36px;
	height:26px;
	float:left;
}

.who_socialsection{
	width:120px;
	height:26px;
	float:right;
}

.arrowleft{
	width:14px;
	padding-top:12px;
	float:left;
}

.arrowright{
	width:8px;
	padding-top:12px;
	float:right;
}

.socialsection { width:428px; float:left;}

/* --------------------- what we do body  css ------------------------------------------------------*/

.what_left{
	width:534px;
	height:560px;
	float:left;
	background-image: url(../images/what_we_do_boxbg.jpg);
	background-repeat:no-repeat;
	padding:6px;
}

.what_right{
	width:448px;
	height:572px;
	float:left;
	margin-left:23px;
}

.what_right_logosection{
	width:448px;
	height:179px;
	float:left;
	margin-bottom:33px;
}

.what_right_box{
	width:254px;
	height:179px;
	float:left;
	margin-right:15px;
}

.what_pagetitle{
	width:254px;
	height:23px;
	float:left;
	font-size:15px;
	padding-top:27px;
	text-align:right;
}

.submenu{ width:254px; float:left; }
.submenu ul{ font-size:11px; color:#333333; line-height:13px; }
.submenu li{   font-size:11px; color:#333333; line-height:13px; }
.submenu a{  color:#333333;  }
.submenu a:hover, .submenu a.active{ color:#f26532;}

.what_text{
	width:448px;
	height:355px;
	float:left;
	font-size:14px;
	line-height:16px;
	overflow: auto; 
}
.socialsection2 { width:448px; float:left;}


/* --------------------- what we have done body  css ------------------------------------------------------*/

.whatwe_leftsection{
	width:618px;
	height:602px;
	float:left;

}
.whatwe_left{
	width:606px;
	height:560px;
	float:left;
	background-image: url(../images/what_we_done.jpg);
	background-repeat:no-repeat;
	padding:6px;
}
.whatwe_left_text{
	width:618px;
	float:left;
	padding-top:16px;
	font-size:16.5px;
}

.whatwe_right{
	width:376px;
	height:572px;
	float:left;
	margin-left:23px;
}

.whatwe_right_logosection{
	width:376px;
	height:179px;
	float:left;
	margin-bottom:20px;
}

.whatwe_pagetitle{
	width:182px;
	height:152px;
	margin-right:15px;
	float:left;
	font-size:15px;
	padding-top:27px;
	text-align:right;
}

.whatwe_text{
	width:376px;
	height:347px;
	float:left;
	font-size:14px;
	line-height:16px;
}
.socialsection3 { width:376px; float:left;}

/* --------------------- what we have done body  css ------------------------------------------------------*/

.news_logosection{
	width:376px;
	height:179px;
	float:left;
	margin-bottom:33px;
}
.news_text{
	width:376px;
	height:334px;
	float:left;
	font-size:14px;
	line-height:16px;
}

/* --------------------- media body  css ------------------------------------------------------*/

.media_logosection{
	width:1017px;
	height:179px;
	float:left;
	margin-bottom:20px;
}

.media_logosection2{
	width:376px;
	height:179px;
	float:right;
}
.media_section{
	width:1017px;
	margin:0;
	float:left;
}

.media_box{
	width:220px;
	height:132px;
	padding-top:9px;
	padding-left:12px;
	padding-right:12px;
	background-image: url(../images/media_box.jpg);
	background-repeat:no-repeat;
	margin-bottom:30px;
	float:left;
}
.media_box_gap{
	width:13px;
	height:141px;
	margin-bottom:30px;
	float:left;
}


.media_pic{
	width:220px;
	height:105px;
	text-align:center;
	float:left;
}

.media_text{
	font-size:11px;
	width:220px;
	height:24px;
	line-height:24px;
	text-align:center;
	float:left;
}

.medialink { font-size:12px; color:#333333; }
.medialink a{ color:#333333;  }
.medialink a:hover { color:#f26532; text-decoration:none;}

.mediafootersction{
	width:1017px;
	height:35px;
	font-size:10px;
	color:#999999;
	float:left;
}

.mediacopyright{
	width:300px;
	font-size:10px;
	color:#999999;
	float:left;
}

/* --------------------- media details body  css ------------------------------------------------------*/


.mediadetails_section{
	width:1005px;
	height:537px;
	float:left;
	padding:6px;
	background-image: url(../images/media_detail_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;
}

/* --------------------- contact body  css ------------------------------------------------------*/

.content3{
	width: 960px;
	float:left;
	margin: 0;
	padding-left:57px;
	margin-bottom:6px;
}

.contact_left { width:675px; float:left; margin:0; padding-top:146px;}
.contact_left1 { width:675px; float:left; margin:0; margin-bottom:29px; }
.contact_left11 { width:675px; float:left; margin:0;  }

.contact_left2 { width:675px; float:left; margin:0; margin-top:10px;}
.contact_leftpic { width:261px; float:left; margin:0; margin-right:27px;}
.contact_lefttext { width:387px; float:left; margin:0; font-size:13px; line-height:16px; padding-top:44px;}
.contact_lefttext2 { width:387px; float:left; margin:0; font-size:13px; line-height:16px; padding-top:44px;}


.contactcopyright{
	width:507px;
	font-size:10px;
	color:#999999;
	float:left;
	padding-left:57px;
	padding-top:13px;

}

.contact_right { width:285px; float:left; margin:0;}
.contact_right_text { width:91px; float:left; margin:0; margin-right:15px; font-size:15px; padding-top:27px; text-align:right;}

/* --------------------- the team body  css ------------------------------------------------------*/

.teamleft { width:342px; float:left; margin-right:10px; margin-top:26px;}
.teammiddle { width:450px; float:left; margin-right:26px;}
.teamlogo{ width:179px; float:right; }
.teamtitle{ width:100%; float:left; font-size:15px; height:28px;}
.teamtitlesub{ width:100%; float:left; font-size:12px; height:28px;}
.teamtext{ width:100%; float:left; font-size:12px; height: 365px; overflow: auto; }

.teamleftmenu {margin:0;
	width:171px;
	float:left;
	padding-top:2px;
	font-size:12px;
	cursor:pointer;
}

.teamleftmenu:hover{
	color:#f26532;
}
.tmpSlideshowControlActive{color: #F26532; }	
/*.teamleftmenu ul {
	padding:0 0 0 0px;
	border:none;
}
.teamleftmenu li {
	margin:0;
	width:150px;
	float:left;
	height:16px;
	line-height:16px;
	font-size:11px;
}
.teamleftmenu a {
	color:#333333;
	display:block;
}
.teamleftmenu a:hover, .teamleftmenu a.active {
	color:#f26532;
}*/

.teamfooterleft { width:320px; float:left;}
.teamfootermiddle { width:518px; float:left;}
.teamfooterright { width:179px; float:right;}


.effectContainer .slide.r2:not(:first-child) ,
.effectContainer .whoimg:not(:first-child) ,
.effectContainer2 .newsitem:not(:first-child) ,
.effectContainer3 .slide.r2:not(:first-child),
.effectContainer3.circular .newsimg:not(:first-child),  
.effectContainer .whatwedoimg:not(:first-child)   
{ display: none; }

/* new homepage footer design */

.homefooterstart .newssection:first-child {
	width: 644px;
	background-image: url(../images/home_footerbox_bg_lg.jpg)
}

.ig-feed.owl-carousel .owl-stage-outer {
	position: absolute;
	width: 644px;
  margin-top: 25px;
  height: 126px;
}

.homefooter2 {
	padding-top: 10px;
}

.homefooter2 .twitter {
	float: left;
	width: 615px;
	background-color: #e9e9eb;
	height: 22px;
	border-radius: 10px;
	padding: 5px 28px;
	font-size: 12px;
	color: #333333;
}

.homefooter2 .social-links {
	float: left;
	width: 216px;
	padding-left: 30px;
	height: 32px;
}

.homefooter2 .social-links li {
	float: left;
	margin-right: 6px;
}

.homefooter2 .copyright {
	float: left;
	width: 100px;
	text-align: right;
	height: 32px;
	line-height: 32px;
}

.tw-feed.owl-carousel {
	float: left;
	padding-left: 50px;
	position: absolute;
	width: 570px;
	margin-top: -30px;
	height: 33px;
	overflow: hidden;
}