/* Global Styles */
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	}
ul{
	padding:0;
	margin:0;
	}
a:hover,a:focus{
	text-decoration:none !important; 
	}
a:focus{
	outline:none !important;
	}
html,body {
	height: 100%;
	width: 100%;
	font-family:Arial !important;
	/*background:url(../images/bg.jpg) repeat;*/
	/* background-color: #9ac93b; */
	margin:0;
	padding:0;
	/*background: -webkit-linear-gradient(#5ddb53, #f6f84f); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#5ddb53, #f6f84f); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(top, #5ddb53, #f6f84f); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#5ddb53, #f6f84f); /* Standard syntax (must be last) */
	background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-position: 0px 0px;
	}

.wrapper{
	max-width:100%;
	margin:0 auto;
	background:#fff;
	}
.header{
	width:100%;
	background:#fff;
	border-bottom:1px solid #796445;
	padding-top:20px;
	}
.logo{
	margin-left:15px;
	}



.main_nav{
	padding-top:10px;
	padding-bottom:10px;
	}
.main_nav ul li{
	position:relative;
	list-style:none;
	float:left;
	padding:0 20px;
	z-index:5
	}
.main_nav ul li > ul{
	display:none;
	position:absolute;
	background:#fff;
	border: 1px solid #5ddb53;
}
.main_nav ul li > ul li{
	display:block;
	float:none;
}
/*.main_nav ul li:hover > ul{
	display:block
}*/
.main_nav ul li table tr td{
	min-width:150px;
	border-right:1px solid #ccc;
	border-left:0;
	border-top:0;
	border-bottom:0;
	}
.main_nav ul li table tr td:last-child{
	border-right:0px solid #ccc;
	padding-left:10px;
	}

.main_nav ul li a:hover /*,.main_nav ul li.selected a*/{
	/*color:#5ddb53;*/

	}
.main_nav ul li.selected a:hover{
	color:#66cdaa !important ;
	}
/*#mainMenu .selected:nth-child(2){ 
	display:none; 
	}*/
.subcontent h1{
	line-height:26px;
	color:#c60c1a;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	font-family:"Myriad Pro";
	}
.subcontent ul li{
	list-style:none;
	float:left;
	padding:0;
	}
.subcontent ul li a{
	font-size:14px;
	/*color:#5ddb53;*/
	color:#106a0a !important;
	line-height:28px;
	/*text-transform:uppercase;*/
	font-family:sans-serif;
	}
.subcontent ul li a:hover{
	color:#000 !important;
	text-decoration:underline !important;
	
	}
