@charset "utf-8";
/* CSS Document */
.main {
	margin:0px auto;
	position:relative;
	color:#000;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
}
.main * {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.h2 {
	text-align:center;
}
table {
	border-collapse: collapse;
}
.centertext {
	text-align:center;
}
.righttext {
	text-align:right;
}
.headtitle {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin:300px 0 30px 0;
}
.masthead-right a:hover { color:#192359; text-decoration:none; }
.headmid {
	padding-bottom:5px;
}
.headmid .lefttopfloat {
	float:left;
	width:50%;
}
.headmid .righttopfloat {
	float:right;
	width:50%;
}
.lefttopfloat span.spacing {
	margin-left:30px;
}
.respect {
	margin:15px 0;
}
.datatable {
	background:#fff;
}
.datatable table{
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:5px 0;
}
.pagetitle {
	text-align:center;
	margin:20px 0;
}
.ticketspace {
	margin:25px 0;
	padding:5px 10px;;
	border:1px solid #CCC;
	background:#ccc;
}
.ticketspace.even {
	background:#6d8296;
}
.datatable img {
	width:25px;
	padding:2px 0;
}
.datatable table td {
	border:1px solid #ccc;
	padding-left:10px;
	text-align:center;
	padding:2px 5px;
	text-align:left;
	vertical-align:middle;
}
.datatable table th {
	border:1px solid #ccc;
	background-color:#eee;
	padding:5px 10px;
	font-weight:bold;
	text-transform:capitalize;
}
.datatable table td.darkfont {
	font-weight:bold;
}
.datatable table th.leftsidetext,
.datatable table td.leftsidetext {
	padding-left:10px;
	text-align:left;
}
span.darkfont {
	font-weight:bold;
	margin:0 5px;
	color: #2c21ff;
}
.content {
	padding:0 0 10px 0;
}
.content p {
	padding:5px 0;
}
.headertext {
	font-size:22px;
	font-weight:bold;
	color:#666;
	text-align:center;
	margin:25px 0;
	padding-top:8px;
}
.inwardheader {
	border-bottom:1px solid #000;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
}
.inwardheader table tr:hover {
	background:none;
}
.terms {
	margin:15px 0;
	font-size:15px;
}
.terms p.redfont {
	font-weight:bold;
	font-size:16px;
	color:#FF0000;
	margin-bottom:0;
}
.terms ol,
.terms ul {
	margin-left:20px;
	padding-top:10px;
	list-style:decimal;
}
.footer {
	margin:0;
	font-weight:bold;
}
.footer .leftfooter {
	float:left; 
}
.footer .rightfooter {
	float:right;
}
.footer .topspace {
	margin-top:20px;
}
.content textarea{
	padding:5px;
	width:100%;
	height:131px;
	font-size:16px;
	margin-bottom:5px;
}
.content select,
.content input[type="text"]{
	width:100%;
	font-size:16px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
	height:40px;
}
.content select {
	height:40px;
}
.content input[type="text"]{
	padding:4px 2%;
}
.content .rfloat input[type="text"],
.content .lfloat input[type="text"]{
	padding:5px 2%;
	width:100%;
	height:40px;
}
.headersearch .tab3 input[type="text"] {
	height:40px;
}
.headersearch .tab3 input[type="submit"] {
	background:#8C000D;
	color:#fff;
	font-size:15px;
	padding:0;
	border:1px solid #fff;
}
.headersearch .tab3 input[type="submit"]:hover {
	background: #017F7C none repeat scroll 0 0;
	color:#fff;
}
a.resetlink, 
.content input[type="reset"], 
.content input[type="submit"] {
	background: #017F7C none repeat scroll 0 0;
	border: 1px solid #555;
	border-radius: 4px;
	font-size: 16px;
	padding: 10px 20px;
	text-shadow:none;
	margin-top:10px;
	color:#fff;
	font-weight:700;
}
a.resetlink {
	margin-left: 10px;
	margin-top:0;
	text-decoration: none !important;
	position: relative;
	top: 1px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	font-family: inherit;
	line-height: 19px;
	text-align: center;
	transition: background 0.1s linear 0s;
}
a.resetlink:hover,
.content input[type="reset"]:hover, 
.content input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	background:#8C000D;
}
input:focus, select:focus, textarea:focus {
	background:#ffffcc;
}
.content p.title {
	margin:5px 0;
	display:inline-block;
}
.search_engine .btn {
	margin:10px 0;
	padding:5px;
	font-size:18px;		
}
.search_engine .headersearch {
	background-color:#2d2d2d;
	/*padding:15px 5px 1px 7px;*/
	padding:15px 10px;
	margin-top:20px;
	font-size:18px;
	border-radius:5px;
}
.tab3 {
	/*width: 22.444%;	*/
	width: 17.5%;	
	display:inline-block;
	margin:0 10px;
	overflow:hidden;
}
.rowmid {
	text-align:center;
	margin-top:15px;
}
.searchbtn {
	font-size:17px;
	width:15%;
	padding:3px 10px;
	margin:0 10px 0 7px;
}
.tab3 select {
	padding:5px 10px;
	width:100%;
	margin-top:5px;
	height:40px;
}
.tab3 input {
	margin:2px 0 0;
	height:40px;
	width:100%;
}
.content .lfloat,
.content .leftfloat {
	float:left;
	width:48%;
}
.content .rfloat,
.content .rightfloat {
	float:right;
	width:48%;
}
.duplicatedata {
	background-color:#43C2E3;
	padding:10px 2%;
	margin:1% 0;
	vertical-align:middle;
	width:96%;
	border-radius:10px;
	display:inline-block;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.duplicatedata select {
	width:20%;
	margin:0 20px;
	border-style:none;
}
.duplicatedata input[type="submit"]{
	margin:0 !important;
	background-color:#ccc;
}
.menurow {
	text-align:center;
	margin-top:40px;
}
.blockdata {
	background: #ccc none repeat scroll 0 0;
	margin-bottom: 5px;
	min-height: 39px;
	padding: 9px 8px;
	width: 92%;
}
/*.menurow .tab4 {
	background: rgba(0, 0, 0, 0) url("../images/fbg.png") repeat scroll left top;
	border: 1px outset #ccc;
	border-radius: 8px;
	display: inline-block;
	font-weight: bold;
	margin: 10px;
	padding: 15px 5px;
	width: 29.5%;
}
.menurow .tab4 {
	background: #444;
	border: 1px outset #ccc;
	border-radius: 8px;
	display: inline-block;
	font-weight: bold;
	margin: 10px;
	padding: 20px 5px;
	width: 29.5%;
}*/
.menurow .tab4 {
	border-radius: 8px;
	display: inline-block;
	font-weight: bold;
	margin:20px 10px;
	padding: 5px;
	width: 14.4%;
}
.menurow .tab3 {
	background: #2d2d2d none repeat scroll 0 0;
	border: 1px outset #ccc;
	border-radius: 8px;
	box-shadow: 5px 5px 5px #888888;
	display: inline-block;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	width: 20%;
/*	border-top:5px solid #8C000D;*/
}
.menurow a.headbtn {
	color: #111;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	/* margin-left: 10px; */
	/* padding: 40px 5px 10px; */
	/* position: relative; */
	/* top: -1px; */
}
.menurow a.headbtn:hover {
	color:#BF3326;
}
.backhome {
	text-align:right;
}
.plus {
	position:absolute;
	overflow:hidden;
}
.homeicon img,
.plus img,
.backhome img {
	position:relative;
	width:40px;
	right:0;
	top:0;
}
.plus img {
	left:0;
}
.plus.additem img {
	left:50px;
}
.plus.additem2 img {
  left: 100px;
}
.content .rightfloat p.title,
.content .rightfloat p.title {
	padding:5px 0;
}
.content .rightfloat .lfloat p.title,
.content .rightfloat .rfloat p.title {
	padding:5px 0;
}
.main option {
	padding:0 12px;
}
.main tr:hover {
	background:#ddd;
}
.main .datatable table td.firstcol {
	text-align:right;
	padding-right:15px;
}
.main th {
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}
.main table.statusreport {
	margin:0 0 25px;
}
.main table.statusreport tr:hover {
    background: none;
}
.page-template-template-login .main .backhome,
.page-template-ticket-system-index .main .backhome {
	display:none;
}
.rfloat input.searchgo {
	background:#ccc;
	margin:0;
	padding:8px 10px;
	width:auto;
	border:1px solid #555;
}
.log_forms {
	border: medium none;
	width: auto;
}
.log_forms input[type="text"], input[type="password"] {
	width: auto;
	margin:10px 0;
}
.log_forms input[type="submit"] {
	padding: 7px;
	width: 100px;
}
/**************addresslist**********************/
.addresslist td {

	padding:5px;
}
.add_data {
	border:2px solid #ddd;
	border-radius:5px;
	padding:5px;	
}

/**************************invoice*******************************/

.maininv {
	background:#fff;
	width:1000px;
	/*min-height:1431px;
	max-height:1431px;*/
	border:1px solid #000;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
.topheader {
	border-bottom:1px solid #000;
}
.topleft {
	float:left;
}
.topright {
	float:right;
}
.datapadding {
	padding:5px 10px;
}
.comname {
	font-size:20px;
	font-weight:bold;
}
.comadd {
	font-size:15px;
	margin:10px 0;
}
.boldtext,
.rawline span.boldtext {
	font-weight:bold;
	min-width:200px;
}
.comcontact {
	font-size: 15px;
	line-height: 20px;
}
.inv_tit {
	text-align:center;
	font-weight:bold;
	font-size:28px;
	margin:20px 0 0 0;
}
.botleft {
	float:left;
	width:400px;
}
.botright {
	float:right;
	width:550px;
}
.customer {
  left: 40px;
  position: relative;
  top: -20px;
}
.contable table {
	width:100%;
	border-collapse:collapse;
}
.contable th {
	padding:5px 0;
	border:1px solid #000;
	border-left:0;
}
.bottomheader {
	font-size:15px;
}
.contable td {
	border-right:1px solid #000;
	padding:2px 5px;
}
.contable th:last-child,
.contable td:last-child {
	border-right:none;
}
.topbotfot {
	border-top:1px solid #000;
}
.bot2 {
	margin-top:80px;
}
.rightside,
.fotright {
	text-align:right;
}
.foter {
/*	margin-bottom:80px;
	min-height:600px;*/
}
td.fixwidth {
	min-width:100px;
}
td.fixwidth2 {
	min-width:110px;
}
.log_forms {
	border: 2px solid #BF3326;
	margin: 20px auto;
	padding: 15px;
	width: 35%;
	border-radius: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.4),0 6px 20px 0 rgba(0,0,0,0);
	background: #dfdfdf;
}
.log_forms input[type="text"], 
.log_forms input[type="password"] {
  width: 100%;
}
.ser_amt {
	font-size:18px;
	vertical-align:middle;
}
.grand_total {
	color:#EC0506;
	font-weight:bold;
}
.sub_total {
	font-weight:bold;
}
.addserv img {
  height: 30px;
  margin: 5px;
  vertical-align: bottom;
  padding-left:10px;
}
.page-template-add .service_block {
	display:none;
}
#plus1,
#plus2,
#plus3,
#plus4 {
	display:block;
}
.customentry2,
.customentry {
	background: #ccc none repeat scroll 0 0;
	margin-bottom: 5px;
	min-height: 30px;
	padding: 4px 10px;
	width: 90%;
	line-height:29px;
}
/*#service_block5 #ser_amt5 {
	width:100%;
}*/
.addserv img {
	float:right;
}
.customentry2 {
	width:91%;
}
#paymentType {
	margin:20px 0 10px;
}
#bankName {
	display:none;
}
/************************** single profile page ******************************/

