/*!
Theme Name: eltech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eltech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

eltech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


@font-face {
font-family: 'SOURCESANSPROREGULAR_0';
src: url('fonts/SOURCESANSPROREGULAR_0.eot');
src: url('fonts/SOURCESANSPROREGULAR_0.eot') format('embedded-opentype'),
     url('fonts/SOURCESANSPROREGULAR_0.woff2') format('woff2'),
     url('fonts/SOURCESANSPROREGULAR_0.woff') format('woff'),
     url('fonts/SOURCESANSPROREGULAR_0.ttf') format('truetype'),
     url('fonts/SOURCESANSPROREGULAR_0.svg#SOURCESANSPROREGULAR_0') format('svg');
}
@font-face {
font-family: 'SOURCESANSPROSEMIBOLD_0';
src: url('fonts/SOURCESANSPROSEMIBOLD_0.eot');
src: url('fonts/SOURCESANSPROSEMIBOLD_0.eot') format('embedded-opentype'),
     url('fonts/SOURCESANSPROSEMIBOLD_0.woff2') format('woff2'),
     url('fonts/SOURCESANSPROSEMIBOLD_0.woff') format('woff'),
     url('fonts/SOURCESANSPROSEMIBOLD_0.ttf') format('truetype'),
     url('fonts/SOURCESANSPROSEMIBOLD_0.svg#SOURCESANSPROSEMIBOLD_0') format('svg');
}
@font-face {
font-family: 'SOURCESANSPROLIGHT_0';
src: url('fonts/SOURCESANSPROLIGHT_0.eot');
src: url('fonts/SOURCESANSPROLIGHT_0.eot') format('embedded-opentype'),
     url('fonts/SOURCESANSPROLIGHT_0.woff2') format('woff2'),
     url('fonts/SOURCESANSPROLIGHT_0.woff') format('woff'),
     url('fonts/SOURCESANSPROLIGHT_0.ttf') format('truetype'),
     url('fonts/SOURCESANSPROLIGHT_0.svg#SOURCESANSPROLIGHT_0') format('svg');
}


/**************************/

.container{
	max-width: 1418px;
	width: 100%;
}

a,button,input,textarea,select{
	outline: none;
}
a:focus,button:focus,input:focus,textarea:focus,select:focus{
	outline: none;
	box-shadow: none !important;
}
.form-control:focus{
	border-color: #ccc;
    box-shadow: none;
}

/***************Header**************/

