/*
Theme Name: Business Epic
Theme URI: https://www.amplethemes.com/downloads/business-epic/
Author: Ample Themes
Author URI: https://www.amplethemes.com/
Description: Business Epic is a clean, simple and professional business theme with attractive elements and ample of features for business and corporate websites. It is well suited theme for business, corporate, informative, agencies, travel, design, art, personal ,woocommerce shop  and any other creative websites and blogs. It features multiple sections on the front page including favicon, logo, widgets, multiple navigations, address bar, social menus, and customizer to customize theme easily.
Version: 1.2.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: business-epic
Tags:one-column, two-columns, right-sidebar, left-sidebar, full-width-template, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, blog, portfolio, e-commerce, footer-widgets

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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## top-header-socialicons
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
	
}

a:hover {
    text-decoration: none !important;
}

body {
    margin: 0;
	padding-right: 0px !important;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
.top-header-socialicon,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.main-title.wow.fadeInDown p {
    color: #444;
}
button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
   /* color: #fff;
   line-height: 1.5;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"]
 {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);

    font-size: 1.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    /*color: royalblue;
    color: #344e78;*/
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## top-header-socialicons
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-top-header-socialicon-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-top-header-socialicon-ancestor > a {
}

/* Small top-header-socialicon. */
.top-header-socialicon-toggle,
.main-navigation.toggled ul {
    display: block;
}
/** custom css*/

.top-header {
   /* border-bottom: 1px solid #eeeeee !important;*/
    background: #0f2358!important;
    height: 35px ;
}
.banner-title{display:none!important;}
.know-more{display:none!important;}
.home .entry-title{display:none!important;}
.site-branding {
   /* width: 	50%;
	height: 100px;*/
	display: inline-block;
	padding: 5px 0;
}
section#text-7 {
    display: none;
}
.widget-area.sidebar li {
    /* color: #4e4e4e; */
    /* background: #F2F2F2; */
	color: #4e4e4e;
    overflow: hidden;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dotted #2c8162;
}
.projects li {
    overflow: hidden;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dotted #2c8162;
}
a.skip-link {
    color: #fff;
	    padding: 12px;
		
}
span.resizer {
    padding: 0px;
		
}
div#google_language_translator {
	padding: 2px 0px;
}
#google_language_translator select.goog-te-combo {
    color: #000 !important;
    background-color: #fff !important; 
}
.sidebar .widget {
    background-color: #fff;
}

aside#sidebar-primary {
    background-color: #fff;
}

span.digitallogo {
    width: 11%;	
    display: inline-block;
        margin-right: 80px;
    float: right;
}

.menu-main-menu-container {
    background-color: transparent;
    color: #fff !important;
	    font-weight: 800;
    /* margin-top: 27px; */
}
.news-slider li {
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #efefef;
}
.punjab-map {
    text-align: center;
}
.glance-listing ul li label {
    float: right;
}
.punjab-gov-important-links ul li a {
    color: #273d76;
}
.sidemenu1 li {
    padding: 10px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dotted #2c8162;
}
.orgcol {
   /*  border: 1px solid #eeee;
    margin-top: 116px; */
}
.news-slider {
    /* border: 1px solid #ddd; 
    padding: 10px;*/
    /*height: 472px;*/
	background: #fff;
}


.seccol.wpb_column.vc_column_container.vc_col-sm-4 {
	 border: 1px solid #ddd;
	 margin-top: 47px;
}
.homenews.wpb_column.vc_column_container.vc_col-sm-4 {
	 border: 1px solid #ddd;
	 min-height: 620px;

}

span.plus {
    /* width: 29px; */
    display: inline-block;
   /*  border-right: 1px solid #eee; */
}
span.normal {
   /*  width: 29px;
    display: inline-block;
    border-right: 1px solid #eee; 
	    text-align: center;*/
}
span.minus {
	 /*width: 29px;
    text-align: center;
	display: inline-block;*/
	
}
/*.aboutsec p {
color: #fff;	
}*/
.aboutsec a {
     color: #337ab7;
}
ul.sidemenu1 {
    border: 1px solid #fff;
	    font-family: arial;
		    color: #006699;
}
.firstcol.wpb_column.vc_column_container.vc_col-sm-3 {
       border: 1px solid #ddd;
        margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 24px;
	background: #fff;
}
.organisation-dept {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding: 20px;
	margin-bottom: 30px;
}
.organisation-dept ul li {
    width: 48%;
    display: inline-block;
    padding: 5px 0;
}
.organisation-dept ul li a{
	color: #555;
	text-decoration: underline;
	font-size: 13px;
}
.firstcol .vc_column-inner {
	padding-top: 10px !important;;
}
.firstcol.wpb_column.vc_column_container.vc_col-sm-5 {
    border: 1px solid #ddd;
        margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 46px;
}
.service {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.status {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.service a {
  display: inline-block;
    width: 80%;
    text-align: center;
    font-size: 17px;
    border: 1px solid #ccc;
    margin-top: 12px;
	padding: 5px;
	background: #C28510;
    color: #fff;
}
.status a {
    display: inline-block;
    width: 80%;
    text-align: center;
    font-size: 17px;
    border: 1px solid #ccc;
    margin-top: 12px;
	 padding: 5px;
	background: #75B90E;
    color: #fff;
}
.wpb_text_column.wpb_content_element.upperbutton {
    background: #fff;
    padding-bottom: 25px;
	
}
.wpb_text_column.wpb_content_element.lowerbutton {
    background: #fff;
    padding-bottom: 25px;
}
.firstcol .wpb_content_element
{
	margin-bottom: 9px !important;
}
/*.document-section .pressrel,
.news-section .pressrel{
	display: flex;
    align-items: center;
    justify-content: center;
}
.document-section .pressrel a.view-all,
.news-section .pressrel a.view-all{
	width: auto;
    margin-left: auto;
    padding: 0;
}*/
.wpb_text_column.wpb_content_element.tenderslnk {
    border: 1px solid #ddd;
    background-color: #eeee;
    height: 33px;
    text-align: center;
}
.wpb_text_column.wpb_content_element.impnotelink{
 border: 1px solid #ddd;
    background-color: #eeee;
    height: 33px;
    text-align: center;

}
/*i.fa.fa-search {
    color: #000;
}*/
.search-box {
    display: inline-block;
}
.crime-side-btn {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -102px;
	z-index: 1;
}
.crime-side-btn img {
    width: 40px;
}
.crime-side-pop .modal-dialog{
	z-index: 9999;
}
.crime-side-btn button,
.crime-side-btn button:focus,
.crime-side-btn button:hover,
.crime-side-btn button:active{
	background: url(assets/images/cyber-crime-btn.png) no-repeat 0 0 transparent;
	background-size: cover;
	width: 30px;
	border: none;
	height: 204px;
	border-radius: 0;
}
.crime-side-btn button.btn:focus,
.crime-side-btn button.btn.active:focus{
	outline: none;
}
.crime-side-btn button:active{
	box-shadow: none;
}
.crime-side-pop .modal-content ul li {
    list-style: decimal inside;
    display: list-item;
    margin-bottom: 10px;
}
.crime-side-pop .modal-content ul li a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.top-bar .vc_column-inner { padding: 0px 0 !important;}
/*.top-bar .wpb_text_column{margin-bottom: 47px !important;}*/
p.top-link a {
    color: #fff;
}

.background {
    display: inline-block;
}
.breadcrumb {    background-color: #fff!important;}



/*ul table */
.listWrap {
    
    /* height: 800px;
    width: 1000px; */
    
}

.list {
    
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    white-space: unset;
    width: 100%;
    
}

.list li {
    
    background-color: #f0f0f0;
    display: table-row;
    color: #5c5c5c;

}

.list li:nth-child(odd) {
    
    background-color: #f2f2f2;
    display: table-row;
    font-size: 9pt;
    color: #5c5c5c;

}

.list li:nth-child(odd):hover {
    
    background-color: #dadada;

}
.list li:nth-child(1):hover {
    background-color: #201c2b;
}
.list li:nth-child(even) {
    
    background-color: #e8e8e8;
    display: table-row;
    font-size: 9pt;
    color: #5c5c5c;

}

.list li:nth-child(even):hover {
    
    background-color: #dadada;

}

.list li:nth-child(1) span:first-child {
    
    border-top-left-radius: 6px;
    
}

.list li:nth-child(1) span:last-child {
    
    border-top-right-radius: 6px;
    
}
.vc_row.wpb_row.vc_row-fluid.top-bar {
    background-color: #041133 ;
}

.list li:nth-child(1) {
    
    background-color: #201c2b;
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
    color: #b8b5c0;

    
}
.print-doc {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 13px;
}

span.publishdate-list,
span.publish-news-date{
    /*padding-left: 36px;*/
    font-family: roboto;
    /*display: block;*/
}


.list li:nth-child(1) span {
    
    border-bottom: 2px solid #7d5bbe;
    padding: 14px;
    
}

.main-header {
    background-color: transparent;
}


.list span {
    
    text-align: left;
    display: table-cell;
    padding: 6px;
    vertical-align: middle;
    
}

span.tender-title {
    word-wrap: break-word;
    width: 37%;
	    font-size: 14px;
}
span.opening-date {
    width: 10%;
}
span.tender-corg {
    width: 38%;
}
span.download-form {
    width: 10%;
}


.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  
    height: 38px;
    font-size: 14px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 14px;
}

/* LIST #4 */
#list4 {  font-family:Georgia, Times, serif; font-size:15px; }
#list4 ul { list-style: none; }
#list4 ul li { }
#list4 ul li a {font-family: roboto; display:inline-block; text-decoration:none; color:  #1B2649;font-size: 18px; /*  background-color:#FFFFFF; line-height:30px */;
  /* border-bottom-style:solid;  border-bottom-width:1px;*/ border-bottom-color:#CCCCCC; padding-left:10px; cursor:pointer; }
#list4 ul li a:hover { color:#4678ac;  background-repeat:repeat-x; }
#list4 ul li a strong { margin-right:10px; }



/* css list with arrow images  -------------- */

.liststyle{

    margin:0px;

}

.liststyle li{

    font-size:14px;

    margin-left:25px;

    padding:0px;

    /*list-style:url('assets/images/right-arrow.png');*/

    line-height:30px;

}
.liststyle li:before{
	content: "";
    background: url(assets/images/right-arrow.png) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    line-height: 24px;
    top: 7px;
}

.liststyle li a:link, .liststyle li a:visited{

    color:#1e598e;

    text-decoration:none;

}
.liststyle li a:hover{

    color:#0A7CAF;

   /*  padding:2px;
 */
    -moz-box-shadow: 0px 0px 12px #9e9ea3;

    -webkit-box-shadow: 0px 0px 12px #9e9ea3;

    box-shadow: 0px 0px 12px #9e9ea3;

    border:none 0px #000000;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

}

/* End css list with arrow images  -------------- */
.offcr_list{

                counter-reset: li;
                list-style: none;
                list-style: decimal;
                font: 15px 'trebuchet MS', 'lucida sans';
                padding: 0;
                margin-bottom: 4em;
 
}

.offcr_list{
                margin: 0 0 0 2em;
            }
 
.offcr_list span{

                position: relative;

                display: block;
                /* padding: .4em .4em .4em 2em; */
                *padding: .4em;
                margin: .5em 0;
               /*  background: #FFF; */
                color: #444;
                text-decoration: none;
                -moz-border-radius: .3em;
                -webkit-border-radius: .3em;
                border-radius: .3em;
            }
 
.offcr_list span:hover{
                background: #cbe7f8;
                text-decoration:underline;
            }
.offcr_list span:before{
               content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -3.3em;
    top: 33%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 4em;
    width: 4em;
    line-height: 3em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color: #FFF;
            }
.homenews .news-slider {
    border: 1px solid #ddd;
    padding: 10px;
    height: 483px;
}

a.whilte {
    /* border-right: 1px solid #ccc; */
    padding-right: 8px;
	/* border-left: 1px solid #ccc; */
    padding-left: 8px;
	background-color: #000;
    color: #fff;
}
a.black {padding-left: 8px;background-color: #fff; color: #000!important;padding-right: 8px;}

ul.children {
    margin-left: 43px;
}

/* end css------------*/


p.top-link {
    padding-right: 120px;
}


thead {
    background-color: #254260;
    color: #fff;
    text-align: center;
}
tr {
    text-align: center;
}
th {
    text-align: center;
}

.space {
   
    display: inline-block;
    
    width: 100%;
}
.teamname {
    cursor: pointer;
    font-size: 20px;
}

.offcr_list li {
   /*  border: 1px solid #ccc; */
    list-style: none;
    padding: 10px;
}



.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	display: inline-block;
	    margin-bottom: 10px;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
}




table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
	 overflow-x:auto
}

th, td {
    text-align: center;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

tr.headers {
    background-color: #254260;
}


ul.liststyle {
   
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.liststyle li {
    text-align: left;
    padding: 8px;
	margin-left: 0px;
}
.liststyle li:nth-child(even){background-color: #f2f2f2}
span.desg {
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
	width: 100%;
    display: inline-block;
}
span.offname {
    font-size: 26px;
}

span.heading-cont {
    font-size: 20px;
    font-weight: 800;
}
ul.additional-info {
    padding-top: 20px;
}
span.heading-no {
    font-weight: 600;
}


.additional-info li:nth-child(1):before {
	font-family: "FontAwesome";
    content: '\f095';
	  padding-right: 10px;
    color: #777;
    font-weight: bold;
	    font-size: 20px;
}
.additional-info li:nth-child(2):before {
	font-family: "FontAwesome";
    content: '\f1ac';
	  padding-right: 10px;
    color: #777;
    font-weight: bold;
	    font-size: 20px;
}
.additional-info li:nth-child(3):before {
	font-family: "FontAwesome";
    content: '\f0e0';
	  padding-right: 10px;
    color: #777;
    font-weight: bold;
	    font-size: 20px;
}
.additional-info li:nth-child(4):before {
	font-family: "FontAwesome";
    content: '\f041';
	  padding-right: 10px;
    color: #777;
    font-weight: bold;
	    font-size: 20px;
		   
}
.additional-info li:nth-child(4){
	
	 height: 81px;
}
.additional-info li {
    border-bottom: 1px solid #ccc;
    height: 42px;
}





.panel td {
  font-size: 13px;
}
.tab_content tr {
    text-align: center;
    height: 60px;
	font-family: Arial, Helvetica, sans-serif;
}


a.foo_link {
    color: #fff;
}
.menu-heading {
    background: #f2eeee;
    pointer-events: none;
    /* font-size: 21px; */
    font-weight: 800;
}


.years {
    font-size: 21px;
    cursor: pointer;
	   
}
span.monthslist {
    font-size: 17px;
    cursor: pointer;
}
li.pdfdoc {
    font-size: 16px;
}


/* ul.docs {
    padding-left: 171px;
}
span.monthslist {
    padding-left: 93px;
} */


.arrow::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 12px;
   font-size: 15px;
}

.arrow-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);  
}

.rti_reply_main {
    display: inline-block;
    width: 100%;
    text-align: left;
   /*  border: 1px solid #cccc; */
    padding: 29px;
}
li.pdfdoc {
    border: none !important;
}
ul.rtilist li {
    border-bottom: 1px solid #ccc;
    padding: 8px;
}


.rtilist ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}
.rtilist ul li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
   /*  color: #369; 
    font-weight: 700;*/
    position: relative;
}