.search{
	margin-top:22px;
	max-width:130px;
	height:28px;
	border:1px solid #7a7e81;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
/*.search_input{
	font-size:12px;
	color:#fff;
	line-height:28px;
	height:28px;
	max-width:104px;
	float:left;
	padding:3px 10px;
	text-transform:uppercase;
	background:none;
	border:none;
	}*/
.searchBox input{
	font-size:12px;
	color:#fff;
	line-height:28px;
	height:28px;
	max-width:104px;
	float:left;
	padding:3px 10px;
	/*text-transform:uppercase;*/
	background:none;
	border:none;
	}
/*.search_btn{
	width:17px;
	height:17px;
	float:left;
	border:0;
	margin-top:5px;
	background:url(../images/search_icon.png) no-repeat;
	cursor:pointer;
	}*/
	
.searchBox button.search{
	width:17px;
	height:17px;
	float:left;
	border:0;
	margin-top:5px;
	background:url(../images/search.png) no-repeat;
	cursor:pointer;
	}
	
.content_part{
	width:100%;
	overflow:hidden;
	padding:20px 20px;
	}
.content_box{
	margin-bottom:20px;
	float: left;
	width: 100%;
	height: auto;
	background:#E7EFF6;
	padding:15px;
	}
.content_sub h1{
	line-height:35px;
	/*background:#3b3f98;*/
	color:#f7941d;
	font-size:20px;
	padding-left:0px;
	margin-bottom:15px;
	font-family:sans-serif;
	}
.content_sub p{
	line-height:20px;
	color:#7f8084;
	font-size:14px;
	text-align:justify;
	padding-bottom:15px;
	font-family:"Times New Roman";
	}
.content_box h1 a{
	line-height:35px;
	/*background:#3b3f98;*/
	display:block;
	color:#f7941d;
	font-size:18px;
	padding-left:0px;
	font-family:sans-serif;
	}
.contBox_text{
	padding:15px 0 ;
	overflow:hidden;
	}
.content_box p{
	line-height:20px;
	color:#7f8084;
	font-size:14px;
	text-align:justify;
	font-family:"Times New Roman";
	}
.individual { background:url(../images/individual.png) no-repeat; width:100%; height:252px; float:left }
.individual:hover { 
	background:url(../images/individual_h.png) no-repeat;		
}
/*.micro { background:url(../images/micro.png) no-repeat; width:150px; height:152px; float:left }
.micro:hover { 
	background:url(../images/micro_h.png) no-repeat;		
}*/
.group { background:url(../images/group.png) no-repeat; width:100%; height:252px; float:left }
.group:hover { 
	background:url(../images/group_h.png) no-repeat;		
}
.see_more{
	line-height:20px;
	color:#2184c5;
	display:block;
	float:right;
	font-size:14px;
	font-family:"Myriad Pro";
	font-weight:bold;
	margin-top:20px;
	}
.see_more:hover{
	color:#f7941d;
	}
.see_more00{
	line-height:20px;
	color:#f25623;
	display:block;
	float:right;
	font-size:14px;
	margin-bottom:20px;
	font-family:"Myriad Pro";
	font-weight:bold;
	}
.see_more00:hover{
	color:#2184c5;
	}
.video_spotlight{
	margin-bottom:20px;
	}
.video_spotlight h1 a{
	line-height:35px;
	/*background:#3b3f98;*/
	display:block;
	color:#f7941d;
	margin-bottom:10px;
	font-size:20px;
	padding-left:15px;
	font-family:"Myriad Pro";
	}
.video_caption{
	line-height:28px;
	display:block;
	text-align:center;
	color:#fff;
	margin:0;
	font-size:18px;
	font-family:"Myriad Pro";
	}
.cap_00{
	background:#db933e;
	}
.cap_01{
	background:#59a8c6;
	}
.cap_02{
	background:#8a8a8a;
	}
.video{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	}
.news_events{
	margin-bottom:15px;
	padding:10px 10px 10px 0px;
	}
.news_events h1 a{
	line-height:35px;
	/*background:#3b3f98;*/
	display:block;
	color:#106a0a;
	margin-bottom:10px;
	font-size:20px;
	font-family:"Myriad Pro";
	font-weight:bold;
	}
.media_coverage{
	margin-bottom:15px;
	}
.media_coverage h1 a{
	line-height:35px;
	background:#3b3f98;
	display:block;
	color:#f7941d;
	margin-bottom:10px;
	font-size:20px;
	padding-left:20px;
	font-family:"Myriad Pro";
	}
.news_box{
	margin-bottom:15px;
	overflow:hidden;
	}
.news_box img{
	float:left;
	width:40%;
	margin-right:15px;
	}
.news_box p{
	line-height:20px;
	color:#7f8084;
	font-size:14px;
	text-align:justify;
	font-family:"Times New Roman";
	}
.see_more01{
	line-height:20px;
	color:#232077;
	display:block;
	float:right;
	font-size:14px;
	font-family:"Myriad Pro";
	font-weight:bold;
	}
.see_more01:hover{
	color:#f7941d;
	}
.featured_album{
	width:100%;
	overflow:hidden;
	padding:0 15px;
	}
.featured_album h1 a{
	line-height:35px;
	background:#3b3f98;
	display:block;
	color:#f7941d;
	margin-bottom:10px;
	font-size:20px;
	padding-left:20px;
	font-family:"Myriad Pro";
	}
.feature_inner{
	min-height:178px;
	margin-bottom:15px;
	padding:30px 0 0 0;
	background:url(../images/bg_featured.jpg) repeat-x;
	}
.feature_box{
	padding:10px 0 0 10px;
	max-width:175px;
	min-height:124px;
	background:url(../images/feature_box.png) no-repeat;
	}
.feature_box img{
	max-width:158px !important;
	max-height:92px !important;
	}
.page_bottom{
	width:100%;
	overflow:hidden;
	background:#e2e6e9;
	padding:0;
	}
.page_bottom h1{
	font-size:14px;
	color:#0b507a;
	line-height:30px;
	border-bottom:1px solid #caced1;
	margin:10px 0;
	text-transform:uppercase;
	}
.pageTop_box{
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
	}
.pageTop_box ul li{
	list-style:none;
	float:left;
	width:100%;
	}
.pageTop_box ul li a{
	line-height:30px;
	color:#000002;
	font-size:12px;
	font-family:"Myriad Pro";
	}
.pageTop_box ul li a:hover{
	text-decoration:underline !important;
	}
.pageBot_box{
	width:100%;
	overflow:hidden;
	padding:20px;
	background:#d9dbda;
	}
.footer_left{
	width:100%;
	overflow:hidden;
	}
.footer_left h2{
	font-size:16px;
	color:#55555d;
	line-height:20px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:capitalize;
	}	
.footer_menu{
	width:100%;
	overflow:hidden;
	}
.footer_menu ul li{
	list-style:none;
	float:left;
	padding:0 15px;
	border-right:1px solid #bebfc3;
	}
.footer_menu ul li a{
	line-height:20px;
	color:#4792af;
	font-size:14px;
	font-weight:300;
	font-family:"Myriad Pro";
	}
.footer_menu ul li a:hover{
	text-decoration:underline !important;
	}
.footer_menu ul li:first-child{
	padding:0 15px 0 0;
	}
.footer_menu ul li:last-child{
	border-right:none;
	}
.footer_social{
	width:100%;
	overflow:hidden;
	}
.footer_social img{
	float:left;
	margin-right:8px;
	}
.footer{
	padding:15px 0;
	overflow:hidden;
	}
.footer p{
	line-height:20px;
	color:#53575a;
	font-size:14px;
	font-family:"Myriad Pro";
	}
.content{
	width:100%;
	overflow:hidden;
	background:#E7EFF6;
	margin-bottom:15px;
	}
.row1{
	margin-left:-15px;
	margin-right:-15px;
	}
	
/* Responsive Styles */
@media (min-width: 768px) and (max-width: 991px) {
.main_nav ul li{
	padding:0 6px;
	}
.main_nav ul li a{
	font-size:12px;
	
	}
p.date {
font-size:12px;
font-weight:bold;
color:white;
}
.wrapper00 {padding:0px 50px 0px 20px;}
.feature_box{
	width:100%;
	height:100%;
	background:url(../images/feature_box.png) no-repeat;
	background-size:cover;
	}
.feature_box img{
	max-width:100px !important;
	max-height:92px !important;
	}

}

/*top button start*/
.topcontrol-arrow-up {
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 7px;
    position: absolute;
    top: 10px;
}

#topcontrol > div {
    border-radius: 4px;
    bottom: 15px;
    box-shadow: 1px 1px 3px 0 navy;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 15px;
    transition: all 0.3s linear 0s;
    width: 27px;
    z-index: 5;
}
.colored-bg {
    background-color: #3B3F98;
}
.colored-bg:hover {
    background-color: #F7941E;
}