header.site-header {
    background: #000000;
}
.user-sec {
    display: inline-block;
}
.user-logout {
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 0;
    position: relative;
}
.header-lft {
    display: inline-block;
    margin: 0 27% 0 0;
}
.header-logo {
    display: inline-block;
    margin: 0 0 0 28%;
}
.hdr-job-sec {
    text-align: center;
    margin: 0 0 35px;
}
.header-sec .row {
    align-items: center;
}
.user-sec:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #01e932;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0 6px 0px 15px;
}
.user-logout a {
    font-size: 22.21px;
    color: #fff;
    font-family: 'SOURCESANSPROREGULAR_0';
    text-decoration: none;
    display: block;
    margin: 6px 0 0 0;
}
.user-logout a:after{
	content: '\f107';
	display: inline-block;
	font-family: FontAwesome;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 0 10px;
}
.hdr-job-sec a {
    display: inline-block;
    width: 175px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 19px;
    color: #fff;
    font-family: 'SOURCESANSPROREGULAR_0';
    text-transform: uppercase;
    text-decoration: none;
    background: #f39f18;
    letter-spacing: 1px;
}
.hdr-job-sec a:before {
    content: '';
    background: url(images/job-bfr-plus.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 -5px;
}
.logout-btn {
    position: absolute;
    top: 30px;
    background: rgba(255,255,255,0.99);
    right: 18px;
    padding: 30px 0px;
    text-align: center;
    width: 190px;
    box-shadow: 0px 0px 4px 0px #ccc;
    transform: translate(50%, 19.5%);
    z-index: 1
}
.logout-btn button {
    display: inline-block;
    width: 130px;
    height: 45px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-family: 'SOURCESANSPROREGULAR_0';
    text-transform: uppercase;
    text-decoration: none;
    background: #ec1620;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.logout-btn button:hover{
	background: #f39f18;
}
.user-logout a.current:after{
	content: '\f107';
}
.user-logout a.current:after {
    content: '\f107';
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.dashboard-sec {
    padding: 93px 8.55% 55px;
}
.dashboard-sec h2{
	font-size: 33px;
	color: #000;
	font-family: 'SOURCESANSPROSEMIBOLD_0';
	text-align: center;
	margin: 0 0 25px;
}
.dashboard-sec table, .dashboard-sec table th, .dashboard-sec table td {
    border: 1px solid #cecece;
    border-collapse: collapse;
    text-align: center;
}
.dashboard-sec table th{
	background: #ec1620;
    font-size: 20px;
    color: #fff;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    text-transform: uppercase;
    font-weight: normal;
    padding: 13px 0px;
    border-bottom: 0px;
}
.dashboard-sec table td {
    width: 7%;
    padding: 14px 0px;
    font-size: 18px;
    color: #000;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
}
.dashboard-sec table td a{
	font-size: 18px;
	color: #000;
	font-family: 'SOURCESANSPROSEMIBOLD_0';
	text-transform: capitalize;
	text-decoration: none;
}
.dashboard-sec table td a.dasbrd-edit:after {
    content: '';
    width: 1px;
    height: 20px;
    display: inline-block;
    background: #bdbdbd;
    box-shadow: -1px 0px 0px 0px #f6f6f6;
    vertical-align: middle;
    margin: 0 18px 0;
}
.dashboard-sec table td a.dasbrd-download{
	color: #f39f18;
}

/***************Home****************/

.home header.site-header {
    display: none;
}
.home-bg-sec {
    background: url(images/gradient-bg.jpg) no-repeat;
    padding: 12.3% 0 9.33%;
    background-size: cover;
}
.home-bg-sec .hm-login-form {
    background: #fff;
    margin: 0 25.577%;
    text-align: center;
    position: relative;
    padding: 89px 103px 105px;
}
.loginusr-icn {
    display: block;
    width: 88px;
    height: 88px;
    background: #d7d7d7;
    line-height: 100px;
    border-radius: 50px;
    margin: -44px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.loginusr-icn i.fa.fa-user{
	font-size: 40px;
	color: #fff;
}
.hm-login-form form p {
    margin: 0 0 21px;
}
.hm-login-form form input {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 35px;
    padding: 16px 25px;
    color: #000;
    font-size: 18px;
    font-family: 'SOURCESANSPROREGULAR_0';
}
.hm-login-form form .login-username label,
.hm-login-form form .login-password label{
	display: none;
}
.home-bg-sec .hm-login-form img {
    margin: 0 0 16px;
}
.hm-login-form form input::-webkit-input-placeholder {color: #b8b8b8;}
.hm-login-form form input::-moz-placeholder {color: #b8b8b8;}
.hm-login-form form input:-ms-input-placeholder {color: #b8b8b8;}
.hm-login-form form input:-moz-placeholder {color: #b8b8b8;}

.hm-login-form form p.login-remember {
    text-align: left;
    margin: -2px 0 27px 25px;
}
.hm-login-form form p.login-remember input[type=checkbox] {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    appearance: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    margin: 0px 7px -5px 0px;
}
.hm-login-form form p.login-remember input[type=checkbox]:checked::before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 6.9px;
}
.hm-login-form form p.login-remember label {
    font-size: 18px;
    color: #a3a3a3;
    font-family: 'SOURCESANSPROREGULAR_0';
}
.hm-login-form form input[type="submit"]{
	font-size: 20px;
	color: #fff;
	font-family: 'SOURCESANSPROREGULAR_0';
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ec1a23;
	border: none;
	padding: 21px 0px;
	cursor: pointer;
	transition: 0.3s;
    -webkit-transition: 0.3s;
}
.hm-login-form form input[type="submit"]:hover{
	background: #f39f18;
}
.home-bg-sec .hm-login-form a {
    float: right;
    font-size: 18px;
    color: #ec1a23;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    line-height: 13px;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.home-bg-sec .hm-login-form a:hover{
	color: #f39f18;
}

/******************Before-Job-Type******************/

.job-typ-before {
    box-shadow: 0px 0px 10px 6px #f6f6f6;
    margin: 7.5% 17%;
    border-radius: 8px;
    padding: 4.5% 8.5% 6%;
}
.job-typ-before .row .col-12 {
    margin: 0 0 25px;
}
.job-typ-before form select{
	border: 1px solid #b8b8b8;
	width: 100%;
	font-size: 17px;
	color: #626262;
	font-family: 'SOURCESANSPROREGULAR_0';
	padding: 14px 27px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(images/sselect-down-arw.png) no-repeat 96% center;
}
.job-typ-before form input {
    border: 1px solid #b8b8b8;
    width: 100%;
    font-size: 17px;
    font-family: 'SOURCESANSPROREGULAR_0';
    padding: 14px 27px;
    border-radius: 10px;
}
.job-typ-before form textarea{
	border: 1px solid #b8b8b8;
    width: 100%;
    font-size: 17px;
    font-family: 'SOURCESANSPROREGULAR_0';
    padding: 14px 27px;
    border-radius: 10px;
	height: 146px;
	resize: none;
	display: block;
}

.job-typ-before form input::-webkit-input-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}
.job-typ-before form input::-moz-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}
.job-typ-before form input:-ms-input-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}
.job-typ-before form input:-moz-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}

.job-typ-before form textarea::-webkit-input-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}
.job-typ-before form textarea::-moz-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}
.job-typ-before form textarea:-ms-input-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}
.job-typ-before form textarea:-moz-placeholder {color:#626262; transition: 0.3s; -webkit-transition: 0.3s;}

.job-typ-before form input:focus::placeholder { color: transparent; }
.job-typ-before form textarea:focus::placeholder { color: transparent; }

.job-typ-before form label {
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    width: 100%;
    line-height: 12px;
    margin: 0 0 21px 11px;
    display: block;
}
.job-typ-before form select.job-tym {
    display: inline-block;
    width: 50%;
}
.to-text {
    display: inline-block;
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROREGULAR_0';
    margin: 0 9.7px;
    line-height: 55px;
}
.job-typ-before .col-12.job-time select {
    display: inline-block;
    width: 46.5%;
    background-position: 92% center;
}
.job-typ-before .col-12.travel-time select{
	display: inline-block;
    width: 46.5%;
    background-position: 92% center;
}
.job-typ-before form input[type="submit"] {
    background: #c8c8c8;
    border: 1px solid #c8c8c8;
    height: 59px;
    font-size: 20px;
    color: #a3a3a3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 0;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.job-typ-before form input[type="submit"]:hover{
	background: #ec1a23;
	border: 1px solid #ec1a23;
	color: #fff;
}
.job-typ-before .row #electrical,
.job-typ-before .row #fire,
.job-typ-before .row #quarterly{
    margin: 0;
}
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select{
	border: 1px solid #b8b8b8;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label{
	font-size: 17px;
    color: #000;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
}
div.dataTables_wrapper div.dataTables_info{
	font-size: 17px;
    color: #000;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
}
.page-template-edit_jobs .job-typ-before span {
    color: #006400 !important;
    display: inline-block;
    margin: 0 6px 18px 0px;
    text-shadow: 0px 0px 0px;
}
.page-template-edit_jobs .job-typ-before a {
    color: #f39f18;
    text-shadow: 0px 0px 0px;
}
.job-typ-before > h2 {
    font-size: 32px;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    width: 100%;
    line-height: 0;
    margin: 0 0 45px 0px;
    display: block;
    text-transform: uppercase;
    color: #f39f18;
    text-align: center;
}