.rtilist ul {
    margin-left: 1em;
    position: relative;
} .docs  {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rtilist ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0;
}
 .statesiteurl {

    margin-right: 0px !important;

}
.monthslist li {
    border: none !important;
}
span.tender-title, 
.tender-corg, 
.opening-date, 
.opening-date, span.sno, 
span.department {
    border-right: 1px solid #c5c0c0;
}
td {
    border: 1px solid #000;
    word-wrap: break-word;
}

.flexslider {
    margin: 0 0 0px !important;
}
.metaslider .flex-control-nav {
    bottom: 29px !important;
}
.flex-control-paging li a.flex-active {
    background: rgba(0,0,0,.9) !important;
}
.flex-control-paging li a {
    background: #fff !important;
}

ul.listdec {
    list-style: square !important;
    padding: 10px;
}
.search-option {
    /*width: 48%;*/
    display: inline-block;
    text-align: right;
}
input#search {
    width: 150px;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    border-radius: 0px;
    padding: 0;
    height: auto;
    float: left;
	font-size: 14px;
	color: #fff;
}
.search-option button {
       margin-top: 0px;
    display: inline-block;
    padding: 10px;
    margin-left: -7px;
    background: #fff;
    color: rgba(0, 0, 0, .8);
    font-size: 1.2rem;
    line-height: 1;
	border-radius: 0px 10px 10px 0px;

}

.wpb_text_column.wpb_content_element.mobile-link p {
    color: #fff !important;
}
.wpb_single_image.wpb_content_element.vc_align_center.mlink img {
    height: 51px;
}
.orgcol .wpb_wrapper {
        background: #fff;
}

.orgcol a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #333;
}
.orgcol .resp-tab-content ul li:last-child a {
    border-bottom: none;
}

/*.boxes .col-md-4{
padding-right: 10px;
padding-left: 10px;
}*/
.pressrel h2.widget-title {
    font-size: 20px;
    text-align: left;
    background: #1B2649;
    padding: 0px;
    color: #fff;
    margin-top: 0 !important;
    float: left;
	margin-bottom: 0;
}
.pressrel {
    background: #1B2649;
    display: inline-block;
	width: 100%;
	padding: 15px 20px;
   
}
.pressrel .view {
    color: #fff;
	float: right
}
.pagination {
    display: inline-block;
    width: 100%;
    padding-left: 43px;
}
.boxes.col-md-12 {
    margin-bottom: 14px;
}
.box {
    padding: 0 11px;
    /*border: .5px solid #000;
    font-size: 12px;
	min-height: 147px;*/
    height: 147px;
	text-align:center;
	display: table;
    width: 100%;
    vertical-align: middle;
	margin-top: 20px;
}
.important-links .box a .box-icon {
    margin-bottom: 10px;
}
/*.gridbox .vc_column-inner {
    padding-top: 0 !important;
}*/
.gridbox .boxes .box {
    margin-bottom: 14px !important;
}
.box.citizenlogin {
    background: #4ABCD8;
    color: #fff;
}
.box a {
   
    color: #fff;
}
/*.box img {
    width: 33px;
}*/
.box.tendersnotices {
    background: #496075;
    color: #fff;
}
.box.governmentlogin {
    background: #745583;
    color: #fff;
}
.box.bookbortal​ {
    background: #D05921;
    color: #fff;
}
.box.loginservices {
    background: #EF676D;
    color: #fff;
}
.box.rightinformation {
    background: #E088A2;
    color: #fff;
}
.box.publicsystem {
    background: #688C69;
    color: #fff;
}
.box.circuithouse {
    background: #B3CD8E;
    color: #fff;
}
.box.houseallotment {
    background: #4A83B7;
    color: #fff;
}
.box.visitorpass {
    background: #F0BBA2;
    color: #fff;
}
.box.accessinternet {
    background: #B44956;
    color: #fff;
}

.col-md-12.text-right a {
    color: red;
}
/*---*/