/*top button End*/

@media (max-width: 767px) {
.flex-direction-nav a  {width:20px; height:37px;}
.flex-direction-nav .flex-prev { left: 0px !important; background: url(../images/button-top-previous.png) no-repeat !important; }
.flex-direction-nav .flex-next { right: 0px !important; background: url(../images/button-top-next.png) no-repeat !important }
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
#toggleDemo{


}

#marquee{
background-color:#fff; 
padding:10px;
border:1px solid #5ddb53;
border-top:none;
border-radius:0px 0px 6px 6px;
}
#marquee2{
background-color:#fff; 
padding:10px;
border:1px solid #5ddb53;
border-top:none;
border-radius:0px 0px 6px 6px;

}

.marquee_head{
width:100%;
margin:0px;
padding:0px;
border:1px solid #5ddb53;
border-radius:6px 6px 0 0;
text-align:center;
color:#106a0a;

border-bottom:none;
}
h1.marquee_head{
text-align:center;
color:#106a0a;
background-color:#f6f84f;
border:none;
}
h1.marquee_head > a {
  color: #c60c1a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 0;
}

.marquee_head  > a:hover,
.marquee_head > a:focus {
color:teal;
}
.marq{
height:140px;
padding:10px;
}
.marq p {
color:#3b3f98;
text-align:justify;
}

.marq a{
color:#106a0a;
}

.marq  a:hover,
.marq  a:focus{
color:teal;
}
.products_all {
/*border:1px solid #106a0a;*/
border-radius: 0px;
background-color:transparent;
padding-top:10px;
}
.products {
border:0px solid #106a0a;
border-radius: 6px;
background-color:106a0a;
color:red;
padding-right: 0;
}
.products h4, .products h4 {
padding: 10px 0px 10px 0px;
}
li.planID  {
color:red;
}
li.planName a {
color:blue;
}

.tMenu {
color: #106a0a ;
font-size:14px; 
font-weight:bold;
max-width:160px
}
.tMenu2 {
color: #106a0a ;
font-size:14px; 
font-weight:bold;
width:100px;
}
.tMenu a, .tMenu2 a {
color:#106a0a !important;
}


