@charset "utf-8";
/* Simple fluid media

   Note: Fluid media requires that you remove the media's height and width attributes from the HTML

   http://www.alistapart.com/articles/fluid-images/ 

*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
	width:100%;
}
/*

	Dreamweaver Fluid Grid Properties

	----------------------------------

	dw-num-cols-mobile:		5;

	dw-num-cols-tablet:		8;

	dw-num-cols-desktop:	10;

	dw-gutter-percentage:	25;

	

	Inspiration from "Responsive Web Design" by Ethan Marcotte 

	http://www.alistapart.com/articles/responsive-web-design

	

	and Golden Grid System by Joni Korpi

	http://goldengridsystem.com/

*/



/* Mobile Layout: 480px and below. */

.nev li a, .socal-icone, .submit01, .readmore a, .read2 a, .go-back {
	transition: all 0.8s ease 0s;
}
body {
	background:url(../images/main_bg.jpg) repeat-x top center;
background-color:#fff;
}
.abcimg{
    height: 111px;
    width: 24%;
    margin-left: 5px;
    float: left;
}

a{ outline:none;}

a:focus{ outline:none !important; border:0px !important;}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width:98%;
	display: block;
	background:#fff;
	padding:10px;
}
#LayoutDiv1 .left {
	float: left;
	margin: 0 0 -9%;
	padding: 0;
}
#LayoutDiv1 .right {
    float: right;
    height: 92px;
    margin: -4% 0 0;
    padding: 1px 0 27px;
}

#LayoutDiv1 .right p {
    color: #2D2E2E;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 8px;
}

#LayoutDiv2 {
    background: url("../images/black.gif") repeat-x scroll left top #323433;
    clear: both;
    float: left;
    height: 43px;
    margin-left: 0;
    margin-top: 1px;
    width: 100%;
}

#LayoutDiv2 #nav, #nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	z-index:50;
}
#LayoutDiv2 #nav {
	height:44px;
	color:#000;
}
#LayoutDiv2 #nav ul {
	background: linear-gradient(#ccc 0%, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #0B0957;
	border:1px solid #ddd;
	/* border-radius: 0 5px 5px 5px;*/

    border-width: 0 1px 1px;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);*/

    left: -9999px;
	overflow: hidden;
	position: absolute;
	top: -9999px;
	z-index: 50;
}
#LayoutDiv2 #nav li {
	float: left;
	position: relative;
	line-height:44px;
}
#LayoutDiv2 #nav li a {
	color: #fff;
	display: block;
	font-weight:600;
	float: left;
	padding:0px 12px 0px 12px;
	position: relative;
	text-decoration: none;
	font-family:"Microsoft JhengHei";
	font-size:14px;
}
#LayoutDiv2 #nav li:hover > a {
	color:#CCCCCC;
	/*background: linear-gradient(#ddd 0%, #000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*//*-webkit-transition: all 1.5s ease-in-out;

	-moz-transition: all 1.5s ease-in-out;

	-o-transition: all 1.5s ease-in-out;

	transition: all 1.5s ease-in-out;	*/

}
#LayoutDiv2 #nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
	color:#fff;
}
#LayoutDiv2 #nav li:hover ul.subs {
	left:0px;
	top:44px;
	width:270px;
}
#LayoutDiv2 #nav ul li {
	background: none;
	width: 100%;
	line-height:35px;
	border-bottom:1px solid #ddd;
}
#LayoutDiv2 #nav ul li a {
	float: none;
	padding-left:10px;
	color:#0B0957;
	font-size:13px;
	font-weight:normal;
	background:#d7d6d6;
}
#LayoutDiv2 #nav ul li:hover > a {
	background: linear-gradient(#a1a29f 0%, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000;
	background-color:#e1dfdf;
}
#LayoutDiv3 {
	clear: both;
	margin-left: 0;
	width: 100%;
	margin:10px 0px;
}
#LayoutDiv3 #s2 {
	width:1190px;
}
#LayoutDiv3 .nav {
	width:1190px;
}
#LayoutDiv3 #prev2 {
	height:30px;
	width:30px;
	margin-left:5px;
	margin-top:-230px;
	position: absolute;
	z-index:9999999;
}
#LayoutDiv3 #next2 {
	float: right;
	height: 30px;
	margin-right: 128px;
	margin-top: -230px;
	position: relative;
	width: 30px;
	z-index: 9999999;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 {
	margin-left: 0;
	width: 100%;
	display: block;
	background:#a254a8;
	min-height:49px;
	line-height:20px;
	color:#fff;
}