/* ---------------
START NEW CSS EDIT NOV 2019
------------------------ */
.glance-listing{
	padding: 15px;
	display: inline-block;
}
.glance-listing ul li {
    padding: 0 0 8px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 8px;
    float: left;
    width: 100%;
	font-size: 14px;
}
.punjab-map a{
	outline: none;
}
.glance-listing ul li:last-child {
    border-bottom: none;
	padding-bottom: 0;
}
.glance-listing ul li a {
    color: #1B2649;
}
.top-header-contact-info .top-header-lag-translator ul li {
    display: inline-block;
    border-left: 1px solid #273d76;
    line-height: 15px;
	padding: 13px 15px;
}
.top-header-contact-info .top-header-lag-translator ul li:first-child {
    border-left: none;
}
.top-header-contact-info .top-header-lag-translator ul li a {
    color: #7c98e2;
    font-size: 12px;
}
.top-header.gov-top-header {
    height: auto;
    padding: 0;
}
.top-header.gov-top-header #google_language_translator select.goog-te-combo {
    margin: 0;
    padding: 0 !important;
	letter-spacing: 0;
    font-weight: 100;
	background: none !important;
    border: none !important;
    text-transform: uppercase;
	color:#7c98e2!important;
	font-size: 12px;
}
.header-search.header-font-block span a {
    padding: 0;
	text-transform: uppercase;
    font-size: 12px;
    color: #7c98e2;
}
.header-search.header-font-block ul li {
    float:left;
	border-right:1px solid #273d76;
}
.header-search.header-font-block > ul > li{
	padding: 10px 15px;
	min-height: 41px;
	position: relative;
}
.header-search.header-font-block ul li > ul > li:last-child {
    padding: 0;
}
.header-search.header-font-block ul li > ul > li {
    border-right: none;
    padding: 0 15px 0 0px;
}
.header-search.header-font-block ul li > ul > li.site-color-selected ul li span a {
    padding: 2px 6px;
	color:#fff;
}
.header-search.header-font-block ul li > ul > li.site-color-selected ul li {
    padding: 0;
}
.top-header.gov-top-header #google_language_translator select.goog-te-combo option {
    color: #000;
}
.top-header-contact-info .top-header-lag-translator ul li a:hover {
    color: #000;
}
.header-search.header-font-block > ul > li:last-child {
    border-right: none;
}
.menu.pub-gov-navbar .main-header .menu-main-menu-container ul li {
    padding: 0 13px;
}
.menu.pub-gov-navbar .main-header .menu-main-menu-container ul li a {
    font-size: 14px;
    font-weight: 100;
	padding: 0;
	height: auto;
}
.menu.pub-gov-navbar {
    padding: 23px 0;
}
.site-branding a.custom-logo-link img.custom-logo {
    width: auto;
	max-width: initial;
}
.menu.pub-gov-navbar .main-header .menu-main-menu-container ul li a:hover {
    color: #7c98e2;
}
.menu.pub-gov-navbar ul.main-nav li ul.sub-menu {
    background: #0F2358;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	min-width: 275px;
}
.menu.pub-gov-navbar ul.main-nav li ul.sub-menu li {
    padding: 10px 15px;
	border-top: none;
    border-bottom: 1px solid #273d76;
}
.menu.pub-gov-navbar ul.main-nav li ul.sub-menu li:last-child{
	border-bottom:none;
}
.menu.pub-gov-navbar ul.main-nav li ul.sub-menu li a {
    color: #fff;
}
.mlink {
    padding: 0 10px 0;
    margin: 17px 0;
}
.mobile-link {
    padding: 17px 0;
}
.main-header.navbar-fixed-top {
    background: #273D76;
    padding: 10px 0;
    text-align: center;
	transition: all 0.5s ease-out 0.1s;
	-webkit-transition: all 0.5s ease-out 0.1s;
	-moz-transition: all 0.5s ease-out 0.1s;
}
.main-header.navbar-fixed-top .menu-main-menu-container {
    display: inline-block;
}
.menu.pub-gov-navbar .main-header.navbar-fixed-top .menu-main-menu-container ul li {
    padding: 0 40px;
}
.menu.pub-gov-navbar .main-header.navbar-fixed-top .menu-main-menu-container ul li ul.sub-menu li {
    padding: 10px 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.mega-department ul.mega-sub-menu > li > ul.mega-sub-menu > li.mega-menu-item-has-children ul.mega-sub-menu {
    display: none;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	 border-bottom: 1px solid #1e3677;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	/*margin-top: 27px;*/
}
.main-header.navbar-fixed-top #mega-menu-wrap-primary #mega-menu-primary{
	text-align: center;
}
.main-header.navbar-fixed-top #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	padding: 0 25px;
}
.main-header.navbar-fixed-top #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu, 
.main-header.navbar-fixed-top #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    /*margin-top: 10px;*/
}
.press-news-section .firstcol.one-col .vc_column-inner > .wpb_wrapper, 
.press-news-section .firstcol.three-col .vc_column-inner > .wpb_wrapper {
    padding: 10px 0;
    box-shadow: 0 0 10px rgb(206, 232, 255);
}
.press-news-section .firstcol .vc_column-inner > .wpb_wrapper {
    background: #fff;
}
.press-news-section .firstcol.two-col .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 10px rgb(206, 232, 255);
}
.press-news-section .firstcol.two-col .vc_column-inner > .wpb_wrapper ul#nt-example1 li span,
.news-slider.news-section ul li span,
.news-slider.document-section ul li span{
    font-size: 12px;
    color: #999;
}
.press-news-section .firstcol.two-col .vc_column-inner > .wpb_wrapper ul#nt-example1 li a,
.news-slider.news-section ul li a,
.news-slider.document-section ul li a{
    color: #273d76;
}
.sa_owl_theme.owl-carousel .owl-nav .owl-prev, 
.sa_owl_theme.owl-carousel .owl-nav .owl-next {
    box-shadow: none;
}
.orgcol .resp-tab-content ul li {
    padding: 15px 10px;
    border-bottom: 1px solid #eaeaea;
    width: 33.333%;
    float: left;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #eaeaea;
}
.orgcol .resp-tab-content ul li p {
    color: #777;
	font-size: 14px;
    line-height: 22px;
}
.orgcol .resp-tab-content ul li h1.tab-title {
    font-size: 18px;
    font-weight: 600;
    color: #1b2649;
    padding: 0 0 15px;
	margin: 0;
}
.orgcol .resp-tab-content ul li a.view-all {
    background: #1b2649;
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    margin-top: 15px;
}
.news-section a.view-all,
.document-section a.view-all{
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    background: #1b2649;
	font-size: 20px;
}
.news-slider.news-section li:last-child {
    border-bottom: none;
}

.resp-tabs-list{
	z-index: 2;
	position: relative;
}
.orgcol .resp-tab-content ul li.border-bottom-none {
    border-bottom: none;
}
.orgcol .resp-tab-content ul li.border-right-none{
	border-right: none;
}
.news-slider.news-section ul li {
    padding: 18px 20px 19px;
	border-bottom: 1px solid #eee;
}
/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{
	left: -100%;
}*/
.gridbox .boxes .box a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding: 16px 0 0;
}
.gridbox .boxes .box a img{
	margin-bottom: 15px;
}
.news-slider li a.document-section-title {
    width: auto;
}
.grecaptcha-badge {
	opacity:0 !important;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
.grecaptcha-badge {
	display: none !important;
}
.heading-block {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d9e3ff;
    padding-bottom: 10px;
	margin-top: 30px;
}
.printbutton {
    margin-bottom: 15px;
}
.printbutton  a{
	color: #0f2358;
}
.heading-block h1 {
    margin: 0;
    font-size: 27px;

}
.pub-dept-block select {
    width: 100%;
    height: 30px;
    font-size: 12px;
	padding: 0 10px;
	border: 1px solid #d9e3ff;
}
.heading-search-block {
    display: flex;
    width: 100%;
    margin-left: auto;
    justify-content: center;
    align-items: center;
}
.inner-page-search input[type="text"] {
    border-radius: 0;
    height: 30px;
    width: 170px;
    padding: 0 10px;
	border: 1px solid #d9e3ff;
	font-size: 12px;
}
.inner-page-search input[type="submit"] {
    border: none;
    border-radius: 0;
    padding: 5px 25px 8px;
    font-size: 14px;
    background: #0f2358;
    color: #fff;
}
.inner-page-search{
	margin-right: 0;
    justify-content: right;
    margin-left: auto;
}
.pub-gov-outer .listWrap ul.list li:nth-child(1) {
    background-color: #273D76;
}
.pub-gov-outer .listWrap ul.list li:nth-child(1) span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: roboto;
    border-top-left-radius: 0px;
    border-bottom: none;
	border-right: 1px solid #fff;
}
.pub-gov-outer .listWrap {
    margin-bottom: 50px;
}
.pub-gov-outer .listWrap ul.list span.opening-date {
    width: 160px;
}
.pub-gov-outer .listWrap ul.list span.tender-title h4 a, 
.pub-gov-outer .listWrap ul.list span a {
    font-size: 14px;
    text-transform: capitalize;
    color: #273D76;
    font-weight: 600;
}
.pub-gov-outer .listWrap ul.list li:nth-child(1) span:last-child {
    border-right: none;
	border-radius: 0;
}
.pub-gov-outer .listWrap ul.list li > span{
	font-size: 12px;
    font-family: roboto;
    width: auto;
    padding: 14px;
    vertical-align: top;
    border-right: 1px solid #fff;
}
.pub-gov-outer .listWrap ul.list li > span.department {
    font-size: 14px;
}
.pub-gov-outer .listWrap ul.list li > span span.publishdate {
    padding: 5px 0 15px;
}
.advertisement-block {
    width: 100%;
    float: left;
    background: #072269;
}
.advertisement-block ul li {
    display: inline-block;
    border-right: 1px solid #95b2ff;
    padding: 0 15px;
	vertical-align: middle;
}
.advertisement-block a {
    font-family: 'Conv_ROCKEB';
    margin: 0;
    padding: 5px 0;
    color: #95b2ff;
    font-size: 18px;
    display: inline-block;
}
.advertisement-block ul li:last-child {
    border-right: none;
}
.advertisement-block ul li a.add-grievence:focus {
    outline: none;
}
.advertisement-block ul li a.add-grievence{
	margin: 0;
    padding: 3px 12px;
    color: #fff;
    font-size: 14px;
    background-color: #fc5f03;
    border-radius: 15px;
}
.relief-fund {
    float: left;
    width: 100%;
    background: #fff257;
    padding: 5px 0;
}
.relief-fund span {
    font-family: 'Conv_ROCKEB';
    color: #072269;
    font-size: 19.5px;
    display: inline-block;
    text-transform: uppercase;
}
.relief-fund a {
    color: #c53d0b;
    outline: none;
}
.relief-fund-acc-info {
    background: #ecde35;
    padding: 10px 0;
	 width: 100%;
    float: left;
}
.relief-fund-acc-info ul li {
    display: inline-block;
    background: #fff57f;
    padding: 10px 23px;
    margin-bottom: 0;
    font-size: 14px;
    color: #072269;
}
.relief-fund-acc-info ul li strong {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
}
.search aside#sidebar-primary{
	margin-top: 30px;
}
.gov-search-result article.post {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.gov-search-result article.post:last-child {
    border-bottom: none;
}
.gov-search-result .entry-content a.article-readmore {
    background: #273D76;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
}
/* --------------- 
	Tabs
--------------------- */
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
#parentHorizontalTab {
    padding: 0 20px;
	margin: 20px 0 !important;
}
.resp-tabs-list li {
    font-weight: 800;
    font-size: 16px !important;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	color: #fff;
	background: #1b2649;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #1b2649  !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #1b2649  !important;
	border-bottom: 0px #fff solid !important;
	color: #1b2649 !important;
    background: #fff !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #ddd;
    border-top-color: #1b2649;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: none;
	padding: 30px 0;
	float: left;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}
