﻿@font-face
{
    font-family:"Gotham Book";
    src:url('fonts/Gotham-Book.otf');
}
@font-face
{
    font-family:"Gotham Medium";
    src:url('fonts/Gotham-Medium.otf');
}
body
{
	margin:0px;
	padding:0px;
	font-size:14px;
	width:100%;
	font-family:"Gotham Book";
	color:#1D1D1B;
}
.clear
{
	clear: both;
}
.CenterDiv
{
	width:1000px;
	margin:0px auto;
}
.Header
{
	background-color:#EFEFEF;
	width:100%;
	height:60px;
	overflow:hidden;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	display:none;
}
.PageClass
{
	/*margin-top:60px;
	min-height:520px;*/	
	padding:20px;
}
.Logo
{
	background:url("../images/logo.png") no-repeat 8px 0px;
	width:280px;
	height:33px;
	float:left;
	margin-top:14px;
	cursor:pointer;
}
.HomeLink
{
	position:absolute;
	top:16px;
	right:290px;
	background:url("../images/ic_home.png") no-repeat top center;
	width:25px;
	height:25px;
	text-decoration:none;
	display:inline-block;
}
.HomeLink:hover
{
	background:url("../images/ic_home_hover.png") no-repeat top center;
}
.TopMenuLink
{
	float:right;
	width:750px;
	height:60px;
	text-align:right;
}
.TopMenuLink a
{
	display:inline-block;	
	font-family:"Gotham Medium";
	font-size:16px;
	line-height:20px;
	color:#1D1D1B;
	text-decoration:none;
	padding:18px 0px 17px 0px;
	border-bottom:5px solid #EFEFEF;
	margin:0px 25px;
}
.TopMenuLink a:hover,.TopMenuLink a.active
{
	color:#A13696;
	border-bottom:5px solid #A13696;
}

.nav
{
	float:right;
	width:270px;
	height:60px;
	overflow:hidden;
	text-align:center;
	position: relative;
}
.nav a
{
	position: relative;
	display:inline-block;	
	font-family:"Gotham Medium";
	font-size:16px;
	line-height:20px;
	color:#1D1D1B;
	text-decoration:none;
	padding:20px 0px 20px 0px;
	width:130px;

	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
}
.nav a:hover,.nav a.active
{
	color:#A13696;
}

.effect,.effect_active
{
	position: absolute;
	left:-130px;
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}

.nav a:nth-child(1):hover ~ .effect {
  left:2px; }
.nav a:nth-child(2):hover ~ .effect {
  left: 130px; }
.nav a:nth-child(3):hover ~ .effect {
  left: 260px; }
.nav a:nth-child(4):hover ~ .effect {
  left: 390px; }
.nav a:nth-child(5):hover ~ .effect {
  left: 520px; }
.nav a:nth-child(6):hover ~ .effect {
  left: 650px; }

.nav a.active:nth-child(1) ~ .effect_active {
  left:2px; }
.nav a.active:nth-child(2) ~ .effect_active {
  left: 130px; }
.nav a.active:nth-child(3) ~ .effect_active {
  left: 260px; }
.nav a.active:nth-child(4) ~ .effect_active {
  left: 390px; }
.nav a.active:nth-child(5) ~ .effect_active {
  left: 520px; }
.nav a.active:nth-child(6) ~ .effect_active {
  left: 650px; }
  
/* ----- line example -----*/
.ph-line-nav .effect,.ph-line-nav .effect_active
{
	width: 130px;
	height: 5px;
	bottom: 0px;
	background: #A13696;
	margin-left:0px;
}

/*---- Mobile Menu --*/
.TopMobileMenu
{
	position:absolute;
	right:10px;
	top:11px;
	background:url("../images/menu.png") no-repeat top left;
	height:20px;
	width:25px;
	cursor:pointer;
	display:none;
}
#MobileMenu
{
	background: #EFEFEF;
	color: #1D1D1B;
	position:fixed;
	top:40px;
	right:0px;
	z-index:110;
	display:none;
}
#MobileMenu ul
{
	margin:0px;
	padding:0px;
}
#MobileMenu ul li
{
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	min-width:150px;
}
#MobileMenu ul li a
{
	font-family:"Gotham Medium";
	font-size: 16px;
	text-transform:none;
	text-decoration:none;
	line-height:20px;
	padding:10px;
	display:block;
	color: #1D1D1B;
	border-bottom:1px solid #610972;
	border-left:1px solid #610972;
}
#MobileMenu ul li a:hover
{
	background-color:#D8D8D8;
}
#MobileMenu ul li a.active
{
	background-color:#610972;
	color:#FFFFFF;
}
/*---- Mobile Menu Ends --*/