#LayoutDiv7 .fl-l{ margin-top:17px;}
#LayoutDiv7 .fl-r{ margin-top:5px; font-size:14px; font-weight:bold;}
#LayoutDiv7 .fl-c{ margin-top:5px; font-size:14px; font-weight:bold;}

#LayoutDiv7 a {
	color:#fff;
	text-decoration:none;
}
#LayoutDiv7 a:hover {
	color:#c8c8c8;
}
.clear {
	clear:both;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */



@media only screen and (min-width: 481px) {
 .gridContainer {
 width: 90.675%;
 padding-left: 1.1625%;
 padding-right: 1.1625%;
}
 #LayoutDiv1 {
 clear: both;
 float: left;
 margin-left: 0;
 width:98%;
 display: block;
}
 #LayoutDiv2 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
 #LayoutDiv3 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
 #LayoutDiv4 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
 #LayoutDiv7 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */



@media only screen and (min-width: 769px) {
 .gridContainer {
 width: 88.2%;
 max-width: 1054px;
 padding-left: 0.9%;
 padding-right: 0.9%;
 margin: auto;
}
 #LayoutDiv1 {
 clear: both;
 float: left;
 margin-left: 0;
 width:98%;
 margin-bottom:-12px;
 display: block;
}
 #LayoutDiv2 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
 #LayoutDiv3 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
 #LayoutDiv4 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
 #LayoutDiv7 {
 clear: both;
 float: left;
 margin-left: 0;
 width: 100%;
 display: block;
}
}
.holder-box {
	/*background: none repeat scroll 0 0 #F8F8F8;*/

	background: none repeat scroll 0 0 #fff;
	border: 1px solid #F0EFEF;
	border-radius: 4px;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 251px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.holder-box h3 {
	border-bottom: 0px solid #868585;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
	/*    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);

*/    white-space: nowrap;
	z-index: 10;
	margin-bottom:0px;
	font-weight:400px;
	width:100%;
	text-align:center;
}
.holder-box p {
	color: #5D5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	text-align: center;
	padding:5px;
}
.mr20 {
	margin-right: 14px;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:15px;
}
.view_more {
	width:80px;
	margin-left:35%;
}
.view_more a {
	background-clip: padding-box;
	background-color: #9a4088;
	background-image: -moz-linear-gradient(center bottom, #9A4088 0%, #AA64AD 100%);
	background-repeat: repeat;
	background-size: 100% 100%;
	border: 0 none;
	border-radius: 3px;
	/*box-shadow: 1px 1px #9a4088;*/

    color: #FFFFFF;
	font-size:12px;
	height:25px;
	padding: 8px;
	position: relative;
	text-align: center;
	transition: all 0.4s linear 0s;
	width:60px;
	text-decoration:none;
}
.view_more a:hover {
	background-position: 0 -200%;
	background-size: 100% 200%;
	color:#E9E9E9;
}
.main-box {
	/*background: none repeat scroll 0 0 #F8F8F8;*/

	background: none repeat scroll 0 0 #fff;
	border: 1px solid #F0EFEF;
	border-radius: 4px;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 518px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.main-box h1 {
	border-bottom: 0px solid #868585;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
	/*    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);

*/    white-space: nowrap;
	z-index: 10;
	margin-bottom:0px;
	margin-top:10px;
	margin-left:5px;
	font-weight:300px;
	width:100%;
	text-align:left;
}
.main-box p {
	color: #5D5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	text-align: justify;
	padding:5px;
}
.fl-r {
	float:right;
}
.blog-box {
	background: none repeat scroll 0 0 #Fff;
	border: 1px solid #F0EFEF;
	border-radius: 4px;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 251px;
	height:246px;
	padding-bottom:15px;
	margin-bottom:10px;
}

.fl-c {
	float:right;
}
.blog-box {
	background: none repeat scroll 0 0 #Fff;
	border: 1px solid #F0EFEF;
	border-radius: 4px;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 251px;
	height:246px;
	padding-bottom:15px;
	margin-bottom:10px;
}

.blog-box h1 {
	border-bottom: 0px solid #868585;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
	white-space: nowrap;
	z-index: 10;
	margin-bottom:0px;
	margin-top:10px;
	margin-left:10px;
	font-weight:300px;
	width:100%;
	background:url(../images/blog_icon.png) top left no-repeat;
	padding-left:25px;
	text-align:left;
}

.blog-box h1 a{ color:#000033; text-decoration:none;}
.blog-box h1 a:hover{ color:#000033; text-decoration: underline;}
.blog-box p {
	color: #5D5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	height:155px;
	overflow:hidden;
	text-align: justify;
	padding:5px;
}
.blog-box img {
	float:right;
	margin-left:5px;
	margin-top:6px;
}
.pd-box {
    border: 0 solid #F0EFEF;
    border-radius: 4px;
    float: left;
    font-size: 11px;
    height: 251px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 0 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 251px;
}

.corporate {
	background:url(../images/pdf01.png) top left no-repeat;
	float:left;
	text-align:center;
	margin-bottom:4px;
	width:258px;
	height:48px;
}
.corporate p {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	width: 98%;
	padding:0px 10px;
}
.executive {
    background: url("../images/pdf02.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 48px;
    margin-bottom: 9px;
    text-align: center;
    width: 258px;
}
.executive p {
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 18px;
    padding-left: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

.planning_executive {
    background: url("../images/pdf01.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height:45px;
    margin-bottom: 3px;
    text-align: center;
    width: 258px;
}
.planning_executive p {
    color: #FFFFFF;
    font-size: 11px;
    margin-top: 17px;
    padding-left: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

.corporate a, .executive a, .planning_executive a {
	color:#fff;
	text-decoration:none;
}
.corporate a:hover, .executive a:hover, .planning_executive a:hover {
	color:#fff;
	text-decoration: underline;
}

/*----------------------------------------*/

.pd-box_1 

{
    border: 0 solid #fffff;
    border-radius: 4px;
    float: left;
    font-size: 12px;
    height: 251px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 0 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 288px;
}

.corporate_1 

{
	background:url(../images/pdf01_1.png) top left no-repeat;
	float:left;
	text-align:center;
	margin-bottom:4px;
	width:288px;
	height:48px;
}
.corporate p

{
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	width: 98%;
	padding:0px 10px;
}
.executive_1 

{
    background: url("../images/pdf02_1.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 48px;
    margin-bottom: 9px;
    text-align: center;
    width: 288px;
}
.executive p 

{
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 18px;
    padding-left: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

.planning_executive_1 

{
    background: url("../images/pdf01_1.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height:45px;
    margin-bottom: 3px;
    text-align: center;
    width: 288px;
}
.planning_executive p 

{
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 19px;
    padding-left: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

.corporate a, .executive a, .planning_executive a 

{
	color:#ffffff;
	text-decoration:none;
}
.corporate a:hover, .executive a:hover, .planning_executive a:hover 

{
	color:#ffffff;
	text-decoration: underline;
}

/*----------------------------------------*/



.partners-box {
	/*background: none repeat scroll 0 0 #F8F8F8;*/

	background: none repeat scroll 0 0 #fff;
	border: 1px solid #F0EFEF;
	border-radius: 4px;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 518px;
	height:98px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.partners-box p {
	color: #5D5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	text-align: justify;
	padding:5px;
}
.testimonial-box {
	/*background: none repeat scroll 0 0 #F8F8F8;*/

	background: none repeat scroll 0 0 #fff;
	border: 1px solid #F0EFEF;
	border-radius: 4px;
	float: right;
	overflow: hidden;
	padding: 0;
	width: 518px;
	height:98px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.testimonial-box h1 {
	background: url("../images/testi_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border-bottom: 0 solid #868585;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	margin-left: 6px;
	margin-top: 5px;
	padding-bottom: 0;
	padding-left: 38px;
	height:31px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	z-index: 10;
}

.testimonial-box a {
    color: #000033;
    text-decoration: none;
}
.testimonial-box a:hover {
    color: #000033;
    text-decoration: underline;
}
.testimonial-box p {
	color: #5D5C5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-left: 6px;
	margin-right: 5px;
	margin-top: 0;
	height:36px;
	overflow:hidden;
	padding: 5px;
	text-align: justify;
	width: auto;
}
.testimonial-box span {
	float:right;
	margin-top:0px;
	font-weight:bold;
	color:#000033;
	margin-right:8px;
}
.fl-l {
	float:left;
}
#next {
	float: right;
	margin-left:10px;
	margin-top: 40px;
	position: absolute;
}
#prev {
	position:absolute;
	left:202px;
	z-index:999;
	margin-top:40px;
}
#s3 {
	/* margin-top:20px; */
	float:left;
	/* margin-left:25px; */
}

/*#s3 {
    float: left;
    margin-left: 25px;
    margin-top: 20px;
    width: 402px;
}
*/

/*===============================by priyanka==========================================*/

.our-services {
}
.our-services .banner {
	background:url(../images/service-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin: -8px 0 8px;
}
.our-services .banner-risk {
	background:url(../images/women-safety-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:200px;
	margin:10px 0px;
}

.our-services .due-diligence {
	background:url(../images/due-diligence.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:200px;
	margin:8px 0px;
}

.our-services .company-profile {
	background:url(../images/company-profile.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:200px;
	margin:8px 0px;
}

.our-services .fire-and-security-audits {
	background:url(../images/fire-and-security-audits.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .security-assessment {
	background:url(../images/security-assessment.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .corporate-risk-solution {
	background:url(../images/corporate-risk-solution.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .trainings {
	background:url(../images/trainings.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

}
.our-services .banner-security-associates {
	background:url(../images/security-associates-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin:8px 0px;
}

.our-services .secured-graound-transport {
	background:url(../images/secured-graound-transport.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .business-traveller-security {
	background:url(../images/business-traveller-security.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .airport-meet-and-geet-facilitation {
	background:url(../images/airport-meet-and-geet-facilitation.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .integrated-bms {
	background:url(../images/integrated-bms.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .fire-fighting-system {
	background:url(../images/fire-fighting-system.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .fire-alarm-system {
	background:url(../images/fire-alarm-system.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .cctv-system {
	background:url(../images/cctv-system.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .access-control-systems {
	background:url(../images/access-control-systems.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:190px;
	margin:8px 0px;
}

.our-services .risk-security-solutions {
	background:url(../images/risk-security-solutions.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:200px;
	margin:8px 0px;
}


.our-services .banner-business-aviation {
	background:url(../images/business-aviation-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin:8px 0px;
}

.our-services .executive-protection-planning {
	background:url(../images/executive-protection-planning.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin:8px 0px;
}

.our-services .banner-fire-security {
	background:url(../images/fire-and-security-solution-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin:8px 0px;
}
.our-services .banner-contact {
	background:url(../images/contact-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin:8px 0px;
}
.our-services .banner-profile {
	background:url(../images/founder-profile-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin:8px 0px;
}

.our-services .veena-profile {
	background:url(../images/veena-profile-banner.html) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin:8px 0px;
}

.our-services .womensafety {
	background:url(../images/women-safety-banner.jpg) top center no-repeat;
	max-height:100%;
	min-width:200px;
	height:148px;
	margin: -8px 0 8px;
}


.our-services .banner .inner {
	max-width:550px;
	min-width:200px;
	margin:0 auto;
}
.our-services .banner .inner h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:33 px;
	color:#fff;
	padding-bottom:10px;
	border-bottom:2px #fff solid;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	padding-top:35px;
}
.our-services .banner .inner .braid-trail {
	color:#fff;
	text-align:center;
}
.our-services .banner .inner .braid-trail a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:500;
}
.our-services .banner .inner .braid-trail a.active {
	color:#a862ab;
}
.our-services .banner .inner .braid-trail a:hover {
	color:#a862ab;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
.our-services .img-list {
	float:left;
	max-width:240px;
	max-height:195px;
	margin-bottom:5px;
}
.mr25 {
	margin-right:31px;
}
.our-services-main {
	border-top:1px solid #eee;
}
.our-services .left {
	width:69%;
	float:left;
	margin-bottom:20px;
	background:#fefefe;
	padding:10px;
	border-right:1px solid #eee;
}
.our-services .left h1 {
	color: #343537;
	font-size: 29px;
	padding-bottom:10px;
	margin-top:10px;
	border-bottom: 1px solid #EDEDED;
	font-weight:400;
}
.our-services .left h3 {
	color: #343537;
	font-size: 20px;
	margin-top:20px;
	font-weight:400;
}
.our-services .left p {
	color: #575756;
	font-size: 12px;
	line-height:24px;
	text-align:justify;
}
.our-services .right {
	width:27%;
	float:right;
	background:#fff;
	padding:10px;
	min-height:510px;
}
.our-services .right h1 {
	color: #343537;
	font-size: 29px;
	padding-bottom:10px;
	margin-top:10px;
	border-bottom: 1px solid #EDEDED;
	font-weight:400;
}
/* Base Styles */

#tab,  #tab ul,  #tab li,  #tab a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family:arial, sans-serif;
	font-size: 1em;
	position: relative;
}
#tab {
	width: 100%;
	/* border-bottom: 4px solid #656659;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;*/

  margin:20px 0px;
}
#tab a {
	line-height: 1.3;
}
#tab > ul > li {
	background:url(../images/tab-bg.jpg) repeat-x top;
	border-top: 1px solid #d1cfcf;
}
#tab > ul > li:hover {
	background:url(../images/tab-bg-normal.jpg) repeat-x top;
}
#tab > ul > li > a {
	font-size: 1.3em;
	display: block;
	background: url(../images/pattern.html) top left repeat;
	color: #343537;
	border: 1px solid #d1cfcf;
	border-top: none;/*text-shadow: 0 -1px 1px #aaa;*/

}
#tab > ul > li > a > span {
	display: block;
	padding: 12px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#tab > ul > li > a:hover {
	text-decoration: none;
}
#tab > ul > li.active {
	border-bottom: none;
}
#tab > ul > li.has-sub > a span {
	background: url(../images/icon_plus.png) 96% center no-repeat;
}
#tab > ul > li.has-sub.active > a span {
	background: url(../images/icon_minus.png) 96% center no-repeat;
}
#tab ul ul {
	display: none;
	background: #fff;
	border-right: 1px solid #d1cfcf;
	border-left: 1px solid #d1cfcf;
}
#tab ul ul li {
	padding: 0;
	border-bottom: 1px solid #d1cfcf;
	border-top: none;
	background: #f7f7f7;
	background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#tab ul ul li:last-child {
	border-bottom: none;
}
#tab ul ul a {
	padding: 10px 10px 10px 25px;
	display: block;
	color: #676767;
	font-size: 1em;
	font-weight: normal;
}
#tab ul ul a.active {
	border-left:4px solid #9a368b;
	font-weight:600;
}
#tab ul ul a:before {
	content: '\00BB';
	position: absolute;
	left: 10px;
	color: #9a368b;
}
#tab ul ul a:hover {
	color: #9a368b;
}
.all {
/*background:#F8F8F8;

	border:1px solid #e6e6e6;

	padding:10px;

	position: relative;

	border-top: 1px solid #fff;

	border-radius:5px 5px;

	box-shadow:inset #aeaeae 0px 1px 1px;*/

	}
.all li {
    background: url("../images/arrow-list.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    color: #575756;
    font-size: 12px;
    line-height: 24px;
    list-style: none outside none;
    padding-left: 18px;
    text-align: justify;
}
.all li:hover {
	color:#993f87;
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
.mr10 {
	margin-right:10px;
}
.contact-information {
}
.contact-information p {
	color: #343537;
	font-size: 15px;
	/* line-height: 24px;*/

	margin:10px 0px;
	font-weight:500;
}
.contact-information .text {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #A9ABAE;
	height: 35px;
	margin:10px 0;
	padding-left: 10px;
	width: 90%;
}
.contact-information .textarea {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #A9ABAE;
	height: 90px;
	padding-left: 10px;
	padding-top: 10px;
	width: 97%;
}
.contact-information .label {
	color: #9a4088;
	display: block;
	font-family: arial, sans-serif;
	font-size: 16px;
	margin: 0 3px 5px 0;
	font-weight:600;
}
.contact-information .submit {
	background-clip: padding-box;
	background-color: #9a4088;
	background-image: -moz-linear-gradient(center bottom, #9A4088 0%, #AA64AD 100%);
	background-repeat: repeat;
	background-size: 100% 100%;
	border: 0 none;
	border-radius: 8px;
	box-shadow: 1px 1px #9a4088;
	color: #FFFFFF;
	font-size:18px;
	height:40px;
	padding: 0;
	position: relative;
	text-align: center;
	transition: all 0.4s linear 0s;
	width:140px;
	margin-top:15px;
}
.ie9 .submit:hover {
	background: none repeat scroll 0 0 #87B900;
}
.contact-information .submit:hover {
	background-position: 0 -200%;
	background-size: 100% 200%;
}
.mtb5 {
	padding:5px 0px;
}
#purpal {
	background:url(../images/slide_bg.gif) top left repeat-x;
	float:left;
	width:100%;
	background-color:#3e273e;
}
#black {
	background:url(../images/black.gif) top left repeat-x;
	float:left;
	width:100%;
	background-color:#323433;
}


#main_content {
	background:url(../images/fullpagebg.gif) top left repeat-x;
	float:left;
	width:100%;
	background-color:#6d676d;
	padding-top:20px;
}

.com {
    float: left;
    width: 40% !important;
	border-right:0px!important;
}

.gmap {
    background: none repeat scroll 0 0 #FEFEFE;
    float: left;
    margin-bottom: 20px;
    margin-top: -5px;
    padding: 0 10px 10px;
    width: 27%;
}

.our-services .gmap h1 {
    border-bottom: 1px solid #EDEDED;
    color: #343537;
    font-size: 29px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 10px;
}
.fix-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0px;
}
.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.fix-footer p a img {
    width: 50px;
}
.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
}
.fix-call {
    position: fixed;
    right: 20px;
    bottom: 0px;
    width: 200px;
}
.fix-call img {
    width: 100%;
}





@media only screen and (max-width:700px) {
.our-services .left.one
{
    width: 100% !important;
    box-shadow: none;
}
.our-services .right.one
{
    width: 100% !important;
    float: inline-start !important;
    box-shadow: none;
}
.fix-footer {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0px;
}
.main-box, .partners-box,.testimonial-box,.holder-box,.our-services .left,.our-services .right{
    width:100%;
}
#LayoutDiv1 .right {
    display: block;
    margin: 0px;
    width: 100%;
    height: auto;
    padding: 0px;
}
#LayoutDiv2,#LayoutDiv2 #nav{height:auto;}
iframe{width:100% !important;}
} 

.our-services .left.one
{
    width: 50%;
}
.our-services .right.one
{
    width: 45%;
    min-height: auto;
}
.our-services .right h3 {
	color: #343537;
	font-size: 20px;
	margin-top:20px;
	font-weight:400;
}
.our-services .right p {
	color: #575756;
	font-size: 12px;
	line-height:24px;
	text-align:justify;
}
.two
{
    box-shadow: 0 0 20px #dcdcdc;
    padding: 15px;
    margin-bottom: 25px;
}