.single-ample-page .news-slider.news-section{
	margin-bottom: 30px;
}
.single-ample-page .sidebar #text-5{
	background: #fff;
}
.single-ample-page .sidebar ul.sidemenu{
	overflow-y: auto; 
    height: auto;
}
.single-ample-page .sidebar #text-5 h2.widget-title{
	background: #1B2649;
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
	font-size: 20px;
	color: #fff;
}
.single-ample-page .sidebar ul.sidemenu li{
	padding: 14px 20px;
	border-bottom: 1px solid #eee;
}
.single-ample-page .sidebar ul.sidemenu li a {
    color: #273d76;
}
.text-formating {
    background: #fff;
    display: inline-block;
    width: 100%;
	margin-bottom: 30px;
	padding: 15px 0;
}
.text-formating h2.vc_custom_heading {
    color: #1B2649;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
	margin-top: 0;
}
.text-formating .wpb_wrapper .txtprofile,
.text-formating .wpb_wrapper p{
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.text-formating .wpb_wrapper .txtprofile b {
    font-size: 18px;
}
.text-formating .wpb_wrapper h3.vc_custom_heading,
.text-formating header.portlet-topper h1.portlet-title{
	font-size:30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
	color: #1B2649
}
.text-formating .wpb_wrapper table tr td {
    border: 1px solid #ddd;
}
.text-formating .wpb_wrapper .title-heading {
    margin: 30px 0 15px;
}
.text-formating .wpb_wrapper .title-heading b {
    font-size: 30px;
    font-weight: 400;
    color: #1B2649;
}
.text-formating .wpb_wrapper .title-heading {
    border-bottom: 1px solid #eee;
    margin: 30px 0 20px;
    padding-bottom: 10px;
}
.text-formating header.portlet-topper h1.portlet-title,
.text-formating.all-departments h1{
	margin-top: 0;
	margin-bottom: 30px;
}
.text-formating.all-departments h1{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.text-formating.all-departments table tr td a {
    color: #1B2649;
    font-size: 14px;
    /*text-decoration: underline;*/
}
.text-formating.text-inner-formating ul, 
.text-formating.text-inner-formating ol {
    padding-left: 30px;
}
.text-formating.text-inner-formating ol li ul li {
    list-style: circle;
}
.text-formating.text-inner-formating ol > li {
    padding-bottom: 15px;
}
.text-formating.text-inner-formating ul li > ul > li {
    list-style: circle;
}
.text-formating.text-inner-formating ul.department-listing li {
    list-style: circle;
	padding-bottom: 15px;
}
.page-template-whatsnew .single-ample-page .content-area .site-main {
    background: #fff;
}
.page-template-whatsnew .single-ample-page .content-area .site-main #list4 {
    margin-top: 22px;
}
#list4 ul li a:hover {
    box-shadow: none;
}
.page-template-whatsnew .single-ample-page .content-area .site-main #list4 ul.liststyle .pagination a, 
.page-template-whatsnew .single-ample-page .content-area .site-main #list4 ul.liststyle .pagination span {
    font-family: roboto;
    padding: 10px 15px;
}
.page-template-whatsnew .single-ample-page .content-area .site-main #list4 ul.liststyle .pagination a{
	background: #1b2649;
	color: #fff;
}
.page-template-whatsnew .single-ample-page .content-area .site-main #list4 ul.liststyle .pagination span{
	background: #ddd;
}
.single-whatsneworg .text-formating {
    margin-top: 43px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.homelink a.mega-menu-link:before {
    content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2019/08/001-home-button.png) no-repeat center center;
   	margin-top: 12px;
    height: 12px;
    background-size: cover;
	width: 12px;
	margin-right: 5px;
}
.owl-stage li.active{
	background: none;
}
.owl-carousel .owl-item img{
	width: 140px;
}
.footerwidgets li.owl-item {
    padding: 0;
}
.document-section-content,
.news-section-content{
    height: 400px;
    overflow-x:hidden;
}
.punjab-gov-important-links {
    height: 406px;
    overflow-x: hidden;
}
.news-slider .punjab-gov-important-links li {
    padding: 15px 20px;
}
.main-boxes a {
    color: #273d76;
    font-size: 20px;
    display: block;
    height: 100%;
    padding: 30px;
}
.main-boxes {
	text-align: center;
}
h2.widget-title.important-links {
    margin-bottom: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	content: '\f107' !important;
    font-family: FontAwesome;
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-2676 > a.mega-menu-link:before { 
    content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2019/08/punjab-map-outline-png.png) no-repeat center center;
    height: 14px;
    background-size: cover;
    width: 12px;
    margin-right: 5px;
    position: relative;
    top: 12px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.notice-board > a.mega-menu-link:before {
    font-family: 'FontAwesome';
    content: "\f15b";
	line-height: 38px;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-2677 > a.mega-menu-link:before  { 
     content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2019/08/002-support.png) no-repeat center center;
    height: 14px;
    background-size: cover;
    width: 12px;
	margin-top: 10px;
    margin-right: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-5469 > a.mega-menu-link:before  { 
     content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2021/02/policy-icon-1.png) no-repeat center center;
    height: 14px;
    background-size: cover;
    width: 12px;
	margin-top: 12px;
    margin-right: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-4457 > a.mega-menu-link:before  { 
     content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2021/02/news-icon.png) no-repeat center center;
    height: 14px;
    background-size: cover;
    width: 12px;
	margin-top: 12px;
    margin-right: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-2776 > a.mega-menu-link:before { 
     content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2019/08/img_234315.png) no-repeat center center;
    height: 14px;
    background-size: cover;
    width: 15px;
    margin-right: 5px;
	margin-top: 11px;
}
.about a::before { 
    content: "";
    display: block;
    background: url(/wp-content/uploads/2019/08/003-gallery.png) no-repeat center;
    height: 31px;
    background-size: 27px 25px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.contactus a.mega-menu-link:before { 
    content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2019/08/005-writing.png) no-repeat center center;
    height: 15px;
    background-size: cover;
    width: 14px;
    margin-right: 5px;
    position: relative;
    top: 13px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.sitemap a.mega-menu-link:before { 
    content: "\f0e8";
    font-family: FontAwesome;
    /* left: 23px; */
    position: relative;
    top: 0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    /* width: 100%; */
    margin-right: 5px;
	margin-top: -2px;
}
ul.simple-sitemap-page li {
    list-style: circle;
}
.text-formating.text-inner-formating .actimagetable tbody tr th,
.text-formating.text-inner-formating .customtbl tbody tr th{
	color: #333;
}
.text-formating.text-inner-formating #contentpanel ul li {
    list-style: circle;
}
.pub-dept-block,
.inner-page-search{
	display: inline-block;
}
.chat-box {
    position: fixed;
    bottom: 47px;
	text-align: right;
    right: 100px;
	z-index: 1;
}
.chat-box span {
    background: #61b9ed;
    cursor: pointer;
	width: 41px;
    height: 41px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	margin-top: 20px;
}

.chat-box span i {
    font-size: 26px;
    color: #fff;
    line-height: 40px;
}
.chat-box iframe{
	display:none;
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    border-radius: 15px 15px 0 0;
}
/*.features-slider:before {
    content: "";
    background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}*/
/* ---------------
END NEW CSS EDIT NOV 2019
------------------------ */

@media screen and (min-width: 37.5em) {
    .top-header-socialicon-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
  /*   margin: 0 0 1.5em; */
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* site css */
*{
    margin: 0px;
    padding:0px;
}
.padding-left-right-zero{
    padding-right: 0px;
    padding-left: 0px;
}
.padding-right-zero{
    padding-right: 0px;
}
.padding-left-zero{
    padding-left: 0px;
}
*, *::before, *::after {
    box-sizing: inherit;
}
p {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    /*color: #747474;*/
    color: #000;
	
    font-family: 'Arial', sans-serif;
}
ul, ol {
    margin: 0 0 0em 0em;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
@font-face {
    font-family: 'Andes';
    src: url('assets/fonts/Andes W04 Book.ttf');
}
@font-face {
	font-family: 'Conv_ROCKEB';
	src: url('assets/fonts/ROCKEB.eot');
	src: local('☺'), url('assets/fonts/ROCKEB.woff') format('woff'), url('assets/fonts/ROCKEB.ttf') format('truetype'), url('assets/fonts/ROCKEB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
     font-family: 'Roboto' !important; 
   /*  font-family: 'Arial, Helvetica, sans-serif' !important; */
}

/* ----- Start Top Header ---- */
.top-header {
    padding: 4px 0px;
}
.top-header .top-header-contact-info a,
.top-header-socialicon .top-header-socialicon li a
{
    color:#fff;
}
.top-header .top-header-contact-info a:hover
{
    color: #f0f1f1;
    transition: 0.5s;
}
.top-header-contact-info {
     margin-top: 0px;
 }

.top-header-contact-info a{
    margin-right: 15px;
}
.top-header-contact-info a .fa{
    margin-right: 5px;
}
.top-header-socialicon {
    text-align: right;
}
.top-header-socialicon .top-header-socialicon li {
    display: inline-block;
    margin-left: 15px;
}
.top-header-socialicon .top-header-socialicon  {
    margin-bottom: 0px;
}
.row.footerwidgets ul li a {
    color: #fff;
	border-right: 1px solid #fff;
    padding: 0 12px;
    font-size: 14px;
	display: inline-block;
    line-height: 14px;
}
ul#menu-footer-menu {
    text-align: left;
    /*width: 238px;*/
    
}
.sa_owl_theme.owl-carousel .owl-nav .owl-prev{
	left:30px;
}
/* ---------------- 
	MEDIA CSS START 
-------------------- */
@media only screen and (max-width : 1260px) {
	.container{
		width: 100%;
	}
	.press-news-section .firstcol.one-col .vc_column-inner > .wpb_wrapper, 
	.press-news-section .firstcol.three-col .vc_column-inner > .wpb_wrapper{
		padding: 0;
	}
	.right-sidebar .sidebar{
		padding-right: 15px;
	}
	.glance-listing ul li{
		font-size: 12px;
	}
	.firstcol .wpb_wrapper p strong {
		font-size: 11px;
		display: block;
		line-height: normal;
	}
	.firstcol .wpb_wrapper p {
		font-size: 11px;
	}
	.firstcol .wpb_wrapper p br {
		display: none;
	}
	.news-slider.document-section ul li a,
	.news-slider .punjab-gov-important-links li a{
		font-size: 14px;
	}
	.row.footerwidgets ul li a{
		padding: 0 8px;
	}
	.site-branding a.custom-logo-link img.custom-logo{
		max-width: 100%;
	}
	
}
@media only screen and (max-width : 1030px) {
	.top-header-contact-info .top-header-lag-translator ul li{
		padding: 13px 10px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		padding: 0px 15px 0px 0px;
	}
	.menu.pub-gov-navbar {
		padding: 14px 0;
	}
}
@media only screen and (max-width : 991px) {
	ul#menu-footer-menu,
	.middle-footer{
		text-align: center;
	}
	.menu.pub-gov-navbar {
		padding: 20px 0 20px;
	}
	.site-branding{
		padding: 14px 0 0;
	}
	.device-nav-bar .menu.pub-gov-navbar .nav-wrapper .im-hiding{
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 1;
		margin-top: 32px;
	}
	.device-nav-bar {
		position: inherit;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.homelink a.mega-menu-link:before{
		margin-top: 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.citizenservices a.mega-menu-link:before{
		margin-top: 16px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.knowpunjab > a.mega-menu-link:before{
		top: 18px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.department > a.mega-menu-link:before{
		margin-top: 18px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.contactus a.mega-menu-link:before{
		top: 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu{
		margin-top: 0px;
	}
	.top-header-contact-info .top-header-lag-translator ul li a,
	.header-search.header-font-block span a,
	.top-header.gov-top-header #google_language_translator select.goog-te-combo{
		font-size:12px;
	}
	.device-top-left-block {
		text-align: center;
	}
	.device-top-right-block .header-search.header-font-block ul li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		min-height: auto;
	}
	.device-top-right-block .header-search.header-font-block {
		float: none;
		text-align: center;
	}
	.device-top-right-block {
		border-top: 1px solid #273d76;
	}
	.right-sidebar .sidebar{
		padding-right: 15px;
		padding-left: 15px;
	}
	.single-ample-page aside#sidebar-primary{
		margin-top: 0px;
		padding: 0 15px;
	}
	.department-listing li a {
		word-break: break-word;
	}
	.glance-listing{
		width: 100%;
	}
	/*.glance-listing ul li label {
		float: left;
	}*/
	.advertisement-block ul li {
		border-right: none;
	}
}
@media only screen and (max-width : 768px) {
    .top-header-socialicon,
    .top-header-contact-info
    {
        text-align: center;
    }
   /* .top-header-contact-info{
        margin-bottom: 10px;
    }*/
	
	.top-header .top-header-contact-info a, .top-header-socialicon .top-header-socialicon li a {
		color: #fff;
		font-size: 11px;
	}
	.header-search {
    float: right;
    font-size: 11px;
	/*padding-top: 8px;*/
}


.pressrel h2.widget-title {
    font-size: 12px;
}
.pressrel .view {
    font-size: 12px;
}
/* ------------------ 
	TAB CSS 
-------------------- */
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #C1C1C1;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: 100px;
		clear: none;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}
@media only screen and (max-width : 767px) {
	.relief-fund-acc-info ul li a[href^="tel"]{
		color: #fff257;
	}
	.advertisement-block a {
		font-size: 17px;
	}
	.relief-fund-acc-info ul li {
		width: 49%;
		float: left;
		margin: 0 0.5% 1%;
		font-size: 12px;
	}
	.relief-fund-acc-info ul li a{
		color: #004831;
	}
	.relief-fund span{
		line-height: 18px;
		font-size: 12px;
	}
	.pub-dept-block, 
	.inner-page-search{
		width: 100%;
	}
	.heading-block h1{
		margin-bottom: 20px;
	}
	.pub-dept-block {
		margin-bottom: 15px;
	}
	.pub-search-block {
		display: flex;
	}
	.inner-page-search input[type="text"]{
		width: 100%;
	}
	.pub-gov-outer .listWrap ul.list span {
		display: table-cell;
	}
	.listWrap {
		overflow: auto;
	}
	.organisation-dept ul li{
		width: 100%;
	}
	.r-tabs-panel .publishdate-list span{
		width: auto;
		padding-left: 0px;
	}
	.slimScroll{
		width: 100%;
	}
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-2776 > a.mega-menu-link:before{
		margin-top: 20px;
	}
	.device-top-right-block .header-search.header-font-block > ul > li:first-child {
		display: none;
	}
	#google_language_translator .skiptranslate select.goog-te-combo{
		width:auto !important;
	}
	.menu.pub-gov-navbar .main-header{
		padding-top: 0px;
    	padding-bottom:0px;
	}
	.orgcol .resp-tab-content ul li{
		width: 100%;
		border-right: none;
		padding: 30px 10px;
	}
	.orgcol .resp-tab-content ul li.border-bottom-none {
		border-bottom: 1px solid #eaeaea;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active h4.vc_tta-panel-title a {
		background: #1B2649;
		color: #fff;
	}
	.important-links .box {
		margin: 10px 0;
	}
	.punjab-invest-block .wpb_single_image.vc_align_left {
		text-align: center;
	}
	.govt-service-block .wpb_wrapper p {
		text-align: center !important;
	}
	.top-bar {
		padding: 25px 0;
	}
	.press-news-section .firstcol .wpb_single_image {
		padding: 10px 0 0;
	}
	ul#menu-footer-menu{
		width: 100%;
		padding-left: 0px;
	}
	/*ul#menu-footer-menu li {
		width: 100%;
		text-align: left;
		padding-right: 0;
	}*/
	.middle-footer .widget-area ul li{
		padding-left: 0px;
	}
	#menu-footer-menu-2.footermenu,
	#menu-footer-menu-3.footermenu{
		padding-left: 0;
	}
	.copyright.uperfooter{
		padding: 17px 0px 0px 0 !important;
		text-align: center;
		width: 100%;
	}
	.press-news-section {
		display: flex;
		flex-direction: column;
	}
	.press-news-section .one-col {
		order: 2;
	}
	.press-news-section .two-col {
		order: 3;
	}
	.press-news-section .three-col {
		order: 1;
	}
	.single-ample-page .news-slider.news-section{
		margin-bottom: 0px;
	}
	#footer-widget .textwidget p{
		margin-bottom: 15px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 15px 0px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-2676 > a.mega-menu-link:before{
		top: 22px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.government > a.mega-menu-link:before{
		margin-top: 21px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-2677 > a.mega-menu-link:before{
		margin-top: 20px;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.notice-board > a.mega-menu-link:before{
		line-height: 57px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
		margin-top: 0;
	}
	.menu.pub-gov-navbar {
		padding: 0px 0px;
	}
	.pub-gov-navbar .nav-wrapper{
		padding: 20px 0
	}
	.device-nav-bar .menu.pub-gov-navbar .nav-wrapper .im-hiding{
		margin-top: 22px;
	}
}
@media only screen and (max-width : 590px) {
	.header-search.header-font-block > ul > li{
		padding: 10px;
	}
	.header-search.header-font-block ul li > ul > li{
		padding: 0 10px 0 0px;
	}
	
}
@media only screen and (max-width : 525px) {
	.header-search.header-font-block > ul > li {
		padding: 10px 7px;
	}
	.top-header-contact-info .top-header-lag-translator ul li {
		padding: 13px 7px;
	}
	.top-header-contact-info .top-header-lag-translator ul li a, 
	.header-search.header-font-block span a, .top-header.gov-top-header #google_language_translator select.goog-te-combo {
		font-size: 11px;
	}
	.slider-wrapper .nivoSlider{
		height: 120px;
	}
	.metaslider .theme-default .nivoSlider img{
		height: 100% !important;
	}
	.top-header.gov-top-header #google_language_translator select.goog-te-combo{
		padding: 0 !important;
	}
}
@media only screen and (max-width : 375px) {
	.header-search.header-font-block ul li > ul > li {
		padding: 0 5px 0 0px;
	}
	.device-top-right-block{
		padding: 0;
	}
	.header-search.header-font-block > ul > li{
		padding: 10px 5px;
	}
	.nav-wrapper{
		padding: 5px 0px;
	}
}
/* ----- Start Main Header ---- */
.main-header {
  /*   padding: 10px 0px 0px; */
}
.main-header .site-branding {
    float: left;
}
.site-title {
    margin: 0px;
	padding-top: 9px;
}
.main-header .site-title {
    font-size: 28px;
    font-weight: bold;
}
p.site-description {
    margin-bottom: 0;
    font-size: 14px;
    color: #8a8989;
}

/* ----- Start slider css ---- */
.features-slider {
    position: relative;
}
.slider-content {
    position: absolute;
    top: 35%;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%
}
.features-slider .banner-title {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.features-slider .banner-caption p{
    font-size: 18px;
    color: #fff;
}
.slider-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.18);
}
.read-more-background {
    color: #fff;
    margin: 20px 0px 0px;
    padding: 10px 40px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
.read-more-background:hover {
    background: #fff;
    transition: 0.5s;
}
.features-slider .owl-pagination {
    position: absolute;
    right: 10px;
    top: 45%;
}
.features-slider .owl-theme .owl-controls .owl-page {
    display: table;
}

.features-slider .owl-theme .owl-controls .owl-page span,
.widget-ample-business-theme-testimonial .owl-theme .owl-controls .owl-page span
{
    background: #fff;
    opacity: 1;
}
.features-slider .owl-theme .owl-controls{
    margin-top: 0px;
}
.features-slider .item img {
    width: 100%;
}
@media only screen and (min-width : 563px) and (max-width : 767px) {
    .features-slider .banner-title {
        font-size: 24px;
    }
    .features-slider .banner-title {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
    }
}
@media only screen and (max-width : 992px) {
    .slider-content {
        top: 20%;
    }
	.press-news-section .firstcol .wpb_content_element .wpb_wrapper p strong {
		font-size: 13px;
		line-height: 18px;
		display: inline-block;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.press-news-section .firstcol .wpb_content_element .wpb_wrapper p {
		font-size: 13px;
		line-height: 18px;
		padding: 0px 0 10px;
	}
}

@media only screen and (max-width : 562px) {
    .features-slider .banner-title {
        font-size: 24px;
    }
    .features-slider .banner-title {
        font-size: 20px;
    }
    .read-more-background {
        font-size: 16px;
        padding: 10px 20px;
    }
    .slider-content {
        top: 5%;
    }
    .features-slider .item img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }
}
@media only screen and (max-width : 767px) {
    .features-slider .banner-title {
        font-size: 24px;
    }
    .features-slider .banner-title {
        font-size: 20px;
    }
    .read-more-background {
        font-size: 16px;
        padding: 10px 20px;
    }
    .slider-content {
        top: 5%;
    }
    .features-slider .item img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }
	
		.top-header .top-header-contact-info a, .top-header-socialicon .top-header-socialicon li a {
		color: #fff;
		font-size: 10px;
	}
	.header-search {
    float: right;
    font-size: 11px;
}
.search-option {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.site-branding {
    width: 100% !important;
    /*text-align: center;*/
    margin-bottom: 18px;
}
.site-branding img.custom-logo {
    width: 75%;

}
.firstcol.wpb_column.vc_column_container.vc_col-sm-3 {
   
    margin-left: 0px !important;
   
}
.firstcol.wpb_column.vc_column_container.vc_col-sm-5 {
    
    margin-left: 0px !important;
}
.pressrel h2.widget-title {
    font-size: 12px;
}
.pressrel .view {
    font-size: 12px;
}
}


/* start widget area */
.widget {
    margin: 0px;
}
.main-title {
    text-align: center;
    margin-bottom: 40px;
}
.main-title .widget-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-wrap {
    text-align: center;
}
.view-more {
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin-top: 40px;
}
.view-more:hover {
    color: #fff;
    transition: 0.5s;
}

/* start services area */
.service-item {
    margin-bottom: 30px;
}
.service-icon .fa{
    font-size: 40px;
    margin-bottom: 15px;
}
.service-icon div{
    width: 60px;
    height: 2px;
    vertical-align: top;
}
.widget-inner-title a,
.widget-inner-title
{
    font-weight: normal;
    font-size: 24px;
    text-transform: capitalize;
}
.widget-inner-title a:hover {
    transition: 0.5s;
}
@media only screen and (max-width : 768px) {
    .service-item {
        margin-bottom: 30px;
        text-align: center;
    }
    .service-icon div {
        display: none;
    }
}
/* ---- Feature section ---*/
.widget-ample-business-theme-feature {
    background: #f4f6f7;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
}
.widget-ample-business-theme-feature .main-title {
    text-align: left;
}
.feature-image img {
    width: 100%;
}
.feature-item {
    background: #fff;
    padding: 15px;
    display: inline-flex;
    margin-bottom: 30px;

}
.feature-item .feature-item-icon {
    float: left;
    margin-right: 30px;
    margin-top: 7px;
    border-right: 1px solid #eee;
    font-size: 60px;
    padding-right: 15px;
    vertical-align: middle;
    width: 122px;
    text-align: center;
}
.feature-item .widget-inner-title {
    margin-top: 0px;
}
.service-item:hover .service-icon i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: 2s;
}
aside#sidebar-primary {
    margin-top: 74px;
	background-color: transparent;
}
@media only screen and (max-width : 768px) {
    .feature-image {
        display: none;
    }
}

/* ---- meet our team and counter button ---*/
#ample-business-theme-meetbutton {
    margin-top: 0px;
}
.widget-ample-business-theme-meetbutton,
.widget-ample-business-theme-testimonial
{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.widget-ample-business-theme-meetbutton .container,
.widget-ample-business-theme-testimonial .container
{
    padding: 40px 0px;
}
.main-title .widget-title.whitetext,
.widget-ample-business-theme-counter .main-title .whitetext,
.testimonial-details .whitetext
{
    color: #fff;
}
.meet-counter-button {
    margin: 50px 0px;
    text-align: center;
}
.paralex-btn {
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 30px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.paralex-btn:hover {
    color: #fff;
    transition: 0.5s;
}
@media only screen and (max-width : 768px) {
    .paralex-btn {
        display: block;
        margin-bottom: 30px;
        margin-left: 30px;
    }
}


/* ---- Our team ---*/
.widget-ample-business-theme-ourteam {
    overflow: hidden;
}
.our-team-item {
    background: #f4f6f7;
}
.our-team-item .our-team-item-content {
    padding:  15px;
    text-align: center;
}
.our-team-item-content .team-title{
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e9ea;
}
.our-team-item-img {
    position: relative;
}
.our-team-item-img img {
    width: 100%;
}
.team-digination {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.37);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .8s ease;
    text-align: center;
    font-size: 18px;
}

.our-team-item a:hover .team-digination {
    height: auto;
    padding: 10px 0px;
    bottom: 50px;

}
.team-digination p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.our-team-item-content .team-sociallinks {
    margin: 20px 0px 5px;
}
.our-team-item-content .team-sociallinks li {
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #747474;
    padding: 7px;
    padding: 5px 10px;
    vertical-align: middle;
}
.our-team-item-content .team-sociallinks li a {
    color: #747474;
}
.our-team-item-content .team-title:hover {
    transition: 1s;
}
.resizer span a {
    color: #fff;
}
@media only screen and (max-width : 768px) {
    .our-team-item {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width : 992px) {
    .our-team-item-content .team-sociallinks li {
        margin-bottom: 15px;
    }
}

/* --- counter Section ---- */
.widget-ample-business-theme-counter {
    padding: 40px 0px;
}
.conter-item {
    padding: 20px;
    text-align: center;
    background: rgba(251, 250, 249, 0.12);
}
.conter-item  .counter-number{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
}
.conter-item  .counter-title{
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.counter-icon .fa {
    font-size: 42px;
    color: #fff;
}
.conter-item:hover {
    transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(-5px) translateZ(0) rotate(0deg) scale(1);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*style.css:1291*/


/*--- our work ------ */
.portfolioContainer1 a img {
    /*margin:15px auto;*/
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.workimgoverlay img {
    display: block;
    width: 100%;
    height: auto;
}

.workoverlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(12, 12, 12, 0.37);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}

.workimgoverlay:hover .workoverlay {
    bottom: 0;
    height: 100%;
}

.workdetails {
    color: white;
    position: absolute;
    overflow: hidden;
    padding: 15px;
    height: 100%;
    width: 100%;
}
.workimgoverlay {
    position: relative;
    margin-bottom: 30px;
}
.workdetails .work-title {
    font-size: 18px;
    text-transform: capitalize;
}
.workdetails p{
    color: #fff;
}
.border-hover {
    border: 1px solid #fff;
    padding: 15px;
    height: 100%;
    text-align: center;
    padding-top: 36px;
}
.portfolioFilter a {
    margin-left: 15px;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 15px;
}
.portfolioFilter  {
    margin-bottom: 25px;
}
h5.work-title a {
    top: 50%;
    color: #fff;
}
.portfolioFilter .current,
.portfolioFilter a:hover
{
    color: #fff;
    transition: 0.5s;
}
.widget-ample-business-theme-work .view-more {
    margin-top: 10px;
}

/*---- Testimonial ----*/
.testimonial-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.testimonial-details {
    text-align: center;
}
.testimonial-img {
    display: inline-block;
}
h5.clientname {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0px;
}

/*--- blog ---*/
.widget-ample-business-theme-blog {
    background: #f4f6f7;
    padding: 40px 0px;
    margin-top: 0px;
    overflow: hidden;
}
.blog-item {
    background: #fff;
}
.blog-item img {
    width: 100%;
}
.blog-details {
    padding: 15px;
}
.blog-details .entry-header .entry-title {
    margin-top: 0px;
}
.blog-details .entry-header .entry-title  a{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #555555;
}
.blog-details .entry-header .entry-title  a:hover{
    color: #2fa3ad;
    transition: 1s;
}
.enty-meta a {
    font-size: 12px;
    text-transform: capitalize;
    color: #b1b0b0;
}
.posted-on {
    margin-right: 15px;
}
.enty-meta {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3;
    display: flow-root;
}
.leavecomment a {
    color: #2fa3ad;
}
.widget-ample-business-theme-blog .blog-list .blog-details .entry-content {
    margin-top: 15px;
}
@media only screen and (max-width : 768px) {
    .blog-item {
        margin-bottom: 30px;
    }
}

/* ---- client logo ----*/
.client-log {
    text-align: center;
    border: 1px solid #d6d8d8;
    padding: 15px;
}
.client-log {
    margin: 0px 15px;
}

/* --- Top footer ----*/
.ample-business-topfooter {
  background: #263D73 !important;
    padding: 20px 0px;
    overflow: hidden;
}
.widget-footer-top {
    text-align: center;
    border-right: 1px solid #959595;
}

.widget-footer-top .fa {
    font-size: 40px;
    color: #fff;
}
.footer-top-widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.widget-footer-top p {
    color: #e6e7e8;
}
ul.sidemenu {
    overflow-y: scroll;
    height: 163px;
}
/* ---- Middle Footer ----*/
/*.middle-footer {
    margin: 30px 0px 0px;
    border-top: 1px solid #959595;
    padding-top: 30px;
}*/
.info-section.footerwidgets {
    background: #0f2358;
	text-align: center;

}
.owl-carousel .owl-stage-outer{
	height: auto !important;
}
.info-section ul.owl-stage li.owl-item {
    display: inline-block;
    min-height: auto;
    text-transform: uppercase;
    font-size: 16px;	
    border-right: 1px solid #283f77;
	padding: 20px 0;
}
.copyright.uperfooter {
    
    /*float: left;
    padding: 17px 0px 0px 83px;*/
    padding: 20px 0;
}
.footer-bottom-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
/*ul.footer-iconlink li {
    padding-right: 103px;
}*/
.footer-bottom-title:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 60px;
    height: 3px;
    z-index: 999;
}
.footer-bottom-title:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #959595;
    height: 3px;
    z-index: 99;
}
.middle-footer .widget-area p{
    color: #e6e7e8;
}
.middle-footer .widget-area ul li {
    clear: both;
    display: table;
  text-align: left;
    width: 100%;
}
.middle-footer .widget-area ul li .fa {
    float: left;
    font-size: 14px;
    width: 30px;
    text-align: left;
    line-height: 25px;
    text-indent: 1px;
    color: #e6e7e8;
}
.middle-footer .widget-area ul li a {
    float: left;
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    color: #e6e7e8;
    font-size: 15px;
    text-transform: capitalize;
}
.middle-footer .widget-area ul li a:hover {
    transition: 1s;
}
.footer-tags a {
    color: #e6e7e8;
    margin-right: 15px;
    padding: 5px 9px;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-tags a:hover {
    color: #e6e7e8;
    transition: 1s;
}

/* ---- Bottom footer ------*/
.site-footer.bottom-footer {
    background: #1B2642 !important;
   
        padding: 3px 0px;
}
.copyright {
    /*float: left;
	text-align: center;*/
}
.copyright.lowerfooter {
    /*text-align: center;*/
}
.copyright p{
    color: #fff;
    margin: 0px;
	font-size: 14px;
}
.footer-social-link {
    float: right;
}
.widget-footer-social-icon li {
    display: block;
    margin-left: 15px;
    float: left;
}
.widget-footer-social-icon li a {
    border: 1px solid #bababa;
    display: inline-block;
    height: 33px;
    line-height: 2.3;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
    color: #fff;
}


/*  ------ hover color for solcial links  ---*/

.socialicon .facebook:hover {
    background: #3b5999;
    color: #fff;
    transition: 1s;
}
.top-header .top-header-socialicon .top-header-socialicon .facebook a:hover {
    color: #3b5999;
    transition: 1s;
}
.socialicon .twitter:hover {
    background: #55acee;
    color: #fff;
    transition: 1s;
}
.top-header .top-header-socialicon .top-header-socialicon .twitter a:hover {
    color: #55acee;
    transition: 1s;
}
.socialicon .youtube:hover {
    background: #cd201f;
    color: #fff;
    transition: 1s;
}
.top-header .top-header-socialicon .top-header-socialicon .youtube a:hover {
    color: #cd201f;
    transition: 1s;
}
.socialicon .instagram:hover {
    background: #e4405f;
    color: #fff;
    transition: 1s;
}
.top-header .top-header-socialicon .top-header-socialicon .instagram a:hover {
    color: #e4405f;
    transition: 1s;
}
.socialicon .linkedin:hover {
    background: #0077B5;
    color: #fff;
    transition: 1s;
}
.top-header .top-header-socialicon .top-header-socialicon .linkedin a:hover {
    color: #0077B5;
    transition: 1s;
}



.ample-inner-banner .entry-title,
.ample-inner-banner .page-title
{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/*-- Breadcrumb --*/
.breadcrumbs {
    padding: 3px 0px;
	background: #fff !important;
}
ul.trail-items {
    color: #000 !important;
}
.breadcrumb .trail-items {
    margin-bottom: 0px;
    padding-left: 0px;
}
.breadcrumb .trail-items li a {
    color: #000;
}
.breadcrumb .trail-items li {
    display: inline-block;
    /*margin-right: 20px;*/
}
.breadcrumb .trail-items > .active {
    color: #ff9900;
}

/* --- About us top section ---*/
.aboutus-top  {
    margin-top: 40px;
}
.aboutus-top {
    text-align: center;
}
.elementor-heading-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.half-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #091b6b;
}

/* ---- ample Page ------*/
.single-ample-page {
    background: #f2f9ff;
    /* padding-bottom: 30px; */
}
.single-ample-page #primary {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar {
    width: 30%;
    float: left;
    /*padding-left: 15px;
    padding-right: 15px;*/
}
#primary.content-area,
.sidebar
{
    margin-top: 30px;  
}
.home #primary.content-area {
    margin-top: 0px;
}
.home figure {
    margin: 0em 0;
}
.home .entry-content
{
	margin: 0em 0;
}
article.page,
.sidebar section
{
    margin-bottom: 2em;
    background: #fff;
   /*  border: 1px solid #e1e1e1; 
    padding: 15px;*/
}
@media only screen and (max-width : 991px) {
    .single-ample-page #primary,
    .sidebar
    {
        width: 100%;
    }
	.site-branding {
		width: 81%;
	}
	
}

/* --- siderbar search widger --- */
.widget_search label {
    width: 100%;
    margin-bottom: 15px;
}
.widget_search input[type=search] {
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #e1e1e1;
    height: 36px;
    border-radius: 0;
    width: 100%;
}
.widget_search .search-submit {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px;
    border: none;
    background: #5d5c5c;
}
.widget_search .search-submit:hover {
    transition: 1s;
}
.sidebar .widget {
    margin-top: 0px;
    margin-bottom: 30px;
	background-color: transparent;
}

/* --- sidebar recent post --- */
.sidebar .widget-title {
    font-size: 24px;
    margin: 0px;
    padding-bottom: 10px;
   
    font-weight: 500;
    margin-bottom: 15px;
    color:#555;
}
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_meta ul li
{
    clear: both;
    display: table;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.widget_recent_entries ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_meta ul li:last-child
{
    border-bottom: none;
}
.widget_recent_entries ul li .fa,
.widget_archive ul li .fa,
.widget_categories ul li .fa
{
    float: left;
    font-size: 14px;
    width: 30px;
    text-align: left;
    line-height: 25px;
    text-indent: 1px;
    color: #e6e7e8;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a
{
    float: left;
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    color: #444;
    font-size: 15px;
    text-transform: capitalize;
}
.widget_recent_comments ul li a {
    color: #555555;
    font-size: 15px;
    text-transform: capitalize;
}
.widget_recent_comments ul li a:hover {
    color: #23527c;
    transition: 0.5s;
}
.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover
{
    transition: 1s;
}

/*---- blog Category ----*/
article.post {
    /* margin-bottom: 2em; */
   /*  background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px; */
	    padding: 0px 15px 0px 15px;
}
article.post .entry-header .entry-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
}

article.post .entry-meta {
    margin-top: 15px;
}
article.post .entry-meta .posted-on a,
article.post .entry-meta .posted-by a,
article.post .entry-meta .category-tag a,
article.post .entry-meta .category-tag .fa

{
    font-size: 12px;
    color: #908e8e;
}
article.post .entry-meta .posted-by
{
    margin-right: 15px;
}
article.post .entry-meta .category-tag a {
    margin-right: 5px;
}
.article-readmore {
    color: #0275d8;
}
.two-column-blogcat article.post {
    width: 47%;
    float: left;
    margin: 0px 10px;
}

/* ---- pagination ---*/
.posts-navigation .nav-previous,
.posts-navigation .nav-next
{
    width: auto;
    font-size: 16px;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a
{
    color: #fff;
}
.posts-navigation .nav-previous:hover,
.posts-navigation .nav-next:hover
{
    background: #5d5c5c;
    transition: 1s;
}
.pagination-blog .pagination > li > a:hover {
    color: #fff;
    transition: 1s;
}


/* --- Author Box ---*/
.authorbox {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}
.about-author h3 {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: normal;
    text-transform: uppercase;
}
.author-avatar {
    width: 90px;
    float: left;
}
.author-avatar img {
    border-radius: 50%;
    border: 5px solid #2fa3ad;
}
.author-info {
    margin-left: 115px;

}
.authur-title a {
    font-size: 18px;
}
.authur-title {
    margin-top: 0px;
}
.author-sociallink li {
    display: inline-block;
    margin-right: 15px;
}
.author-sociallink li a{
    font-size: 14px;
    color: #929191;
}


/*--- Related Post ---*/
.related-post .related-item .entry-header .entry-title {
    font-size: 17px;
    line-height: 24px;
}
.ample-widget.related-post {
    margin: 40px 0px 10px;
}
.ample-widget.related-post h3,
.leave-comment h3
{
    font-size: 24px;
    font-weight: 500;
}
.innerpage-team-details .our-team-item {
    margin-bottom: 30px;
}
/*--- Contact Us page ---*/
.contact-page {
    margin-top: 40px;
}
.contact-page-content ul li {
    border-top: 1px solid #d7d7d7;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 15px;
}
.contact-page-content ul li h6 {
    font-size: 16px;
    font-weight: normal;
}
.contact-page-content ul li .fa {
    margin-right: 15px;
}

/* ---- sticky Navagation ----*/
.navbar-fixed-top {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
   /*  background: #fff;
    border-bottom: 1px solid #eee; */
}
.scrollup {
    font-size: 16px;
    border-radius: 100%;
    bottom: 50px;
    color: #ffffff;
    float: right;
    line-height: 1.2;
    padding: 10px 17px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-shadow: 0 0 1px #313131;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}
.scrollup:hover {
    background: #383838;
    color: #fff;
}
.contact-form input[type=text],
.contact-form textarea
{
    border: 1px solid #eee;
    font-size: 12px;
    padding-left: 10px;
    /* margin-right: -15px; */
}
.contact-form input[type=text] {
    width: 97.5%;
}
.contact-form {
    margin-bottom: 40px;
}




/* ----- Customizer color   ----*/

.main-header .site-title a,
.read-more-background:hover,
.service-icon .fa,
.feature-item .feature-item-icon,
.widget-inner-title a:hover,
.our-team-item-content .team-title:hover,
h5.clientname,
.view-more,
.posted-on a:hover,
.posted-by a:hover,
.blog-details .entry-header .entry-title  a:hover,
.leavecomment a,
.main-nav  li:hover > a,
.middle-footer .widget-area ul li a:hover,
.widget-recentpost ul li a:hover,
.widget-archives ul li a:hover,
.widget-categories ul li a:hover,
article.post .entry-header .entry-title a:hover,
article.post .entry-meta .posted-on a:hover,
article.post .entry-meta .posted-by a:hover,
article.post .entry-meta .category-tag a:hover,
.article-readmore:hover,
.authur-title a:hover,
.contact-page-content ul li .fa
{
    color: #2fa3ad;
}

.top-header,
.service-icon div,
.widget-ample-business-theme-counter,
.portfolioFilter .current,
.portfolioFilter a:hover,
.paralex-btn:hover,
.view-more:hover,
.features-slider .owl-theme .owl-controls .owl-page.active span,
.widget-ample-business-theme-testimonial .owl-theme .owl-controls .owl-page.active span,
.read-more-background,
.widget-ample-business-theme-testimonial,
.widget-ample-business-theme-meetbutton,
.footer-tags a:hover,
.ample-inner-banner,
.breadcrumbs,
.widget-search .search-submit:hover,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.pagination-blog .pagination > .active > a,
.pagination-blog .pagination > li > a:hover,
.scrollup
{
    background-color: #2fa3ad;
}

.paralex-btn:hover,
.view-more,
.portfolioFilter a,
.footer-tags a,
.pagination-blog .pagination > .active > a

{
    border: 1px solid #61b9ed;
}
.footer-bottom-title:before  {
    border-bottom: 1px solid #2fa3ad;
}


.main-title .widget-title,
.widget-inner-title a,
.widget-inner-title,
.our-team-item-content .team-title,
.conter-item  .counter-title,
.portfolioFilter a,
.team-digination,
.elementor-heading-title,
article.post .entry-header .entry-title a,
.authur-title a,
.ample-widget.related-post h3,
.contact-page-content ul li h6
{
    color: #555555;
}

/********for social top-header-socialicon ***************/
.top-header-socialicon li {
    display: inline-block;
}
.top-header-socialicon ul li a:before {
    content: "\f0c1";
    font-family: FontAwesome, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    padding: 3px 5px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}
/* for header menu social icon */
.top-header-socialicon ul li a[href*="facebook.com"]:before {
    content: "\f09a";
}
.top-header-socialicon ul li a[href*="twitter.com"]:before {
    content: "\f099";
}
.top-header-socialicon ul li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}
.top-header-socialicon ul li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}
.top-header-socialicon ul li a[href*="youtube.com"]:before {
    content: "\f167";
}
.top-header-socialicon ul li a[href*="dribbble.com"]:before {
    content: "\f17d";
}
.top-header-socialicon ul li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}
.top-header-socialicon ul li a[href*="bitbucket.org"]:before {
    content: "\f171";
}
.top-header-socialicon ul li a[href*="github.com"]:before {
    content: "\f113";
}
.top-header-socialicon ul li a[href*="codepen.io"]:before {
    content: "\f1cb";
}
.top-header-socialicon ul li a[href*="flickr.com"]:before {
    content: "\f16e";
}
.top-header-socialicon ul li a[href$="/feed/"]:before {
    content: "\f09e";
}
.top-header-socialicon ul li a[href*="foursquare.com"]:before {
    content: "\f180";
}
.top-header-socialicon ul li a[href*="instagram.com"]:before {
    content: "\f16d";
}
.top-header-socialicon ul li a[href*="tumblr.com"]:before {
    content: "\f173";
}
.top-header-socialicon ul li a[href*="reddit.com"]:before {
    content: "\f1a1";
}
.top-header-socialicon ul li a[href*="vimeo.com"]:before {
    content: "\f194";
}
.top-header-socialicon ul li a[href*="digg.com"]:before {
    content: "\f1a6";
}
.top-header-socialicon ul li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}
.top-header-socialicon ul li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}
.top-header-socialicon ul li a[href*="delicious.com"]:before {
    content: "\f1a5";
}
.top-header-socialicon ul li a[href*="mailto:"]:before {
    content: "\f0e0";
}
.top-header-socialicon ul li a[href*="skype.com"]:before {
    content: "\f17e";
}