/***************After-Selecting-Job-Type-1***************/

.job-typ-before .radio-select > span {
    display: inline-block;
    margin: 0 9px 0 0;
}
.job-typ-before .radio-select span label input {
    width: auto;
}
.job-typ-before .radio-select span label span {
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROREGULAR_0';
}
.job-typ-before .radio-select span label input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #3b3b3b;
    border-radius: 50px;
    appearance: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    margin: -8px 7px -5px 0px;
    vertical-align: middle;
}
.job-typ-before .radio-select span label input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 5px solid #f39f18;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 50px;
}
.job-typ-before .radio-select > span label {
    margin: 0px 0 16px 10px;
}
.job-typ-before .radio-select textarea {
    height: 97px;
}
.job-typ-before .radio-select > p {
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROREGULAR_0';
    margin: 18px 0 8px 10px;
}

/***************After-Selecting-Job-Type-2***************/

.job-typ-before #fire .radio-select > span {
    margin: 0 9.4px 0 0;
}
.job-typ-before .radio-select > span label > p {
    display: inline-block;
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROREGULAR_0';
    margin: 0 0 0 27px;
}
.job-btm-contact {
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    display: block;
    margin: 16px 0 -10px;
}
.job-btm-contact a{
	color: #000;
	transition: 0.3s;
    -webkit-transition: 0.3s;
}
.job-btm-contact a:hover{
	color: #f39f18;
}
.job-typ-before .row .fire-field-sec {
    margin: 0 0 10px;
}
.quarterly-peragraph p {
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROREGULAR_0';
    margin: 0 0 0 5px;
    line-height: 34px;
}
.job-typ-before .row .col-12.travel-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job-typ-before .row .col-12.job-time{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dataTables_paginate ul.pagination {display: block;}
.dataTables_paginate ul.pagination li.paginate_button {
    border: none;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}
.dataTables_paginate ul.pagination li.paginate_button a {
    display: block;
    height: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    padding: 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 0;
}
.dataTables_paginate ul.pagination li.paginate_button a:hover{
	background: transparent;
	border: 1px solid #f39f18;
}
.dataTables_paginate ul.pagination li.paginate_button.active a {
    background: transparent;
    color: #000;
    height: 100%;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    border: 1px solid #f39f18;
}
.dataTables_paginate ul.pagination li.paginate_button.previous a, 
.dataTables_paginate ul.pagination li.paginate_button.next a {
    font-size: 0px;
}

.dataTables_paginate ul.pagination li.paginate_button.next a:after {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    color: #000;
    font-size: 17px;
    text-shadow: 0 0 0px;
}
.dataTables_paginate ul.pagination li.paginate_button.previous a:after {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    color: #000;
    font-size: 17px;
    text-shadow: 0 0 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.signature-pad{
	border: 1px solid #b8b8b8;
    /*width: 100%;*/
    font-size: 17px;
    font-family: 'SOURCESANSPROREGULAR_0';
    padding: 14px 27px;
    border-radius: 10px;
    height: 146px;
    resize: none;
    display: block;
    margin: 0 0 25px;
}
.job-typ-before form img#sign_prev {
    border: 1px solid #ccc;
    margin: 18px auto 0;
    display: block;
}
#electrical, #fire, #quarterly { display: none; }

.all_questions .row {
    margin: 0;
}
.all_questions .row .col-12 {
    padding: 0;
}
.all_questions{
	padding: 0 15px;
}
.heading_fields p{
	font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROSEMIBOLD_0';
    width: 100%;
    line-height: 25px;
    margin: 0 0 21px 11px;
    display: block;
}
.heading_fields p a{
	color: #000;
}
.job-typ-before .all_questions .radio-select label {
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROREGULAR_0';
    margin: 9px 0 12px 10px;
    line-height: 22px;
}
.all_questions .radio-select + .col-12 + .heading_fields p {
    font-size: 19px;
    color: #000;
    font-family: 'SOURCESANSPROREGULAR_0';
    margin: 0 0 26px 5px;
    line-height: 34px;
}
.all_questions .row .col-12 input#click {
    background: #c8c8c8;
    border: 1px solid #c8c8c8;
    height: 50px;
    font-size: 20px;
    color: #a3a3a3;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 245px;
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
}
.all_questions .row .col-12 input#reset {
    background: #c8c8c8;
    border: 1px solid #c8c8c8;
    height: 50px;
    font-size: 20px;
    color: #a3a3a3;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 245px;
    display: inline-block;
    margin: 0 0 0 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
}
.all_questions .row .col-12 input#click:hover,
.all_questions .row .col-12 input#reset:hover{
	background: #f39f18;
    border: 1px solid #f39f18;
    color: #fff;
}
.header-sec {
    padding: 10px 0;
    text-align: center;
}