ul.cent {
        width:100%;
        background:red;
        
        text-align:center;
}
.cent li {
        display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
        background:blue;
        color:white;
        margin-right:10px;
}
.on {
color:#000;
}
.profile {
border:1px solid #000;
margin-bottom:10px;
border-radius:6px;
}
td.profile {
vertical-align:middle;
text-align:left;
border:none;
}
p.just {
text-align:justify;
background-color:white;
padding:10px;
border-radius:6px;
}
div.just {
border: 5px solid #f0f0f0;
text-align:left;
background-color:white;
padding:10px;
border-radius:6px;
}
.compinfo{
border:0px solid #106a0a;
}
.tabcol1{
border:0px solid #106a0a;
vertical-align:top;
width:30%;
font-weight:bold;
padding:10px;
color:#c60c1a
}

.tabcol2{
border:0px solid #106a0a;
vertical-align:top;
width:70%;
padding:10px;
}

.pageHead {
margin: 0 auto;
text-align: center;
padding-bottom:5px;
border-radius:6px;
margin-bottom:5px;
}
.pageHead2 {
text-align: left;
padding-bottom:5px;
border-radius:6px;
margin-bottom:5px;
}

h4.pageHead {
border: 5px solid #f0f0f0;
display:inline-block;
background-color:#fff;
margin: 0 auto;
text-align: center;
padding:5px;
border-radius:6px;
}

.feedback0{
padding:10px;
max-width:500px;
margin:auto;
text-align:left;
border:1px solid #000;
background-color:#fff;
border-radius:6px;
}
.feedback1{
position:relative;
text-align:left;
margin-top:10px;
}
.feedback2{

}
input, textarea{
border-radius:6px;
background-color:#f6f84f;
font-weight:bold;
}
.c_team{
margin:0 auto;
text-align:center;
}
.c_team2{
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}

.bod {

margin:0 auto
}
.bod_d{
	margin:0 auto;
	text-align:center;
	display:inline-table;
	padding:20px;
}
.aa{
border: 5px solid #f0f0f0;
border-radius: 6px;
width: 100%;
}

.d_thumb {
  margin: 0 auto;
  text-align: center;
}


.d_thumb ul {
  display: inline-table;
}

.d_thumb ul li {
  display: inline-table;
}
.thumb {
  border: 0px solid #f0f0f0;
  border-radius: 10px;
  float: none;
  height: auto;
  margin: 10px 20px 10px auto;
  padding: 5px;
}
.our_vision{

}
.our_vision ul{
  list-style-image: url('../images/right_img.png');
  padding: 0px 30px;
}
.our_vision ul li{
  padding: 5px 0px;
}
.social_profiles { width: 100%;}
.social_profiles a.custom_social_icons { 
width: 32px; 
height:32px; 
margin-right: 5px; 
display: inline-block; 
background-repeat: no-repeat; 
background-position: left center;
-moz-background-size: 32px 32px;
-ie-background-size: 32px 32px;
-o-background-size: 32px 32px;
-webkit-background-size:  32px 32px;
background-size: 32px 32px;
}
.social_icons { 
margin-right: 5px; 
width: 32px; 
height: 32px;
background-image: url(images/socialicons.png); background-repeat: no-repeat;
display: inline-block; 
-moz-background-size: 280px 80px;
-ie-background-size: 280px 80px;
-o-background-size: 280px 80px;
-webkit-background-size:  280px 80px;
background-size: 280px 80px;
/**/-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
transition:.2s;
}
.facebook {
margin: 4px 0 0 0;
}
.facebook:hover { background-position: -4px -44px; } .facebook { background-position: -4px -4px; }
.twitter:hover { background-position: -44px -44px; } .twitter { background-position: -44px -4px; }
.linkedin:hover { background-position: -84px -44px; } .linkedin { background-position: -84px -4px; }
.youtube:hover { background-position: -124px -44px; } .youtube { background-position: -124px -4px; }
.googleplus:hover { background-position: -164px -44px; } .googleplus { background-position: -164px -4px; }
.pinterest:hover { background-position: -204px -44px; } .pinterest { background-position: -204px -4px; }
.rss:hover { background-position: -244px -44px; } .rss { background-position: -244px -4px; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius:6px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  max-height: 490px;
  float: left;
  width: 100%;
  border: 0;
  }
.tabCont{
margin-bottom:5px;
padding-bottom:5px;
}
.sidenavmain{
padding: 5px 10px 5px 10px !important;
}
a.sidenavmain{
font-size:1.3em !important;
}