/*!
Theme Name: Himachal DIT
Theme URI: https://netgen.in/
Author: Netgen IT Solutions pvt ltd
Author URI: https://netgen.in/
Description: Website design for DIT, H.P Govt
Version: 1.0.0
Text Domain: himachaldit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
p {
    text-align: justify;
}
 a.read_btn {
    background: #f68f40;
    margin-top: 20px !important;
    padding: 10px;
    color: #fff;
    position: relative;
    top: 18px;
}

a.read_btn:hover {
    color: #fff !important;
}
img { max-width: 100%; height: auto }
ul.accord label {
    display: none;
}
 html {
 	line-height: 1.15; /* 1 */
 	-webkit-text-size-adjust: 100%; /* 2 */
 }



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

/**
 * Remove the margin in all browsers.
 */

 body {
 	margin: 0;
	 }

/**
 * 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; /* 1 */
 	height: 0; /* 1 */
 	overflow: visible; /* 2 */
 }

/**
 * 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; /* 1 */
 	font-size: 1em; /* 2 */
 }

/* 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; /* 1 */
 	text-decoration: underline; /* 2 */
 	text-decoration: underline dotted; /* 2 */
 }

/**
 * 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; /* 1 */
 	font-size: 1em; /* 2 */
 }

/**
 * 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; /* 1 */
 	font-size: 100%; /* 1 */
 	line-height: 1.15; /* 1 */
 	margin: 0; /* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
 	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; /* 1 */
 	color: inherit; /* 2 */
 	display: table; /* 1 */
 	max-width: 100%; /* 1 */
 	padding: 0; /* 3 */
 	white-space: normal; /* 1 */
 }

/**
 * 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; /* 1 */
 	padding: 0; /* 2 */
 }

/**
 * 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; /* 1 */
 	outline-offset: -2px; /* 2 */
 }

/**
 * 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; /* 1 */
 	font: inherit; /* 2 */
 }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	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%;
}
/*----Footer-----*/


.site-info {
	text-align: center;
	margin-top: 10px;
	line-height: 22px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
.widget-area{    background: #eceef073;
	padding: 25px;
	border: 1px solid #e9e9e9;}
	*,
	*:before,
	*:after {
		/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
		box-sizing: inherit;
	}

	body {
    background: #fff;
    font-size: 16px;
}

	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin-bottom: 1.5em;
	}

	ul, ol {
		margin: 0 0 1.5em 0em;
	}
	li{margin-bottom:5px}
	ul {
		list-style: disc;
	}

	ol {
		list-style: decimal;
	}

	li > ul,
	li > ol {
		margin-bottom: 0px;
		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"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.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: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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

/*a:visited {
	color: #d49b5d;
}*/
a:hover {
	color: #e4cf91 !important;

}
a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: white;
}

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

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

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

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

.main-navigation li {
	float: left;
	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: 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 {
	border: 0;
    /* clip: rect(1px, 1px, 1px, 1px); */
    /* clip-path: inset(50%); */
    height: 1px;
    margin: -1px;
    /* overflow: hidden; */
    padding: 0;
    position: absolute !important;
    /* width: 7px; */
    word-wrap: normal !important;
    top: 10px;
    left: 114px;
    font-size: 16px;
}
.screen-reader-text:hover {
    color: #fff !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: 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;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
	/*	margin-bottom: 35px;*/
}

.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;
}
.navbar ul li:hover > ul,
ul li:focus-within > ul, /* this is the line we add */
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
h1,h2,h3,h4,h5,h6,p{
visibility: visible;
  opacity: 1;
  display: block;
}

/*--------------------------------------------------------------
## 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,
.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%;
}

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

.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;
}
.Sicons i.fa {
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    border-radius: 18px;
    font-size: 15px;
}

/* Carousel Styles 
.carousel-indicators .active {
	background-color: #2980b9;
}

.carousel-inner img {
	width: 100%;
	max-height: 460px
}

.carousel-control {
	width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}*/
/*--------------------------------------------------------------
##custom HOme Css
--------------------------------------------------------------*/

/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}

.header-text h2 {
	font-size: 40px;
}

.header-text h2 span {
	background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}

.btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}


h1.entry-title {
	padding: 20px 0px;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}