.bordered_div {
	border:2px solid #BF3326;
	padding:10px;
	border-radius:4px;	
}
.heading-title {
	font-size:26px;
	font-weight:700;
	background:#BF3326;
	color:#fff;
	padding:8px 0 8px 10px;
	text-transform:uppercase;
	border-radius:5px;
}
.sub-heading-title {
	font-size:22px;
	margin:20px 0; 
	text-transform:capitalize;
}
.business_info {
	margin:20px 0;
}
.business_info .left_info {
	float:left;
	width:40%;
}	
.business_info .right_info {
	float:right;
	width:55%;
}
.clear {
	clear:both;
}
.profileimg {
	text-align:right;
}
.profileimg img {
	padding:10px;
	width:280px;
	border:2px solid #BF3326;
}
.business_info ul.profile {
	list-style-type: none;
	margin: 0;
	padding-right: 10px;
}
.business_info ul.profile li {
	background: none no-repeat scroll center left transparent;
	padding-left: 35px;
	line-height:35px;
}
.business_info ul.profile li.area {
	background-image: url("../images/area.png");
	background-position:left 0;
	line-height:normal;
}
.business_info ul.profile li.phone {
	background-image: url("../images/phone.png");
}
.business_info ul.profile li.mob {
	background-image: url("../images/mob.png");
}
.business_info ul.profile li.email {
	background-image: url("../images/email.png");
}
.business_info ul.profile li.web {
	background-image: url("../images/web.png");
}
.overview p {
	font-size:14px;
	line-height:30px;
}
.dividerline {
/*	margin:20px 0;
	border-top:2px solid #BF3326;*/
	clear:both;
}
.gallerydiv {
	text-align:center;
}
.gallerydiv .gallerylist {
	width: 18%;
	margin: 1%;
	display: inline-block;
	float: left;
	border: 1px solid #ddd;
}
.share_this {
	text-align:center;
}
.button-container {
	margin:30px 0;
	text-align:center;
}
.button-container .go_back_button {
	background:#BF3326;
	color:#fff;
	border:none;
	padding:10px 20px;
	font-weight:bold;
	border-radius:4px;
}
.button-container .go_back_button:hover {
	background:#222;
}
.videodiv {
	text-align:center;
}
.videodiv .videoWrapper {
	width:60%;
	margin:0 auto;
}
.share_this .sharetitle {
	color:#8C000D;
	margin:20px 0;
	font-weight:bold;
}
.share_this span,
.wabtn_container {
	display:none;
}
.loginmodule {
	margin-top:50px;
}
.norecord {
	padding:20px;
	display:block;
	font-size:18px;
	color:#8C000D;
	margin-top:10px;
	border:1px solid #8C000D;
}
a.navibutt {
	padding: 10px 25px;
	background-color: #8C000D;
	text-decoration: none;
	color: #fff;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}
a.navibutt:hover {
	background-color: #2d2d2d;
	text-decoration: none;
}
.galleryadvert .td-pb-span3,
.galleryadvert .td-pb-span4 {
	margin-top:30px;
}
.galleryadvert .galtitle {
	text-align:center;
	font-weight:500;
	font-size:18px;
	margin:10px 5px;
} 
.imgdum img {
	border:1px solid #ddd;
	margin:2px 0;
	width:120px;
	height:80px;
}

.blockimg {
	width:100%;
	margin-bottom:10px;
}
.page-id-15 .main .backhome,
.page-template-template-login .main .backhome {
	display: none;
}
.margintop {
	margin-top: 10px;
	position: relative;
	top: 13px;
}
.menurow .tab3 i {
	color:#8C000D;
	font-size:26px;
}
.botlogin {
	text-align:center;
}
.hr {
	border:1px solid #000;
	margin:30px 0;
}
.arealistpage input {
	margin-bottom:10px;
}
.advertisementpage p.title {
	margin:0 !important; 
}
.closeblock2, .closeblock3, .closeblock4, 
.closeblock5, .closeblock6, .closeblock7, 
.closeblock8, .closeblock9, .closeblock10, #plus10 {
	display:none;
}
.mobiledata .datafield {
	border-radius: 3px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	margin: 20px 0 0;
}
.more_desc {
	border: 1px solid #465663;
}
.head_title {
	background-color:#121C4D;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 2px 5px;
}
.group {
	border-bottom: 1px solid #888;
	padding:3px 5px;
}
.group .control-label {
	color: #333;
	display: block;
	float: left;
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	padding: 1px 0 1px 3px;
	text-align: left;
	width: 100%;
}
.group .discription_data {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	/* border-left: 1px solid #888; */
	color: #666;
	/* margin-left: 95px; */
	padding: 2px;
	font-size: 14px;
}
.mobiledata {
	display:none;
}
.mobiledata img {
	width:25px;
}
.backgroundcerti{
	background-image:url(../images/certy.jpg);
	width:100%;
	height:704px;
}
.wpcf7-list-item.first {
	margin:0;
}
.homeicon {
	float:right;
}
.botinvfooter {
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	border-top: 1px solid #000;
	/* padding-top: 10px; */
	font-weight: 500;
}
.headersearch form {
	margin:0;
}
.galleryadvert .wpb_column.td-pb-span4 .vc_column-inner {
	text-align:center;
}
.galleryadvert .wpb_column.td-pb-span4 .vc_column-inner img {
	border:1px solid #ddd;
}
.galleryadvert .wpb_column.td-pb-span4 .vc_column-inner .customblock img {
	border:none;
}
.toplogin img {
	width:25px;
}
.login_div {
	background:#C03427;
	margin-top:0 !important;
	padding:0 10px;
	height:30px;
	float:right;
	border-radius:4px;
}
.log_forms input[type="text"], input[type="password"] {
	width: 100%;
	border: 1px solid #E3E3E3;
}
.login_div img {
	position:relative;
	top:3px;
}
.login_div .log-form-group label {
	text-align:left !important;
}
.uploadboxmain {
	border: 5px solid #017F7C;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.doclist {
	margin-top: 0px;
}
.doclist a {
	background: #ddd;
	padding: 10px;
	margin: 0 0 5px 0;
	display: block;
	border: 1px solid #ccc;
}
img.fileiconimg {
	width: 25px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.innerpage {
	margin-top:40px;
}
.customgridbox {
	border: 1px solid #ddd;
	padding: 10px;
	min-height: 300px;
	max-height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	/*overflow-y: hidden;*/
}
.customgridbox p {
	font-size:12px;
}
.placefordisplay {
	font-weight:bold;
}
.placefordisplay span {
	margin-right:10px;
}
.socialbox ul.socialmedia li {
	display:inline;
}
.socialbox ul.socialmedia li .fa {
	color:#017F7C;
	font-size:28px;
	margin:10px 10px 10px 0;
}
.socialbox ul.socialmedia li .fa:hover {
	color:#222;
}

/***************************ankit *****************************************/

@media (max-width:980px) {
	.generaldata {
		display:none;
	}
	.mobiledata {
		display:block;
	}
	.share_this span,
	.wabtn_container {
		display:inline-block;
	}
	.menurow .tab4 {
		width: 20%;
	}
	.menurow a.headbtn {
		font-size: 14px;
	}
	.content .rightfloat .lfloat p.title, .content .rightfloat .rfloat p.title {
		padding: 0;
		line-height:25px;
	}
	.button-container span {
		display: block;
		margin: 10px 0;
	}
}
@media (max-width:768px) { 

	.log_forms {
		width: 90% !important;
	}
	.content-area.td-pb-span12.td-main-content {
		padding-top:20px;
	}
	.profileimg {
		text-align:center;
		margin-top:20px;
	}	
	.headertext {
		padding-top:8px;
	}
	.headertext {
		width: 210px;
		margin:0 auto;
		line-height:18px;
		font-size:16px;
	}
	.videodiv .videoWrapper,
	.gallerydiv .gallerylist,
	.business_info .left_info,
	.business_info .right_info {
		width:100%;
	}
	.menurow .tab4 {
		display: inline-block;
		margin: 10px 0;
		padding: 20px 0;
		width: 30%;
	}
	.menurow a.headbtn {
		font-size: 14px;
	}
	.menurow .tab3 {
		display: inline-block;
		width: 91%;
	}	
	.rainbow {
		text-align:center;
	}
	.content .lfloat,
	.content .leftfloat {
		float: none;
		width: 100%;
	}
	.content .rfloat,
	.content .rightfloat {
		float: none;
		width: 100%;
	}
	.plus img, .backhome img {
		top: 0;
	}
	.tab3 {
		display:block;
		margin:0 0 5px;
		width:100%;
	}
	.searchbtn {
		display: block;
		margin: 0;
		width: 100%;
	}
	.ticketspace {
		min-width:650px;
	}
	#masthead {
		padding: 5px 25px;
	}
	.logo h1, .logo h2 {
		font-size:24px;
		line-height:normal;
	}
	#wrap {
		margin: 0px auto;
	}
	#copyright {
		display:none;
	}
}
@media (max-width:480px) {
	.menurow .tab4 {
		width: 45%;
	}
}
