/*
Theme Name: HGH
Theme URI: http://wordpress.org/themes/hgh
Author: UND (Utkarsh, Nilesh & Dhawal)
Author URI: http://www.tecogis.com/
Description: The HGH theme for WordPress is a fully responsive theme that looks great on any device. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: hgh

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
/*================================================OLD CSS TO EDIT======================================================================  */
@import url(https://fonts.googleapis.com/css?family=Open+Sans); 


@font-face{font-family:'IconFont';src:url('fonts/iconfont/IconFont.eot');src:url('fonts/iconfont/IconFont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont/IconFont.woff') format('woff'),url('fonts/iconfont/IconFont.ttf') format('truetype'),url('fonts/iconfont/IconFont.svg#IconFont') format('svg');font-weight:normal;font-style:normal}[data-icon]:before{font-family:'IconFont';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

@font-face{font-family:droid-sans;src:url(fonts/droid-sans/DroidSans.ttf) format('truetype');src:url(fonts/droid-sans/DroidSans-Bold.ttf) format('truetype')}

.icon-calendar,.icon-cogs,.icon-newspaper,.icon-question,.icon-quotes-left,.icon-rupee{font-family:IconFont;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;font-size:26px;color:#9a9a9a;-webkit-font-smoothing:antialiased}
.icon-rupee{font-family:IconFont;speak:none;font-style:normal;font-weight:700;font-variant:normal;text-transform:none;line-height:0;font-size:12px;color:#000;-webkit-font-smoothing:antialiased}
.icon-calendar:before{content:"\e04e"}
.icon-cogs:before{content:"\e08f"}
.icon-newspaper:before{content:"\e004"}
.icon-question:before{content:"\e0f6"}
.icon-rupee:before{content:"\f156";font-size:12px}
.icon-quotes-left:before{content:"\e076";float:left;width:3%;margin-right:1%;font-size:22px}
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:'Open Sans';font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline-block;max-width:100%}
html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body,button,input,select,textarea{color:#2b2b2b;font-family:'Open Sans';font-size:16px;font-weight:400;line-height:1.5}
body{
	/* background: #F2F0FF !important; */
}
a{color:#002561;font-size:14px;text-decoration:underline}
.widget a{color:#cd1f30;font-size:13px;text-decoration:none}
.page-id-2018 .widget a,.parent-pageid-2018 .widget a{font-size:11px}
a:active,a:hover{outline:0;color:#000;text-decoration:none}
.adv_area a{color:#fff; text-decoration:underline;}
.adv_area a:focus, .adv_area a:hover{color:#ccc; text-decoration:underline;}
h1,h2,h3,h4,h5,h6{clear:both;font-weight:700;margin:24px 0 12px}
h1{font-size:26px;line-height:1.3846153846}
h2{font-size:24px;line-height:1}
h3{font-size:22px;line-height:1.0909090909}
h4{font-size:20px;line-height:1.2}
h5{font-size:18px;line-height:1.3333333333}
h6{font-size:16px;line-height:1.5}
address{font-style:normal;margin-bottom:24px}
abbr[title]{border-bottom:1px dotted #2b2b2b;cursor:help}
b,strong{font-weight:700}
cite,dfn,em,i{font-style:normal}
ins,mark{background:#fff9c0;text-decoration:none}
code,kbd,pre,samp,tt,var{font-family:monospace,serif;font-size:15px;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.6}
pre{border:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:24px;max-width:100%;overflow:auto;padding:12px;white-space:pre;white-space:pre-wrap;word-wrap:break-word}
blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
blockquote{color:#767676;font-size:19px;font-style:normal;font-weight:300;line-height:1.2631578947;margin-bottom:24px}
blockquote cite,blockquote small{color:#2b2b2b;font-size:16px;font-weight:400;line-height:1.5}
blockquote cite,blockquote em,blockquote i{font-style:normal}
blockquote b,blockquote strong{font-weight:400}
small{font-size:smaller}
big{font-size:125%}
sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}
sup{bottom:1ex}
sub{top:.5ex}
dl{margin-bottom:24px}
dt{font-weight:700}
dd{margin-bottom:24px}
ol,ul{list-style:none;margin:0 0 24px 20px}
ul{list-style:disc}
ol{list-style:decimal}
li>ol,li>ul{margin:0 0 0 20px}
img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle}
figure{margin:0}
fieldset{border:1px solid rgba(0,0,0,.1);margin:0 0 24px;padding:11px 12px 0}
legend{white-space:normal}
button,input,select,textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}
button,input{line-height:normal}
input,textarea{background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0))}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],input[disabled]{cursor:default}
input[type=checkbox],input[type=radio]{padding:0}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
del{color:#767676}
hr{background-color:rgba(0,0,0,.1);border:0;height:1px;margin-bottom:23px}
::selection{background:#3f8ab5;color:#fff;text-shadow:none}
::-moz-selection{background:#3f8ab5;color:#fff;text-shadow:none}
.language select{height:28px;color:#2b2b2b;padding-left:5px}
input,select,textarea{border:1px solid #ccc;border-radius:0;color:#2b2b2b;padding:2px 5px}
textarea{width:100%}
input:focus,textarea:focus{outline:0}
.search-field{width:100%}
.search-submit{display:none}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{color:#939393}
:-moz-placeholder{color:#939393}
::-moz-placeholder{color:#939393;opacity:1}
:-ms-input-placeholder{color:#939393}
/* Responsive images. Fluid images for posts, comments, and widgets */
#site-header img,.comment-content img,.entry-content img,.entry-summary img,.widget img,.wp-caption{max-width:auto}
/* * Make sure images with WordPress-added height and width attributes are * scaled correctly. */
#site-header img,.comment-content img[height],.entry-content img,.entry-summary img,img[class*=align],img[class*=wp-image-],img[class*=attachment-]{height:auto}
.post-thumbnail img,.wp-post-image,img.size-full,img.size-large{height:auto;max-width:100%}
/* Make sure embeds and iframes fit their containers */
embed,iframe,object,video{margin-bottom:15px;max-width:100%}
p>embed,p>iframe,p>object,span>embed,span>iframe,span>object{margin-bottom:0}
/* Alignment */
.alignleft{float:left}
.alignright{float:right}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
blockquote.alignleft,figure.wp-caption.alignleft,img.alignleft{margin:7px 24px 7px 0}
.wp-caption.alignleft{margin:7px 14px 7px 0}
blockquote.alignright,figure.wp-caption.alignright,img.alignright{margin:7px 0 7px 24px}
.wp-caption.alignright{margin:7px 0 7px 14px}
.wp-caption.aligncenter,blockquote.aligncenter,img.aligncenter{margin-top:7px;margin-bottom:7px}
.site-content blockquote.alignleft,.site-content blockquote.alignright{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);padding-top:17px;width:50%}
.site-content blockquote.alignleft p,.site-content blockquote.alignright p{margin-bottom:17px}
.wp-caption{margin-bottom:24px}
.wp-caption img[class*=wp-image-]{display:block;margin:0}
.wp-caption{color:#767676}
.wp-caption-text{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;font-style:normal;line-height:1.5;margin:9px 0}
div.wp-caption .wp-caption-text{padding-right:10px}
div.wp-caption.alignright .wp-caption-text,div.wp-caption.alignright img[class*=wp-image-]{padding-left:10px;padding-right:0}
.wp-smiley{border:0;margin-bottom:0;margin-top:0;padding:0}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;line-height:normal;padding:15px 23px 14px;position:absolute;left:5px;top:5px;text-decoration:none;text-transform:none;width:auto;z-index:100000}
.hide{display:none !important;}
.contributor-info:after,.contributor-info:before,.footer-sidebar:after,.footer-sidebar:before,.gallery:after,.gallery:before,.hentry:after,.hentry:before,.search-box:after,.search-box:before,.slider-direction-nav:after,.slider-direction-nav:before,[class*=content]:after,[class*=content]:before,[class*=site]:after,[class*=site]:before{content:"";display:table}
.contributor-info:after,.footer-sidebar:after,.gallery:after,.hentry:after,.search-box:after,.slider-direction-nav:after,[class*=content]:after,[class*=site]:after{clear:both}
/* Genericons */
.bypostauthor>article .fn:before,.comment-edit-link:before,.comment-reply-link:before,.comment-reply-login:before,.comment-reply-title small a:before,.contributor-posts-link:before,.menu-toggle:before,.search-toggle:before,.slider-direction-nav a:before,.widget_twentyfourteen_ephemera .widget-title:before{-webkit-font-smoothing:antialiased;display:inline-block;font:400 16px/1 Genericons;text-decoration:inherit;vertical-align:text-bottom}
/* Separators */
.full-size-link:before,.parent-post-link:before,.site-content span+.entry-date:before,.widget_twentyfourteen_ephemera .entry-title:after,span+.byline:before,span+.comments-link:before,span+.edit-link:before{content:"\0020\007c\0020"}
.site{background-color:#fff}
.main-content{width:90%;margin:20px 5% 50px}
/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar{min-height:32px}
#site-header{position:relative;z-index:3}
.header-main{min-height:20px}
.site-title{float:left;font-size:18px;font-weight:700;line-height:48px;margin:0;max-width:-webkit-calc(100% - 86px);max-width:calc(100% - 86px)}
.site-title a,.site-title a:hover{color:#fff;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* Search in the header */
.search-toggle{background-color:#24890d;cursor:pointer;float:right;height:48px;margin-right:38px;text-align:center;width:48px}
.search-toggle.active,.search-toggle:hover{background-color:#41a62a}
.search-toggle:before{color:#fff;content:"\f400";font-size:20px;margin-top:14px}
.search-toggle .screen-reader-text{left:5px}
.search-box-wrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:40px;right:50px;width:50%;z-index:2}
.search-box{background-color:#3f8ab5;padding:12px;color:#fff}
.search-box .search-field{background-color:#fff;border:0;float:right;font-size:16px;padding:2px 2px 3px 6px;width:100%}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation ul{list-style:none;margin:0}
.site-navigation li{border-top:1px solid rgba(255,255,255,.2)}
.site-navigation ul ul{margin-left:20px}
.site-navigation a{color:#fff;display:block;text-transform:uppercase}
.site-navigation a:hover{color:#41a62a} 
.site-navigation .current-menu-ancestor>a,.site-navigation .current-menu-item>a,.site-navigation .current_page_ancestor>a,.site-navigation .current_page_item>a{color:#55d737;font-weight:900} 
/* Primary Navigation */
.primary-navigation{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:14px;padding-top:24px} 
/* .primary-navigation.toggled-on {
	padding: 72px 0 36px;
} */ 
.primary-navigation .nav-menu-responsive{border-bottom:1px solid rgba(255,255,255,.2);display:none}
.primary-navigation.toggled-on .nav-menu-responsive{display:block}
.primary-navigation a{padding:7px 0} 
/* Secondary Navigation */ 
.secondary-navigation{border-bottom:1px solid rgba(255,255,255,.2);font-size:12px;margin:48px 0}
.secondary-navigation a{padding:9px 0}
.menu-toggle{background-color:#3f8ab5;border-radius:0;cursor:pointer;height:48px;margin:0;overflow:hidden;padding:0;position:absolute;top:0;right:10px;text-align:center;width:48px}
.menu-toggle:before{color:#fff;content:"\f419";padding:8px;font-size:24px} 
.menu-toggle:active,.menu-toggle:focus,.menu-toggle:hover{background-color:#444} 
.menu-toggle:focus{outline:dotted 1px} 
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

/* .content-area {
	padding-top: 48px;
} */ 
.hentry{margin:0 auto 48px;max-width:672px} 
.page-content,.site-content .entry-content,.site-content .entry-header,.site-content .entry-meta,.site-content .entry-summary{margin:0 auto;max-width:474px}
.page-content{margin-bottom:48px} 
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */ 
.post-thumbnail{background:url(images/pattern-light.svg) fixed #b2b2b2;display:block;position:relative;width:100%;z-index:0}
a.post-thumbnail:hover{background-color:#999}
.full-width .post-thumbnail img{display:block;margin:0 auto} 
/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */ 
.entry-header{position:relative;z-index:1}
.entry-title{font-size:33px;font-weight:300;line-height:1.0909090909;margin:0 0 12px;text-transform:uppercase}
.entry-title a{color:#2b2b2b}
.entry-title a:hover{color:#41a62a}
.site-content .entry-header{background-color:#fff;padding:0 10px 12px}
.site-content .has-post-thumbnail .entry-header{padding-top:24px}
/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */
.entry-meta{clear:both;color:#767676;font-size:12px;font-weight:400;line-height:1.3333333333;text-transform:uppercase}
.entry-meta a{color:#767676}
.entry-meta a:hover{color:#41a62a}
.sticky .entry-date{display:none}
.cat-links{font-weight:900;text-transform:uppercase}
.cat-links a{color:#2b2b2b}
.cat-links a:hover{color:#41a62a}
.byline{display:none}
.group-blog .byline,.single .byline{display:inline}
.site-content .entry-meta{background-color:#fff;margin-bottom:8px}
.site-content footer.entry-meta{margin:24px auto 0;padding:0 10px}
/* Tag links style */
.entry-meta .tag-links a{background-color:#767676;border-radius:0 2px 2px 0;color:#fff;display:inline-block;font-size:11px;font-weight:700;line-height:1.2727272727;margin:2px 4px 2px 10px;padding:3px 7px;position:relative;text-transform:uppercase}
.entry-meta .tag-links a:hover{background-color:#41a62a;color:#fff}
.entry-meta .tag-links a:before{border-top:10px solid transparent;border-right:8px solid #767676;border-bottom:10px solid transparent;content:"";height:0;position:absolute;top:0;left:-8px;width:0}
.entry-meta .tag-links a:hover:before{border-right-color:#41a62a}
.entry-meta .tag-links a:after{background-color:#fff;border-radius:50%;content:"";height:4px;position:absolute;top:8px;left:-2px;width:4px}
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-content,.entry-summary,.page-content{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-wrap:break-word}
.page-content,.site-content .entry-content,.site-content .entry-summary{background-color:#fff;padding:12px 10px 0}
.page .entry-content{padding-top:0}
.entry-content h1:first-child,.entry-content h2:first-child,.entry-content h3:first-child,.entry-content h4:first-child,.entry-content h5:first-child,.entry-content h6:first-child,.entry-summary h1:first-child,.entry-summary h2:first-child,.entry-summary h3:first-child,.entry-summary h4:first-child,.entry-summary h5:first-child,.entry-summary h6:first-child,.page-content h1:first-child,.page-content h2:first-child,.page-content h3:first-child,.page-content h4:first-child,.page-content h5:first-child,.page-content h6:first-child{margin-top:0}
.comment-content a,.entry-content a,.entry-summary a,.page-content a{text-decoration:underline}
.comment-content a.button,.comment-content a:hover,.entry-content a.button,.entry-content a:hover,.entry-summary a.button,.entry-summary a:hover,.page-content a.button,.page-content a:hover{text-decoration:none}
.comment-content table,.entry-content table{font-size:14px;line-height:1.2857142857;margin-bottom:24px}
.comment-content th,.entry-content th{font-weight:700;padding:8px;text-transform:uppercase}
.comment-content td,.entry-content td{padding:8px}
.entry-content .edit-link{clear:both;display:block;font-size:12px;font-weight:400;line-height:1.3333333333;text-transform:uppercase}
.entry-content .edit-link a{color:#767676;text-decoration:none}
.entry-content .edit-link a:hover{color:#41a62a}
/* Mediaelements */
.hentry .mejs-container{margin:12px 0 18px}
.hentry .mejs-container .mejs-controls,.hentry .mejs-mediaelement{background:#000}
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current{background:#24890d}
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}
.hentry .mejs-container .mejs-controls .mejs-time{padding-top:9px}
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-time-rail span{border-radius:0}
.hentry .mejs-overlay-loading{background:0 0}
.hentry .mejs-overlay-button{background-color:#fff;background-image:none;border-radius:2px;box-shadow:1px 1px 1px rgba(0,0,0,.8);color:#000;height:36px;margin-left:-24px;width:48px}
.hentry .mejs-overlay-button:before{-webkit-font-smoothing:antialiased;content:'\f452';display:inline-block;font:400 32px/1.125 Genericons;position:absolute;top:1px;left:10px}
.hentry .mejs-controls .mejs-button button:focus{outline:0}
.hentry .mejs-controls .mejs-button button{-webkit-font-smoothing:antialiased;background:0 0;color:#fff;display:inline-block;font:400 16px/1 Genericons}
.hentry .mejs-playpause-button.mejs-play button:before{content:'\f452'}
.hentry .mejs-playpause-button.mejs-pause button:before{content:'\f448'}
.hentry .mejs-volume-button.mejs-mute button:before{content:'\f109';font-size:20px;position:absolute;top:-2px;left:0}
.hentry .mejs-volume-button.mejs-unmute button:before{content:'\f109';left:0;position:absolute;top:0}
.hentry .mejs-fullscreen-button button:before{content:'\f474'}
.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before{content:'\f406'}
.hentry .mejs-overlay:hover .mejs-overlay-button{background-color:#24890d;color:#fff}
.hentry .mejs-controls .mejs-button button:hover{color:#41a62a}
.content-sidebar .wp-playlist-item .wp-playlist-caption{color:#000}
/* Page links */
.page-links{clear:both;font-size:12px;font-weight:900;line-height:2;margin:24px 0;text-transform:uppercase}
.page-links a,.page-links>span{background:#fff;border:1px solid #fff;display:inline-block;height:22px;margin:0 1px 2px 0;text-align:center;width:22px}
.page-links a{background:#000;border:1px solid #000;color:#fff;text-decoration:none}
.page-links a:hover{background:#41a62a;border:1px solid #41a62a;color:#fff}
.page-links>.page-links-title{height:auto;margin:0;padding-right:7px;width:auto}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery{margin-bottom:20px}
.gallery-item{float:left;margin:0 4px 4px 0;overflow:hidden;position:relative}
.gallery-columns-1 .gallery-item{max-width:100%}
.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}
.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}
.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}
.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}
.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}
.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}
.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}
.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}
.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1){clear:left}
.gallery-caption{background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:12px;line-height:1.5;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}
.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}
.gallery-item:hover .gallery-caption{opacity:1}
.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}
/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */
.format-aside .entry-content,.format-aside .entry-summary,.format-link .entry-content,.format-link .entry-summary,.format-quote .entry-content,.format-quote .entry-summary{padding-top:0}
.site-content .format-aside .entry-title,.site-content .format-link .entry-title,.site-content .format-quote .entry-title{display:none}
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
.nav-links{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;border-top:1px solid rgba(0,0,0,.1);hyphens:auto;word-wrap:break-word}
.image-navigation,.post-navigation{margin:24px auto 48px;max-width:474px;padding:0 10px}
.image-navigation .next-image,.image-navigation .previous-image,.post-navigation a{border-bottom:1px solid rgba(0,0,0,.1);padding:11px 0 12px;width:100%}
.post-navigation .meta-nav{color:#767676;display:block;font-size:12px;font-weight:900;line-height:2;text-transform:uppercase}
.image-navigation a,.post-navigation a{color:#2b2b2b;display:block;font-size:14px;font-weight:700;line-height:1.7142857142;text-transform:none}
.image-navigation a:hover,.post-navigation a:hover{color:#41a62a}
/* Paging Navigation */
.paging-navigation{border-top:5px solid #000;margin:48px 0}
.paging-navigation .loop-pagination{margin-top:-5px;text-align:center}
.paging-navigation .page-numbers{border-top:5px solid transparent;display:inline-block;font-size:14px;font-weight:900;margin-right:1px;padding:7px 16px;text-transform:uppercase}
.paging-navigation a{color:#2b2b2b}
.paging-navigation .page-numbers.current{border-top:5px solid #24890d}
.paging-navigation a:hover{border-top:5px solid #41a62a;color:#2b2b2b}
/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */
.attachment .content-sidebar,.attachment .post-thumbnail{display:none}
.attachment .entry-content{padding-top:0}
.attachment footer.entry-meta{text-transform:none}
.entry-attachment .attachment{margin-bottom:24px}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */
.archive-header,.page-header{margin:24px auto;max-width:474px}
.archive-title,.page-title{font-size:16px;font-weight:900;line-height:1.5;margin:0}
.author-description,.taxonomy-description{color:#767676;font-size:14px;line-height:1.2857142857;padding-top:18px}
.author-description p,.taxonomy-description p{margin-bottom:18px}
.author-description p:last-child,.taxonomy-description p:last-child{margin-bottom:0}
.author-description a,.taxonomy-description a{text-decoration:underline}
.author-description a:hover,.taxonomy-description a:hover{text-decoration:none}
/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */
.contributor{border-bottom:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:48px 10px}
.contributor:first-of-type{padding-top:24px}
.contributor-info{margin:0 auto;max-width:474px}
.contributor-avatar{border:1px solid rgba(0,0,0,.1);float:left;margin:0 30px 20px 0;padding:2px}
.contributor-name{font-size:16px;font-weight:900;line-height:1.5;margin:0}
.contributor-bio a{text-decoration:underline}
.contributor-bio a:hover{text-decoration:none}
.contributor-posts-link{display:inline-block;line-height:normal;padding:10px 30px}
.contributor-posts-link:before{content:"\f443"}
/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
.error404 .page-content{padding-top:0}
.error404 .page-content .search-form{margin-bottom:24px}
/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */
.full-width .hentry{max-width:100%}
/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */
.singular .site-content .hentry.has-post-thumbnail{margin-top:-48px}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comments-area{margin:48px auto;max-width:474px;padding:0 10px}
.comment-reply-title,.comments-title{font:900 16px/1.5 Lato,sans-serif;margin:0;text-transform:uppercase}
.comment-list{list-style:none;margin:0 0 48px}
.comment-author{font-size:14px;line-height:1.7142857142}
.comment-list .reply,.comment-metadata{font-size:12px;line-height:2;text-transform:uppercase}
.comment-list .reply{margin-top:24px}
.comment-author .fn{font-weight:900}
.comment-author a{color:#2b2b2b}
.comment-list .pingback a,.comment-list .trackback a,.comment-metadata a{color:#767676}
.comment-author a:hover,.comment-list .pingback a:hover,.comment-list .trackback a:hover,.comment-metadata a:hover{color:#41a62a}
.comment-list .pingback,.comment-list .trackback,.comment-list article{border-top:1px solid rgba(0,0,0,.1);margin-bottom:24px;padding-top:24px}
.comment-list>.pingback:first-child,.comment-list>.trackback:first-child,.comment-list>li:first-child>article{border-top:0}
.comment-author{position:relative}
.comment-author .avatar{border:1px solid rgba(0,0,0,.1);height:18px;padding:2px;position:absolute;top:0;left:0;width:18px}
.bypostauthor>article .fn:before{content:"\f408";margin:0 2px 0 -2px;position:relative;top:-1px}
.says{display:none}
.comment-author,.comment-awaiting-moderation,.comment-content,.comment-list .reply,.comment-metadata{padding-left:30px}
.comment-edit-link{margin-left:10px}
.comment-edit-link:before{content:"\f411"}
.comment-reply-link:before,.comment-reply-login:before{content:"\f412";margin-right:2px}
.comment-content{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-wrap:break-word}
.comment-content ol,.comment-content ul{margin:0 0 24px 22px}
.comment-content li>ol,.comment-content li>ul,.comment-content>:last-child{margin-bottom:0}
.comment-list .children{list-style:none;margin-left:15px}
.comment-respond{margin-bottom:24px;padding:0}
.comment .comment-respond{margin-top:24px}
.comment-respond h3{margin-top:0;margin-bottom:24px}
.comment-awaiting-moderation,.comment-notes,.form-allowed-tags,.form-allowed-tags code,.logged-in-as,.no-comments{color:#767676}
.comment-awaiting-moderation,.comment-notes,.logged-in-as{font-size:14px;line-height:1.7142857142}
.no-comments{font-size:16px;font-weight:900;line-height:1.5;margin-top:24px;text-transform:uppercase}
.comment-form label{display:block}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url]{width:100%}
.form-allowed-tags,.form-allowed-tags code{font-size:12px;line-height:1.5}
.comment-reply-title small a{color:#2b2b2b;float:right;height:24px;overflow:hidden;width:24px}
.comment-reply-title small a:hover{color:#41a62a}
.comment-reply-title small a:before{content:"\f405";font-size:32px}
.comment-navigation{font-size:12px;line-height:2;margin-bottom:48px;text-transform:uppercase}
.comment-navigation .nav-next,.comment-navigation .nav-previous{display:inline-block}
.comment-navigation .nav-previous a{margin-right:10px}
#comment-nav-above{margin-top:36px;margin-bottom:0}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */
#secondary{background-color:#000;clear:both;color:rgba(255,255,255,.7);margin-top:-1px;padding:0 10px;position:relative;z-index:2}
.site-description{display:none;font-size:12px;font-weight:400;line-height:1.5}
/* Primary Sidebar */
.primary-sidebar{padding-top:48px}
.secondary-navigation+.primary-sidebar{padding-top:0}
/* Content Sidebar */
.content-sidebar{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#767676}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */
.widget{font-size:14px;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1.2857142857;margin-bottom:13px;width:100%;word-wrap:break-word}
.widget a{color:#000 !important;}
.widget a:hover{color:#fff;text-decoration:underline}
.widget h1,.widget h2,.widget h3,.widget h4,.widget h5,.widget h6{margin:24px 0 12px}
.widget h1{font-size:22px;line-height:1.0909090909}
.widget h2{font-size:20px;line-height:1.2}
.widget h3{font-size:18px;line-height:1.3333333333}
.widget h4{font-size:16px;line-height:1.5}
.widget h5{font-size:14px;line-height:1.7142857142}
.widget h6{font-size:12px;line-height:2}
.widget address{margin-bottom:18px}
.widget abbr[title]{border-color:rgba(255,255,255,.7)}
.widget ins,.widget mark{color:#000}
.widget fieldset,.widget pre{border-color:rgba(255,255,255,.2)}
.widget code,.widget kbd,.widget pre,.widget samp,.widget tt,.widget var{font-size:12px;line-height:1.5}
.widget blockquote{color:rgba(255,255,255,.7);font-size:18px;line-height:1.5;margin-bottom:18px}
.widget blockquote cite{color:#fff;font-size:14px;line-height:1.2857142857}
.widget dd,.widget dl{margin-bottom:18px}
.widget ol,.widget ul{list-style:none;margin:0}
.widget li>ol,.widget li>ul{margin-left:10px}
.widget table,.widget td,.widget th{border-color:rgba(255,255,255,.2)}
.widget table{margin-bottom:18px}
.widget del{color:rgba(255,255,255,.4)}
.widget hr{background-color:rgba(255,255,255,.2)}
.widget p{margin-bottom:18px}
.widget-area .widget input,.widget-area .widget textarea{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff;font-size:16px;padding:1px 2px 2px 4px}
.widget-area .widget input:focus,.widget-area .widget textarea:focus{border-color:rgba(255,255,255,.3)}
.widget .button,.widget button,.widget input[type=button],.widget input[type=reset],.widget input[type=submit]{background-color:#24890d;border:0;font-size:12px;padding:5px 15px 4px}
.widget input[type=button]:focus,.widget input[type=button]:hover,.widget input[type=reset]:focus,.widget input[type=reset]:hover,.widget input[type=submit]:focus,.widget input[type=submit]:hover{background-color:#41a62a}
.widget input[type=button]:active,.widget input[type=reset]:active,.widget input[type=submit]:active{background-color:#55d737}
.widget .wp-caption{color:rgba(255,255,255,.7);margin-bottom:18px}
.widget .widget-title{font-size:14px;font-weight:700;line-height:1.7142857142;margin:0;text-transform:uppercase; color:#000;}
.widget-title,.widget-title a{color:#373435;text-decoration:none}
.widget-title a:hover{color:#f58220}
/* Calendar Widget*/
.widget_calendar table{line-height:2;margin:0}
.widget_calendar caption{color:#fff;font-weight:700;line-height:1.7142857142;margin-bottom:18px;text-align:left;text-transform:uppercase}
.widget_calendar thead th{background-color:rgba(255,255,255,.1)}
.widget_calendar tbody td,.widget_calendar thead th{text-align:center}
.widget_calendar tbody a{background-color:#24890d;color:#fff;display:block}
.widget_calendar tbody a:hover{background-color:#41a62a;color:#fff}
.widget_calendar #prev{padding-left:5px}
.widget_calendar #next{padding-right:5px;text-align:right}
/* Ephemera Widget*/
.widget_twentyfourteen_ephemera>ol>li{border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:18px;padding:0}
.widget_twentyfourteen_ephemera .hentry{margin:0;max-width:100%}
.widget_twentyfourteen_ephemera .entry-content table,.widget_twentyfourteen_ephemera .entry-meta,.widget_twentyfourteen_ephemera .entry-title,.widget_twentyfourteen_ephemera .post-format-archive-link,.widget_twentyfourteen_ephemera .wp-caption-text{font-size:12px;line-height:1.5}
.widget_twentyfourteen_ephemera .entry-title{display:inline;font-weight:400}
.widget_twentyfourteen_ephemera .entry-meta{margin-bottom:18px}
.widget_twentyfourteen_ephemera .entry-meta a{color:rgba(255,255,255,.7)}
.widget_twentyfourteen_ephemera .entry-meta a:hover{color:#41a62a}
.widget_twentyfourteen_ephemera .entry-content ol,.widget_twentyfourteen_ephemera .entry-content ul{margin:0 0 18px 20px}
.widget_twentyfourteen_ephemera .entry-content ul{list-style:disc}
.widget_twentyfourteen_ephemera .entry-content ol{list-style:decimal}
.widget_twentyfourteen_ephemera .entry-content li>ol,.widget_twentyfourteen_ephemera .entry-content li>ul{margin:0 0 0 20px}
.widget_twentyfourteen_ephemera .entry-content td,.widget_twentyfourteen_ephemera .entry-content th{padding:6px}
.widget_twentyfourteen_ephemera .post-format-archive-link{font-weight:700;text-transform:uppercase}
/* List Style Widgets*/
.widget_archive li,.widget_categories li,.widget_links li,.widget_meta li,.widget_nav_menu li,.widget_pages li,.widget_recent_comments li,.widget_recent_entries li{padding:8px 0 0}
.widget_archive li:first-child,.widget_categories li:first-child,.widget_links li:first-child,.widget_meta li:first-child,.widget_nav_menu li:first-child,.widget_pages li:first-child,.widget_recent_comments li:first-child,.widget_recent_entries li:first-child{border-top:0}
.widget_categories li ul,.widget_nav_menu li ul,.widget_pages li ul{border-top:1px solid rgba(255,255,255,.2);margin-top:9px}
.widget_categories li li:last-child,.widget_nav_menu li li:last-child,.widget_pages li li:last-child{padding-bottom:0}
/* Recent Posts Widget */
.widget_recent_entries .post-date{display:block}
/* RSS Widget */
.rsswidget img{margin-top:-4px}
.rssSummary{margin:9px 0}
.rss-date{display:block}
.widget_rss li{margin-bottom:18px}
.widget_rss li:last-child{margin-bottom:0}
/* Text Widget */
.widget_text>div>:last-child{margin-bottom:0}
/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */
.content-sidebar .widget a{color:#24890d}
.content-sidebar .widget a:hover{color:#41a62a}
.content-sidebar .widget pre{border-color:rgba(0,0,0,.1)}
.content-sidebar .widget ins,.content-sidebar .widget mark{color:#2b2b2b}
.content-sidebar .widget abbr[title]{border-color:#2b2b2b}
.content-sidebar .widget fieldset{border-color:rgba(0,0,0,.1)}
.content-sidebar .widget blockquote{color:#767676}
.content-sidebar .widget blockquote cite{color:#2b2b2b}
.content-sidebar .widget li>ol,.content-sidebar .widget li>ul{margin-left:18px}
.content-sidebar .widget table,.content-sidebar .widget td,.content-sidebar .widget th{border-color:rgba(0,0,0,.1)}
.content-sidebar .widget del{color:#767676}
.content-sidebar .widget hr{background-color:rgba(0,0,0,.1)}
.content-sidebar .widget input,.content-sidebar .widget textarea{background-color:#fff;border-color:rgba(0,0,0,.1);color:#2b2b2b}
.content-sidebar .widget input:focus,.content-sidebar .widget textarea:focus{border-color:rgba(0,0,0,.3)}
.content-sidebar .widget input[type=button],.content-sidebar .widget input[type=reset],.content-sidebar .widget input[type=submit]{background-color:#24890d;border:0;color:#fff}
.content-sidebar .widget input[type=button]:focus,.content-sidebar .widget input[type=button]:hover,.content-sidebar .widget input[type=reset]:focus,.content-sidebar .widget input[type=reset]:hover,.content-sidebar .widget input[type=submit]:focus,.content-sidebar .widget input[type=submit]:hover{background-color:#41a62a}
.content-sidebar .widget input[type=button]:active,.content-sidebar .widget input[type=reset]:active,.content-sidebar .widget input[type=submit]:active{background-color:#55d737}
.content-sidebar .widget .wp-caption{color:#767676}
.content-sidebar .widget .widget-title{border-top:5px solid #000;color:#2b2b2b;font-size:14px;font-weight:900;margin:0 0 18px;padding-top:7px;text-transform:uppercase}
.content-sidebar .widget .widget-title a{color:#2b2b2b}
.content-sidebar .widget .widget-title a:hover{color:#41a62a}
/* List Style Widgets*/
.content-sidebar .widget_archive li,.content-sidebar .widget_categories li,.content-sidebar .widget_categories li ul,.content-sidebar .widget_links li,.content-sidebar .widget_meta li,.content-sidebar .widget_nav_menu li,.content-sidebar .widget_nav_menu li ul,.content-sidebar .widget_pages li,.content-sidebar .widget_pages li ul,.content-sidebar .widget_recent_comments li,.content-sidebar .widget_recent_entries li{border-color:rgba(0,0,0,.1)}
/* Calendar Widget */
.content-sidebar .widget_calendar caption{color:#2b2b2b;font-weight:900}
.content-sidebar .widget_calendar thead th{background-color:rgba(0,0,0,.02)}
.content-sidebar .widget_calendar tbody a,.content-sidebar .widget_calendar tbody a:hover{color:#fff}
/* Ephemera widget*/
.content-sidebar .widget_twentyfourteen_ephemera .widget-title{line-height:1.2857142857;padding-top:1px}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before{background-color:#000;color:#fff;margin:-1px 9px 0 0;padding:6px 0 9px;text-align:center;vertical-align:middle;width:36px}
.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before{content:"\f104"}
.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before{content:"\f109"}
.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before{content:"\f473"}
.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before{content:"\f103"}
.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before{content:"\f101"}
.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before{content:"\f106"}
.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before{content:"\f107"}
.content-sidebar .widget_twentyfourteen_ephemera>ol>li{border-bottom:1px solid rgba(0,0,0,.1)}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta{color:#ccc}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a{color:#767676}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover{color:#41a62a}
.content-sidebar.widget_twentyfourteen_ephemera blockquote cite{font-size:13px;line-height:1.3846153846}
.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link{font-weight:900}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#supplementary{padding:0 10px}
.site-footer,.site-info,.site-info a{color:rgba(255,255,255,.7)}
.site-footer{font-size:12px;position:relative;z-index:3}
.site-info{padding:15px 10px}
#supplementary+.site-info{border-top:1px solid rgba(255,255,255,.2)}
.site-info a:hover{color:#000;text-decoration:underline}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */
.featured-content{background:url(images/pattern-dark.svg) fixed #000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%}
.featured-content-inner{overflow:hidden}
.featured-content .hentry{color:#fff;margin:0;max-width:100%;width:100%}
.featured-content .post-thumbnail,.featured-content .post-thumbnail:hover{background:0 0}
.featured-content .post-thumbnail{display:block;position:relative;padding-top:55.357142857%;overflow:hidden}
.featured-content .post-thumbnail img{left:0;position:absolute;top:0}
.featured-content .entry-header{background-color:#000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:96px;overflow:hidden;padding:24px 10px}
.featured-content a{color:#fff}
.featured-content a:hover{color:#41a62a}
.featured-content .entry-meta{color:#fff;font-size:11px;font-weight:700;line-height:1.0909090909;margin-bottom:12px}
.featured-content .cat-links{font-weight:700}
.featured-content .entry-title{font-size:18px;font-weight:300;line-height:1.3333333333;margin:0;text-transform:uppercase}
/* Slider */
.slider .featured-content .hentry{-webkit-backface-visibility:hidden;display:none;position:relative}
.slider .featured-content .post-thumbnail{padding-top:55.49132947%}
.slider-control-paging{background-color:#000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;list-style:none;margin:-24px 0 0;position:relative;width:100%;z-index:3}
.slider-control-paging li{float:left;margin:2px 4px 2px 0}
.slider-control-paging li:last-child{margin-right:0}
.slider-control-paging a{cursor:pointer;display:block;height:44px;position:relative;text-indent:-999em;width:44px}
.slider-control-paging a:before{background-color:#4d4d4d;content:"";height:12px;left:10px;position:absolute;top:16px;width:12px}
.slider-control-paging a:hover:before{background-color:#41a62a}
.slider-control-paging .slider-active:before,.slider-control-paging .slider-active:hover:before{background-color:#24890d}
.slider-direction-nav{clear:both;list-style:none;margin:0;position:relative;width:100%;z-index:3}
.slider-direction-nav li{border-color:#fff;border-style:solid;border-width:2px 1px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;text-align:center;width:50%}
.slider-direction-nav li:last-child{border-width:2px 0 0 1px}
.slider-direction-nav a{background-color:#000;display:block;font-size:0;height:46px}
.slider-direction-nav a:hover{background-color:#24890d}
.slider-direction-nav a:before{color:#fff;content:"\f430";font-size:32px;line-height:46px}
.slider-direction-nav .slider-next:before{content:"\f429"}
.slider-direction-nav .slider-disabled{display:none}
/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */
.site-main .widecolumn{padding-top:72px}
.site-main .mu_register,.widecolumn>form,.widecolumn>h2{margin:0 auto 48px;max-width:474px;padding:0 30px}
.site-main .mu_register #blog_title,.site-main .mu_register #blogname,.site-main .mu_register #user_email,.site-main .mu_register #user_name{font-size:inherit;width:90%}
.site-main .mu_register input[type=submit],.widecolumn #submit{font-size:inherit;width:auto}
.photo_gallery_grid{border:1px solid #e7e7e7;box-shadow:1px 1px 2px 0 rgba(206,206,206,.4);float:left;margin-right:32px;margin-bottom:15px;padding:15px;text-align:center;width:auto}
.z-auto-g img{max-width:100%}
/* exibitor and visitor page testimonial css */
.testimonial_area{width:100%;float:left;padding:10px 1% 40px;background-color:#ddd;margin-bottom:30px}
.testimonial_image{width:11%;height:96px;float:left;margin-right:2%}
.testimonial_image img{border:3px solid #fff}
.testimonial_content{width:81%;height:auto;float:left;margin-right:2%;text-align:justify; color:#000 !important}
.testimonial_by, .testimonial_site, .testimonial_read{color:#000 !important}
.testimonial_icon_area{width:4%;float:left}
.testimonial_title{margin-top:10px}
.testimonial_video{width:11%;height:96px;float:left}
.social_footer .widget-title{color:#000;}
.shuttle_area {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	border-bottom: 1px solid #B4483C;
}
.shuttle_area1{width:50%;float:left;margin-bottom:25px}
#demo-accordion hr{width:100%;height:1px;background-color:#B4483C;}
.bus_icon{background-image:url(img/bus6.png);width:28px;height:28px;float:left}
.shuttle_title{color:#B4483C;float:left;padding:6px 6px 6px 10px}
.shuttle_brij_seksaria{width:30%;float:left}
.shuttle_swapnil_adivarekar{width:70%;float:left}
.page-id-1837 .shuttle_brij_seksaria{width:40%;}
.page-id-1837 .shuttle_swapnil_adivarekar{width:60%;}
/*latest-show-report-testimonial*/
.testimonial_content_show_report{width:95%;height:auto;float:left;text-align:justify}
/*bus shuttle css start here*/
.bus_shuttle ul{margin-left:0!important;margin-bottom:18px}
.bus_shuttle ul li{list-style:none;display:inline;padding:6px 0;float:left;text-align:center;width:12%;border:1px solid #ccc}
.shuttle_area1 .bus_shuttle ul li{list-style:none;display:inline;padding:6px 0;float:left;text-align:center;width:24%;border:1px solid #ccc}
/*bus shuttle css end here*/
.contact_details{float:left;background-color:#eee;padding:10px 15px}
#newsletter {background-color:#eee;padding:20px;float:left; width:100%;}
#newsletter span{color: #fff; padding: 5px 10px;border-bottom: 1px solid; float: left; background-color: #c4161c; }
#newsletter .newsletter .frow .fcol2{ margin-left:-11px;}
.newsletter .fcol2{text-align:center;margin-top:20px}
.newsletter .fcol3{text-align:center;margin-top:20px;margin-left:-11px;}
.contact_data .fcol6{width:47.98%;background-color:transparent;padding:10px 15px;float:left;margin-top:15px}
.contact_data .fcol12{background-color:transparent;padding:10px 15px;float:left;margin-top:15px}
.contact_data .fcol6_title{width:47.98%;padding:5px;background-color:#cd2030;color:#fff;float:left;margin:20px 1% 0}
/*.adBannerTop{width:35%;height:auto;float:right;margin:0 0 0 2%}*/
/*.adBannerTop{width:34%;height:auto;float:right;margin:0 0 0 2%}*/
/*.header-right-banner-area{width:40%;height:auto;float:right;margin:0 0 0 2%}*/
.header-right-banner-area{width:48%;height:auto;float:right;margin:0 0 0 2%}
.header-right-banner-area span 
{
	font-size:12px; 
	text-align:right; 
	display:block; 
	color: #373435; 
	font-weight: 600;
    color: #373435;
	margin: 0 0 3px 0;
    display: block;
}
.cardheader
{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -7px rgba(0,0,0,.2);
}
.cardheader1
{
    background: #be78b4;
    color: #ffffff;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    font-weight: 600;
}
.cardbody
{
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
.mtcard
{
    margin-top: 20px !important;
}
/* VISITOR, EXHIBITOR AND PRESS LOGIN PAGE */
.col-md-12{width:100%}
.employer_login{border:1px dashed #aaa;width:60%;margin:0 auto}
.otp_login{border:1px dashed #aaa;width:100%;margin:0 auto}
.employer_login1
{
  width:100% !important;  
}

.page-id-5322 .employer_login
{
	width: 100%;
}

.employer_log_form{padding:15px 20px 0}
.employer_log_form:last-child{padding:15px 20px}
.video_grid h5{margin-bottom:3px!important}
.photo_gallery_title h5{margin-bottom:0!important;padding-top:10px}
#imgdiv img{width:200px;height:40px}
/* UPDATE BROWSER CSS */
#_l{background-color:#000!important;z-index:9999}
#_d{z-index:999999;width:705px!important;height:300px!important;top:170px!important}
/* UPDATE BROWSER CSS */
/* HINDI VERSION */
.page-id-1066 .widget a,.parent-pageid-1066 .widget a{font-size:14px}
/* HINDI VERSION */
.page-id-2018 p{font-size:13px;}
.restart{ display:none;}
.news_text {
	border-bottom: 1px solid #0d6a57;
	padding: 5px;
	font-weight: normal;
	text-decoration: none;
	color: #0d6a57;
}

.news_text:hover, .news_text:active, .news_text:focus {
	color: #fff;
	text-decoration: none;
	background-color: #0d6a57;
}
.er-form-header
{
    margin-top: 0px;
}

.tablehead
{
    background: #2b2a2a;
}
.tablehead thead
{
    color: #fff;
}
.tablehead tbody
{
    background: #fff;
}

/*========== Collaps ===========*/
.cearb {clear:both;}
.box_bg {background:#ddd;padding:0 15px 22px;margin-bottom:20px;position:relative;clear:both;} 
h6.heading_t {margin: 15px 0 10px 0;font-weight:bold;padding-bottom:15px;color:#1a1a1a;font-size:17px;float:left;}
.pdficon {float:right;margin:13px 0 0 0;}

/* For Collaps */
.redmore {cursor:pointer;color:#1a1a1a;position:absolute;bottom:5px;right:20px;font-weight:bold;}
.closed {display: none;padding : 5px;}
/* End */

/*margin-padding*/
.mb-0
{
	margin-bottom:0 !important;
}
/*margin-padding*/

.head_c {font-size:17px;color:#aa3452;font-weight:normal;}
.head_c span {font-size:13px;color:#b07005;}

.imgright {max-width:100%;float:right;margin:5px 0px 15px 15px;box-shadow: -5px 5px 0px 0px #bbb;}
.imgleft {max-width:100%;float:left;margin:5px 15px 15px 0px;box-shadow: 5px 5px 0px 0px #bbb;}
/*latest show report*/
.testimonials_17{ background:#747474;color:#fff;padding:5px;margin:15px 5px;}
	
.line_d {width:100%;background:#A5A5A5;height:1px;outline:none;border:none;float:left;clear:both;margin-bottom:17px;}

ul.trends_thm {margin:0;padding:0;list-style:none;}
ul.trends_thm li {float:left;box-shadow:0 0px 7px 0 #cccccc;padding:3%;position:relative;width:48%;margin-bottom:20px;margin-left:16px;}
ul.trends_thm li.last_t {float:right;}
ul.trends_thm li a img {width:100%;height:auto;}
ul.trends_thm li p {margin:0; text-align: center;}
ul.trends_thm li p img {display:inline;}
.imgoverlay {font-size:18px;color:#bb0706;font-weight:600;background:url(img/hover_bgt.png) repeat;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-transform:uppercase;display:none;transition: all 0.2s ease 0s;}
.imgoverlay img {margin:24% 0 10px;width:auto !important;height:auto !important;}

ul.trends_thm li:hover .imgoverlay {display:block;}


.highlights {
    float: right;
    padding: 4px 10px;
	-webkit-animation-name: bg-animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: bg-animation;
    animation-duration: 4s;
    animation-delay: 2s;
	animation-iteration-count: infinite;
	display:none;
}

.highlights > a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.highlights > a:hover {
    color: #555;
}

.whath {
    font-size: 20px;
}
.hghtxt {
    font-size: 15px;
    font-weight: 600;
}


@keyframes bg-animation {
    0%   {background-color:#F79633; left:0px; top:0px;}
    25%  {background-color:#47518F; left:200px; top:0px;}
    50%  {background-color:#F79633; left:200px; top:200px;}
    75%  {background-color:#47518F; left:0px; top:200px;}
    100% {background-color:#F79633; left:0px; top:0px;}
}


.form-notice {
    margin: 15px auto 20px;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 550px) {
ul.trends_thm li {width:100%;padding:5%;}
}

@media screen and (max-width: 400px) {
.list-view .site-content .post-thumbnail{background:0 0;width:auto;z-index:2}
.list-view .site-content .post-thumbnail img{float:left;margin:0 10px 3px 0;width:84px}
.list-view .site-content .entry-header{background-color:transparent;padding:0}
.list-view .content-area{padding:0 10px}
.list-view .site-content .hentry{border-bottom:1px solid rgba(0,0,0,.1);margin:0;min-height:60px;padding:12px 0 9px}
.list-view .site-content .cat-links,.list-view .site-content .type-page .entry-content,.list-view .site-content .type-page .entry-summary,.list-view .site-content .type-post .entry-content,.list-view .site-content .type-post .entry-summary,.list-view .site-content footer.entry-meta{display:none}
.list-view .site-content .entry-title{clear:none;font-size:15px;font-weight:900;line-height:1.2;margin-bottom:6px;text-transform:none}
.list-view .site-content .format-aside .entry-title,.list-view .site-content .format-link .entry-title,.list-view .site-content .format-quote .entry-title{display:block}
.list-view .site-content .entry-meta{background-color:transparent;clear:none;margin:0;text-transform:none}
.archive-header,.page-header{border-bottom:1px solid rgba(0,0,0,.1);margin:24px auto 0;padding-bottom:24px}
.error404 .page-header{border-bottom:0;margin:0 auto 24px;padding:0 10px}
}
@media screen and (min-width: 401px) {
a.post-thumbnail:hover img{opacity:.85}
.full-size-link:before,.parent-post-link:before,.site-content span+.byline:before,.site-content span+.comments-link:before,.site-content span+.edit-link:before,.site-content span+.entry-date:before{content:""}
.attachment span.entry-date:before,.entry-content .edit-link a:before,.entry-meta .edit-link a:before,.site-content .byline a:before,.site-content .comments-link a:before,.site-content .entry-date a:before,.site-content .featured-post:before,.site-content .full-size-link a:before,.site-content .parent-post-link a:before,.site-content .post-format a:before{-webkit-font-smoothing:antialiased;display:inline-block;font:400 16px/1 Genericons;text-decoration:inherit;vertical-align:text-bottom}
.site-content .entry-meta>span{margin-right:10px}
.site-content .format-video .post-format a:before{content:"\f104"}
.site-content .format-audio .post-format a:before{content:"\f109"}
.site-content .format-image .post-format a:before{content:"\f473"}
.site-content .format-quote .post-format a:before{content:"\f106";margin-right:2px}
.site-content .format-gallery .post-format a:before{content:"\f103";margin-right:4px}
.site-content .format-aside .post-format a:before{content:"\f101";margin-right:2px}
.site-content .format-link .post-format a:before{content:"\f107";position:relative;top:1px}
.site-content .featured-post:before{content:"\f308";margin-right:3px;position:relative;top:1px}
.attachment .site-content span.entry-date:before,.site-content .entry-date a:before{content:"\f303";margin-right:1px;position:relative;top:1px}
.site-content .byline a:before{content:"\f304"}
.site-content .comments-link a:before{content:"\f300";margin-right:2px}
.entry-content .edit-link a:before,.entry-meta .edit-link a:before{content:"\f411"}
.site-content .full-size-link a:before{content:"\f402";margin-right:1px}
.site-content .parent-post-link a:before{content:"\f301"}
.list-view .site-content .hentry{border-top:1px solid rgba(0,0,0,.1);padding-top:48px}
.list-view .site-content .hentry.has-post-thumbnail,.list-view .site-content .hentry:first-of-type{border-top:0;padding-top:0}
.archive-header,.page-header{margin:0 auto 60px;padding:0 10px}
.error404 .page-header{margin-bottom:24px}
}
@media screen and (min-width: 594px) {
.site-content .entry-header{padding-right:30px;padding-left:30px}
.site-content .has-post-thumbnail .entry-header{margin-top:-48px}
}
@media screen and (min-width: 673px) {
.search-toggle{margin-right:18px}
.content-area{float:left}
.inner-content-area{float:left;width:74%}
.site-content .has-post-thumbnail .entry-header{margin-top:0}
.archive-header,.comments-area,.image-navigation,.page-content,.page-header,.post-navigation,.site-content .entry-content,.site-content .entry-summary,.site-content footer.entry-meta{padding-right:30px;padding-left:30px}
.singular .site-content .hentry.has-post-thumbnail{margin-top:0}
.full-width .site-content{margin-right:0}
.full-width .site-content .has-post-thumbnail .entry-header,.full-width .site-content .hentry.has-post-thumbnail:first-child{margin-top:-48px}
#secondary,#supplementary{padding:0 30px}
.content-sidebar{border:0;float:left;position:relative}
.grid .featured-content .hentry{float:left;width:50%}
.grid .featured-content .hentry:nth-child( 2n+1 ){clear:both}
.grid .featured-content .entry-header{border-color:#000;border-style:solid;border-width:12px 10px;height:96px;padding:0}
.slider .featured-content .entry-title{font-size:22px;line-height:1.0909090909}
.slider .featured-content .entry-header{min-height:inherit;padding:24px 30px 48px;position:absolute;left:0;bottom:0;width:50%;z-index:3}
.slider-control-paging{background:0 0;margin-top:-48px;padding-left:20px;width:50%}
.slider-direction-nav{clear:none;float:right;margin-top:-48px;width:98px}
.slider-direction-nav li{border:0;padding:0 1px 0 0}
.slider-direction-nav li:last-child{padding:0 0 0 1px}
.slider-direction-nav a{height:48px}
.slider-direction-nav a:before{line-height:48px}
.site-info{padding:10px 30px}
}
@media screen and (min-width: 783px) {
.site-title{max-width:-webkit-calc(100% - 48px);max-width:calc(100% - 48px)}
.header-main{padding-right:0}
.search-toggle{margin-right:0}
/* Fixed Header */
.masthead-fixed .site-header{top:0}
.admin-bar.masthead-fixed .site-header{top:32px}
/* Navigation */
.site-navigation li .current-menu-ancestor>a,.site-navigation li .current-menu-item>a,.site-navigation li .current_page_ancestor>a,.site-navigation li .current_page_item>a{color:#fff}
/* Primary Navigation */	
.primary-navigation{font-size:11px;margin:0 auto;padding:0;text-transform:uppercase}
.primary-navigation .nav-menu{border-bottom:0;display:block}
.primary-navigation.toggled-on{border-bottom:0;margin:0;padding:0}
.primary-navigation a{display:inline-block;padding:0 12px;white-space:nowrap}
.primary-navigation li li{border:0;display:block;height:auto;line-height:1.0909090909;font-size:13px}
.primary-navigation ul ul ul{left:-999em;top:0}
.primary-navigation ul ul a{padding:8px 12px;white-space:normal;line-height:20px;border-bottom:1px dotted #fff}
.primary-navigation li.focus>a,.primary-navigation li:hover>a{background-color:#3f8ab5;color:#fff}
.primary-navigation ul ul a:hover,.primary-navigation ul ul li.focus>a{background-color:#a1adab}
.primary-navigation ul li.focus>ul,.primary-navigation ul li:hover>ul{left:auto}
.primary-navigation ul ul li.focus>ul,.primary-navigation ul ul li:hover>ul{left:100%}
.primary-navigation .menu-item-has-children>a,.primary-navigation .page_item_has_children>a{padding-right:26px}
.primary-navigation li .menu-item-has-children>a,.primary-navigation li .page_item_has_children>a{padding-right:20px;width:200px}
.primary-navigation .menu-item-has-children li.menu-item-has-children>a:after,.primary-navigation .menu-item-has-children li.page_item_has_children>a:after,.primary-navigation .page_item_has_children li.menu-item-has-children>a:after,.primary-navigation .page_item_has_children li.page_item_has_children>a:after{content:"\f501";right:8px;top:15px}
}
@media screen and (min-width: 810px) {
.attachment .entry-attachment .attachment{margin-right:-168px;margin-left:-168px;max-width:810px}
.attachment .site-content .attachment img{display:block;margin:0 auto}
.contributor-avatar{margin-left:-168px}
.contributor-summary{float:left}
.full-width .site-content blockquote.alignleft,.full-width .site-content blockquote.alignright{width:-webkit-calc(50% + 130px);width:calc(50% + 130px)}
.full-width .site-content .wp-caption.alignleft,.full-width .site-content blockquote.alignleft,.full-width .site-content img.size-full.alignleft,.full-width .site-content img.size-large.alignleft,.full-width .site-content img.size-medium.alignleft{margin-left:-168px}
.full-width .site-content .alignleft{clear:left}
.full-width .site-content .wp-caption.alignright,.full-width .site-content blockquote.alignright,.full-width .site-content img.size-full.alignright,.full-width .site-content img.size-large.alignright,.full-width .site-content img.size-medium.alignright{margin-right:-168px}
.full-width .site-content .alignright{clear:right}	
}
@media screen and (min-width: 846px) {
.site-content .has-post-thumbnail .entry-header{margin-top:-48px}
.comment-list .pingback,.comment-list .trackback,.comment-list article{margin-bottom:36px;padding-top:36px}
.comment-author .avatar{height:34px;top:2px;width:34px}
.comment-author,.comment-awaiting-moderation,.comment-content,.comment-list .reply,.comment-metadata{padding-left:50px}
.comment-list .children{margin-left:20px}
.full-width .site-content .hentry.has-post-thumbnail:first-child{margin-top:-72px}
.featured-content{margin-bottom:0}
}	
@media screen and (min-width: 991px) {
.primary-navigation .menu-toggle{display:none;padding:0}
.primary-navigation .menu-item-has-children>a:after,.primary-navigation .page_item_has_children>a:after{-webkit-font-smoothing:antialiased;content:"\f502";display:inline-block;font:400 8px/1 Genericons;position:absolute;right:12px;top:14px;vertical-align:text-bottom}
.primary-navigation li{border:0;display:inline-block;position:relative;font-size:14px}
.primary-navigation ul ul{background-color:#b3cede;float:left;margin:0;position:absolute;top:40px;left:-999em;z-index:99999}
}
@media screen and (min-width: 1008px) {	
.search-box-wrapper{padding-left:182px}
.main-content{float:left}
.site-content .entry-header,.site-content .has-post-thumbnail .entry-header{margin-top:0}
.content-sidebar{width:24%;margin-left:2%}
#secondary{background-color:transparent;color:#000;border:0;clear:none;float:left;margin:0 0 0 -100%;width:122px}
.primary-sidebar{padding-top:0}
.site-description{display:block;margin:0 0 18px}
.site-description:empty{margin:0}
.secondary-navigation{font-size:11px;margin:0 -30px 48px;width:182px}
.secondary-navigation li{border-top:1px solid rgba(255,255,255,.2);position:relative}
.secondary-navigation a{padding:10px 30px}
.secondary-navigation ul ul{background-color:#24890d;position:absolute;top:0;left:-999em;width:182px;z-index:99999}
.secondary-navigation li li{border-top:0}
.secondary-navigation li.focus>a,.secondary-navigation li:hover>a{background-color:#24890d;color:#fff}
.secondary-navigation ul ul a:hover,.secondary-navigation ul ul li.focus>a{background-color:#41a62a}
.secondary-navigation ul li.focus>ul,.secondary-navigation ul li:hover>ul{left:162px}
.secondary-navigation .menu-item-has-children>a{padding-right:38px}
.secondary-navigation .menu-item-has-children>a:after{-webkit-font-smoothing:antialiased;content:"\f501";display:inline-block;font:400 8px/1 Genericons;position:absolute;right:26px;top:14px;vertical-align:text-bottom}
.footer-sidebar .widget,.primary-sidebar .widget{font-size:11px;line-height:1.3}
.footer-sidebar .widget{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;width:100%}
.footer-sidebar .widget h1,.primary-sidebar .widget h1{font-size:20px;line-height:1.2}
.footer-sidebar .widget h2,.primary-sidebar .widget h2{font-size:18px;line-height:1.3333333333}
.footer-sidebar .widget h3,.primary-sidebar .widget h3{font-size:16px;line-height:1.5}
.footer-sidebar .widget h4,.primary-sidebar .widget h4{font-size:14px;line-height:1.7142857142}	
.footer-sidebar .widget h5,.primary-sidebar .widget h5{font-size:12px;line-height:2}
.footer-sidebar .widget h6,.primary-sidebar .widget h6{font-size:11px;line-height:2.1818181818}
.footer-sidebar .widget code,.footer-sidebar .widget kbd,.footer-sidebar .widget pre,.footer-sidebar .widget samp,.footer-sidebar .widget tt,.footer-sidebar .widget var,.primary-sidebar .widget code,.primary-sidebar .widget kbd,.primary-sidebar .widget pre,.primary-sidebar .widget samp,.primary-sidebar .widget tt,.primary-sidebar .widget var{font-size:11px;line-height:1.6363636363}
.footer-sidebar .widget blockquote,.primary-sidebar .widget blockquote{font-size:14px;line-height:1.2857142857}
.footer-sidebar .widget blockquote cite,.primary-sidebar .widget blockquote cite{font-size:12px;line-height:1.5}
.footer-sidebar .widget input,.footer-sidebar .widget textarea,.primary-sidebar .widget input,.primary-sidebar .widget textarea{font-size:12px;padding:3px 2px 4px 4px}
.footer-sidebar .widget input[type=button],.footer-sidebar .widget input[type=reset],.footer-sidebar .widget input[type=submit],.primary-sidebar .widget input[type=button],.primary-sidebar .widget input[type=reset],.primary-sidebar .widget input[type=submit]{padding:5px 15px 4px}
.footer-sidebar .widget .widget-title,.primary-sidebar .widget .widget-title{font-size:18px;font-weight:900;line-height:1.6363636363;margin-bottom:7px}
.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table,.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text{font-size:11px;line-height:1.6363636363}
.footer-sidebar .widget_archive li,.footer-sidebar .widget_categories li,.footer-sidebar .widget_links li,.footer-sidebar .widget_meta li,.footer-sidebar .widget_nav_menu li,.footer-sidebar .widget_pages li,.footer-sidebar .widget_recent_comments li,.footer-sidebar .widget_recent_entries li,.primary-sidebar .widget_archive li,.primary-sidebar .widget_categories li,.primary-sidebar .widget_links li,.primary-sidebar .widget_meta li,.primary-sidebar .widget_nav_menu li,.primary-sidebar .widget_pages li,.primary-sidebar .widget_recent_comments li,.primary-sidebar .widget_recent_entries li{border-top:0;padding:0 0 4px}
.footer-sidebar .widget_archive li:last-child,.footer-sidebar .widget_categories li:last-child,.footer-sidebar .widget_links li:last-child,.footer-sidebar .widget_meta li:last-child,.footer-sidebar .widget_nav_menu li:last-child,.footer-sidebar .widget_pages li:last-child,.footer-sidebar .widget_recent_comments li:last-child,.footer-sidebar .widget_recent_entries li:last-child,.primary-sidebar .widget_archive li:last-child,.primary-sidebar .widget_categories li:last-child,.primary-sidebar .widget_links li:last-child,.primary-sidebar .widget_meta li:last-child,.primary-sidebar .widget_nav_menu li:last-child,.primary-sidebar .widget_pages li:last-child,.primary-sidebar .widget_recent_comments li:last-child,.primary-sidebar .widget_recent_entries li:last-child{padding:0}
.footer-sidebar .widget_categories li ul,.footer-sidebar .widget_nav_menu li ul,.footer-sidebar .widget_pages li ul,.primary-sidebar .widget_categories li ul,.primary-sidebar .widget_nav_menu li ul,.primary-sidebar .widget_pages li ul{border-top:0;margin-top:6px}
#supplementary{padding:0}
.footer-sidebar{font-size:12px;line-height:1.5}
.featured-content{padding-left:182px}
.grid .featured-content .hentry{width:33.3333333%}
.grid .featured-content .hentry:nth-child( 2n+1 ){clear:none}
.grid .featured-content .hentry:nth-child( 3n+1 ){clear:both}
.grid .featured-content .entry-header{height:120px}
/* HINDI VERSION */	
.page-id-1066 .footer-sidebar .widget .widget-title,.page-id-1066 .primary-sidebar .widget .widget-title,.page-id-1758 .footer-sidebar .widget .widget-title,.page-id-1758 .primary-sidebar .widget .widget-title,.parent-pageid-1066 .footer-sidebar .widget .widget-title,.parent-pageid-1066 .primary-sidebar .widget .widget-title,.parent-pageid-1758 .footer-sidebar .widget .widget-title,.parent-pageid-1758 .primary-sidebar .widget .widget-title{font-size:15px;font-weight:400}
/* HINDI VERSION */	
}
@media screen and (min-width: 1040px) {	
.site-content .has-post-thumbnail .entry-header{margin-top:-48px}
.archive-header,.comments-area,.image-navigation,.page-content,.page-header,.post-navigation,.site-content .entry-content,.site-content .entry-header,.site-content .entry-summary,.site-content footer.entry-meta{padding-right:15px;padding-left:15px}
.full-width .archive-header,.full-width .comments-area,.full-width .image-navigation,.full-width .page-content,.full-width .page-header,.full-width .post-navigation,.full-width .site-content .entry-content,.full-width .site-content .entry-header,.full-width .site-content .entry-summary,.full-width .site-content footer.entry-meta{padding-right:30px;padding-left:30px}
}	
@media screen and (min-width: 1080px) {
.featured-content,.search-box-wrapper{padding-left:222px}
#secondary{width:162px}
.secondary-navigation,.secondary-navigation ul ul{width:222px}
.secondary-navigation ul li.focus>ul,.secondary-navigation ul li:hover>ul{left:202px}
.slider .featured-content .entry-title{font-size:33px}
.slider .featured-content .entry-header,.slider-control-paging{width:534px}
.slider-control-paging{padding-left:24px}
.slider-control-paging li{margin:12px 12px 12px 0}
.slider-control-paging a{height:24px;width:24px}
.slider-control-paging a:before{top:6px;left:6px}	
}
@media screen and (min-width: 1110px) {
.archive-header,.comments-area,.image-navigation,.page-content,.page-header,.post-navigation,.site-content .entry-content,.site-content .entry-header,.site-content .entry-summary,.site-content footer.entry-meta{padding-right:30px;padding-left:30px}
}		
@media screen and (min-width: 1218px) {
.archive-header,.comments-area,.image-navigation,.page-content,.page-header,.post-navigation,.site-content .entry-content,.site-content .entry-header,.site-content .entry-summary,.site-content footer.entry-meta{margin-right:54px}
.full-width .archive-header,.full-width .comments-area,.full-width .image-navigation,.full-width .page-content,.full-width .page-header,.full-width .post-navigation,.full-width .site-content .entry-content,.full-width .site-content .entry-header,.full-width .site-content .entry-summary,.full-width .site-content footer.entry-meta{margin-right:auto}	
}	
@media screen and (min-width: 1260px) {	
.section_wrapper_content{width:90%;margin:0 5%;float:left}
.site-content blockquote.alignleft,.site-content blockquote.alignright{width:-webkit-calc(50% + 18px);width:calc(50% + 18px)}
.site-content blockquote.alignleft{margin-left:-18%}
.site-content blockquote.alignright{margin-right:-18%}	
}	
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */	
@media print {	
body{background:0 0!important;color:#2b2b2b;font-size:12pt}
.archive-header,.attachment .entry-attachment .attachment,.comments-area,.contributor-info,.hentry,.page-content,.page-header,.site,.site-content .entry-content,.site-content .entry-header,.site-content .entry-meta,.site-content .entry-summary,.site-header{max-width:100%}
#secondary,#site-header img,.comment-list .reply,.comment-reply-login,.comment-respond,.edit-link,.more-link,.page-links,.post-format-archive-link,.search-toggle,.site-content nav,.site-footer,.site-navigation,.slider-control-paging,.slider-direction-nav,.widget-area{display:none}
.entry-meta,.entry-meta a,.featured-content .hentry,.featured-content a,.site-title a{color:#2b2b2b}
.comment-content a,.entry-content a,.entry-summary a,.page-content a{text-decoration:none}
.featured-content,.featured-content .entry-header,.post-thumbnail,.site-content .entry-header,.site-footer,.site-header,a.post-thumbnail:hover{background:0 0}
.header-main{padding:48px 10px}
.site-title{float:none;font-size:19pt}
.content-area{padding-top:0}
.list-view .site-content .hentry{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:48px;padding-bottom:24px}
.post-thumbnail img{margin:0 10px 24px}
.site-content .has-post-thumbnail .entry-header{padding-top:0}
.site-content footer.entry-meta{margin:24px auto}
.entry-meta .tag-links a{color:#fff}
.singular .site-content .hentry.has-post-thumbnail{margin-top:0}
.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail{display:block}
.archive-title,.page-title{margin:0 10px 48px}
.featured-content .hentry{margin-bottom:48px}
.featured-content .post-thumbnail,.slider .featured-content .post-thumbnail{padding-top:0}
.featured-content .post-thumbnail img{position:relative}
.featured-content .entry-header{padding:0 10px 24px}
.featured-content .entry-meta{font-size:9pt;margin-bottom:11px}
.featured-content .cat-links{font-weight:900}
.featured-content .entry-title{font-size:25pt;line-height:36px}
}
/* ===============================================CUSTOM CSS START ====================================================================== */	
#lower-header {
    background: #dbe285 !important;
}
#navigation, #responsive_navigation > li {
    background: #dbe285 !important;
}
.top_bar_container{height:28px;width:100%;float:left;background-color:#c5d54c;}

.top_headbar_marquee
{
	/*height:28px;
	float:left;
	margin-left:5%;*/
	height: 28px;
	float: right;
	margin-right: 0;
	/*width: 83%;*/
	width: 100%;
	/*display:none;*/
}

.top_headbar_marquee span
{
	display: inline-block;
	padding: 0 15px;
    color: #000;
}

/*#menu-item-5807
{
    display: none !important;
}*/

.language{width:8%;height:28px;float:right;margin-right:5%; display:none;}

/*.days{
	background-color: #C30;
	display:none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #FFF;
	text-align: center; 
	animation-name: homeCycle; 
	animation-duration:6s; 
	animation-direction:alternate; 
	animation-iteration-count:infinite; 
	-webkit-animation-name: homeCycle; 
	-webkit-animation-duration:6s; 
	-webkit-animation-direction:alternate; 
	-webkit-animation-iteration-count:infinite; 
}*/

/*.z-first
{
    border: 1px solid #ccc !important;
}*/
@media only screen and (max-width: 768px) {
  .listarea
{
    column-count: 1 !important;
}
}

.listarea
{
    column-count: 3;
}
.fltright
{
    float: right !important;
}

.days
{
	width: 220px;
    height: 28px;
    float: left;
    font-weight: 700;
    color: #fff;
    background-color: #c92a75;
    /*display: none;*/
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 7px;
    color: #FFF;
    text-align: center;
    animation-name: homeCycle;
    animation-duration: 6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-animation-name: homeCycle;
    -webkit-animation-duration: 6s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    /*margin-left: 4.2%;*/
	display:none;
}

@keyframes homeCycle 
{
0% {background-color:#90bf2d;} 
25% {background-color:#f5dc00;} 
50% {background-color:#f58634;} 
75% {background-color:#603;} 
} 

@-webkit-keyframes homeCycle 
{ 
0% {background-color:#90bf2d;} 
25% {background-color:#f5dc00;} 
50% {background-color:#f58634;} 
75% {background-color:#603;} 
}

.top_headbar img{margin:0;padding:0}
.follow_us{float:left;margin:11px 20px 0 0}
.news{float:left;margin:11px 0 0 20px}
.news_text_marq{width:69%;padding-left:10px;float:left;padding-top:10px;margin-left:7px}
.header_social_logo{float:left;opacity:.8;width:41px;transition:all ease-in-out .3s}
.facebook:hover,.twit:hover{float:left;opacity:1;transition:all ease-in-out .3s}
.google:hover,.youtube:hover{opacity:1;transition:all ease-in-out .3s}
.search_icon{float:right;margin:5px 0 0}
.wrapper{margin:0 auto;height:auto;border:0 solid red;font-family:'Open Sans';display:block;background:#fff}
.section_wrapper{float:left;width:100%;height:auto}
.section_wrapper_content{width:92%;margin:0 4%;float:left; padding:0 5px 0 0;}
.about-exh_profile-advertisement{width:100%;height:auto;margin:0;float:left;background-color:#D69BA3; padding-top:15px}
.about{width:36%;float:left;margin-right:2%;margin-bottom:20px}
.exh_profile{width:36%;float:left;margin-bottom:20px}
.adBanner_content{float:left;width:100%;height:auto}
.header {
	height: auto;
	width: 100%;
	background-color: #5e6367;
	background-attachment: scroll;
	-webkit-background-size: auto;
	background-size: cover;
	margin: 0 auto;
	z-index: 999999 !important;
	/*background-image: url(img/header-bg.png);*/
}
.btn_nav_container{position:relative;float:right}
.head_btn{float:right;height:32px;font-size:15px;width:132px;border-bottom-width:2px}
.exh_container,.vis_container{float:right;position:relative}
.vis_exh_falldown{position:absolute;z-index:99;color:#FFF;display:none}
.vis_exh_falldown ul{margin:0;padding:0}
.exh_falldown ul,.vis_falldown ul{float:right;width:350px}
.vis_falldown ul li{background:#ffb163}
.exh_falldown ul li{background:#87a2ff}
.vis_exh_falldown ul li{display:inline-block;padding:10px 20px 10px 10px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);opacity:.8;margin:0;float:right;border-left:solid 2px #cacaca}
.vis_exh_falldown ul li:last-child{border:none}
.vis_exh_falldown ul li:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}
.vis_exh_falldown ul li a{color:#FFF}
.left{border-bottom-color:#87a2ff;margin-right:5px}
.mid{border-bottom-color:#ffb163}
.right{border-bottom-color:#7cffd7;margin-right:0}
.header {
	/*background: url(img/header-bg.png) #FAA831 no-repeat left top/65%;*/
}
.logo_area {
	/*width: 33%;*/
	width: 45%;
	height: auto;
	float: left;
	margin-left: 4.2%;
	margin-top: 29px;
    display: flex;
	align-items: center;
}
.logo {
	float: left;
    width: 450px;
    max-width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin-top: 0px;
}

.servicesfacilities
{
    background: #323d85;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto; 
}
.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 5px;
    overflow: hidden;
}
#navigation, #responsive_navigation > li > a::after, #navigation, #responsive_navigation > li > span::after {
    color: #000 !important;
}

.header-ticker-area .home-icon {
	position: relative;
	float: left;
	top: -10px;
	left: 0px;
	height: 100px;
}

.header-ticker-area .home-icon img {
	width: 200px;
	position: static;
}
#navigation, #responsive_navigation li>a, #navigation, #responsive_navigation li>span
{color:#000!important}
/*.adv_area {
	width: 62%;
	float: left;
	margin-right: 5%;
	margin-top: 10px;
}*/

.testimonial_slideri >  .testimonial_outer_wrap {
	background: #dbe285 !important;
}

#navigation, #responsive_navigation > li:hover > a, #navigation, #responsive_navigation > li:hover > span, #navigation, #responsive_navigation > li.current-menu-item > a, #navigation, #responsive_navigation > li.current-menu-item > span {
    border-top: 1px solid #0D6A57 !important;
    border-bottom: 1px solid #0D6A57 !important;
}

#navigation, #responsive_navigation li:hover, #navigation, #responsive_navigation li:hover > span, #navigation, #responsive_navigation li:hover > a, #navigation, #responsive_navigation > li.current-menu-item, #navigation, #responsive_navigation > li.current-menu-item > span, #navigation, #responsive_navigation > li.current-menu-item > a {
    
	background: #2b2a66!important;
    color: #fff !important;
}

#navigation, #responsive_navigation > li > a, #navigation, #responsive_navigation > li > span {
	border-top: 0px solid #000 !important;
	border-bottom: 0px solid #000 !important;
}

.adv_area {
	/*width: 57%;*/
	width: 46%;
	float: left;
	margin-right: 4%;
	margin-top: 10px;
}

.exh-con-popup-divider .btn
{
    background: #2b2a66!important;
    color: #fff !important;
}

.adv_area 
{
	color: #fff;
	padding-bottom: 10px;
}

.header-ticker-area
{
	display: block;
	width: 16%;
	float: left;
	position: relative;
	margin-top:10px;
}

.header-ticker-area img
{
	width: 145px;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}

 
.header-banner-2{
	/*width: 42%;*/
    /*width: 55%;*/
    width: 47%;
    float: right;
    position: relative;
    padding: 10px 0 0 0;
}

.focus-2020-hgh{
	/*display: none;*/
	width: 42%;
	position: relative;
}

.focus-2020-hgh img
{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.focus-2020-hgh span {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 4px 0;
    text-align: center;
}

/* Hide Carousel Icon #/

/*.flexihome-viewport
{
    display: none !important;
}
.flexihome-direction-nav
{
    display: none !important;
}*/


.adBannerTop_content{display:block}
.adv_title{width:100%;padding:2px 0 5px;float:left;text-align:right;font-size:11px;letter-spacing:1px;color:#000}
.adv_title_header{width:100%;padding:5px 0 5px;float:left;text-align:right;font-size:10px;color:#fff}
.organiser_logo{float:right;width:auto;font-size:.7em;color:#000;text-align:center;margin-top:20px;clear:right;line-height:20px}
.venue{float:right;width:auto;height:auto;text-align:right;line-height:22px;color:#000;font-family:'Open Sans';margin-top:46px;font-size:15px;margin-right:20.5px}
.December_2016{float:right;font-size:15px;text-align:right;color:#034f7b;font-family:'Open Sans';clear:right;margin-right:20px}
.chapter_heading{font-weight:700;text-transform:uppercase}	
/*========================NAVIGATION MENU CSS START============================*/
.site-navigation ul{list-style:none;margin:0}
.site-navigation li{border-top:1px solid rgba(255,255,255,.2)}
.site-navigation a{color:#000;display:block;text-transform:none}
.site-navigation a:hover{color:#41a62a}
.site-navigation .current-menu-ancestor>a,.site-navigation .current-menu-item>a,.site-navigation .current_page_ancestor>a,.site-navigation .current_page_item>a{color:#cd1f30;font-weight:400;border-bottom:2px solid}

	



/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
/* 	padding-top: 24px; */
}

/* .primary-navigation.toggled-on {
	padding: 72px 0 36px;
}
 */
.primary-navigation .nav-menu-responsive {
	 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
	 display: none; 
}
.company-turn
{
    margin-top: -25px;
}

.primary-navigation.toggled-on .nav-menu-responsive {
	display: block;
}

.primary-navigation a {
	/* padding: 7px 0;  */
	/* width: 70%; */
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

/*Payment Summary--Start*/
.paymentsummary
{
    background: #000;
    color: #fff;
}
.summary tbody tr td {
    width: 300px;
    text-align: center;
    font-size: 14px;
}
.paymentsummary1
{
    font-size: 20px !important;
    font-weight: 600 !important;

}
.paymentsumm
{
    text-align: center; 
}
.labeltext
{
    font-size: 16px;
}
.mb-15
{
    margin-bottom: 15px;
}

.secondary-navigation a {
	padding: 9px 0;
}

.file-upload
{
    background: transparent !important;
    border: none !important;
}
.winnerpara
{
    background: #a6ce8c;
    padding: 20px 87px;
    border-radius: 30px;
    text-align: center;
}

.menu-toggle {
	background-color: rgb(63, 138, 181);
	border: none;
	border-radius: 0;
	cursor: pointer;
	height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 10px;
	text-align: center;
	width: 48px;
	opacity:0.8;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 8px;
	font-size:24px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: rgb(63, 138, 181);
	opacity:1;
}

.menu-toggle:focus {
	outline: 1px dotted;
}
.body-bg-color
{
    background: #fff !important;
}
.mt-30
{
    margin-top: 30px;
}
.mt-15
{
    margin-top: 15px;
}

.mt-40
{
    margin-top: 40px;
}

.mt-10
{
     margin-top: 10px;
}

.responsive_menu_container {
    position: absolute;
    right: 13px;
    top: 41px;
    z-index: 100;
    width: 55%;
    background: #b3cede;
    -moz-box-shadow: 0 5px 13px 0 #cacaca;
    -webkit-box-shadow: 0 5px 13px 0 #cacaca;
    box-shadow: 0 5px 13px 0 #cacaca
}
.primary-mobile-nav {
display: none;
}
.nav-menu-responsive li span.toggleNav {
	display: inline;
	margin: 15px 0px 0px 1px;
	padding: 0px;
	position:absolute;
	right:5%;
	width: 20px;
	height: 20px;
}
.primary-navigation .responsive_menu_container ul li a{
	padding: 15px 70px 15px 20px;
}
.primary-navigation .responsive_menu_container > ul > li {
	border-bottom:solid 2px #3f8ab5;
}
.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #3f8ab5;
		color: #fff;
	}
/*========================NAVIGATION MENU CSS END============================*/
.banner_section {
  	width: 100%;
	height: auto;
	z-index: 117;
	/*background-image: url('img/pattern_bg.png');*/
	-webkit-background-size: 100%;
	background-size: 100%;
	padding-bottom: 8px;
	background-repeat: no-repeat;
}

.Banner {
    float: left;
    width: 74%;
	margin-top: 20px;
    }
	
.trends {
    float: left;
    width: 74%;
    }	
	
	
.Banner_right_container {
    float: right;
    height: auto;
    margin-top: 20px;    
    width: 24%;
	margin-left:2%;    
}

.trends_right_container {
    float: right;
    height: auto;    
    width: 24%;
	margin-left:2%
    
}

.quick_link{
	width:100%;
	float:right;
}
.quick_link ul{
	padding:0px;
	margin:0px;
}
.quick_link li {
	list-style:none;
	width:95%;
	margin-bottom:12px;
	color:#404040;
	background-color:#e8e8e8;
	font:bold 16px 'Open Sans';
	padding:4px 5% 4px 0;
}

.quick_link li:last-child{
	margin-bottom:0px !important;
}
.post-header1
{
    width: 150px;
}

.banner {
  background: #dbe285;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 10px 1% 10px 6%;
  height: auto;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  float: none;
   width: 100%;
   margin-top:0;
}

.banner:hover {
	text-decoration: none;
}

.side-clr
{
    background-color: #000 !important;
}

.side-clr1
{
    background-color: #000 !important;
}

.side-clr2
{
    background-color: #000 !important;
}
.bus_shuttle table.table tbody tr td {
    width: 85px;
    text-align: center;
    display: inline-block;
    height: 40px;
    font-size: 14px;
}



.side-clr3
{
    background-color: #000 !important;
}

.side-clr4
{
    background-color: #000 !important;
}




/* HINDI VERSION */
.page-id-1066 .banner,.parent-pageid-1066 .banner{padding:9px 1% 9px 5%}

.page-id-1758 .banner,.parent-pageid-1758 .banner{padding:6px 1% 5px 5%;}
.page-id-1759 .banner,.parent-pageid-1759 .banner{padding:8px 1% 7px 11%}
.page-id-1757 .banner,.parent-pageid-1757 .banner{padding:9px 1% 7px 11%}
.page-id-2018 .banner,.parent-pageid-2018 .banner{padding:9px 1% 8px 11%}
/* HINDI VERSION */


.banner_text{
	color:#000;
	font: 600 1.1em 'Open Sans';
	text-transform:uppercase;
	/*padding:5px 0 0 0;*/
}

.page-id-1759 .banner_text,.parent-pageid-1759 .banner_text{font: bold 1.0em 'Open Sans';}

.page-id-2018 .banner_text,.parent-pageid-2018 .banner_text{font: bold 1.0em 'Open Sans';}

.banner_sidebar{width:9px; height:100%; background-color:#000000; float:left; position:absolute; left:0px; top:0px;}

.txt-blink
{
	animation:blinkingText 2s infinite;
}

@keyframes blinkingText{
	0%{		color: #fff;	}
	50%{	color: #373435;	}
	100%{	color: #fff;	}
}

.banner-wrapper a {
	text-decoration:none !important;
}

.banner .icons {
  position: absolute;
  font-size: 28px;
  width: 50px;
  color: #9a9a9a;
  left: -4px;
  /*top: 50%;*/
  margin-top: -4px;
  z-index: 500;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: color 0.2s, opacity 0.7s, -webkit-transform 0.6s;
  -moz-transition: color 0.2s, opacity 0.7s, -moz-transform 0.6s;
  -o-transition: color 0.2s, opacity 0.7s, -o-transform 0.6s;
  transition: color 0.2s, opacity 0.7s, transform 0.6s;
}

.page-id-1759 .banner .icons, .parent-pageid-1759 .banner .icons {margin-top: -2px;}

/* HINDI VERSION */
.page-id-1066 .banner .icons{
	margin-top: -1px;
}

.parent-pageid-1066 .banner .icons{
	margin-top: -1px;
}
/* HINDI VERSION */

.banner-wrapper + .banner-wrapper {
  margin-top: 11px;
}


.banner:hover .icons.icons-fadeout {
  color: #9a9a9a;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  background-color:#fff;
 }


.photo_gallery_icon img{
	float: right;
	width: 100%;
    height: auto;
    max-width: 100%;	
}


.box {
    float: right;
    height: 160px;
    text-align:center;
    margin-top: 0px;
    clear: none;
    width: 128px;
    background-color: rgb(63, 138, 181);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 2%;
	opacity:0.85;
	transition: all ease-in-out 0.3s;
}

.box:hover {
	transition: all ease-in-out 0.3s;
	opacity:1;
}


.floorplan_icon {
    width: auto;
    height: auto;
    margin:25px auto 0;
}

.inn_floorplan_icon {
    width: auto;
    height: auto;
    float:left;
    margin:auto 0;
    margin: 15px 0 15px 30px;
}

.quick_link_text {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    margin:0 auto;
    margin-top: 20px;
    min-height: 15px;
    color: rgb(255, 255, 255);
}

.inn_quick_link_text {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    /* margin:0 auto; */
    margin-left: 120px;
    margin-top: 36px;
    min-height: 15px;
    color: rgb(255, 255, 255);
}

.imp_date {
    float: right;
    height:145px;
    width: 88.54%;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 4.999998px;
    border-top-right-radius: 4.999998px;
    border-bottom-right-radius: 4.999998px;
    border-bottom-left-radius: 4.999998px;
    border: 2px solid rgba(63, 138, 181, 0.54902);
    z-index: 119;
    margin: 7px 10px 0px 0px;
}


.news_txt {
    font-size: 1em;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    color: rgb(99, 98, 98);
    font-family: 'Open Sans';
    z-index: 128;
}

.news_date
{
	float: left;
	display:block;
}

.Important_Dates {
    
    font-size: 1em;
    text-align:center;
    line-height: 1em;
    color: rgb(255, 0, 0);
    text-decoration: none;
    font-family: 'Open Sans';
    z-index: 130;
	width: 100%;
    margin-top: 20px;
    
}
.read_more {
    font-size: 1em;
    text-align: center;
    line-height: 1em;
    color: rgb(63, 138, 181);
    text-decoration: none;
    font-family: 'Open Sans';
    z-index: 131;
	margin:20px auto 0;
	height: 28px;
	padding:0 10px;
    }
	
.about_txt {
    font-size: 0.875em;
    text-align: center;
    line-height: 22px;
    color: rgb(70, 70, 70);
    font-family: 'Open Sans';
	padding:20px 0 0 0;
}

.venue_box{
	float:right;
	margin-bottom: 29px;
}

.about_bg {
   
    
    background-color:#d5dfec;
    padding-bottom:10px;
	
	
}

.more_abou_btn {
        margin:5px auto;
        width: 19%;
		padding:10px;
		 background-image:url("img/more_abou_btn.png");
		 background-repeat:no-repeat;
		 background-position:center;
		 border:0px solid;
		 
    }

    .MORE_ABOUT_ITME {
        margin: 5px auto;
        width: auto;
        clear: both;
		text-align:center;
		
    }
	
.promotion_holder {    
    height: 182px;    
    margin-top: 17px;
    clear: none;
    width: 100%;   
    padding-bottom: 20px;
}
	
.pannel_heading{    
    font-size: 1.5em;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Open Sans';    
    display: block;
    
}
.section_heading
{
	width:100%; 
	float:left; 
	border-bottom:2px solid #d8d8d8;
	margin:0px 0 10px;
	text-transform: uppercase;
}

 .section_heading h3
{
	
border-bottom:2px solid #9a9a9a;
display:inline-block;
padding:0px 0 4px 0;
margin:-1px;
color:#464545;
font-size:18px;
}

.testi_heading
{
	width:100%; 
	float:left; 
	border-bottom:2px solid #d8d8d8;
	margin:0px 0 10px;
	text-transform: uppercase;
	
}

.testi_heading h3
{
	border-bottom:2px solid #9a9a9a;
display:inline-block;
padding:0px 0 4px 0;

margin:-1px;
color:#464545;
font-size:18px;

}
.sidemenu_heading{
	/* width:100%;  */
	float:left; 
	color:#1F6892;
	margin:0px 0 10px;
	text-transform: uppercase;
	position: absolute;
	top: 48px;
}
 .sidemenu_heading h3
{
	display:inline-block;
	padding:0px 0 4px 0;
	margin: 0px 0px 10px 4px;
	color:#1F6892;
	
}

.zara {
    float: left;
    width: 14%;
    max-width: 100%;
    height: auto;
    color: rgb(0, 0, 0);
}
.promotion_carousel_container{
	width:1075px;
	margin: 0 auto;
	/* border:solid 1px red; */
	border-left:solid 1px #eee;
	border-right:solid 1px #eee;
}
.media_carousel_container{
	width:100%;
	margin: 0 auto;
}
.butterfly {
    /*background:url("img/butterfly.jpg") no-repeat;*/
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


.TESTIMONIALS {
    
    font-size: 1.5em;
    text-align: center;
    font-family: 'Open Sans';
	border:0px solid;
	margin:30px auto 0;
}
.testimonial_holder
{
	background-color: #f5efe8;
	padding: 15px 6% 80px;
	font-size:14px;
	line-height:19px;
	font-family: 'Open Sans';
	
	
}
.testi_main{
	width:100%;
	float:left;
	margin-top:20px;
	/*margin-bottom:50px;*/
}

.page-id-2018 .testi_main, .page-id-1759 .testi_main {margin-bottom:70px;}

.testi_container_exhibit{
		float:left;width:48%;
}
.testi_container_visitor{
		float:right;width:48%;
}
.test_main_head{
		/*background-color:#e9e9e9;*/ width:100%; float:left; box-sizing: border-box;-moz-box-sizing: border-box;
    box-sizing: border-box
}
.media_sponser_holder
{
	width:100%;
	height: auto;
	float:left;
	/*display:none;*/
}

.media_partners
{
	width:100%;
	float:left;
	
}

.media_partners img
{
	padding-right:90px;
	float:left;
	}

.sponser img
{
	padding-right:50px;
	vertical-align:baseline;
	float:left;
	
	}

.sponser
{
	margin-top:40px;
	width:100%;
	float:left;
		
}

.supporters_holder
{
	width:25%;
	height:100%;
	float:right;
	height:325px;
	background-color:#e9e8eb;
	padding:20px 40px 10px;
	
	
}
.supporters
{
	
	width:100%;
	float:left;
}

.supporters img
{
	/* padding-right:70px; */
	vertical-align:baseline;
	float:left;
	margin-top:30px;
	/*padding-left:30px;
	padding-right:15px;*/

}

.press_media_container
{
	width:49%;
	float:left;
	border:0px solid;
}
.supporter_img{
	float:left;
	width: 50%;
}
.supporter_img_top .supporter_img:last-child{
	width: 50%;
	 float: none;
	margin: 0% 25% 0% 25%;
}

.press{
	width:48%;
	height:150px;
	float:left;
	background-color:#3994b9;
	
	text-align:center;
	color:#fff;
}

.press img
{
	margin:30px auto 0;
}

.press p
{
	margin:20px auto 0;
}
.media
{
	width:48%;
	height:150px;
	float:right;
	/*background-color:#e9e8eb;*/
	background-color:#9c95a7;
	/*color:#000;*/
	color:#fff;
	text-align:center;
	margin-left:20px;
}

.media img
{
	margin:30px auto 3px;
}

.photogallary
{
	margin-top:25px;
	float:left;
	width:100%;
}

.photogallary img
{
	width:100%;
}
.video_index img
{
	float:right;
	width:100%;
	height:auto;
	max-width:100%;
}

.video_index .readmore{
	float:right;
}

.wpb_wrapper{
	width:100%;
	float:right;
	margin-top:12px;
}

/*==================================+INNER PAGE CSS START=======================================  */
.inner_page_content{
	float:left;
	width:100%;
	/*padding: 10px 10px 50px 0px;*/
	font-size:14px;
	line-height: 22px;
	/*text-align: justify;*/
}
.sidebar_container{
	float: left;
	width: 100%;
	margin-bottom:30px;
	
}
.page-id-84 .sidebar_container:first-child, .page-id-22 .sidebar_container:first-child{margin-bottom: 0;}/* sponsorship & contact */
.sidebar_box {
  	float: left;
	height: 95px;
	text-align: center;
	margin: 0 auto 30px;
	clear: none;
	width: 100%;
	background-color: rgb(63, 138, 181);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: 2%;
	opacity: 0.85;
	transition: all ease-in-out 0.3s;
}

.sidebar_box:hover {
	transition: all ease-in-out 0.3s;
	opacity:1;
}

.contact_container{}

.contact_txt{
	float:left;
}

.contact_map{
	float:right;
}


/*==================================+INNER PAGE CSS END=======================================  */

/*==================================+FOOTER CSS START=======================================  */
.body_container{
	/* position:relative;
	min-height:100%;	
	height:100%; */
	overflow:hidden;
}
.footer_container{
	/* position:absolute;
	bottom:0;
	width:100%;	 */
}
.footer
{
	/* margin-top:40px; */
	overflow: hidden;
	 width:100%; 
	height:auto;
	float:left;
	background-color:#D69BA3;
	position:relative;
	color:#000;
}
.footer_image{
	background-repeat: no-repeat;
	background-position: 111% 100%;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-image:url(img/footer_bg.png);
}

.footer_base{
	/* position: absolute; */
	/* bottom: 0; */
	width: 100%;
	padding:0 5%;
	/* height: 40px; */
	float: left;
	/*background-color:#FAA831;*/
	background-color:#000;
}
.site-info{
	color:#fff;
	text-align:right;
}

.footer_main_container{
	height: auto;
	float: left;
	width: 90%;
	position: relative;
	margin-left:5%;
	margin-right:5%;
}
.footer_col{	
	width: 15%;
	float: left;
	margin-left: 18px;
	height: auto;
}
.social_footer li{
	display:inline-block;
	width: 103px;
	height: 64px;
	padding-bottom: 3px !important;
	margin:0;
}
.social_footer li img{
	/*height:100%;
	width:100%;*/
	opacity:0.9;
	transition: all ease-in-out 0.3s;
}
.social_footer li img:hover{
	opacity:1;
	transition: all ease-in-out 0.3s;
}

/*css for scroll to top start*/
.scroll-up{
    width:40px;
    height:40px;
	opacity:0.4;
    position:fixed;
    bottom:80px;
    right:2%;
    display:none;
    text-indent:-9999px;
    background: url('img/to-top.png') no-repeat;
    z-index: 100;
}
.scroll-up-home{
	display: inline;
    width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:30px;
    right:2%;
    display:none;
    text-indent:-9999px;
    background: url('img/to-home.png') no-repeat;
    z-index: 100;
}
.scroll-up:hover , .scroll-up-home:hover{
	opacity:0.4;
}
/*css for scroll to top end*/

/* #menu-footer-1 li,#menu-footer-2 li,#menu-footer-3 li,#menu-footer-3-1 li,#menu-footer-3-2 li, #menu-footer-4-1 li ,#menu-footer-4-2 li, #menu-footer-4-3 li{
	background-image: url(img/stock_data_next.png);
	background-repeat: no-repeat;
	background-size: 16px 14px;
	background-position: -3% 21%;
	padding-left: 15px;
} */

.widget_nav_menu ul, .social_footer{
		padding: 0;
}
/*==================================+FOOTER CSS END=======================================  */

/*==================================+MISCELLANEOUS CSS START=======================================  */
.spacer_bottom
{
	margin-bottom:0;
}
/* index page bottom logo Carousel 2017 */
.spacer_top
{
	margin-top:18px;
	/*display:none;*/
}
/* index page bottom logo Carousel 2017 */

.spacer_top_less
{
	margin-top:20px;
}

.custom_button{
	background-color: #3F8AB5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    display: block;
    /* float: right; */
    margin: 10px auto 0;
    outline-style: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    /* width: 100px; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.custom_button_width{
	width:25px;
	float:left;
	margin-right:5px;
}
.custom_button_fixed{
	/* width:35px; */
	position:fixed;
	/* right:0; */
	top:-8px;
	z-index:25;
	background:#FFF;
	width:100%;
}
.inner_buttons{
	width:100%;
	padding: 30px 20px 30px 90px;
	line-height:45px;
	font:Bold 18px open sans;
	color:#fff;
	/* border:1px solid rgb(252, 175, 59); */
	/* background-image:url(img/btn_bg.png);  */
	text-align:left;
	border-radius: 8px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
     -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity:0.7;
    cursor:pointer;
    background-color: #3f8ab5;
}

.inner_buttons:hover{
 -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity:1;
}

.logo_img{
	height: 60px;
	width: 60px;
	position: absolute;
	z-index: 1;
	top: 13px;
	left: 20px;
}

.dom_btn{
	background:url('img/domestic.png') no-repeat #3f8ab5;	
	background-size: 60px 60px;
	background-position: 15px 50%;
}

.agent_btn{
	background:url('img/Agent_icon.png') no-repeat #3f8ab5;	
	background-size: 60px 60px;
	background-position: 15px 50%;
}

.int_btn{
	background:url('img/international_icon.png') no-repeat #3f8ab5;	
	background-size: 60px 60px;
	background-position: 15px 50%;	
}
.stu_btn{
	background:url('img/student.png' )no-repeat #3f8ab5;	
	background-size: 60px 60px;
	background-position: 15px 50%;
}

.mix_btn{
	background:url('img/Mix_icon.png' )no-repeat #3f8ab5;	
	background-size: 60px 60px;
	background-position: 15px 50%;
}
.supt_btn{
	background:url('img/Supporting_Partner_icon.png' )no-repeat #3f8ab5;	
	background-size: 60px 60px;
	background-position: 15px 50%;
}

/* scroll bar css start */


/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
   /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    -webkit-border-radius: 10px;
     background: rgba(63, 138, 181, 0.15);
    border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 1px;
    background: rgba(63, 138, 181, 0.7);
   /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(246,242,234,0.8); 
/* 	visibility:hidden !important; */
}

/* scroll bar css end */

/*==================================+MISCELLANEOUS CSS END=======================================  */


/* ------------------------ Ketaki ---------------------------- */

.coming-soon
{
	font-size:24px;
	color:#1c94c0;
	padding:20px 0 20px 0;
}

#loader{
	width: 100%;
	text-align: center;
}

.offerdiv
{
	position:absolute; top:100px; left:18%;
}

.offerdivmobile
{
	display:none;
}


.parent-pageid-25 .page-item-996
{
	display:none;
}



#SupporterCarousel
{
	width:291px;
}

.heading-bordered {
	border-bottom: 1px solid #060865;
    width: 100%;
    margin-bottom: 20px;
}

.heading-bordered h5{
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: -1px;
  font-family: 'Open Sans' !important;
  color: #000;
  font-size: 19px;
  /*margin-top:30px;*/
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.page-id-2018 .heading-bordered h5{font-size: 18px;}

.marquee{
	height:200px;
	overflow:hidden;
}

#visitor_registration ul
{
	margin:5px 0 15px 0px;
	padding:0;
}
#visitor_registration ul li
{
	list-style:none;
	
}

#visitor_registration b
{
	font-size:16px;
}

	
	.page-id-1101 #lower-header, .page-id-1101 .content-sidebar
	{
		display:none;
	}
	.page-id-1133 #lower-header, .page-id-1133 .content-sidebar
	{
		display:none;
	}
	.required 
	{
		color:red; font-size:14px; font-weight:normal;
		
	}
	
	.required sup
	{
		color:red; font-size:14px; font-weight:normal;
	}
	
	.form_note{font-size:14px; color:red; float:right; margin-top:20px; font-weight:600; font-style:italic}
	
	.required_large
	{
		color:red; font-size:16px; font-weight:bold; margin-top:-5px;
	}
  
  .fact ul li p
  {
	  margin-left:150px;
  }
  
 .fact li {
  background: none;
  padding: 0px;
  margin-bottom: 10px;
  list-style:none;
}

.fact label
{
	font-weight: bold;
  display: block;
  float: left;
  width: 140px;
  margin:0 !important;

}
/* TAM VERSION */
.page-id-2310 .fact label{width: 214px;}
.page-id-2310 .fact ul li p{margin-left: 230px;}
/* TAM VERSION */
/* MAL VERSION */
.page-id-2430 .fact label{width: 214px;}
.page-id-2430 .fact ul li p{margin-left: 230px;}
/* MAL VERSION */

.fact ul
{
	padding:0;
}

#menu-item-2055
{
	width:140px !important;
}
  
   /* CSS FOR ACCORDIAN TABLE FEE SCHEDULE END*/
   
   /* CSS FOR FOOTER */
   
   #menu-item-1781 a
   {
   	font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #cd1f30;
	text-decoration: underline;
   }
 /*  #nav_menu-25 h1
   {
   	display:none;
   }*/
   
   #menu-item-2894 a
   {
   	font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #002561;
	text-decoration: underline;
   }
   
   #nav_menu-47 h1
   {
   	
   }
   
   /*#menu-item-2408 a
   {
   	font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #002561;
	text-decoration: underline;
   }
   
   #nav_menu-48 h1
   {
   	display:none;
   }*/
   
   #menu-item-2681 a
   {
   	font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #002561;
	text-decoration: underline;
   }
   
   #nav_menu-39 h1
   {
   
   }
   
   /*#menu-item-2683 a
   {
   	font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #cd1f30;
	text-decoration: underline;
   }
   
   #nav_menu-37 h1
   {
   	display:none;
   }*/
   
   #menu-item-1930 a
   {
   	font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #002561 !important;
	text-decoration: underline;
   }
   /*#menu-item-1782 a
   {
   	font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #002561;
	text-decoration: underline;
   }
   #nav_menu-24 h1
   {
   	display:none;
   }*/
   /*#nav_menu-30 h1
   {
   	display:none;
   }
   #menu-item-2215 a{
   font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #cd1f30;
	text-decoration: underline;   
   }*/
   /*#nav_menu-28 h1, #nav_menu-57 h1, #nav_menu-55 h1, #nav_menu-67 h1, #nav_menu-64 h1
   {
   display:none;
   }*/

   #menu-item-2383 a,
   /*#menu-item-2283 a, */
   #menu-item-2263 a,
   #menu-item-2780 a/*,
   #menu-item-2781 a*/{
   font-size: 13px;
	font-weight: 900;
	line-height: 1.6363636363;
	margin-bottom: 9px;
	color: #002561 !important;
	text-decoration: underline;
   
   }
   
.page-id-1066 #menu-item-2263 a,.parent-pageid-1066 #menu-item-2263 a{font-size:15px;font-weight:400}
   
.page-id-1758 #menu-item-2383 a,.parent-pageid-1758 #menu-item-2283 a{font-size:15px;font-weight:400}         

.page-id-1066 #menu-item-2215 a,.parent-pageid-1066 #menu-item-2215 a{font-size:15px;font-weight:400}

.wallpaper-bg{text-align:justify;float:left; background:url(http://www.hghindia.com/wp-content/themes/Hgh/img/wallpaper.jpg);background-size:cover;}
  
.trend-ebook{float:right; margin-top:20px; }
 
.trend-ebook a{ color:#202020; font-weight:600; text-decoration:none; font-size:14px;}
.trend-ebook a:hover{ color:#202020; font-weight:600; text-decoration:none;}

.contract_fm {margin-top:20px;}
.contract_fm ul {list-style:none;padding:0;}

.hilighttext {color:#B4483C;}

div.addss {width:98%;}
div.c_name {width:64.33%;}
.small_t {width:50%;float:left;margin-right:10px;}
.small_t1 {width:48.9%;float:left;margin-right:10px;}
.small2 {width:31.33%;}
.page-id-1162 .heading-bordered h5 span { font-size:12px; font-weight:700;}
.sub-title{ line-height: 28px; border-bottom: 2px solid #a0473e; display: inline-block; margin-bottom: 9px;}
.social-icon-holder {float:right; margin-right:5%; color:#fff !important; display:block;}
.social-icon-holder .genericon a{font-size:22px !important; text-decoration:none; }

.genericon {font-size:22px !important; color:#000; width:30px; }
.fa-xing {font-size:22px !important; color:#373435; width:30px; }
.fa-xing:hover {font-size:22px !important; color:#fff; width:30px; }
.genericon:hover{font-size:22px !important; color:#fff !important;}

/* for single*/
.single .img-responsive img{
	width:272px;
	height:150px;
}

/* for right sidebar soical icon */
.rsoical_icon{
 background: #373435;
 padding:4% 0% 4% 4%;
 color:#fff;
 margin-bottom:11px;	
}
/* for right sidebar soical icon end */

/*product range*/
 .page-id-1437 .social_media, .page-id-2093 .social_media, .page-id-2042 .social_media, .page-id-2314 .social_media, .page-id-2476 .social_media, .page-id-2471 .social_media {
	 
	 position:absolute;
	 bottom:0px;
	 
	 }
	 
	 
.page-id-1437 #content, .page-id-2093 #content, .page-id-2042 #content, .page-id-2314 #content, .page-id-2476 #content, .page-id-2471 #content {
	position:relative;
	padding-bottom:200px;
	
	}
	

	
	/*accordion product range*/
	
	.frow .fcol12 #chapters .z-auto-g{
		list-style:none !important ;		
		}
		
	.z-auto-g ul#demo-accordion1 h3{
		
	/*font-size: 14px;
    font-weight: 700;
    background: #f2f4f9;   
    line-height: 25px;
    border-top: 5px solid #ccc;
    padding: 2px;*/
	font-size:13px;
	font-weight:500;
	line-height:0;
		
		}
		
	#chapters-3 .z-auto-g #demo-accordion1 h3 span, #chapters-5 .z-auto-g #demo-accordion1 h3 span, #chapters-6 .z-auto-g #demo-accordion1 h3 span{ padding-left:30px;}
	

	
	#chapters-3 .z-auto-g #demo-accordion1 h3 span:first-child, #chapters-5 .z-auto-g #demo-accordion1 h3 span:first-child, #chapters-6 .z-auto-g #demo-accordion1 h3 span:first-child{
		display:none;
	}
	
/*	.mainchapter.\31 00\.05\.16 span, .mainchapter.\32 00\.01\.07 span, .mainchapter.\32 00\.01\.10 span, .mainchapter.\32 00\.01\.11 span, .mainchapter.\32 00\.02\.03 span, .mainchapter.\32 00\.03\.02 span, .mainchapter.\32 00\.03\.06 span, .mainchapter.\32 00\.04\.03 span, .mainchapter.\32 00\.04\.09 span, .mainchapter.\34 00\.01\.08 span, .mainchapter.\34 00\.02\.08 span, .mainchapter.\34 00\.03\.08 span, .mainchapter.\34 00\.04\.01 span, .mainchapter.\34 00\.04\.02 span, .mainchapter.\34 00\.04\.03, .mainchapter.\34 00\.04\.04 span, .mainchapter.\34 00\.04\.07 span, .mainchapter.\34 00\.04\.09 span, .mainchapter.\34 00\.04\.10 span, .mainchapter.\34 00\.04\.12 span, .mainchapter.\34 00\.04\.14 span, .mainchapter.\34 00\.04\.14 span, .mainchapter.\34 00\.04\.15 span, .mainchapter.\34 00\.04\.16 span, .mainchapter.\34 00\.04\.18 span, .mainchapter.\34 00\.05\.10 span, .mainchapter.\34 00\.05\.13 span, .mainchapter.\34 00\.05\.14 span, .mainchapter.\34 00\.06\.04 span, .mainchapter.\34 00\.06\.04 span, .mainchapter.\34 00\.07\.01 span, .mainchapter.\34 00\.07\.02 span, .mainchapter.\34 00\.07\.03 span, .mainchapter.\34 00\.07\.03 span, .mainchapter.\34 00\.07\.05 span, .mainchapter.\34 00\.07\.07 span, .mainchapter.\34 00\.07\.08 span, .mainchapter.\34 00\.07\.10 span, .mainchapter.\34 00\.07\.11 span, .mainchapter.\34 00\.08\.02 span, .mainchapter.\34 00\.08\.03 span, .mainchapter.\34 00\.08\.05 span, .mainchapter.\34 00\.08\.06 span, .mainchapter.\34 00\.08\.08 span, .mainchapter.\34 00\.08\.09 span, .mainchapter.\34 00\.08\.12 span, .mainchapter.\34 00\.09\.04 span, .mainchapter.\34 00\.10\.05 span, .mainchapter.\34 00\.11\.01 span, .mainchapter.\34 00\.11\.02 span, .mainchapter.\34 00\.11\.03 span, .mainchapter.\34 00\.11\.04 span, .mainchapter.\34 00\.11\.05 span, .mainchapter.\34 00\.11\.06 span{padding-left:30px;}
	
	.mainchapter.\31 00\.05\.16 span:first-child, .mainchapter.\32 00\.01\.07 span:first-child, .mainchapter.\32 00\.01\.10 span:first-child, .mainchapter.\32 00\.01\.11 span:first-child, .mainchapter.\32 00\.02\.03 span:first-child , .mainchapter.\32 00\.02\.03 span:first-child, .mainchapter.\32 00\.03\.02 span:first-child, .mainchapter.\32 00\.03\.06 span:first-child, .mainchapter.\32 00\.04\.03 span:first-child, .mainchapter.\32 00\.04\.09 span:first-child, .mainchapter.\34 00\.01\.08 span:first-child, .mainchapter.\34 00\.02\.08 span:first-child, .mainchapter.\34 00\.03\.08 span:first-child, .mainchapter.\34 00\.04\.01 span:first-child, .mainchapter.\34 00\.04\.02 span:first-child, .mainchapter.\34 00\.04\.03 span:first-child, .mainchapter.\34 00\.04\.04 span:first-child, .mainchapter.\34 00\.04\.07 span:first-child, .mainchapter.\34 00\.04\.09 span:first-child, .mainchapter.\34 00\.04\.10 span:first-child, .mainchapter.\34 00\.04\.12 span:first-child, .mainchapter.\34 00\.04\.14 span:first-child, .mainchapter.\34 00\.04\.14 span:first-child, .mainchapter.\34 00\.04\.15 span:first-child, .mainchapter.\34 00\.04\.16 span:first-child, .mainchapter.\34 00\.04\.18 span:first-child, .mainchapter.\34 00\.05\.10 span:first-child, .mainchapter.\34 00\.05\.13 span:first-child, .mainchapter.\34 00\.05\.14 span:first-child, .mainchapter.\34 00\.06\.04 span:first-child, .mainchapter.\34 00\.06\.04 span:first-child, .mainchapter.\34 00\.07\.01 span:first-child, .mainchapter.\34 00\.07\.02 span:first-child, .mainchapter.\34 00\.07\.03 span:first-child, .mainchapter.\34 00\.07\.03 span:first-child, .mainchapter.\34 00\.07\.05 span:first-child, .mainchapter.\34 00\.07\.07 span:first-child, .mainchapter.\34 00\.07\.08 span:first-child, .mainchapter.\34 00\.07\.10 span:first-child, .mainchapter.\34 00\.07\.11 span:first-child, .mainchapter.\34 00\.08\.02 span:first-child, .mainchapter.\34 00\.08\.03 span:first-child, .mainchapter.\34 00\.08\.05 span:first-child, .mainchapter.\34 00\.08\.06 span:first-child, .mainchapter.\34 00\.08\.08 span:first-child, .mainchapter.\34 00\.08\.09 span:first-child, .mainchapter.\34 00\.08\.12 span:first-child, .mainchapter.\34 00\.09\.04 span:first-child, .mainchapter.\34 00\.10\.05 span:first-child, .mainchapter.\34 00\.11\.01 span:first-child, .mainchapter.\34 00\.11\.02 span:first-child, .mainchapter.\34 00\.11\.03 span:first-child, .mainchapter.\34 00\.11\.04 span:first-child, .mainchapter.\34 00\.11\.05 span:first-child, .mainchapter.\34 00\.11\.06 span:first-child{display:none;}
	*/
	
	
	/* #chapters-4 .z-auto-g #demo-accordion1 h3.mainchapter 400.11.01 span:first-child{display:none;}  */
	
	.soical_media #chapters-1 .z-auto-g #demo-accordion1 h3 span:first-child{
		display:none;
	}
		
#demo-accordion1 div ul#demo-accordion1{margin: 0;}
	
input.products_text.other_value {
	display:none;
   /* width: 30%;
     height: 1%; 
    margin-top: 7px;
    margin-bottom: 1%;
	margin-left: 4%;*/
	
	}
	
	
label.checkbox_label {
    /* background: #fff; */
    background-color: #fff !important;
    border: 0px !important;
	text-indent:0px;
	}
	
	
/* newsletter*/

 /*.page-id-1040 .social_media {
	 position:absolute;
	 bottom:0px;
	 
	 }		
	 
.page-id-1040 #newsletter_registration{
	
	position:relative;
	padding-bottom:200px;
	}*/
	
.page-id-1040 .inner_page_content, .page-id-2024 .inner_page_content, .page-id-1839 .inner_page_content, .page-id-1841 .inner_page_content, .page-id-2370 .inner_page_content, .page-id-1764 .inner_page_content {
	position: relative;
    padding-bottom: 250px;
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
   
	
	}
	
.page-id-1040 .social_media, .page-id-2024 .social_media, .page-id-1839 .social_media, .page-id-1841 .social_media, 
.page-id-2370 .social_media, .page-id-1764 .social_media {
    position: absolute;
    bottom: 0px;
    }
	
	.new_icon{
		background:url("img/New_Arrow_sign.gif") no-repeat;
		margin-left:100px;
		
		}
		
	.new_icon_for_top_menu{ 
			background:url("img/New_Arrow_sign.gif") no-repeat;
		    margin-left: 0;
			background-position: 98% 8px;
		}
		
/*.page-id-4322 .inner_page_content{
		background:url(http://www.hghindia.com/wp-content/uploads/About_Trend_bg.jpg) no-repeat;
	
				
		}*/
		
.page-id-4322 .inner_page_content .ab-trends-left{
    margin: 33% 5% 5% 10%;
    padding: 10px;
    border: 0px solid #eee;
		
		}
		
.page-id-4322 .inner_page_content .ab-trends-right{
	padding: 10px;
    border: 0px solid #eee;
    margin: 33% 0% 0% 0%;
	}
	
	.page-id-4322 .inner_page_content .about-trends hr{
		display:none;
		
		}
	#html5-text p 
	{float:right}
	
	/*gujarthi reach the venue */
	
	.reaching_venue {
		float:left;
		
	}
	
.panel_box{
	float: right;
	background-color: #eeeeee;
	padding: 10px 15px;
	border: 1px solid;
}	

table.table td p {
	padding: 5px;
	margin: 0;
	display: inline-block;
	text-align: center !important;
	width: 100%;
}

.shuttle_area p {
    display: inline-block;
    text-align: left;
}


.shuttle_area .note{
	float: left;
	width: 100%;
	line-height: 10px;
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.visitor-tab .btn-custom {
	font-size: 18px;
	padding: 5px 30px !important;
	line-height: 36px;
}

.visitor-tab .btn-custom img {
	position: relative;
	transition: all 0.3s ease-in-out ;
	left: 0px;
}

.visitor-tab .btn-custom:hover img {
	left: 10px;
}

.main-content .reg-block > .btn.btn-custom {
	padding: 18px 35px !important;
	text-transform: uppercase;
	border-radius: 50px !important;
	margin: 15px 0;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.main-content .reg-block > .btn.btn-success.btn-custom {
	font-weight:500;
	color: #4CAE4C;
}

.main-content .reg-block > .btn.btn-success.btn-custom:hover {
	background: #4cae4c;
}

.main-content .reg-block > .btn.btn-danger.btn-custom {
	font-weight:500;
	color: #ac2925;
}


.main-content .reg-block > .btn.btn-danger.btn-custom:hover {
	background: #ac2925;
}

#menu-item-4727::after {
	position: absolute;
	width: 30px;
	height: 20px;
	right: 22%;
	/*background: yellow;*/
	/*content: "new";*/
	top: 7px;
	color: #000;
	font-size: 11px;
	padding: 1px 4px;
	border-radius: 5px;
	border: 0.5px solid #333;
} 

#menu-item-6085::after {
	position: absolute;
	width: 33px;
    height: 20px;
    right: 20%;
	background: #f7d007;
	content: "NEW";
	top: 7px;
	color: #000;
	font-size: 11px;
	padding: 1px 4px;
	border-radius: 5px;
	border: 0.5px solid #333;
}

.sidebar-new-blink
{
	position: relative;
    width: 33px;
    height: 20px;
    font-size: 11px;
    padding: 1px 4px;
    border-radius: 5px;
    border: 0.5px solid #333;
    margin: 0 0 0 2px;
	animation: sidebarblink 1s infinite;
}

@keyframes sidebarblink{
	0% {
		background: #f7d007;
		color:#000;
	  }
	  
	  70% {
		  background: #323d85;
		  color:#fff;
	  }
	  
	  100% {
		background: #f7d007;
		color:#000;
	  }
}

/*#menu-item-1564 {
	transition: all .3s ease-in-out;
	animation: blink 5s infinite;
}*/

@keyframes blink{
	0% {
		box-shadow: inset 0 0px 0px 0px #002561;
	  }
	  
	  70% {
		  box-shadow: inset 0 0.5px 5px 2px #002561;
	  }
	  
	  100% {
		box-shadow: inset 0 0px 0px 0px#002561;
	  }
}



/*css-code-start-by-dilip*/
input:-moz-read-only { /* For Firefox */
    background-color: #E3E3E3;
}

input:read-only {
    background-color: #E3E3E3;
}


select {
    background-color: #FFF;
}

select:disabled {
    background-color: #E3E3E3;
}

.guidelines
{
	color: #ff0000;
	text-decoration: underline;
}

.guidelines:hover
{
	cursor:pointer;
}

.guidelines_container
{
	margin: 3px 0 0 16px;
}

.guidelines_container p
{
    padding: 15px;
    border: 1px #ccc solid;
    text-align: left;
}

.guidelines_container ul
{
	list-style: disc;
padding: 10px 10px 10px 26px;
border: 1px #ccc solid;
}

.guidelines_container ul li
{
	margin:0 0 5px 0;
}

.guidelines_container span
{
	margin:0 0 5px 0;
	display:inline-block;
}

.guidelines_container ol
{
	list-style: decimal;
padding: 10px 10px 10px 26px;
border: 1px #ccc solid;
margin:0 0 8px 0;
}

.guidelines_container ol li
{
	margin:0 0 5px 0;
}

.exh-req-form-first-time
{
	
}

.exh-req-form-first-time ol
{
	margin: 15px 0 15px 0;
    padding: 0 0 5px 15px;
}

.exh-req-form-first-time ol li
{
	margin-bottom:10px;
}

.exh-req-form-first-time a
{
	margin: 0 0 15px 0;
    display: inline-block;
}

.exh-con-form-main-di
{
	margin: 6px 0 15px 0 !important;
    padding: 0;
    font-size: 16px;
}

.exh-con-form-main-heading
{
	
}

.exh-con-form-main-heading strong
{
	font-size: 16px;
margin: 0 0 0px 0;
display: block;
font-weight: 500;
}

.exh-con-form-sub-heading strong
{
	font-size: 16px;
    margin: 15px 0 4px 0px;
    display: block;
}

.exh-con-form-sub-heading1
{
	font-size: 16px;
    margin: 15px 0 4px 0px;
    display: inline-block;
}

.exh-con-form-divider
{
	border-bottom: 1px #ccc dotted;
    margin: 20px 0 0 0;
}

.exh-con-form-main-divider
{
	border-bottom: 1px #999 dotted;
    margin: 20px 0 0 0;
}

.add_major_product, .remove_major_product {
	background: #f9a51a !important;
	color: #333;
	border: 1px solid #de8a01 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	border-radius: 5px;
	box-shadow: 0 10px 10px -7px #666;
}

.exh-con-popup-divider
{
	/*border-bottom:1px #ccc dotted;*/
	margin-bottom:7px;
}

.mt-15
{
	margin-top:15px !important;
}

.font-15
{
	font-size:15px !important;
}

.btn-danger
{
	color:#fff !important; 
}

.send_creds
{
	background: transparent !important;
	border: none;
	color: #0D6A57;
	text-align: right;
	margin: 5px 0 0 0;
}

.exh-con-payment-details
{
	margin-bottom:12px;
}

.exh-con-payment-details input[type="text"]
{
	margin-top:1px;
	display: inline-block;
	width: 150px;
}

.exh-con-payment-details input[type="checkbox"]
{
	position:relative;
	top:-7px;
	margin: 0 5px 0 0px;
}

.exh-con-step3-calculation fieldset
{
	clear:both;
	border:1px solid #000; 
	margin: 30px 0 0 0;
}

.exh-con-step3-calculation fieldset legend
{
	margin: 0 0 50px 0;
	border: none;
	font-weight: 600;
}

.exh-con-popup-divider label
{
	margin-left: 0 !important;
	font-weight:600 !important;
}

.exh-con-popup-divider .fcol4, .exh-con-popup-divider .fcol8
{
	border: 1px #ccc solid;
    padding: 5px;
    min-height: 57px;
}

.exh-con-popup-border
{
	border: 1px #ccc solid !important;
    padding: 5px;
    min-height: 57px;
}

.ui-tabs .ui-tabs-nav li
{
	width:28.5%;	
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{
	float: none !important;
	display:block !important;
}

.ui-widget-overlay
{
	background: rgba(0,0,0,0.5) !important;
	opacity:1 !important;
}

.font-17
{
	font-size:17px;
}

.exh-con-gui
{
	    margin: 0 0 6px 16px;
    display: inline-block;
}

.ar-btn
{
	display: inline-block;
    width: 78px;
    margin: 0 0 0 3px;
	float:right;
}

.ar-btn1
{
	display: inline-block;
    width: 57px;
    margin: 0 0 0 3px;
	float:right;
}

.ar-btn-txt 
{
	position:relative;
}

.ar-btn-txt span
{
	    position: relative;
    right: -29px;
    top: 1px;
	
}


.ar-btn-txt1
{
	position:relative;
}

.ar-btn-txt1 span {
    position: relative;
    right: -5px;
    top: 1px;
}

.plus-btn
{
	color: #fff;
	text-decoration: none;
	background: #f9a51a;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
}

.plus-btn b
{
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	display: inline-block;
	margin: 0 5px 0 0;
	line-height: 30px;
	border-radius: 50%;
	color: #000;
	font-weight: 700;
	font-size: 20px;
}

.mr-15
{
	margin-right:15px !important;
}

.exh-form-preview-header
{
	margin:15px 0 0px 0 !important;
}

.ui-dialog td
{
	vertical-align: middle;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}

.mr-0
{
	margin-right:0 !important;
}

.ext-exh-con-inp-p {
    width: 240px !important;
}

.ext-exh-con-inp-p1 {
    width: 304px !important;
}

.ext-exh-con-inp-p2 {
    width: 310px !important;
}

.preview-header
{
	display: inline-block;
    float: left;
    margin: 7px 30px 0 7px;
	color: #fff;
}

.ui-dialog .ui-dialog-content
{
	padding: 0 0em !important;
}

.ui-dialog .ui-dialog-titlebar
{
	display: block;
	padding:0 !important;
}

.ui-dialog .ui-dialog-title
{
	display:none;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 8px !important;
    top: 19px !important;
    width: 28px !important;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 28px !important;
    z-index: 10;
}

.ui-button-icon-only .ui-button-text
{
	padding:0;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-dialog .ui-dialog-titlebar-close
{
	right:7px;
}

.ui-widget-header {
    border: 0px !important;
    background: #bbb !important;
    color: #222222;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	border: 1px solid #d3d3d3;
    background: #ddd !important; 
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #fff !important;
    font-weight: normal;
    color: #212121;
}

.f-bold
{
	font-weight:bold !important;
}

.photo_gallery_grid
{
	min-height:180px;
}

.mt-80
{
	margin-top:80px !important;
}


#show-reports-list
{
	border: 1px #ccc solid;
    display: block;
    clear: both;
    margin: 0 0 10px 0;
    padding: 10px;
}

#show-reports-list ul
{
	padding: 0 0 0 20px;
    list-style: square;
	margin:0;
}

#show-reports-list ul li
{
	margin-bottom:5px;
	padding-bottom:3px;
}

#show-reports-list ul li a
{
	/*border-bottom:1px #ccc dotted;*/
	display:block;
}

.smenu-adj{
	padding-left:4%;
}

.smenu-adj i
{
	font-weight: bold;
    position: relative;
    top: 1px;
    left: 2px;
}

.post-sr
{
	margin-bottom:20px;
	border-bottom:1px #A5A5A5 solid;
}

.post-sr .frow .fcol2
{
	margin-left:0 !important;
}

.newsletter .text-left
{
	text-align:left !important;
}

.post-other-sr
{
	margin-bottom:12px;
}


.d-img-w-50
{
	width:50% !important;
}

h6.heading_page_ex {
        margin: 0 0 20px 0;
    font-weight: bold;
    padding-bottom: 0;
    color: #1a1a1a;
    font-size: 17px;
    display: block;
    padding: 20px 0 0 0;
}

.or-divider
{
	text-align: center;
	font-size: 28px;
	color: #FAA831;
	margin-top: 45px !important;
}

.or-divider strong
{
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	text-transform: capitalize;
}

.or-divider span
{
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f00;
	top: 11px;
}

.or-vertical
{
	position:relative;
}

.or-vertical span
{
	width: 1px;
height: 150px;
margin: 10px auto 0 auto;
display: block;
background: #FAA831;
}

.or-vertical strong
{
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px #FAA831 solid;
	background: #fff;
	display: block;
	color: #FAA831;
	font-size: 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	font-weight: 700;
	
}


.or-horizontal
{
	text-align: center;
    font-size: 28px;
    color: #FAA831;
    margin-top: 15px;
    position: relative;
    margin-bottom: 15px;
}

.or-horizontal strong
{
	background: #0d6a57;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    top: -10px;
}

.or-horizontal span
{
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #00634e ;
	top: 11px;
}

.otp-heading
{
	text-align: center;
font-weight: 700;
font-size: 18px;
color: #333;
margin:0;
}

.otp-heading-main span
{
	width: 50px;
height: 2px;
background: #0D6A57;
display: block;
margin: 9px auto 0 auto;
}

.otp-heading-main
{
	position:relative;
	margin: 0 auto 25px auto;
	clear:both;
}

.mt-35
{
	margin-top:35px;
}

/*.otp-heading::before {
    width: 50px;
    height: 2px;
    background: #ff0000;
    content: "";
    position: absolute;
    top: 12px;
    margin: 0 0 0 13px;
}

.otp-heading::after {
    width: 50px;
    height: 2px;
    background: #ff0000;
    content: "";
    position: absolute;
    top: 12px;
    margin: 0 0 0 13px;
}*/

.pull-right
{
	float:right;
}

.heading-extra-txt
{
	font-size: 12px;
    color: #c4131d;
    float: right;
    font-weight: 600;
    font-style: italic;
    position: relative;
    top: 5px;
    right: -8px;
}

/*.marquee_header
{
	display:none;
}*/

.marquee_header marquee
{
}

.ticker {

}

.ticker p {
  position: relative;
  top: 0;
  white-space: nowrap;
  width: auto;
  color: white;
}

#ticker-box1
{
	min-height:23px !important;
}

.privacy-policy
{
	
}

.privacy-policy ul
{
	list-style: decimal;
	padding: 0 0 0 15px;
}

.privacy-policy ul li
{
	margin-bottom:10px;
}


.privacy-policy li>ul
{
	margin: 0 0 0 0px;
}

.privacy-policy b
{
	    margin: 0 0 6px 0px;
    display: inline-block;
}

.privacy-policy span
{
	    margin: 0 0 6px 0px;
    display: inline-block;
}

.privacy-policy .lower-alpha
{
	list-style: lower-alpha;
}

.privacy-policy .list-disc
{
	list-style: disc;
}

.privacy-policy .list-circle
{
	list-style: circle;
}

.footer-link
{
	text-align:left;
}

.footer-link a
{
	font-size:12px;
	color:#fff;
}

.footer-link a:hover{
	color:#0D6A57;
}

.footer-link span
{
	padding:0 5px;
}

.focus-wrapper {
		
		padding: 0px 10px 8px;
	}
	
	.focus-wrapper ul {
		padding: 0;
		margin:0;
	}
	
	.focus-wrapper ul li {
		display: inline-flex;
		margin-right: 10px;
	}
	
	.focus-wrapper a{
		transition: all 0.3s ease-in-out;
		text-decoration: none;
	}
	
	.focus-wrapper a:hover {
		transform: scale(0.95);
		text-decoration: none;
	}
	
	.focus-wrapper img {
		width: 64px;
	}
	
	.focus-wrapper p
	{
		font-size: 10px;
    text-align: center;
    margin: 7px 0 0 0;
	color:#fff;
	font-weight: 700;
	}


.v-form-divider
{
	border-right: 2px #00634e solid !important;
    padding-right: 16px;
}

.click-here
{
	margin-top: 0 !important;
}

#otp_msg, #otp_msg1, #otp_msg_email
{
	clear: both;
    padding: 10px 0 0 0;
    color: #ff0000;
}

.upload-img-main
{
	background:#FEEAAE;
}

.mb-50
{
	margin-bottom: 50px !important;
}

.mt-20
{
	margin-top: 20px !important;
}


.hgh-visitor-registration
{
	
}

.hgh-visitor-registration h4
{
	font-weight: 600;
}

.hgh-visitor-registration ol
{
	padding:0 0 0 15px;
	margin:0 0 25px 0;
}

.hgh-visitor-registration ol li
{
	margin:0 0 10px 0;
}

.mr-10
{
	margin-right: 10px !important;
}

#PrivilegestoHGH small, #EligibilityCriteria small
{
	float: right;
	position: relative;
	right: 10px;
	top: 2px;
}

/*css-code-end-by-dilip*/

.post-header{
	color: #fff;padding: 5px 10px; border-bottom: 1px solid; float: left; background-color: #323d85;
}

.btn.btn-2021   
{   background: #555D60!important;
    color: #fff;
}

.add_major_product, .remove_major_product {
	background: #2b2a66!important;
	color: #fff;
	border: 1px solid #2b2a66 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	border-radius: 5px;
	box-shadow: 0 10px 10px -7px #666;
	max-width: 40px;
}

.ar-btn {
	display: inline-block;
	width: 78px;
	margin: 0 15px 0 3px;
	float: right;
}

.front-signature
{
	max-width: 600px;
	margin: 10px 0 0 0;
}

.success-msg
{
	color: #4CAF50;
    font-weight: 600;
}
.about-org-img
{
	width: 200px;
	margin-bottom: 10px;
}

.mt-20
{
	margin-top: 20px !important;
}

#newsletter_registration
{
	padding-top: 20px;
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

.footer-newsletter
{
	margin: 18px 0 0 0;
}

.footer-newsletter a
{
	font-weight: bold;
	font-size: 14px;
    font-weight: 900;
}

.float-none
{
	float: none !important;
}

.hr-black
{
	border-top: 1px dashed #6f6f6f;
}

.fancybox-container
{
	z-index: 100000 !important;
}

.table-event-date
{
	max-width: 500px !important;
}

.table-event-date>tbody>tr>td
{
	border: 1px solid #000 !important;
}

.pro-your-interest
{
	font-family: 'Open Sans';
	border:0px solid; 
	background-color:#f4f4f4;
}

.pro-your-interest b
{
	font-family: 'Open Sans';
	display: block;
	margin: 0 0 5px 0;
}

.pro-your-interest ul
{
	list-style: none;
	padding: 0;
}

.font-open-sans
{
	font-family: 'Open Sans';
}

.table-bus-schedule
{
	margin-bottom: 20px !important;
}

.table-bus-schedule p
{
	margin-bottom: 0 !important;
}

.table-bus-schedule>tbody>tr>td
{
	border: 1px solid #000;
}

.sbs-panel strong
{
	margin-bottom: 10px;
	display: block;
	color:#0D6A57;
}

.sbs-panel strong i
{
	font-size: 20px;
	color:#0D6A57;
}


.thank-you-card
{
	text-align: center;
}

.thank-you-card h4
{
	font-size: 31px !important;
	font-weight: 400;
	margin: 5px 0 10px 0;
	line-height: normal !important;
}

.thank-you-card h5
{
	font-size: 24px !important;
	font-weight: 300;
	margin: 5px 0 10px 0;
	line-height: normal !important;
}

.thank-you-card p 
{
	font-size: 20px;
	text-align: center;
}

.thank-you-card p:last-child
{
	font-size: 14px;
	margin: 30px 0 0 0;
}

.thank-you-card p strong
{
	display: block;
	margin-bottom: 0px;
}

.thank-you-card img.s-tick
{
	width: 100px;
	margin-bottom: 5px;
	margin-top: 25px;
}

.thank-you-card img.e-logo
{
	width: 160px;
	margin: 10px 0 20px 0;
}

/*header-pdf-area*/
.header-pdf-area {
	background: #174435;
    /* border: 1px #000 solid; */
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 115px;
    justify-content: space-between;
}

.header-pdf-area a {
	color: #f58634;
    text-decoration: none;
	
}


.header-pdf-area .hpa-top {
	height: 58px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-pdf-area .hpa-top a {
	font-size: 17px;
	font-weight: bold;
	animation: colorblink 1s infinite;
}

@keyframes colorblink {
	0%{
		color: #f58634;
	}

	50%{
		color: #fff;
	}

	100%{
		color: #f58634;
	}

}

.header-pdf-area .hpa-bottom {
	text-align: center;
    height: 62px;
    padding-top: 9px;
}

.header-pdf-area .hpa-bottom span {
	margin: 0 3px;
}

.header-pdf-area .hpa-bottom a {
	font-size: 12px;
}

.hgh-video-gallery img
{	
	width: 150px;
	height: 84px;
}

/*visitor registration new design*/
.vr-card { 
	border-color: #ffff; 
	position: relative; 
	width: 100%; 
	border: none; 
	margin-bottom: 100px; 
	-webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); 
	-moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); 
	box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06); 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out; 
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	background: #fff;
}

.vr-card .card-header { 
	padding: 20px 20px; 
	border: 0; 
	background: none; 
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex; 
	-webkit-align-items: center; 
	-moz-align-items: center; 
	-ms-align-items: center; 
	align-items: center; 
	background: #2b2a66;
    color: #fff;
	position: relative;
	overflow: hidden;
}

.vr-card .fa-angle-double-right
{
	font-size: 135px;
    position: absolute;
    right: 10px;
    top: -41px;
}

.vr-card .card-body { 
	padding: 20px 20px; 
	flex: 1 1 auto; 
	position: relative; 
	clear: both;
}

.stepContainer div
{
	display: none;
}

.stepContainer .activeStep
{
	display: block;
	border-bottom: 0 !important;
    font-size: 2.5rem !important;
}
 
.vr-card .card-footer {
    text-align: right;
    border-top: 1px solid #ccc;
    margin: 20px 0 0 0;
    padding-top: 10px;
}

.vr-card .form_background
{
	float: none;
	background-color: transparent;
}

.vr-card .form_background ul
{
	list-style: none;
	padding: 0;
}

.vr-card .form-group ul
{
	list-style: none;
	padding: 0;
}

.vr-card .upload-bc
{
	display: flex;
	align-items: center;
    flex-direction: column;
}
.imgwdth
{
    width: 100px;
    background: #e5e5eb;
    height: 130px;
}
.inpwdth
{
    width: 243px;
}


.vr-card .upload-bc img
{
	margin: 0 10px 0 0;
}

.vr-card .upload-bc label
{
	min-width: 170px;
}

.vr-card .btn
{
	border-radius: 25px !important;
    border: 2px #fff solid;
    box-shadow: none;
    padding: 0.8rem 3rem !important;
	color: #fff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.vr-card .btn:hover
{
	background: transparent !important;
    color: #c92a75 !important;
    font-weight: bold;
    border-color: #c92a75;
}

.vr-card .btn:focus
{
	background: transparent !important;
    color: #c92a75 !important;
    font-weight: bold;
    border-color: #c92a75;
}

.vr-card .btn i
{
	font-size: 20px;
    margin: 0 0;
    position: relative;
    top: 1px;
}

.otp-registration-new-area
{
	background: #eaecc9;
    padding: 15px;
    display: table;
    width: 100%;
}

.otp-registration-new-area-e
{
	background: #eaecc9;
    padding: 0 15px 15px 15px;
    display: table;
    width: 100%;
}

.otp-registration-new-area .employer_log_form:last-child
{
	padding: 0;
}

.orna-panel
{
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	box-shadow: none !important;
}

.orna-panel .panel-body
{
	padding-top: 0 !important;
}

.orna-panel .employer_log_form
{
	padding: 18px 0 0 0 !important;
    border-top: 1px #1b4b3b solid;
}


.news-new-area img
{
	width: 100%;
}

.news-new-area img
{
	width: 100%;
}

.news-res .fcol3
{
	text-align: left;
}

.news-res .newsletter
{
	clear: both;
	padding: 10px 0 0 0;
}

.news-res .news_text
{
	padding: 0;
}

.top_headbar_marquee strong
{
	display: inline-block;
	width: 8px;
	height: 8px;
	/*background-color: #f58634;*/
	background-color: #e31e24;
}

.hgh-theme img 
{
    width: 180px;
    margin-right: 10px;
    margin-top: -21px;
}

/*** focus 2022 Randhir css Start ***/
.world-sleep
{
    position: absolute;
   /* background-color: #ffd4d4;*/
    display: block;
    width: 6vw;
    height: 6vh;
    top: 5vh;
    left: 0vw;
    z-index: 10;
}

.home-furniture
{
    position: absolute;
    /*background-color: red;*/
    display: block;
    width: 5vw;
    height: 6vh;
    top: 5vh;
    left: 7vw;
    z-index: 10;
}

.wall-window
{
    position: absolute;
    /*background-color: #4b3d3d;*/
    display: block;
    width: 6vw;
    height: 6vh;
    top: 5vh;
    left: 13vw;
    z-index: 10;
}

.smart-kitchen
{
    position: absolute;
    /*background-color: #5c3939;*/
    display: block;
    width: 6vw;
    height: 5vh;
    top: 12vh;
    left: 0vw;
    z-index: 10;
}
.kids-home
{
   position: absolute;
   /* background-color: #513636;*/
    display: block;
    width: 5vw;
    height: 5vh;
    top: 12vh;
    left: 7vw;
    z-index: 10;
}

.outdoor
{
   position: absolute;
   /* background-color: #ecd6d6;*/
    display: block;
    width: 6vw;
    height: 5vh;
    top: 12vh;
    left: 13vw;
    z-index: 10;
}

.d-block
{
	display: block !important;
}

.exh-register-main
{
	border: 1px #ababab solid;
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exh-register-main img
{
	width: 240px;
    margin: 0 10px;
    background: #fff;
    padding: 10px;
}

.exh-register-main br
{
	display: none;
}

.bdc-form
{
	width: 100%;
    margin: 20px auto;
    display: block;
    float: inherit !important;
    max-width: 1140px;
}

.bdc-form-tc ol
{
	padding: 0 0 0 15px;
}

.bdc-form-tc ol li
{
	margin: 0 0 10px 0;
}

.bdc-form hr
{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #555d60;
}

.bdc-form h3
{
	font-weight: bold;
    margin-bottom: 25px;
	font-size: 20px;
}

.bdc-form h3 span
{
	/*display: block;*/
    text-indent: 6px;
    margin: 8px 0 0 0;
}


.bdc-form h3 small
{
	color: #000;
}

.bdc-form label
{
	margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}




.bdc-form .empanelment-fees-form .form-control
{
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	border-bottom: 1px #000 solid;
}

.bdc-form .ui-widget-header {
    background: #bbb !important;
}

.bdc-form .btn-add {
    min-width: 42px;
}

.custom-radio-new {
	display: none !important;
  }

  .custom-radio-new + label {
	font-weight: bold;
	cursor: pointer;
	font-size: 15px;
  }
  .custom-radio-new + label span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	border: 1px solid #555d60;
  }
  .custom-radio-new + label span::before {
	content: "";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #555d60;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
  }
  .custom-radio-new:checked + label span::before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
  }
  .custom-radio-new:disabled + label {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
  }
  .custom-radio-new:disabled + label, .custom-radio-new:disabled + label span {
	cursor: default;
  }

  .thousand-cha
  {
	height: 150px !important;
  }

  .table-ef>tbody>tr>td
  {
	border: 1px solid #000 !important;
  }

  .card-satishfied-client
  {
	background-color: #eaede4;
    margin-bottom: 15px;
	position: relative;
	overflow: visible;
  }

  .card-satishfied-client .card-body
  {
	padding: 15px;
  }

  .csc-head
  {
	width: 28px;
    height: 28px;
    background-color: #555d60;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.7rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -10px;
    color: #fff;
  }

.height-76
{
	height: 76px;
}

#submit-vendor-form .form-control
{
    text-transform: none;
    text-transform: uppercase;
}
.remove-arrow::-webkit-outer-spin-button,
.remove-arrow::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.remove-arrow[type=number] {
	-moz-appearance: textfield;
}

.w-100 {
	width: 100% !important;
}

.welcome-ss-btn {
    text-align: center !important;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    max-width: 600px;
    margin: 0 auto !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.welcome-txt {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.welcome-txt h3 {
    font-size: 2rem;
    margin: 25px 0 18px 0;
    display: block;
    text-align: center;
}

.popup-new-style .cnt223 {
	background: #fff !important;
    padding: 0;
    margin-top: 20%;
}

.popup-new-style .cnt223 h3 {
	font-weight: 700;
    font-size: 24px;
    text-align: left;
    margin: 0 0 25px 0;
    background: #2b2a66;
    color: #fff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
}

.popup-new-style .cnt223 h4 {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin: 45px 0 30px 0;
}

.popup-new-style .cnt223 ul {
    
}

.popup-new-style .cnt223 ul li {
    margin: 0 0 7px 0;
    font-size: 20px;
}

.vh-thank-you-page .table-responsive {
	display: flex;
	justify-content: center;
}

.vh-thank-you-page b {
	margin: 6px 0 10px 0;
    display: block;
    font-size: 1.6rem;
}

.vh-thank-you-page p {
	width: 100%;
    max-width: 770px;
    margin: 0 auto !important;
    display: block;
}

.vh-thank-you-page {
	padding-bottom: 20px;
}

.visitor-services-tab {
	display: flex;
    justify-content: start;
}

.visitor-services-tab a {
	height: 100px;
    display: inline-flex;
    align-items: center;
    color: #000 !important;
    font-weight: 600;
    border: 0;
	margin: 0 15px;
	transition: 0.5s all;
}

.visitor-services-tab a:hover {
	background: #be78b4 !important;
}

.employer_login p {
	margin-bottom: 10px !important;
}

.employer_login a {
    margin: 0 0 0 0 !important;
}

.exh-recf {
	text-align: center;
    margin: 0 0 45px 0;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.exh-recf:last-child {
    margin-bottom: 0px;
}

/*****responsive css start here by anil******/

@media only screen and (max-width: 1366px) {
	.popup-new-style .cnt223 {
		background: #fff !important;
		padding: 0;
		margin-top: 17%;
		min-width: 550px;
	}
}

@media only screen and (max-width: 768px) {
 .hgh-theme img 
{
    width: 100px;
    margin-right: 10px;
    margin-top: 0px;
}

.exh-register-main
{
	border: 1px #ababab solid;
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding-top: 10px;
}

.exh-register-main img
{
	margin-bottom: 12px;
}

.welcome-visitor-card img {
	width: 160px !important;
	display: block;
	margin: 0 auto;
}

.welcome-ss-btn {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto !important;
    flex-direction: column;
}

.visitor-services-tab {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.visitor-services-tab a {
    height: 40px;
    display: inline-flex;
    color: #000 !important;
    font-weight: 600;
    border: 0;
    margin: 0 15px;
    transition: 0.5s all;
    align-items: center;
    justify-content: center;
}

}
.exhibitor_list td:first-child {
	text-align: center;
}

.exhibitor_list th {
    background: #d4d4d4;
    color: #151515;
    font-weight: bold;
    padding: 12px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}


@media screen and (max-width:1280px){
	ul.trends_thm li {
		float: left;
		box-shadow: 0 0px 7px 0 #cccccc;
		padding: 3%;
		position: relative;
		width: 46%;
		margin-bottom: 20px;
		margin-left: 3%;
		min-height: 340px; 
	}
}


@media screen and (max-width:1200px){
	ul.trends_thm li {
		float: left;
		box-shadow: 0 0px 7px 0 #cccccc;
		padding: 3%;
		position: relative;
		width: 46%;
		margin-bottom: 20px;
		margin-left: 3%;
		min-height: 290px; 
	}
}

@media screen and (max-width:1024px){
	.header-ticker-area {
    display: block;
    width: 18%;
    float: left;
    position: relative;
	}
	
	.header-ticker-area img {
    width: 100px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    right: 51px;
	}
}


@media screen and (max-width:767px){
	ul.trends_thm li {
		margin-left:0px;
	}
	
	.d-img-w-50
	{
		width:100% !important;
	}
	
	.or-vertical {
  margin: 0 auto 34px auto !important;
float: none !important;
clear: both;
width: 80% !important;
padding: 26px 0 0 0;
	}
	
	.otp-heading-main
	{
		clear:both;
	}

.or-vertical span
{
	width: 100%;
height: 2px;
margin: 10px auto 25px auto;
display: block;
background: #FAA831;
}

.or-vertical strong
{
	width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
margin: 0 auto;
border-radius: 50%;
border: 1px #FAA831 solid;
background: #fff;
display: block;
color: #FAA831;
font-size: 15px;
position: absolute;
left: 0;
right: 0;
top: 20px;
font-weight: 700;
	
}

.v-form-divider
{
	border-right: none !important;
	border-bottom: 2px
	#faa831 solid !important;
	padding-right: 0px !important;
	padding-bottom: 30px !important;
	margin-bottom: 15px !important;
}

.cnt223
{
	max-width: 600px;
	min-width: inherit !important;
	width: 90% !important;
}

.popup-new-style .cnt223 ul {
    padding: 0 10px 15px 37px;
}

}

/******css accordion******/


.css-accordion h1 {
  text-align: center !important;
}

.css-accordion .half {
  float: left !important;
  width: 50% !important;
  padding: 0 1em !important;
}

/* Acordeon styles */

.css-accordion .tab {
  position: relative !important;
  margin-bottom: 5px !important;
  width: 100% !important;
  color: #fff !important;
  overflow: hidden !important;
}

.css-accordion input {
  position: absolute !important;
  opacity: 0 !important;
  z-index: -1 !important;
}

.css-accordion label {
  position: relative !important;
  display: block !important;
  padding: 0 0 0 1em !important;
  background: #16a085 !important;
  font-weight: bold !important;
  line-height: 3 !important;
  cursor: pointer !important;
}

.css-accordion .blue label {
    background: #F2F4F9 !important;
    color: #333;
    border: 1px solid #d5d5d5;
    margin: 0px 3px 0 3px;
}

.css-accordion .tab-content {
	height: 0 !important;
  overflow: hidden !important;
  transition: all 0.35s ease-in-out 0s!important;
}

/* :checked */
.css-accordion input:checked ~ .tab-content {
	height: auto !important;
	margin: 0 3px !important;
	padding: 15px;
	background: transparent !important;
	color: #333 !important;
	border: 1px solid #ccc;
}

/* Icon */
.css-accordion label::after {
	position: absolute !important;
	content: "+";
	right: 0 !important;
	top: 0 !important;
	display: block !important;
	width: 3em !important;
	height: 3em !important;
	line-height: 3 !important;
	text-align: center !important;
	transition: all 0.3s ease-in-out 0;
}


.css-accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg) !important;
}

.css-accordion input[type=checkbox] + label::after {
  content: "+" !important;
}

.css-accordion input[type=radio] + label::after {
  content: "\25BC" !important;
}

.css-accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg) !important;
}

.css-accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg) !important;
}


/*****bus schedule*******/

.bus-schedule-wrapper .tab-content .bus_shuttle table td {
	width: 106.2px !important;
	display: inline-flex;
	margin: 1px -2px 3px 3px !important;
	padding: 5px;
}

.bus-schedule-wrapper .tab-content .bus_shuttle table, .bus-schedule-wrapper .tab-content .shuttle_area table{
    border: 0px solid #ddd;
}

.bus-schedule-wrapper .tab-content .shuttle_area table td {
	width: 102.1px !important;
	display: inline-flex;
	margin: 1px -2px 3px 3px !important;
	padding: 5px;
	float: left;
}

.bus-schedule-wrapper .tab-content .shuttle_area table td:hover {
	background: #f5f5f5;
	cursor: pointer;
}

.bus-schedule-wrapper table {
	margin-bottom: 10px;
}

.bus-schedule-wrapper i em {
	font-style: italic;
}

.bus-schedule-wrapper .note {
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 16px;
}

.bus-schedule-wrapper table td p {
    font-size: 12px;
}


/***bus schedule close*****/

/*time-schedules-table-td-adjustment*/
.schedules .wrapper.css-accordion .accordion-wrap .bus_shuttle table tr td {
    width: 104.2px !important;
    display: inline-block;
    text-align: center !important;
}


.press-subheading {
	font-size: 16px;
	font-weight: 600;
}

.box_bg p small {
    font-style: italic;
}

.click-video-hide .testimonial_image span
{
	display:block;
}

/*exh-con-form*/
.exh-con-form
{
	width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
    display: table;
    padding: 28px 0 30px 0;
}

.exh-con-form p
{
	text-align: center;
    margin: 0 0 45px 0;
}

.exh-con-form p:last-child
{
	text-align: center;
    margin: 0 0 0px 0;
}


.exh-con-form a
{
	margin:22px 0 0 0;
}

/*contract_fm*/
.ls-decimal ol
{
	list-style:decimal;
}

.mt-0
{
	margin-top:0 !important;
}

.lnk_new_reg
{
	font-weight: bold;
	text-decoration: underline;
}

.dropdown-readonly {
    background-color: #E3E3E3;
}

.page-id-5322 .heading-bordered
{
margin-bottom: 10px;
}


.red
{
	color:#ff0000 !important;
}

.font-15
{
	font-size:15px;
}

.mtb-20
{
	margin:20px 0 20px 0;
}

.mobile-header-marquee{
	display:none;
}
	
.contact-panel {
	padding: 10px 15px;
	background: #f0f0f0;
	margin-top: 15px;
	clear: both;
	display: block;
}	

.width-100
{
	width: 100% !important;
}


.temp-video-gallery-img 
{
	clear:both;
}

.temp-video-gallery-img img
{
	width:100%;
}

.pt-10
{
	padding-top: 10px;
}

/*.plus-membership
{
	display:none;
}

.parent-pageid-1026 .plus-membership
{
	display:block;
}

.parent-pageid-1026 .newsletter-class
{
	display:none;
}
*/
.vg-area
{
	position:relative;
	top: -20px;
}

.vg-txt
{
	position: relative;
    top: 10px;
	clear: both;
}


.divider {
	display: inline-block;
	height: 2px;
	width: 100%;
	border-bottom: 1px dashed #999;
}

/*page-id-1019-visitor-registration-final*/

.page-id-1019 .inner-content-area, .page-id-5846 .inner-content-area, .page-id-3468 .inner-content-area {
    float: left;
    width: 100%;
}

.page-id-1019 input,.page-id-5846 input,.page-id-3468 input, select {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    padding: 2px 5px;
    height: 32px;
}

.page-id-1019 .btn, .page-id-5846 .btn,  .page-id-3468 .btn{
	color:#fff;
}

.page-id-1019 h4,.page-id-5846 h4,.page-id-3468 h4 {
    font-size: 18px;
    font-weight: 600;
    /* border-bottom: 1px #efefef solid; */
    padding-bottom: 15px;
	    margin-bottom: 0;
}

.page-id-1019 .radio-inline input[type=radio],.page-id-5846 .radio-inline input[type=radio],.page-id-3468 .radio-inline input[type=radio] {
    position: inherit;
        margin-right: 10px;
}

.page-id-1019 .checkbox-inline, .page-id-1019 .radio-inline, .page-id-5846 .checkbox-inline, .page-id-5846 .radio-inline,
 .page-id-3468 .checkbox-inline, .page-id-3468 .radio-inline {
    position: relative;
}

.page-id-5323
{
	
}

.page-id-5323 .inner-content-area {
    float: left;
    width: 100%;
}

.page-id-5323 input, select {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #2b2b2b;
    padding: 2px 5px;
    height: 32px;
}

.page-id-5323 h4 {
    font-size: 18px;
    font-weight: 600;
    /* border-bottom: 1px #efefef solid; */
    padding-bottom: 15px;
	    margin-bottom: 0;
}

.page-id-5323 .radio-inline input[type=radio] {
    position: inherit;
        margin-right: 10px;
}

.page-id-5323 .checkbox-inline, .page-id-5323 .radio-inline {
    position: relative;
}

.page-id-1101
{
	
}

.page-id-1101 .inner-content-area {
    float: left;
    width: 100%;
}

.page-id-1101 input, select { 
    border: 1px solid #ccc;
    border-radius: 0;
    color: #2b2b2b;
    padding: 2px 5px;
    height: 32px;
}
.page-id-1101 h3 {
    font-size: 18px;
    font-weight: 600;
    /* border-bottom: 1px #efefef solid; */
    padding-bottom: 15px;
	    margin-bottom: 0;
}

.page-id-1101 .radio-inline input[type=radio] {
    position: inherit;
        margin-right: 10px;
}

.page-id-1101 .checkbox-inline, .page-id-1101 .radio-inline {
    position: relative;
}


.visitor-r-upload
{
	overflow: hidden; 
	width: 100% !important; 
	height: auto; 
	text-align:center;
	border-bottom: 1px #999 dashed;
	margin-bottom: 15px;
}

.visitor-r-upload img
{
	width: 160px;
}

.newupload {
    padding: 10px 20px !important;
    margin-bottom: 15px;
}

.form-divider
{
	/*border-bottom: 1px #ccc dotted;*/
	margin: 30px 0;
	clear: both;
}



.hgh-plus label
{
	font-size:16px;
	font-weight:600;
}

.mtb-10
{
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.theme-panel
{
	background: #faa831 !important;
}


.page-id-1042 .list-inline, .page-id-1227 .list-inline
{
	margin:0;
}

.page-id-1042 .list-inline li, .page-id-1227 .list-inline li
{
	padding:0;
}

.mtc-20
{
	    padding-top: 20px !important;
		clear: both;
}

.mt-27
{
	margin-top: 27px !important;
}

.mb-20
{
	margin-bottom: 20px !important;
}

/*menu-a-focus-underline-none*/
#responsive_navigation li ul li>a:focus
{
	text-decoration: none !important;
}

.mt-10
{
	margin-top: 10px !important;
}

.vr-subhead
{
	font-weight: bold;
	font-size: 15px !important;
	/*margin: 18px 0 8px 0;*/
	cursor:pointer;
}

.vr-subhead a
{
	font-weight: bold;
	display:block;
}

.vr-subhead i
{
	float: right;
    font-size: 22px;
    position: relative;
    top: -2px;
    font-weight: bold;
}

.vr-ol-list
{
	padding: 0 0 0 15px;
}

.vr-ol-list li
{
	margin-bottom:7px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-5
{
	margin-bottom: 5px !important;
}

.font-13
{
	font-size: 13px !important;
}

.after-login-area
{
	
    width: 100%;
    float: left;
    text-align: right;
	color:#000;
}

.after-login-area a
{
	color:#000;
}

.after-login-area a:hover
{
	color:#000;
}

.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}


/***menus hide from here***/

/* #menu-item-5714 ,*/ #menu-item-5807 {
 display: none !important; 
}


.m-0
{
	margin: 0 !important;
}

.sub-heading
{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.wp-p-head-right-txt
{
	position: relative;
}

.wp-p-head-right-txt small
{
	font-size: 13px;
    color: #c4131d;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    right: 0;
    top: -44px;
}

.bold-italic-txt
{
	font-style: italic;
	font-weight: bold;
}

.btn-primary {
    color: #fff !important;
}

.mb-15
{
	margin-bottom: 15px !important;
}

/*******responsive css*******/


@media (min-width: 1200px){
	/*.adBannerTop .flexslider .slides img {
		max-width: 100%;
		height: auto;
		max-height: 98px !important;
	}*/
	.header-right-banner-area .flexslider .slides img {
		max-width: 100%;
		height: 114px !important;
		max-height: 114px !important;
	}
	
	/*.adBannerTop .flexslider .slides img {
		max-width: 100%;
		height: 114px !important;
		max-height: 114px !important;
	}*/
}


@media screen and (max-width:1280px){
	.bus-schedule-wrapper .tab-content .shuttle_area table td {
		width: 97.5px !important;
	}
}

@media screen and (max-width:1200px){
	.bus-schedule-wrapper .tab-content .shuttle_area table td {
		width: 90.5px !important;
	}
	
	.logo {
		padding: 10px 0;
	}
	
	/* .header {
		background: url(img/header-bg.png) #FAA831 no-repeat left top/75%;
	} */
}

@media screen and (max-width:1024px){
	.m-width100
	{
		width:100% !important;
		float:none !important;
	}
	
	.r-d-none
	{
		display:none !important;
	}
	
	.m-mb-15
	{
		margin-bottom:15px !important;
	}
	
	.header-right-banner-area .adBannerTop
	{
		width: 100%;
	}
	
	.header-banner-2{
		width: 50%;
		float: right;
		position: relative;
		padding: 10px 0 0 0;
	}
	
	.focus-2020-hgh {
  /*  display: none;*/
    width: 50%;
    float: right;
    position: relative;
	}
	
	.header-right-banner-area .adBannerTop .flexslider .slides img {
    max-width: 100%;
    height: 87px;
	}
	
	.focus-2020-hgh img {
    width: 40px !important;
    margin: 0 auto;
    display: block;
	}
	
	.focus-wrapper ul li {
    display: inline-flex;
    margin-right: 5px;
}
}

@media screen and (max-width:991px){
	.logo_area {
		width: 33%;
		height: auto;
		float: left;
		margin-left: 4.2%;
		margin-top: 0px;
	}
	
	#lower-header #menu-button:hover {
		background: #e2c448 !important;
		border-bottom-color: transparent;
	}
	
	
.wp-p-head-right-txt small
{
	font-size: 13px;
    color: #c4131d;
    font-weight: 600;
    font-style: italic;
    position: relative;
    right: 0;
    top: 0;
}
}

@media only screen and (max-width: 768px) {
  .header-ticker-area
	{
		display:none;
	}
	
	.focus-2020-hgh
	{
		/*display:none;*/
		width: 50%; 	
		float: left;
	}
	
	.header-banner-2{
		width: 50%;
		float: left;
		position: relative;
		padding: 10px 0 0 0;
	}
	
	.header-right-banner-area
	{
		/*display:none;*/
		width: 50%;
		height: auto;
		float: right;
		margin: 0 0 0 0;
	}
	
	.mobile-header-marquee
	{
		display: block;
		background: #DB4B34;
		padding: 7px;
		color: #fff;
	}
		
	.adv_area 
	{
		width: 100%;
		float: left;
		margin-right: 0;
		margin-top: 10px;
		/*display: flex;
		flex-direction: column-reverse;*/
	}
	
	.adBannerTop 
	{
		width: 90% !important;
		margin: 0 auto;
	}
	
	.header-right-banner-area span 
	{
		margin: 0 auto 3px auto;
		display: block;
		width: 90%;
	}
	
	.logo_area 
	{
		width: 33%;
		height: auto;
		float: none;
		margin: 8px auto 0 auto;
	}
	
	.header-right-banner-area .adBannerTop .flexslider .slides img {
    max-width: 100%;
    height: auto;
	}
	
	.focus-2020-hgh img {
    width: 70px !important;
    margin: 0 auto;
    display: block;
	}
	
}

@media screen and (max-width:767px){
	.inner-content-area {
		float: left;
		width: 100%;
	}
	
	.css-accordion label {
		padding: 1em !important;
		line-height: 2 !important;
	}
	
	.header {
		/* background: url(img/header-bg.png) #FAA831 no-repeat left top/130%; */
	}
	
	.logo_area {
		width: 60% !important;
		height: auto;
		float: none;
		margin: 3% auto !important;
	}
	
	.adv_area 
	{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.adv_area {
    width: 100% !important;
    float: left !important;
    margin: 0 0 0 0 !important;
}

	.header-banner-2{
		border-top: 2px #fff solid;
		width: 100%;
		float: left;
		position: relative;
		padding: 10px 0 0 0;
	}
	
	.focus-2020-hgh {
    width: 100%;
    border-top: 2px #fff solid;
    padding: 12px 0 12px 0;
    text-align: center;
	/*display:none;*/
	}
	
	.header-right-banner-area
	{
		width: 100%;
	}
	
	.adBannerTop {
		width: 48% !important;
		height: auto;
		float: none !important;
		margin: 0 auto !important;
	}

	.adBannerTop:last-child {
		margin: 0 auto !important;
	}

	.header-right-banner-area {
		/*border-top: 8px #fff solid;*/
		padding: 12px 0 0 0;
	}

	.focus-2020-hgh img {
		width: 220px !important;
		margin: 0 auto;
		display: block;
	}

}

@media screen and (max-width:480px){
	.bus-schedule-wrapper .tab-content .shuttle_area table td {
		width: 96.1px !important;
	}
	
	.shuttle_area p {
		max-width: 90%;
	}
	
	.shuttle_area td p {
		max-width: 100%;
	}
	
	.logo_area {
		width: 80% !important;
		height: auto;
		float: none;
	}
	
	.imgleft
	{
		max-width: 100% !important;
		width: 100% !important;
	}
	
	
}
	
@media screen and (max-width:360px){
	.bus-schedule-wrapper .tab-content .shuttle_area table td {
		width: 48% !important;
	}
	
	.css-accordion label {
		line-height: 2em !important;
		padding:0 25px 0 10px !important;
	}
	
	.css-accordion label::after {
		width: 2em !important;
		height: 2em !important;
		line-height: 2 !important;
	}
	
	.header {
		/* background: url(img/header-bg.png) #FAA831 no-repeat left top/180%; */
	}
}

.after-login-area {
    width: 100%;
    float: left;
    text-align: right;
    color: #fff;
}

.after-login-area a {
    color: #fff;
}


element.style {
}
.after-login-area a:hover {
    color: #000;
}

.inner_page_content_new
{
padding: 0px 56px !important;
}
.img-wdth
{
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block !important;
}
.img-wdth1
{
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block !important;
}
@media only screen and (max-width: 768px) {
 .inner_page_content_new {
    padding: 0px 0px !important;
}
.img-wdth
{
    width: 100% !important;
}
.img-wdth1
{
   width: 100% !important;  
}
.vr-card .fa-angle-double-right {
    font-size: 60px;
    position: absolute;
    right: 10px;
    top: 0px;
}
.vr-card .upload-bc label {
    width: 100% !important;
   
}
.stepContainer .activeStep {
    display: block;
    border-bottom: 0 !important;
    font-size: 16px!important;
}
.vr-card .upload-bc {
    display: block;
    align-items: center;
    position: relative;
    left: 0px !important;
}
.vr-card .upload-bc img {
    margin: 0 -57px 0 0 !important;
}

}

@media only screen and (max-width: 991px) {
  /*.page-id-5322 .sidebar_container
  {
   display: none;
  }
   .page-id-5322 .media_carousel_container
  {
   display: none !important;
  }
    .page-id-6394 .media_carousel_container
  {
   display: none !important;
  }*/
  .paymentsumm
  {
    text-align: center !important;
    display: block !important;
  }
  .additem
  {
    width: 300px;
    text-align: center;
  }
}