.top-header-socialicon ul li a[href*="dribble.com"]:before {
    content: "\f17d";
}


.top-header-socialicon ul li a{
    line-height: 0;
    font-size: 0;
    color: transparent;
}
/**********end social top-header-socialicon************/
.page-header {

    border-bottom: 0px solid #eee !important;
}

/*for no-sidebar option*/
.no-sidebar .sidebar {
    display: none;
}
.no-sidebar #primary {
    width: 100%;
}
/*for right-sidebar*/
.right-sidebar .single-ample-page #primary {
    float: left;
}
.right-sidebar .sidebar {
    float: left;
}
/*for right-sidebar*/
.left-sidebar .single-ample-page #primary {
    float: right;
}
.left-sidebar .sidebar {
    float: left;
}
/*this missing
.ample-inner-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #000;
    width: 100%;
    padding: 50px 0px !important;
    text-align: left;
}*/
.widget-ample-business-theme-meetbutton, .widget-ample-business-theme-testimonial {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

body {

    font-size: 14px;
}
#wrap {
    margin: 5px 10px;
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    padding: 0;
    position: relative;
}

input[type="text"] {
    color: #555;
}

input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}
.header-search button {
    background: none;
    color: #fff;
    border: transparent;
    padding: 0;
    float: right;
}
.menu-social-link-container {
    float: right;
}