/*******************Responsive******************/

@media screen and (max-width: 479px){

/*************************************/

.user-sec img{width: 35px;}
.user-sec:after{width: 10px; height: 10px; margin: -2px 0px 0px 2px;}
.user-logout a{font-size: 14.5px !important;}
.user-logout a:after{font-size: 15px !important; margin: 0 0 0 6px;}
.header-lft{margin: 0px !important;}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin: 15px 0; justify-content: center;}
div.table-responsive>div.dataTables_wrapper>div.row{justify-content: space-between;}
.header-sec{text-align: left;}
.header-logo{float: right; padding: 0; width: 120px; margin: 0 !important;}
.header-sec .row .hdr-job-sec {margin: 0;}
.hdr-job-sec a{height: 40px !important; line-height: 40px !important; font-size: 15.5px !important;}
.hdr-job-sec a:before{margin: 0px 2px 0 0px !important; background-size: 15px auto !important;}
.header-sec .row{justify-content: space-between;}
.user-sec img {width: 33px !important; height: 33px !important;}

/***************Dashboard**************/

div.table-responsive>div.dataTables_wrapper>div.row .col-sm-12.col-md-6:first-child{width: 54% !important; max-width: max-content; padding-right: 0;}
div.table-responsive>div.dataTables_wrapper>div.row .col-sm-12.col-md-6:last-child{width: 48% !important; max-width: max-content; padding-left: 0;}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label{font-size: 14px;}
div.dataTables_wrapper div.dataTables_filter input{width: 60%;}
div.dataTables_wrapper div.dataTables_filter label{text-align: right;}
.dataTables_paginate ul.pagination li.paginate_button{width: 39px; height: 39px;}
.dataTables_paginate ul.pagination li.paginate_button a{line-height: 38px;}
.dataTables_paginate ul.pagination li.paginate_button.active a{line-height: 39px;}
.all_questions .row .col-12 input#reset{width: 25% !important; font-size: 16.5px !important; margin: 0;}
.all_questions .row .col-12 input#click {width: 172px !important; font-size: 16.5px !important;}


}