.Footer
{
	background-color:#A84289;
	width:100%;
	height:40px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	display:none;
}
.copyright
{
	float:left;
	padding:12px 0px 0px 0px;
}
.footerlinks
{
	float:right;
	padding:12px 0px 0px 0px;
	display:none;
}
.footerlinks a
{
	font-family:"Gotham Medium";
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
}
.footerlinks a:hover
{
	text-decoration:underline;
}
#scrollUp
{
    background-image: url("../images/top.png");
    bottom: 15px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}

/*--------Index Page ---------*/
.Index_Mobile_Heading
{
	background:url("../images/mobile_heading.png") no-repeat top center;
	height:91px;
	display:none;
}
.Index_Navigation
{
	background-color:#662480;
	position:fixed;
	top:60px;
	left:0px;
	width:100%;
	height:30px;
	overflow:hidden;
	text-align:center;
	z-index:100;
	display:none;
}
.Index_Navigation a
{
	display:inline-block;	
	font-family:"Gotham Medium";
	font-size:14px;
	line-height:18px;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 0px;
	border-bottom:2px solid #662480;
	margin:0px 25px;
}
.Index_Navigation a:hover,.Index_Navigation a.active
{
	border-bottom:2px solid #FFFFFF;
}
.Index_TopBlock
{
	background:#b85eeb url("../images/top_bg.png")  repeat-x top center;
	height:750px;
	width:100%;
}
.Index_TopBlock_Inner
{
	margin:0px auto;
	width:1000px;
	height:571px;
	position:relative;
	background:url("../images/top_inner.png") no-repeat top center;
}
.Top_Strip1
{
	background:url("../images/index_top_inner1.png") no-repeat top left;
	width:1560px;
	height:82px;
	position:absolute;
	bottom:155px;
	left:10px;
	z-index:11;
}
.Top_Strip2
{
	background:url("../images/index_top_inner2.png") no-repeat top left;
	width:1520px;
	height:93px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:11;
}
.Index_TopBlock_Links
{
	width:100%;
	height:102px;
	overflow:hidden;
	position:absolute;
	bottom:60px;
	left:0px;
}
.Index_TopBlock_Links a
{
	display:inline-block;
	width:240px;
	height:100px;	
	background-color:#FFFFFF;
	margin-right:18px;
	z-index:10;
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	outline:none;
	
	-moz-border-radius:10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px; 
	behavior:url("border-radius.htc");
	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}
.Index_TopBlock_Links a:hover
{
	background-color:#D8D8D8;
}
/*---- overwrite for top icons -------------*/

.Index_TopBlock_Inner
{
	height:751px;
}
.Top_Strip1,.Top_Strip2
{
	display:none;
}
.Index_TopBlock_Links
{	
	height:auto;
	overflow:auto;
	text-align:center;
}
.Index_TopBlock_Links a
{
	display:inline-block;
	width:240px;
	height:100px;	
	margin:10px 10px;
}

/*------SLIDES STYLING------*/
#divWitninContacts{
	background:url('../images/withincontacts_slide.jpg') 50% 0 no-repeat fixed;
	height:500px;
	background-size: cover;
}
#divFarmersOrg{
	background:url('../images/farmersorg_slide.jpg') 50% 0 no-repeat fixed;
	height:500px;
	background-size: cover;
}
#divVerificationX{
	background:url('../images/verificationx_slide.jpg') 50% 0 no-repeat fixed;
	height:500px;
	background-size: cover;
}
#divBookGanga{
	background:url('../images/bookganga_slide.jpg') 50% 0 no-repeat fixed;
	height:500px;
	background-size: cover;
}
#divePaperGallery{
	background:url('../images/epapergallery_slide.jpg') 50% 0 no-repeat fixed;
	height:500px;
	background-size: cover;
}
#divBytesOfIndia{
	background:url('../images/BytesOfIndia_slide.jpg') 50% 0 no-repeat fixed;
	height:500px;
	background-size: cover;
}
.Slide_Inner_Content
{	
	padding-top:190px;
	text-align:center;
}
.Slide_Inner_Content a
{
	text-decoration:none;
	outline:none;
}
.Slide_Inner_Content img
{
	max-width:100%;
	border:0px;
}
/*------SLIDES STYLING Ends------*/