input[type="submit"]:hover {
    opacity: 0.8;
}
.header-search {
    float: right;
}
.scrollup {
    display: none;
}
.header-search .top-search {
    /* display: none; */
    position: absolute;
    left: 0;
    width: 214px;
    top: 38px;
    z-index: 999;
    border: 1px solid #465d9a;
    background: #0f2358;
    padding: 10px;
}
.header-search input {
    width: 80%;
    height: 46px;
    border-radius: 0;
    border: none;
    padding: 5px;
    color: #eee;
    font-size: 14px;
    /* border: 1px solid #0000002e; */
}
.header-search .top-search

{
    display: none;
}
p.search-btn {
    margin-bottom: 0;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 2px;
}

.not-founds {
    text-align: center;
    text-shadow: -2px 2px #61c5ff;
}
.no-results.not-found {
    text-align: center;
}
.no-results.not-found .search-form,
.error404 .content-area .search-form
{
    position: relative;
}
.no-results.not-found input.search-field,
.error404 .content-area .search-form input.search-field
{
    width: 100%;
    position: relative;
    border-radius: 0;
    height: 32px;
}
.no-results.not-found .search-form .search-submit,
.error404 .content-area .search-form .search-submit
{
    position: absolute;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 0;
    background: #5d5c5c;
    color: #fff;
}
.error404 article {
    text-align: center;
}
/*--- comment ---*/
.comments-area .comment-list .comment {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.comments-area .comment article {
    background: #fbfafa;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.comments-area .comment-list li .children {
    padding-left: 20px;
}
ol.comment-list li {
    list-style-type: none;
}
.comments-area .comment-list .children .comment {
    margin-bottom: 0;
}
.comment-author.vcard img {
    width: 51px;
}
.comment-author.vcard .fn {
    padding-left: 15px;
    margin-top: 0;
}
.comment-metadata {
    margin-top: 10px;
}
.comment-form label {
    width: 100%;
}
.comment-form input {
    width: 100%;
}
.comment-form .submit {
    width: auto;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fff;
    background: #222222;
    font-size: 14px;
    margin-top: 15px;
}


tbody {
    color: #fff;
}

/*for Footer section */
#footer-widget h2.widget-title {
    color: #fff;
}
#footer-widget .textwidget p {
    color: #fff;
	    /*text-align: center;*/
	font-size: 14px
}
h2.trail-browse {
    display: none;
}
.site-branding .navbar-brand {
    padding: 15px 0;
}
.main-nav > li > a {
    text-decoration: none;
}
.testimonial-details .whitetext {
    font-size: 16px;
}
.breadcrumb .trail-items li:after {
    content: "\f101";
    font-family: FontAwesome;
    position: relative;
    padding-left: 5px;
    color: #000;
}
.breadcrumb .trail-items li:last-child:after {
    display: none;
}
.breadcrumbs ol.breadcrumb {
    margin-bottom: 0;
}