table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}
ul.listtype {
	list-style-type: none !important;
}
section{padding: 30px 0px;margin: 10px 0px;}
/*--------------------------------------------------------------
##custom Footer Css
--------------------------------------------------------------*/
.Footer_Bottom {
	background: #ed8f32;
	padding: 20px 10px 20px 10px;
	font-size: 13px;
	color: #f5f5f5;
	display: flex;
}
hr.linestyle {
	border-top: 1px solid rgb(86, 81, 81);
}


.widget_foo h5{
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	margin: 0 0 15px;
	letter-spacing: 1px;
}
.contact-info-item {
	margin-bottom: 10px;
}
.contact-info-item .contact-text {
	display: block;
	float: left;
	width: 30px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 2px;
	position: relative;
}
.contact-info-item .contact-text i {
	font-size: 16px;
}
.contact-info-item .contact-value {
	display: block;
	margin-left: 35px;
}
.fotermenu{padding-left:0px;margin: 0 0 0.5em 1em;color: whitesmoke;}
.fotermenu li{padding-bottom:7px}
.fotermenu li a{color: whitesmoke;}
.entry-header{background: #adb5bd3b;}

.entry-header.report{background: #adb5bd00;}
/*--------------------------------------------------------------
##first section Css
--------------------------------------------------------------*/
.elementor-element{
	margin-top: -125px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.elementor-column{
	position: relative;
	min-height: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
}
.elementor-column {
	width: 33.333%;
}
.elementor-section{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.elementor-icon-box-icon {
	margin-left: 15px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: absolute;
	right: 25px;
}
.elementor-icon {
	color: #ffffff;
	border-color: #ffffff;
	font-size:70px;
}
.elementor-widget-container {
	padding: 32px 30px 35px 30px;
	color: white;
}
.elementor-icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-align: center;
}
.elementor-icon-box-wrapper {
	text-align: left;
}
.elementor-icon i:before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.elementor-icon-box-content{width: 70%;}
.elementor-icon-box-title{font-weight:900;color:white}
.green{background-color: #10c45c;}
.orange{background-color: #ed8f31;
}
.blue{background-color: #307ad5;}
.service {
    background: #f5f5f5;
    padding: 60px;
}
.elementor-col-20 {
	width: 20%;
	float: left;
	padding: 15px;
	text-align: center;
}
.elementor-icon{padding: 10px;}
.lightblue{background:#1ec1d9;}
.red{background:#bc294e;}
.pink{background:#d94da6;}
.icon-box-title{font-size:15px;}
.icons{font-size:60px;}
.elementor-column-wrap{border-radius:3px}
.post-title{
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}
.post-title a{color: #555;}
.recent-news-meta {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0 6px;
	margin-bottom: 15px;
	color: #555;
}
.recent-news-meta span {
	margin-right: 10px;
	font-size: 13px;
}
.recent-news-meta span i {
	color: #ffb606;
	margin-right: 5px;
}
.btn-readmore {
	border: 1px solid #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #555;
	line-height: 1.25;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	margin-top: 14px;
	padding: 10px 10px;
}
.btn-readmore:hover{
	border: 1px solid #125787;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #125787 !important;
	
}
.elementor-heading-title{
	display: block;
	width: 100%;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 15px;
}

h2.elementor-heading-title:after {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffb606;
	width: 50px;
	clear: both;
	content:"";
	display: block;
	margin-top: 10px;
}
.accordion {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;
	border: 8px solid #ffffff;
	border-radius: 4px;

	background: #ffffff;

	
}
.service {
		background: #ede3e340;
	}
.accordion ul { list-style: none; margin: 0; padding: 0; }
.accordion li { margin: 0; padding: 0; }
.accordion [type=radio], .accordion [type=checkbox] { display: none; }

.accordion label {
	display: block;
	font-size: 16px;
	line-height: 16px;
	background: #125787;
	color: #f8f9fa;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .2s ease-out;
}
.accordion ul li label:hover,
.accordion [type=radio]:checked ~ label,
.accordion [type=checkbox]:checked ~ label {background: #125787;color: white;text-shadow: 1px 1px 1px rgba(0,0,0,0.5);margin-bottom: 0px;}
.accordion .content {padding: 0 10px;overflow: hidden;/* transition: all .8s ease-in-out; */}
.accordion p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}
.accordion h3 { color: #542437; padding: 0; margin: 10px 0; }


/* ========== Vertical ========== */
.vertical ul li { overflow: hidden; margin: 0 0 1px; }
.vertical ul li label {padding: 15px 10px;}
.vertical [type=radio]:checked ~ label,
.vertical [type=checkbox]:checked ~ label { border-bottom: 0; }
.vertical ul li label:hover { }
.vertical ul li .content {height: 0px;border-top: 0;}
.vertical [type=radio]:checked ~ label ~ .content,
.vertical [type=checkbox]:checked ~ label ~ .content {height: 100%;border: 1px solid #125787;padding: 20px;}
.black{color:#212529;margin-bottom: 20px;}



/* ========== sunny ========== */
.transition, p, ul.accord li i:before, ul.accord li i:after {
	transition: all 0.25s ease-in-out;
}

.flipIn, ul.accord li {
	animation: flipdown 0.5s ease both;
}

.no-select, h2 {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accord h2{font-size:17px;margin-bottom: 0px;}
.accord p {
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	max-height: auto !important;
	opacity: 1;
	transform: translate(0, 0);
	z-index: 2;
	margin-bottom: 8px;
	margin-top: 8px !important;
}

ul.accord {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
}
ul.accord li {
	position: relative;
	margin: 0;
	border-top: 1px dotted #dce7eb;
	background: #eceef0;
	padding: 13px;
	margin-bottom: 12px;
}
/* ul.accord li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.accord li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.accord li:nth-of-type(3) {
  animation-delay: 1s;
  } */
  ul.accord li:last-of-type {
  	padding-bottom: 0;
  }
  ul.accord li i {
  	position: absolute;
  	transform: translate(-6px, 0);
  	margin-top: 20px;
  	right: 0;
  }
  ul.accord li i:before, ul li i:after {
  	content: "";
  	position: absolute;
  	background-color: #ff6873;
  	width: 3px;
  	height: 9px;
  }
  ul.accord li i:before {
  	transform: translate(-2px, 0) rotate(45deg);
  }
  ul.accord li i:after {
  	transform: translate(2px, 0) rotate(-45deg);
  }
  ul.accord li input[type=checkbox] {
  	position: absolute;
  	cursor: pointer;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  	opacity: 0;
  }
  ul.accord li input[type=checkbox]:checked ~ p {
  	margin-top: 0;
  	max-height: 0;
  	opacity: 0;
  	transform: translate(0, 50%);
  }
  ul.accord li input[type=checkbox]:checked ~ i:before {
  	transform: translate(2px, 0) rotate(45deg);
  }
  ul.accord li input[type=checkbox]:checked ~ i:after {
  	transform: translate(-2px, 0) rotate(-45deg);
  }

  @keyframes flipdown {
  	0% {
  		opacity: 0;
  		transform-origin: top center;
  		transform: rotateX(-90deg);
  	}
  	5% {
  		opacity: 1;
  	}
  	80% {
  		transform: rotateX(8deg);
  	}
  	83% {
  		transform: rotateX(6deg);
  	}
  	92% {
  		transform: rotateX(-3deg);
  	}
  	100% {
  		transform-origin: top center;
  		transform: rotateX(0deg);
  	}
  }
  .home-project .single-project:first-child{width:50%;float:left;padding: 15px;}
  .home-project .single-project{width:25%;float:left;padding: 15px;}
  h3.bg_effcts {background: #d62637;color: #ffff;padding: 20px;}
  h4.bgsubhead {background: #125787;padding: 10px;color: #fff;}
  img.itparks {border: 1px solid #ddd;border-radius: 4px;padding: 5px;}
  img.itparks:hover { box-shadow: 0 0 2px 1px rgba(18, 87, 135, 0.62);}
  table th {background: #ed8f31;color: #fff;}
  .icon-bar {
  	float: left;
  	padding-top: 4px;
  }
  .icon-bar a {
  	color: #fff;
  	padding: 0 9px;
  	font-size: 14px;
  	margin-top: 9px;
  }
  .icon-bar a:hover {
  	color: #3079d5 !important;
  }
  button.menu-toggle {
  	background: #ed8f31;
  	color: #fff;
  	padding: 5px 18px;
  	border: none;
  }
  h1.dittitle {
  	font-size: 30px;
  	font-weight: 900;
  }
  .icon-box-title {
  	font-size: 14px;
  }
  .color_white{
  	color: #fff;
  }
  .padd {
  	padding: 10px;
  }
  .top_mrgn {
  	position: relative;
  	top: -55px;
  }
  .a_color a,.a_color a:hover {
  	color: #fff !important;
  }
  .elementor-icon-box-title {
  	font-weight: 800;
  	color: white;
  	font-size: 26px;
  	margin-top: 44px;
  }
  button.read_btn {
  	background: #f68f40;
  	margin-top: 20px;
  }
  button.read_btn a {
  	color: #fff;
  }
  button.read_btn a:hover {
  	color: #fff!important;
  }
  .service_img {
  	padding: 20px;
  }
  .inf_projects {
  	margin-top: 60px;
  }
  section.implementation {
  	background: #f5f5f5;
  }

  .service_img .overlay {
  	position: absolute;
  	top: 21px;
  	bottom: 0;
  	left: 14px;
  	right: 0;
  	height: 89%;
  	width: 95%;
  	opacity: 0;
  	transition: .5s ease;
  	background-color: #f68f40ab;
  }
  .service_img:hover .overlay {
  	opacity: 1;
  }
  .service_img .text {
  	color: white;
  	font-size: 20px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 100%;
  	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-align: center;
  }

  .imp_img .image {
  	opacity: 1;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: .5s ease;
  	backface-visibility: hidden;
  }

  .imp_img .middle {
  	transition: .5s ease;
  	opacity: 0;
  	position: absolute;
  	top: 89%;
  	left: 50%;
  	width: 95%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	text-align: center;
  }
  .imp_img:hover .image {
  	opacity: 0.3;
  }

  .imp_img:hover .middle {
  	opacity: 1;
  }

  .imp_img .text {
  	background-color: #f68f40;
  	color: white;
  	font-size: 16px;
  	padding: 16px 32px;
  }
  .imp_img {
  	padding: 20px;
  }
  .carousel-indicators {
    bottom: 10% !important;
}
  .reportbox{    border-bottom: 1px dotted #d49a73;
  	margin-bottom: 10px;
  	padding-bottom: 10px;}

  .reporttable td{border:1px solid #eceef0;padding: 10px 15px;}
  .reporttable tr:nth-child(even) {background: #cccccc45;}
  .reporttable tr:nth-child(odd) {background: #FFF;}
  .reporttable a{color:#125787}
  .reporttable .viewallbtn{background:#125787;color:white;padding: 7px 15px;}

.mySlides {display:none;}
  /*Media Query*/
  @media only screen and (max-width: 768px) {
  	.elementor-icon-box-title {
  		font-weight: 800;
  		color: white;
  		font-size: 21px;
  	}
  	.top_mrgn {
  		top: 0;
  	}
  	a.btn-readmore {
  		margin-left: 10px;
  	}
  	.widget_foo img {
  		padding: 10px 0px;
  	}
  	.topbar .widget_text {
  		float: none !important; 
  	}
  	.topbar {
  		background: #ed8f31;
  		padding-bottom: 10px;
  	}
  }
 @media only screen and (max-width: 480px) {
.imp_img .middle {width: 93%;}
.service_img .overlay {height: 84%; width: 93%;}
.service_img .text {padding: 10px;}
}






rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 0000;
}
p {
    font-weight: normal;
}
.logo_11 img {
    width: 230px;
}
.logo_v11 img {
    width: 177px;
}
.orange.a_color,.blue.a_color {
    padding: 30px 50px;
    cursor: pointer;
}
.orange.a_color,.blue.a_color:hover{
    cursor: pointer;
}
.topbar {
    background: #ed8f31;
    font-size: 14px;
    font-weight: 600;
}
.info-project {
    padding: 30px;
}


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }



a {
	outline: none;
	color: #3498db;
	text-decoration: none;
}

a:hover, a:focus {
	color: #528cb3;
}

section {
	padding: 1em;
}

.content {
	margin: 0 auto;
	max-width: 1000px;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
.codrops-demos {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
}

.content + .codrops-demos {
	padding-top: 5em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 5px;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
	background: #3c414a;
	color: #fff;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #4f7f90;
	text-align: center;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}
form.searchform.group {
    padding-left: 16px;
    margin-top: 7px;
    float: left;
}

/* Demo ad design */
body #cdawrap {
	background: none;
	top: 50px;
	border: none;
}

body #cdawrap a {
	color: #fff !important;
}

body #cda-remove {
	color: #fff;
}
button.wahout.aicon_link {
    position: absolute;
    top: 5%;
}

@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}
.grid {
	position: relative;
	clear: both;
	/*margin: 0 auto;*/
	padding: 1em 0 4em;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	width: 48%;
	height: 450px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #f68f40;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
h4.goHome {
    text-align: center;
    margin-top: 37px;
}

h4.goHome a {
    background: #ed8f31;
    color: #fff;
    border: 2px solid #ed8f31;
}

h4.goHome a:hover {
    background: #fff;
    color: #ed8f31;
    border: 2px solid #ed8f31;
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}


.implementation {
    background: #f5f5f5;
    padding: 60px;
     margin-bottom: 0;
}
.entry-header {
    padding: 30px;
}
.m-top{
	margin-top: 20px; 
}
.image_thumb {
    height: 284px;
    overflow: hidden;
    background: #e33;
}
/*.line p{
	 width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.module {
  width: 250px;
  margin: 0 0 1em 0;
  overflow: hidden;
}
.module p {
  margin: 0;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}

.fade {
  position: relative;
  height: 3.6em; /* exactly three lines */
}
.fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

.last-line {
  height: 3.6em; /* exactly three lines */
  text-overflow: -o-ellipsis-lastline;
}

.ftellipsis {
  height: 3.6em;
}

html {
  line-height: var(--lh);
}
.overflow {
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.overflow::before {
  position: absolute;
  content: "...";
/*   inset-block-end: 0;
  inset-inline-end: 0; */
  bottom: 0;
  right: 0;
}
.overflow::after {
  content: "";
  position: absolute;
/*   inset-inline-end: 0; */
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}



figure.effect-goliath {
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
figcaption h2 span a {
    color: #fff !important;
}

table.customTable_layout {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top:30px;
  font-size: 16px;
  margin-bottom: 30px;
}
table.customTable_layout thead tr {
    background: #4054b2;
    color: #fff;
}
table.customTable_layout caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.customTable_layout tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.customTable_layout th,
table.customTable_layout td {
  padding: .625em;
}

table.customTable_layout th {
  font-size: 16px;
  letter-spacing: .1em;
}
table.responsiveTable {
    display: block;
    overflow-x: auto;
}



.tabs_wrapper ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  padding: 0;
  width: 23%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.tabs_wrapper ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 0px 15px;
  /* line-height: 48px; */
  color: white;
  text-align: left;
  font-weight: bold;
  background-color: #666;
  background: #ed8f31;
  /* Old browsers */
  
  /* FF3.6+ */
  
  /* Chrome,Safari4+ */
  
  /* Chrome10+,Safari5.1+ */
  
  /* Opera 11.10+ */
  
  /* IE10+ */
  
  /* W3C */
  
  /* IE6-9 */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #fff;
  padding: 10px;
}
.tabs_wrapper ul.tabs li:hover {
  background: #015788;
  color: white;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.tabs_wrapper ul.tabs li.active {
  background: #015788;
  color: #dddddd;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 70%;
  min-width: 10px;
  text-align: left;
  background: white;
  border-radius: 12px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}
.topbar ul li {
    cursor: pointer;
}
.dropdown-menu {
    margin-top: -6px !important;
}
span.orangebox {
    border: 3px solid #dddddd;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    margin-top: 8px;
    background: #ed8f32;
}

span.brownbox {
    border: 3px solid #dddddd;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    margin-top: 8px;
    background: #615e34;
    margin-left: 10px;
}

span.redbox {
    border: 3px solid #dddddd;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    margin-top: 8px;
    background: #a91605;
    margin-left: 10px;
}

.dit_app h5 a {
    color: #085788 !important;
}
.entry-header {
    padding: 30px;
    background: #000;
}
a.poweredBy {
    color: #ed8f31 !important;
}
ul#menu-footer-forms {
    padding-left: 0px;
    margin: 0 0 0.5em 1em;
    color: whitesmoke;
}

ul#menu-footer-forms a {
    color: #f5f5f5;
}
figcaption a {
    color: #fff !important;
}
 .dit_app h5 a:visited {
    color: #085788 !important;
}
.dit_apps h5 a {
    color: #085788 !important;
}
 .dit_apps h5 a:visited {
    color: #085788 !important;
}
.list-icons, .list {
    list-style: none;
    padding: 0;
}

/* Change background color of buttons on hover */
.tabsweb .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tabsweb .tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabsweb .tabcontent {
  float: left;
  padding: 0px 12px;
  border: none;
  width: 70%;
  border-left: none;
  height: 300px;
}
.dit_app h5 {
    color: #085788;
    font-weight: 600;
}
ul.wppap-thumbs li a.wppap-thumbnail .wppap-description {
    height: 90px;
    opacity: 1;
    line-height: 23px;
}
ul.wppap-thumbs li a.wppap-thumbnail:hover .wppap-description {
    height: 90px !important;
    opacity: 1;
    line-height: 25px;
}
ul.wppap-thumbs li a.wppap-thumbnail .wppap-description {
	background-color: rgba(255, 255, 255, 0.9);
}
.dit_app img {
 height: 400px;
    margin-bottom: 20px;
/*     border: 5px solid; */
}
.dit_apps img {
    height: 156px;
    margin-bottom: 20px;
/*     border: 5px solid; */
}
li.thum-list {
    padding: 10px !important;
}
.dit_apps, .dit_app  {
    text-align: center;
}
.dit_apps h5 {
    color: #085788;
    font-weight: 600;
}
.spec_heading h3 {
    background: #d62631;
    padding: 8px;
    color: #fff;
    font-style: oblique;
}
.egovhelp img {
    margin-top: 50px;
}
#accordion {
  margin: 0 auto;
}
.accord .accord-header {
    background: #efefef;
    padding: 5px 0 5px 15px;
    cursor: pointer;
    margin-bottom: 10px;
}
.accord .accord-header .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ed8f31;
    margin-bottom: 6px;
}
.accord .accord-header > p {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.accord .accord-content {
  display: none;
}

.open .accord-header .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ed8f31;
    vertical-align: middle;
    margin-bottom: 10px;
}
.open .accord-content {
  display: block;
  padding: 0 20px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(237, 143, 49) !important;
}



.col-md-push-6 {
    left: 50%;
}
.col-md-pull-6 {
    right: 50%;
}
#primary-menu li {
    margin-bottom: 0px;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 234px;
	margin-top: 30px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    border: 1px solid #f3f3f3;
    color: #e84c3d;
    background-color: #fafafa;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
    height: auto;
	    margin-top: 30px;
}
.icon-box-content a h3 {
    color: #fff;
}
.icon-box-content a h3:hover {
    color: #ed8e31;
}
.mreport {
    width: 300px;
    height: 190px;
    background: url(/wp-content/uploads/2019/06/DITbg.png);
    border: 2px solid #2c74ce;
    display: inline-block;
    margin: 10px;
    position: relative;
}
.mreport a {
    color: white;
    font-size: 21px;
    position: absolute;
    top: 40px;
    left: 35px;
    width: 300px;
    height: 190px;
}
ul.inner{    padding: 0px;
    list-style: none;
    margin: 0px;}
ul .inner {
    overflow: hidden;
}
.inner em{margin-right:10px;}
.inner li {
    padding: 10px 15px !important;
    margin: 0px;
    border-top: 1px Dashed #aaaaaa85;
}
.dwnlodlink {
    float: right;
    text-decoration: underline;
}
tr:nth-child(odd) {background-color: #f2f2f2;}
.csbtn {
    background: #125787;
    padding: 12px 15px;
    color: #fff !important;
    display: inline-block;
	    font-size: 13px;
}
.csbtn:hover {
    background: #0f466d;

}
ul.accord li input[type=checkbox]:checked ~ table
 {
	 display: none;
     margin-top: 0px;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.anr a,.anr a :hover{
    color: #000;
    font-weight: bold;
}
.bdr {
    padding: 30px 10px;
    min-height: 66px;
    font-size: 17px;
    background: #f2f2f2;
    margin: 10px 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
}
.bdr:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.bdr:hover, .bdr:focus, .bdr:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.bdr:hover:before, .bdr:focus:before, .bdr:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.img-space {
    width: 50px;
    padding-right: 10px;
}

a:hover{
	color:#dc3545 !important;
}
button#grayscale {
    background: transparent;
    padding: 0px;
    border: none;
}
button#grayscale2 {
    background: transparent;
    padding: 0px;
    border: none;
}
button#grayscale3 {
    background: transparent;
    padding: 0px;
    border: none;
}

.list_design li {
    margin: 0;
    padding:4px 8px;
}
.list_design ol li a {
    font-size: 16px;
    color: #333;
}
.list_design ol {
    font-size: 18px;
    color: #dc3545 !important;
}
.list_design ul li a {
    font-size: 17px;
    color: #333;
}
.list_design ul {
    font-size: 25px;
    color: #dc3545 !important;
}
td a{
	color:#000;
}

.font-50{
	font-size: 50px;
}
.elementor-widget-container {
    padding: 40px 20px;
    color: white;
    width: 370px;
}

.fas:hover,.far:hover {
    transform: scale(1.3);
    transition: 1s;
}
.single-project {
    min-height: 268px;
}
ul.accord li i:before, ul li i:after {
    background-color: transparent;
}
ul.top_bar_info.clearfix li {
    color: #fff;
}
.Footer_Bottom {
    border-top: solid 5px #23282d;
}
.header-default {
    border-bottom: 4px solid #3079d5;
}
a:hover {
    color: #ed8f31 !important;
}
header.page-header h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #015788;
    font-weight: bold;
}
h2#ArchiveTitle {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 3px;
}
.SinglePost {
    margin-top: 40px;
	 margin-bottom: 40px;
}

.SinglePost h2.widget-title:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #de7b85;
    left: calc(100% + 10px);
    top: calc(50% - 1px);
}
.SinglePost h2.widget-title {
    font-size: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #16181a;
}
.SinglePost input.search-submit {
    padding: 14px;
    background: #ed8f31;
    color: #fff;
    border: none;
    font-size: 14px;
}
.SinglePost aside#secondary input.search-field {
    padding: 9px;
}
.SinglePost section {
    padding: 8px 0px;
    margin: 10px 0px;
}
nav.navigation.post-navigation {
    display: none;
}
.SinglePost .entry-meta {
    margin-bottom: 24px;
}
span.CatBox a {
    color: #fff;
    margin-right: 5px;
    background: #ed8f31;
    padding: 10px;
}

span.CatBox a:hover {
    color: #fff !important;
}
span.CatBox a:hover {
    background: #101010;
}
span.author_name {
    margin-left: 14px;
}
span.posted-on a {
    color: #101010;
}

span.author_name a {
    color: #000;
}
.accord h2:before {
    content: "\f01a"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    padding-left: 0px !important;
    vertical-align: middle;
    padding-right: 15px;
}
.PostDetails {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0 8px;
    margin-bottom: 15px;
}
.PostDetails .fa {
    color: #ed8f31;
    font-size: 15px;
}
.page-id-417 ul.accord li{
	padding-bottom: 10px;
}
.page-id-417 ul.accord li:last-of-type{
		padding-bottom: 10px;
}
.page-id-417 table {
    margin: 13px 0 1.5em;
    width: 100%;
}

.slider_heading {
    text-transform: uppercase;
}
.elementor-icon-box-title {
    text-transform: uppercase;
}
.header-default {
    border-bottom: 0px solid #3079d5;
}
p.Find {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin: 0 0 1px;
    letter-spacing: 1px;
}
.scrollnotification {
    background: #ed8e31;
    padding-top: 10px;
    padding-bottom: 6px;
    color: #fff;
}

.scrollnotification a {
    color: #fff;
}

.scrollnotification a:hover {
    color: #1c5787 !important;
}
a.read_btn_new {
    background: #f68e40;
    color: #fff;
    padding: 11px;
	margin-right: 14px;
}
a.read_btn_new:hover{
    color: #fff !important;
}
.btnALL {
    display: inline-flex;
}
.btnALL {
    margin-top: 26px;
}

/* -----------------------------
----------------------------- */
@media only screen and (max-width: 769px) {
 .site-content {
    padding: 20px;
}
.post .col-md-4 {
    margin-bottom: 30px;
}	
	.elementor-column {
    width: 100%;
}
	.elementor-element {
    margin-top: 0;
}
	button.menu-toggle {
    margin: 20px 0;
}
	.elementor-widget-container {
    width: 335px;
		    padding: 40px 12px;
}
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
.elementor-widget-container {
    width: none !important;
    padding: 40px 12px;
}
		.tab {
    width: 100%;
}
}
@media only screen 
  and (max-device-width: 480px)  {
  li#incfont {
    display: none;
}

li#decfont {
    display: none;
}

li.resetMe {
    display: none !important;
}
				.tab {
    width: 100%;  
}
		.service {
    padding: 25px;
}
		.implementation {
    padding: 28px;
}
		.grid {
    padding: 1em 0 0em;
}
		.Footer_Bottom .col-md-2{    text-align: center;}
		.elementor-icon-box-title {
    font-size: 18px;
    margin-top: 31px;
}
	.site-content {
    padding: 0px;
}	
.orange.a_color, .blue.a_color {
    padding: 25px 25px;

}
		figure.effect-goliath h2, figure.effect-goliath p {

    padding: 15px;
    font-size: 20px;
}
		.elementor-heading-title {
    font-size: 22px;

}
		h1.dittitle {
    font-size: 22px;
}
		.inf_projects {
    margin-top: 10px;
}
		.col-md-push-6 {
    left: 0%;
}
.col-md-pull-6 {
    right: 0%;
}
.egovhelp img {
    margin-top: 0px;
	margin-bottom: 10px;
}
.dit_apps img, .dit_app img {
			height: auto;
		}
		.spec_heading h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 24px;
    line-height: 30px;
}
		.accord h2 {
    font-size: 15px;
    line-height: 24px;
}
		.accord p {
    font-size: 14px;
		}
		h4 {
    font-size: 18px;
    line-height: 27px;
}
		.grid figure{
			height:auto;
		}
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.header-default {
    padding: 0;
}
button#grayscale:focus {
    outline: none;
}
section.no-results.not-found form.searchform.group {
    text-align: center;
    width: 100%;
}
.Sicons a {
    color: #fff;
}

.Sicons a:hover {
    color: #000 !important;
}

.Footer_Bottom a {
    color: #fff;
}

.Footer_Bottom a:hover {
    color: #000 !important;
}
p.Copyright_footer a {
    color: #23282d !important;
}
button:focus {
    outline: none !important;
}
.Sicons img {
    padding-right: 9px;
}
.wppap-content {
    text-align: justify;
}
.spacetop {
    margin-top: 45px;
}
@media only screen and (min-width: 768px) {
 .dit_apps img {
    height: 196px;
}
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

@media screen and (max-width: 781px) {
  .tabs_wrapper ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }

  .tab_drawer_heading {
    background-color: #ccc;
    background: #ed8f31;
    /* Old browsers */
    
    /* FF3.6+ */
    
    /* Chrome,Safari4+ */
    
    /* Chrome10+,Safari5.1+ */
    
    /* Opera 11.10+ */
    
    /* IE10+ */
    
    /* W3C */
    
    /* IE6-9 */
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 38px;
    font-size: 23px;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
  }
  .tab_drawer_heading:hover {
    background: #ccc;
    background: #015788;
    color: white;
  }

  .d_active {
    background: #015788;
    color: #dddddd;
  }
}
@media only screen and (max-width: 468px){ 
	 .wppap-content {
    text-align: none;
}
	p {
    text-align: none;
}
	.spacetop {
    margin-top: 0px;
}
	.btnALL {
    display: grid;
}
	a.read_btn_new {
    background: #f68e40;
    color: #fff;
    padding: 10px 5px;
    margin-right: 14px;
}
}
@media screen and (max-width: 600px) {
	.wppap-content {
    text-align: none;
}
	a.skip-link.screen-reader-text {
    display: none;
}
  table.customTable_layout {
    border: 0;
    margin-top: 20px;
  }

  table.customTable_layout caption {
    font-size: 1.3em;
  }
  
  table.customTable_layout thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
 table.customTable_layout tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    padding-bottom: 20px
  }
  
  table.customTable_layout td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  table.customTable_layout td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .page-id-13 table.customTable_layout td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
  }
  
  table.customTable_layout td:last-child {
    border-bottom: 0;
  }
  ul.inner li {
    display: inline-block;
}
}
@media only screen and (max-width: 769px){
	.site-content {
     padding: 0px !important; 
}
}