.WithinContacts_TextBlock
{
	font-family:"Gotham Book";
	font-size:20px;
	color:#000000;
	text-align:left;
	width:980px;
	margin:0px auto;
	padding:30px 0px 40px 0px;
	background:url("../images/withincontacts_bg.png") no-repeat bottom right;	
}
.WithinContacts_TextBlock div.WithinContactsHeading
{
	font-size:34px;
	color:#0369AC;
}
.WithinContacts_LinkBlock
{
	width:540px;
	margin-top:40px;
}
.WithinContacts_LinkBlock_Heading
{
	font-family:"Gotham Book";
	font-size:20px;
	line-height:30px;
	color:#FFFFFF;
	text-align:center;
	padding:3px 0px;
	background-color:#6FB680;
	margin-top:20px;
}
.WithinContacts_Links a
{
	font-family:"Gotham Book";
	font-size:20px;
	line-height:60px;
	text-decoration:none;
	color:#1D1D1B;
	text-align:left;
	position:relative;
	float:left;
	display:inline-block;
	width:270px;
	height:60px;
	margin-top:20px;
	outline:none;
}
.WithinContacts_Links a span
{
	display:inline-block;	
	width:60px;
	height:60px;
	background-color:#6FB680;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:8px;
	
	-moz-border-radius:50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%; 
	behavior:url("border-radius.htc");
}
.wc_buysell
{
	background-image:url("../images/wc_buysell.png");
}
.wc_events
{
	background-image:url("../images/wc_events.png");
}
.wc_groups
{
	background-image:url("../images/wc_groups.png");
}
.wc_jobs
{
	background-image:url("../images/wc_jobs.png");
}
.wc_reviews
{
	background-image:url("../images/wc_reviews.png");
}
.wc_services
{
	background-image:url("../images/wc_services.png");
}
.WithinContacts_Links a:hover span
{
	background-color:#0072BC;
}
.WithinContacts_Links a:hover
{
	color:#0072BC;
}
.Verification_TextBlock
{
	font-family:"Gotham Book";
	font-size:18px;
	color:#000000;
	text-align:left;
	padding:30px 0px 40px 0px;
}
.Verification_TextBlock div.VerificationHeading
{
	background-color:#1D70B1;
	color:#FFFFFF;
	padding:5px 10px;
	line-height:20px;
}
.Verification_TextBlock div.VerificationText
{
	line-height:28px;
}
.Verification_TextBlock div.VerificationText p
{
	margin-top:0px;
}
.Verification_TextBlock div.VerificationText ul
{
	padding-left:30px;
	margin-bottom:0px;
}
.Verification_TextBlock div.VerificationText ul li
{
	float:left;
	margin-right:50px;
}
.BookGanga_TextBlock
{
	font-family:"Gotham Book";
	font-size:20px;
	color:#000000;
	text-align:center;
	padding:30px 0px 40px 0px;
}
.BookGanga_TextBlock div.BGHeading
{
	font-size:28px;
	color:#E4660B;
	padding-bottom:15px;
}
.BookGanga_TextBlock div.BGText
{
	line-height:35px;
}
.Bookganga_Publications
{
	background:url("../images/bookganga_publications.jpg") no-repeat top center;
	width:932px;
	height:247px;
	margin:0px auto;
	margin-top:30px;
}
.Bookganga_Publications_Links
{
	text-align:left;
	padding-top:60px;
}
.Bookganga_Publications_Links a
{
	display:inline-block;
	width:120px;
	height:125px;
	background-position:top center;
	background-repeat:no-repeat;
	text-decoration:none;
	margin-left:40px;
	outline:none;
}
.BIBS_Block
{
	background:url("../images/bibs.jpg") no-repeat top center;
	width:932px;
	height:247px;
	margin:0px auto;
	margin-top:30px;
}