/*---- Contact form 7 ----*/

.wpcf7 label {
    width: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 100%;
    border-radius: 0;
}
.wpcf7 .wpcf7-submit {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 10px 25px;
    background: #61b9ed;
}
.nav-previous a,
.nav-next a {
    background: #61b9ed;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
}
.below:after {
    content: "\f107 ";
    font-family: FontAwesome;
    position: absolute;
    padding-left: 5px;
    color: #fff;
	top:3px;
}
.sub-menu a {
    font-size: 12px ;
}
.nav-previous a:hover {
    background: #049ef9;
    color: #fff;
    transition: 0.5s;
}
.nav-next a:hover {
    background: #049ef9;
    color: #fff;
    transition: 0.5s;
}

.main-header1 {
    background:#273D76;
}
input#search::placeholder {
    color: #fff;
}
input#search:focus{
	border: none;
	box-shadow: none;
	outline: none;
}
/*Make sure select elements fit in widgets.*/
.widget select {
    max-width: 100%;
}

.widget-area .container {
    max-width: 100%;
}
#secondary .col-xs-12.col-sm-4.text-left {
    width: 100%;
}
#secondary section#business_epic-recent-post-widget-4 {
    border: 0;
    padding: 0;
}

#secondary section.widget.widget-ample-business-theme-ourteam {
    border: none;
    padding:0;
}
#secondary  .col-xs-12.col-sm-4 {
    width: 100%;
}
#secondary section#business-epic-our-work-widget-9 {
    border: 0;
    padding: 0;
}
#secondary section#business_epic-info-widget-4 {
    background-color: #444444;
}
#secondary .col-xs-12.col-sm-6.col-md-4 {
    width: 100%;
}
#secondary section#ample-business-theme-service {
    border: 0;
    padding: 0;
}
#secondary section#business-testimonials-widget-3 {
    border: 0;
    padding: 0;
}