@media screen and (max-width: 767px){

/****************Login*****************/

.home-bg-sec{padding: 20.3% 0 15.33%;}
.home-bg-sec .hm-login-form{margin: 0; padding: 70px 20px 60px;}
.loginusr-icn{width: 80px; height: 80px; line-height: 92px; margin: -38px auto 0;}
.home-bg-sec .hm-login-form img {width: 225px;}
.hm-login-form form input{padding: 12px 25px;}
.hm-login-form form p.login-remember input[type=checkbox]{width: 19px; height: 19px;}
.hm-login-form form input[type="submit"]{padding: 15px 0px;}
.loginusr-icn i.fa.fa-user{font-size: 36px;}
.dashboard-sec h2{font-size: 28px;}
.header-lft{margin: 0 10% 0 0;}
.header-logo{margin: 0 0 0 10%;}

/****************Header***************/

/*.header-sec .row{justify-content: space-between;}*/
.header-sec {padding: 8px 0 8px;}
.logout-btn{transform: translate(68%, 17.5%); top: 15px;}
.user-logout a{font-size: 16px;}
.user-logout a:after{font-size: 16px; margin: 0 0 0 6px;}
.user-sec img{width: 40px; height: 40px;}
.user-sec:after{width: 12px; height: 12px; margin: 0 3px 0px 3px;}
.hdr-job-sec a{width: 130px; height: 45px; line-height: 45px; font-size: 17px;}
.hdr-job-sec a:before{margin: 0px 2px 0 0px; background-size: 16px auto;}
/*.hdr-job-sec {-ms-flex: 0 0 29%; flex: 0 0 29%; max-width: 29%;}*/


/*****************Job-Type*************/

.job-typ-before{margin: 7.5% 2%; padding: 7% 7%;}
.job-typ-before form select{padding: 11px 25px;}
.job-typ-before form input{padding: 11px 25px;}
.job-typ-before .row .col-12 {margin: 0 0 20px;}
.job-typ-before form textarea{height: 125px;}
.job-typ-before .col-12.travel-time select,
.job-typ-before .col-12.job-time select{width: 42%;}
.to-text{margin: 0 5px;}
.job-typ-before form input[type="submit"]{height: 52px; margin: 20px 0 0;}
/*.job-typ-before form .row {justify-content: center;}*/
.job-typ-before form label{font-size: 18px; line-height: 22px;}
.job-typ-before .radio-select > p{font-size: 18px; margin: 18px 0 12px 10px;}
.job-typ-before .radio-select > span label > p{font-size: 18px; margin: 0 0 0 15px; display: inline;}
.quarterly-peragraph p{font-size: 18px; line-height: 30px;}

/***************Dashboard**************/

.dashboard-sec { padding: 35px 0% 35px;}
.table-responsive{white-space: nowrap;}
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting{padding-left: 18px;}
.dashboard-sec table td{padding: 10px 18px; font-size: 17px;}
div.table-responsive>div.dataTables_wrapper>div.row{justify-content: space-between;}
div.table-responsive>div.dataTables_wrapper>div.row .col-sm-12.col-md-6:first-child{width: auto; -ms-flex: 0 0 initial; flex: 0 0 auto; max-width: max-content;}
div.table-responsive>div.dataTables_wrapper>div.row .col-sm-12.col-md-6:last-child{width: auto; -ms-flex: 0 0 initial; flex: 0 0 auto; max-width: max-content;}
div.table-responsive>div.dataTables_wrapper>div.row .col-sm-12.col-md-7{padding-left: 0px;}
div.dataTables_wrapper div.dataTables_info{padding-bottom: 15px;}
.dashboard-sec table th{padding: 9px 0px; font-size: 17px;}
.all_questions .row .col-12 input#reset{width: 150px; font-size: 19px;}
.all_questions .row .col-12 input#click{width: 208px; font-size: 19px;}
.dashboard-sec .dataTables_wrapper .row .col-sm-12.col-md-6 {width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
div.dataTables_wrapper div.dataTables_length{text-align: left;}
div.dataTables_wrapper div.dataTables_filter{text-align: right;}

}

@media (max-width: 991px) and (min-width: 768px){

/****************Login*****************/

.home-bg-sec .hm-login-form{margin: 0 22.577%; padding: 80px 40px 80px;}
.home-bg-sec .hm-login-form img{width: 255px;}	
.header-lft{margin: 0 0 0 3%; float: left;}
.header-logo { display: block; margin: 0 auto;}

/*****************Job-Type*************/

.job-typ-before{margin: 7.5% 15%; padding: 6% 7%;}
.job-typ-before .col-12.travel-time select,
.job-typ-before .col-12.job-time select{width: 44.5%;}
.job-typ-before .radio-select > span label > p{display: inline; line-height: 25px;}

/****************Dashboard****************/

.dashboard-sec table td{padding: 12px 18px; font-size: 17px;}
.dashboard-sec table th{font-size: 18px; padding: 11px 0px;} 
.dashboard-sec table td a{font-size: 17px;}
.dashboard-sec {padding: 50px 4% 50px;}
.all_questions .row .col-12 input#click{width: 210px; font-size: 19px;}
.all_questions .row .col-12 input#reset{width: 175px; font-size: 19px;}
.table-responsive{white-space: nowrap;}

}
@media (max-width: 1199px) and (min-width: 992px){

/*****************Job-Type*************/

.job-typ-before .col-12.travel-time select,
.job-typ-before .col-12.job-time select{width: 45.5%;}
.header-lft{margin: 0 22% 0 0;}
.header-logo{margin: 0 0 0 22%;}

/****************Dashboard****************/

.dashboard-sec {padding: 55px 7.55% 55px;}
.all_questions .row .col-12 input#reset{width: 216px;}
.table-responsive{white-space: nowrap;}
.dashboard-sec table td{padding: 14px 16px;}

}

@media (max-width: 1400px) and (min-width: 1200px){

/****************Dashboard****************/

.dashboard-sec {padding: 75px 8.55% 55px;}
.header-lft{margin: 0 25% 0 0;}
.header-logo{margin: 0 0 0 25%;}
.table-responsive{white-space: nowrap;}
.dashboard-sec table td{padding: 14px 16px;}

}