.ePaperGallery_TextBlock
{
	font-family:"Gotham Book";
	font-size:25px;
	color:#000000;
	line-height:50px;
	text-align:center;
	padding:30px 0px 40px 0px;
}
.BytesOfIndia_TextBlock
{
	font-family:"Gotham Book";
	font-size:25px;
	color:#000000;
	line-height:50px;
	text-align:center;
	padding:30px 0px 40px 0px;
}
.FarmersOrg_TextBlock
{
	font-family:"Gotham Book";
	font-size:25px;
	color:#000000;
	line-height:50px;
	text-align:center;
	padding:30px 0px 40px 0px;
}
/*--------Index Page Ends ---------*/
.PageInnerClass
{
	width:1000px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	border:1px solid #B9BFC8;
	border-radius:20px;
	position:relative;
}
.PageHeading
{
	background-position:center center;
	background-repeat:no-repeat;
	height:300px;
}
.PageHeading div
{
	font-weight:bold;
	font-size:60px;
	color:#FFFFFF;
	line-height:70px;
	text-align:center;
	padding-top:110px;
}
.ThankyouMsg
{
	font-family:"Gotham Book";
	font-size:22px;
	color:#1D1D1B;
	padding:20px 10px 50px 10px;
	line-height:25px;
	text-align:center;
}
.PageContent
{
	font-family:"Gotham Book";
	font-size:16px;
	color:#5566AB;
	padding:20px 30px;
	line-height:25px;
	text-align:justify;
}
.PageContent p
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
.PageContent ul
{
	margin:0px;
	padding:0px 0px 10px 20px;
}
.PageContent ul li
{
	margin-top:5px;
}
.PageContent ul.List
{
	margin:0px auto;
	padding:5px 0px 10px 20px;
	max-width:100%;
}
.PageContent ul.List li
{
	margin:5px 5px 5px 0px;
	width:50%;
	float:left;
}
.PageContent ul.List li:nth-child(even)
{
	float:right;
	width:46%;
}
.PageContent a
{
	color:#0369AC;
	text-decoration:none;
	outline:none;
}
.PageContent a:hover
{
	text-decoration:underline;
}
.Page_SubHead
{
	font-weight:bold;
	padding:0px 10px;
	font-size:16px;
	color:#1A2559;
	margin-top:15px;
	/*background-color:#a13696;
	color:#FFFFFF;
	text-transform:uppercase;*/
	text-align:left;
}
.Page_SubHead2
{
	font-weight:bold;
	padding:10px;
	font-size:20px;
	background-color:#F1F1F1;
	color:#000;
	text-transform:capitalize;
}
.FormBlock
{
	padding-bottom:30px;
	max-width:500px;
	margin:0px auto;
}
.InputBox,.SelectBox,.TextArea
{
	font-family:"Gotham Book";
	font-size:16px;	
	color:#010101;
	text-decoration:none;
	width:100%;
	height:40px;
	background-color:#FFFFFF;
	border:1px solid #a13696;	
    outline:none;	
    text-indent:0.5em; 
    
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	margin: 2px 1px 2px 1px;
	
	-moz-border-radius:4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px; 
	behavior:url("border-radius.htc");
	
}
.TextArea
{
	height:80px;
	/*text-indent:0px;*/
	padding:5px 0px;
}
.InputBox:focus,.SelectBox:focus,.TextArea:focus
{
	box-shadow: 0 0 2px rgba(0, 113, 188, 1);
	border: 1px solid rgba(54, 173, 251, 1);
}
.SelectBox
{	
	line-height:40px;
    text-indent:0.1em; 
}
.FormLabel
{
	padding-top:10px;
	padding-bottom:3px;
	font-size:18px;
}
.StarClass
{
	color:Red;
	display:inline-block;
	padding-left:2px;
}

.ButtonClass
{
	font-family:"Gotham Book";
	background-color:#ff007e;
	height:40px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
	border:0px;
	cursor:pointer;
	padding:0px 20px;
	
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* KHTML */
	border-radius: 4px; /* CSS3 */
	behavior:url("border-radius.htc");
}
.ButtonClass:hover
{
	background-color:#cf0066;
}
.ContactUs_Address
{
	padding:15px 10px;
}
.ContactUs_Address div
{
	float:left;
	width:33%;
}
.TextareaCount
{
	font-size:14px;
}
.RefreshClass
{	
	background:url("../images/Refresh.png") no-repeat top left;
	border:0px;
	height:48px;
	width:48px;
	cursor:pointer;
}
.WebsiteLinks
{
	text-align:center;
	padding-bottom:10px;
}
.WebsiteLinks a
{
	text-align:center;
	padding-bottom:10px;
	color:#0369ac;
	text-decoration:none;
	font-family: "Gotham Book";
    font-size: 25px;
    line-height: 40px;
    outline:none;
}
.WebsiteLinks a:hover
{
	text-decoration:underline;
}
.Justify
{
	text-align:justify;
}
.RightImg
{
	border:0px;
	padding:5px 0px 15px 15px;
	max-width:100%;
}
.LeftImg
{
	border:0px;
	padding:5px 15px 15px 0px;
	max-width:100%;
}
.Bottom_Highlighter
{
	font-weight:normal;
	padding:10px;
	font-size:16px;
	color:#000;
	font-style: italic;
	margin:20px 0px;
	
	border-top: solid 2px #CACACA;
	border-bottom: solid 2px #CACACA;
}
.Bottom_Div
{
	background-color:#E1EFF7;
	height:30px;
	border-radius:0px 0px 20px 20px;
}
.Name_Top_Block
{
	background-color:#F0F9FF;
	padding:20px 30px;
	margin-top:40px;
	border-bottom:7px solid #D4E4F1;
	margin-right:20px;
	border-radius:0px 100px 100px 0px;
}
.Name_Top_Left
{
	float:left;
	width:79%;
}
.Name_Top_Right
{
	float:right;
	width:20%;
}
.Name_Top_Photo
{
	/*width:150px;*/
}
.Name_Top_Photo img
{
	max-width:100%;
	border-radius:50%;
}
.Name_Top_Head
{
	font-family:"Gotham Book";
	font-size:60px;
	font-weight:bold;
	color:#5766A9;
}
.Name_Top_Head span
{
	display:block;
	height:5px;
	background-color:#CACACA;
	margin-top:5px;
	max-width:52%;
}
.Name_Top_Designation
{
	font-family:"Gotham Book";
	font-size:20px;
	color:#5766A9;
	padding-top:20px;
}