#secondary section#ample-business-theme-meetbutton {
    border: 0;
    padding:0;
}
.sidebar .widget-ample-business-theme-meetbutton .paralex-btn {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
.sidebar .widget-ample-business-theme-meetbutton .meet-counter-button {
    text-align: center;
    padding: 0 20px;
}
/*for search in sidebar*/
#secondary form .top-search {
    padding: 0px 0px 0px 21px;
}
#secondary button {
    padding: 3px;
    margin-left: -20px;
}

/*footer section color text*/

/*============= lastes update ==================*/
/* ==================for sidebar calander widgets============================ */
td {
    color: #444;
	    padding: 1%;
}
.footerwidgets caption {
    color: #fff;
}
.footerwidgets th {
    color: #fff;
}
.footerwidgets td {
    color: #fff;
}
/* .footerwidgets li {
    color: #fff;
} */
.footerwidgets li {
    color: #fff;
    margin: 0;
    text-align: center;
    display: inline-block;
    padding: 0px 0px 0 0;
}


.row.footerwidgets ul li:last-child a {
    border: none;
}
.footermenu {
    /*padding-left: 84px;*/
}
.footerwidgets button {
    padding: 3px;
    margin-left: -20px;
}

.main-header.navbar-fixed-top .container {/* 
    margin-top: 23px; */
}
/*footer sections margine*/
.info-section {
    /* margin: 36px; */
	margin: 0px;
}
.info-section td {
    COLOR: #FFF;
}
.info-section th {
    color: #fff;
}
.info-section caption {
    color: #fff;
}
/*for footer info widgets */
.info-section.footerwidgets li a{
   color: #8dabf5 !important;
}

a:hover, a:active,a.current,a:focus {
    text-decoration: none !important;
}

#sidebar-primary form.top-search {
    margin-left: 35px;
}

@media only screen
and (min-device-width : 1024px)
and (max-device-width : 1366px) { #sidebar-primary form.top-search {
    margin-left: 20px;
}

/*.site-branding {
    width: 35% !important;
   
}
.search-option {
    width: 64% !important;

}*/
}

@media only screen
and (max-device-width : 1024px) {
    #secondary button {
        display: none;
    }

.site-branding {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
	    position: relative;
}
.search-option {
    width: 100%;
    display: inline-block;
    text-align: center;
	    position: relative;
}
.firstcol.wpb_column.vc_column_container.vc_col-sm-5 {
    margin-left: 17px;
}
.firstcol.wpb_column.vc_column_container.vc_col-sm-3 {
    margin-left: 17px;
}

 .mobile-link p{
font-size: 12px;
    line-height: 15px;
}
.news-slider li {
   
    font-size: 12px;
}
.gridbox.wpb_column.vc_column_container.vc_col-sm-6 {
     
    margin-top: 24px;
}

.box {
	
    margin: 10px;
}
.top-header {
    
   position: relative;
   /* height: 97px !important;*/
}

.hentry .vc_row.wpb_row.vc_row-fluid.top-bar
{
	       padding-bottom: 26px;
	
}
ul.footer-iconlink li {
     padding-right: 0px; 
}
ul.footer-iconlink {
    padding-bottom: 18px;
}
.wpb_single_image.wpb_content_element.vc_align_center.mlink img {
    height: 51px;
    width: 210px;
}
	}


/*search section */
aside#sidebar-primary input#search {
    width: 223px;
    height: 40px;
}

#secondary button {
    padding: 8px;
    padding-bottom: 14px;
    padding-right: 13px;
    margin-left: -41px;
    margin-top: 0;
}
#secondary i.fa.fa-search {
    font-size: 17px;
}
.vc_tta-panel.vc_active .vc_tta-panel-title.vc_tta-controls-icon-position-left {
    background: #c1d2e2;
}
.vistors #mvcwid {
    display: inline-block;
    width: auto;
}
.vistors {
	color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
