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

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

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

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

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


/*//////////css edit by Rajesh on 18-1-2018/////////////////*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'RobotoRegular';
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	font-family: 'RobotoRegular';
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.pnone {
	padding: 0px;
}

.container-fluid {
	padding: 0px;
}

.outer_header {
	float: left;
	width: 100%;
	padding: 5px 0 7px !important;
	position: relative;
}

.outer_header:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #d4a367, #fff, #ceb4b4, #b7c3cc);
}

.logo {
	float: left;
	width: 100%;
}

.logo img {
	width: 45px;
}

.middle_header {
	float: left;
	width: 318px;
	text-align: left;
	padding: 0;
}

.middle_header h3 {
	font-size: 34px;
	line-height: 34px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.middle_header h4 {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-bottom: 0px;
	text-align: center;
}

.middle_header h5 {
	font-size: 22px;
	line-height: 21px;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.emblem {
	padding: 0 0 0 170px;
}

.emblem img {
	width: 52px;
	height: 84px;
	float: left;
}

.digilogo {
	float: right;
	width: 100%;
	padding-top: 0px;
}

.digilogo img {
	width: 100%;
	padding: 5% 0;
}

.wrapper,
a[data-bs-toggle=collapse] {
	position: relative
}

#content,
#sidebar,
a,
a:focus,
a:hover {
	transition: all .3s
}

i,
span {
	display: inline-block
}

.wrapper {
	display: flex;
	align-items: stretch
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	background: #cc9755;
	color: #fff;
	/*height:calc(100vh - 122px);*/
}

#sidebar.active {
	min-width: 120px;
	max-width: 120px;
	text-align: center
}

#sidebar.active .CTAs,
#sidebar.active .sidebar-header {
	display: none
}

#sidebar.active .sidebar-header strong {
	display: block
}

#sidebar ul li a {
	text-align: left
}

#sidebar ul li,
#sidebar ul.components,
ul.CTAs a {
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#sidebar.active ul li a {
	padding: 10px 0px;
	text-align: center;
	font-size: .85em;
	color: #fff;
}

#sidebar.active ul li a i {
	margin-right: 0;
	display: block;
	font-size: 1.8em;
	margin-bottom: 5px
}

#sidebar.active ul ul a {
	padding: 10px !important
}

#sidebar.active a[aria-expanded=false]::before,
#sidebar.active a[aria-expanded=true]::before {
	top: auto;
	bottom: 5px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

#sidebar .sidebar-header {
	padding: 10px 0;
	background: #fcae4c;
	text-align: center;
}

#sidebar .sidebar-header strong {
	display: none;
	font-size: 1.8em
}

#sidebar ul.components {
	padding: 0;
	border-bottom: 1px solid #47748b
}

#content,
ul.CTAs {
	padding: 20px
}

#sidebar ul li {
	border-top: 1px solid #2b2b2b52;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
	text-align: center;
	color: #0c0d11;
	text-decoration: none;
	text-align: left;
}

#sidebar ul li a:hover {
	color: #7386D5;
	background: #fff
}

#sidebar ul li a i {
	margin-right: 10px;
	font-size: 16px;
}

#sidebar ul li.active>a,
a[aria-expanded=true] {
	color: #fff;
	background: #fff
}

a[aria-expanded=false]::before,
a[aria-expanded=true]::before {
	content: '\e259';
	display: block;
	position: absolute;
	right: 20px;
	font-family: 'fas Halflings';
	font-size: .6em
}

ul ul a,
ul.CTAs a {
	font-size: .9em !important;
}

a[aria-expanded=true]::before {
	content: '\e260'
}

ul ul a {
	padding-left: 30px !important;
	background: none;
}

ul.CTAs a {
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}

a.download {
	background: #fff;
	color: #7386D5;
}

a.article,
a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}

.icon-bar {
	font-size: 14px;
}

#content {
	min-height: 100vh;
}

.sidebarOpen {
	position: absolute;
	top: -38px;
	left: 1px;
}

.vmenu_tog {
	color: #fff;
	background-color: #cc9755;
	border: 1px solid #dcd7d1;
	float: left;
	width: 100%;
	border-radius: 3px;
}

@media (max-width:768px) {
	#sidebar {
		min-width: 80px;
		max-width: 80px;
		text-align: center;
		margin-left: -80px !important
	}

	a[aria-expanded=false]::before,
	a[aria-expanded=true]::before {
		top: auto;
		bottom: 5px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%)
	}

	#sidebar.active {
		margin-left: 0 !important
	}

	#sidebar .CTAs,
	#sidebar .sidebar-header h3 {
		display: none
	}

	#sidebar .sidebar-header strong {
		display: block
	}

	#sidebar ul li a {
		padding: 20px 10px
	}

	#sidebar ul li a span {
		font-size: .85em
	}

	#sidebar ul li a i {
		margin-right: 0;
		display: block;
		font-size: 1.3em
	}

	#sidebar ul ul a {
		padding: 10px !important
	}

	#sidebarCollapse span {
		display: none
	}
}

.bar1,
.bar2,
.bar3 {
	width: 24px;
	height: 3px;
	background-color: #fff;
	margin: 5px 0;
	transition: 0.4s;
}

.bar2 {
	opacity: 1;
}

.bar1 {
	-webkit-transform: rotate(-0deg) translate(0px, 0px);
	transform: rotate(-0deg) translate(0px, 3px);
}

.bar3 {
	-webkit-transform: rotate(0deg) translate(0px, 0px);
	transform: rotate(0deg) translate(0px, -3px);
}

.middle_content {
	float: left;
	width: 100%;
	margin: 0 0 64px 0;
}

.middle_cont {
	float: left;
	width: 100%;
}

.l_right_slider {
	padding: 0px;
	border: 5px solid rgba(255, 141, 0, 0.36);
	display: none;
}

#epro_slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.47);
	border: 2px solid rgba(255, 255, 255, 0.61);
	border-radius: 0;
}

#epro_slider .carousel-indicators .active {
	width: 22px;
	height: 22px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.54);
}

#epro_slider .carousel-indicators {
	bottom: 0px;
	right: 0;
	left: -3%;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
}

#epro_slider .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 13px 20px 0px rgba(239, 132, 0, 0.27);
	-webkit-box-shadow: 0px 13px 20px 0px rgba(239, 132, 0, 0.27);
	-moz-box-shadow: 0px 13px 20px 0px rgba(239, 132, 0, 0.27);
	-ms-box-shadow: 0px 13px 20px 0px rgba(239, 132, 0, 0.27);
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	min-height: 328px;
	max-height: 328px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.Login_btn {
	float: left;
	width: 100%;
	text-align: center;
}

.ClickLogin {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.LohinHeadig {
	font-size: 24px;
	font-weight: 900;
}

.loginBtn {
	padding: 10px;
	width: 90%;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 5px 2px #e4e1e1;
	margin: 10px 5%;
}

.loginBtn a {
	margin: 0 auto;
	background: #4fba70;
	padding: 6px 0;
	display: block;
	position: relative;
	color: #fff;
	transition: .3s ease all;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	-moz-transition: .3s ease all;
}

.loginBtn a:before {
	content: '';
	position: absolute;
	background-image: url(../images/hand-click.png);
	background-size: 100% 100%;
	width: 35px;
	height: 32px;
	left: 70%;
	top: 65%;
}

.loginBtn a:hover {
	background: rgba(235, 110, 32, 0.71);
}

.project_info {
	float: left;
	width: 100%;
	padding: 10px;
}

.project_info ul li {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	list-style: none;
	display: block;
}

.project_info ul li:last-child {
	border-bottom: none;
}

.info-box span {
	width: 30%;
	border: 2px solid #ccc;
	border-radius: 5px;
}

.info-box span img {
	width: 100%;
	padding: 5px;
}

.info-box h5 {
	font-size: 13px;
}

.info-box p {
	font-size: 12px;
}

.cont_Info {
	float: right;
	width: 70%;
	padding-left: 10px;
	margin-top: 15px;
}

/*.project_info  .bx-wrapper, .bx-viewport{height: 275px;}*/

.hnotify_slide3 {
	float: left;
	width: 90%;
	margin: 10px 5%;
	border: 2px solid #044f0d;
}

.hnotify_slide3:hover {
	border: 2px solid #044073;
}

.hnotify_slide3 marquee {
	height: 373px;
}

.hnotify_slide3 marquee a {
	color: #044073;
	font-size: 14px;
	display: block;
	padding: 10px 0;
}

.hnotify_slide3 marquee a:hover {
	font-weight: bold;
	font-size: 15px;
}

.epro_description {
	float: left;
	width: 100%;
	padding: 30px 15px 0;
}

.epro_description h3 {
	font-size: 22px;
	line-height: 24px;
	color: #02396f;
	padding: 0px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.epro_description p {
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 6px;
}

/* .epro_description a{background:rgba(235, 110, 32, 0.71); color:#fff; padding:10px 20px; margin-top:15px; display:inline-block; transition:all 0.3s ease-in-out; text-decoration:none;}
.epro_description a:hover{background:#02823c;} */

.some_important {
	float: left;
	width: 100%;
	text-align: center;
}

.some_important h3 {
	font-size: 22px;
	line-height: 24px;
	color: #02396f;
	text-shadow: 2px 3px 6px #bbd2e2;
	font-weight: bold;
}

.information {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	margin: 0px 0 0 0
}

.information h3 {
	font-size: 23px;
	line-height: 24px;
	color: #001b69;
	margin: 0 0 20px 0;
	text-shadow: 2px 2px 5px #847878;
	font-weight: bold;
}

.information .bx-wrapper,
.bx-viewport {
	height: auto;
}

.information ul {
	font-size: 0px;
	margin-bottom: 15px;
}

.information ul li {
	list-style: none;
	font-size: 16px;
	display: inline-block;
	width: 29.33%;
	margin: 8px 2%;
}

.pillars2 li {
	width: auto;
	display: inline-block;
}

.information ul li a {
	color: #fff;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	auto;
	box-shadow: 1px 3px 3px #000;
	-webkit-box-shadow: 1px 3px 3px #000;
	-moz-box-shadow: 1px 3px 3px #000;
	-o-box-shadow: 1px 3px 3px #000;
	position: relative;
	transform: scale(1);
	-webkit-transform: scaleX(1);
}

.information ul li a:hover {
	outline: 1px solid #044073;
	box-shadow: 0px 15px 20px -8px #000;
	-webkit-box-shadow: 0px 15px 20px -8px #000;
	-moz-box-shadow: 0px 15px 20px -8px #000;
	-o-box-shadow: 0px 15px 20px -8px #000;
	-ms-box-shadow: 0px 15px 20px -8px #000;
	/*-webkit-transform: scaleX(1.05); transform: scaleX(1.05);*/
}

.information ul li:first-child a {
	background: #265894;
}

.information ul li:nth-child(2) a {
	background: #a56f5a;
}

.information ul li:nth-child(3) a {
	background: #606b7f;
}

.information ul li:nth-child(4) a {
	background: rgb(212, 132, 212);
}

.information ul li:nth-child(5) a {
	background: rgb(145, 150, 214);
}

.information ul li:nth-child(6) a {
	background: rgb(111, 158, 187);
}

.information ul li:nth-child(9) a {
	background: #10ad91;
}

.information ul li:nth-child(7) a {
	background: #265894;
}

.information ul li:nth-child(8) a {
	background: #10ad91;
}

.footer_area {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	background-color: #263949 !important;
}

.cct_home_footer {
	float: left;
	width: 100%;
	padding: 3px 0;
}

.cct_home_footer p {
	padding: 5px 0;
	margin: 0;
	color: #fff !important;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center
}

/*fontawesome.css start here*/

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.float-end {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.float-end {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-modx:before {
	content: "\f285"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-linode-o:before {
	content: "\f2b8"
}

/*fontawesome.css end here*/

/*prosecutor page css start here*/

.aboutEpro {
	float: left;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

.aboutEpro h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
	color: #14506d;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.aboutEpro h3:before {
	position: absolute;
	content: '';
	width: 80%;
	height: 2px;
	background: #cc9755;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.aboutEpro h3:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 10px;
	background: #cc9755;
	bottom: -4px;
	left: 50%;
	margin-left: -10px;
}

.aboutEpro p {
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	margin-bottom: 16px;
}

.aboutEpro ul {
	width: auto;
}

.aboutEpro ul li {
	list-style: outside circle;
	font-family: serif;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: justify;
}

/******************contact css start*********************/
.AM-contact {
	width: 100%;
	float: left;
	padding: 0;
}

.AM-contact-top {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	padding-top: 25px;
}

.AM-contact-table {
	width: 100%;
	float: left;
	border: 1px solid #7386D5;
	text-align: center;
}

.AM-contact-table-sect {
	width: 100%;
	float: left;
	padding: 15px 85px;
}

.AM-contact-table-1 {
	width: 100%;
	float: left;
	position: relative;
}

.AM-contact-table-1 h4 {
	font-size: 18px;
	line-height: 24px;
	color: #14506d;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 15px;
}

.AM-contact-table-1 h4:before {
	position: absolute;
	content: '';
	width: 270px;
	height: 2px;
	background: #cc9755;
	bottom: 0px;
	left: 10%;
}

.AM-contact-table-1 h4:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 10px;
	background: #cc9755;
	bottom: -4px;
	left: 50%;
	margin-left: -10px;
}

.AM-contact-table-ln {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	position: absolute;
	top: 12px;
}

.AM-contact-table-2 {
	width: 100%;
	float: left;
	height: 25px;
	border-top: 1px solid #000;
}

.AM-contact-photo {
	width: 95%;
	height: 503px;
	margin: 17px auto 0;
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 100% 100%;
	position: relative;
}

.AM-cont-col {
	padding: 10px 0 0 0;
}

.AM-cont-col label {
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	line-height: 30px;
	color: #000;
	margin: 0;
	font-weight: normal;
	float: left;
	width: 20%;
}

.AM-cont-col .form-control {
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	line-height: 22px;
	border-radius: 0;
	height: 34px;
	color: #000;
	border-color: #000;
}

.AM-cont-col textarea.form-control {
	height: 80px;
}

.AM-cont-col input[type="submit"] {
	width: auto;
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	color: #f7f7f7;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	background-color: #cc9755;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	padding: 5px 20px;
	border-radius: 10px;
}

.AM-cont-col input[type="submit"]:hover {
	background-color: #fa0000;
	transition: all 0.4s ease-in-out;
}

.AM-contact-bottom {
	width: 100%;
	float: left;
	margin: 20px 0 0 0
}

.AM-contact-bottom h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	float: left;
	width: 100%;
}

.AM-contact-bottom img {
	text-align: center;
	height: 55px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.AM-contact-bottom p {
	font-family: 'ProximaNovaRegular';
	font-size: 17px;
	line-height: 22px;
	color: #000;
	padding-top: 10px;
}

.AM-contact-bottom p label {
	width: 30%;
}

.AM-contact-bottom p a {
	color: #000;
	text-decoration: none;
}

.AM-contact-bottom p a:hover {
	color: #fa0000;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.AM-contact-bottom p span {
	color: #000;
	font-weight: 600
}

.AM-contact-3col {
	padding: 0;
	border: 1px solid #7386D5;
	width: 32.33333333%;
	cursor: pointer;
	margin-bottom: 15px;
	float: left;
}

.AM-contact-3col a {
	padding: 15px 15px 18px;
	float: left;
	width: 100%;
}

.AM-contact-3col:first-child {
	margin-right: 1.5%
}

.AM-contact-3col:nth-child(3) {
	margin-left: 1.5%
}

.AM-contact-3col .fa {
	font-size: 40px;
	color: #000;
}

.AM-contact-3col:hover {
	background: #cc9755;
	transition: all 0.2s ease-in-out;
}

.AM-contact-3col:hover .fa,
.AM-contact-3col:hover p,
.AM-contact-3col:hover a,
.AM-contact-3col:hover h3 {
	color: #fff;
}

.wpcf7-form-control-wrap {
	float: left;
	width: 70%;
}

.AM-contact-map {
	border-top: 1px solid #000;
	padding: 2px 0 0 0;
}

.AM-contact-map img {
	width: 100%;
}

.funcpage,
.linkpage {
	float: left;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}

.funcpage h3,
.linkpage h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
	color: #14506d;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.funcpage h3:before {
	position: absolute;
	content: '';
	width: 80%;
	height: 2px;
	background: #cc9755;
	bottom: 0px;
	left: 10%;
}

.linkpage h3:before {
	position: absolute;
	content: '';
	width: 80%;
	height: 2px;
	background: #cc9755;
	bottom: 0px;
	left: 10%;
}

.funcpage h3:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 10px;
	background: #cc9755;
	bottom: -4px;
	left: 50%;
	margin-left: -10px;
}

.linkpage h3:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 10px;
	background: #cc9755;
	bottom: -4px;
	left: 50%;
	margin-left: -10px;
}

.linkpage ul li {
	text-align: left;
	padding: 10px 0 0 15px;
	font-size: 16px;
}

.linkpage ul li i {
	padding-right: 8px;
}

.linkpage ul li a {
	color: #000;
}

.linkpage ul li a:hover {
	color: #09F;
}

/* .project_info .bx-wrapper{height:240px;} */
.project_info {
	float: left;
}

.home-icon {
	position: absolute;
	top: 1px;
	left: 50px;
	font-size: 20px;
	background: #14506d;
	padding: 8px;
	color: #fff;
	text-decoration: none;
}

.home-icon:hover {
	color: #fff;
}

.pillars2 li img {
	display: inline-block;
}

.delhiorganization {
	float: left;
	width: 100%;
}

.organization_page {
	width: 80%;
	margin: 0 auto;
}

.organization_page .panel-heading {
	padding: 0;
	border: 0;
}

.organization_page .panel-title>a,
.organization_page .panel-title>a:active {
	display: block;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-decoration: none;
}

.organization_page .panel-heading a:before {
	font-family: 'fas Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}

.organization_page .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.organization_page .panel-title>a[aria-expanded=true] {
	background: #07617d;
	color: #fff;
}

.organization_page .panel-title>a {
	background: #cc9755;
	color: #fff;
	text-align: left;
	padding: 10px 30px 10px;
}

h3.subHead {
	font-size: 24px;
}

ul.abtLi {
	float: left;
	width: 100%;
	margin: -5px 0 16px 14px;
}

ul.abtLi li {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 4px;
	list-style: inside disc;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.innerli {
	list-style-type: none;
}

.innerli li {
	list-style: none !important;
}

.innerli li span {
	font-weight: bold;
}

.innerli li p {
	padding-left: 20px;
}


.cntntSHead {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
}

profilelistv {
	float: left;
	width: 100%;
}

.profilelistv>ul {
	float: left;
	width: 100%;
	list-style-type: none;
	max-height: 300px;
	min-height: 300px;
	overflow: auto;
}

.profilelistv>ul>li {
	padding: 0;
	margin: 0 1% 10px;
	float: left;
	width: 31.33%;
	min-height: 300px;
	max-height: 300px;
	overflow: auto;
	;
}

ul.profilelist_inner_part {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 20px 30px;
	margin: 0;
}

ul.profilelist_inner_part>li {
	float: left;
	width: 100%;
	padding: 0 0 0 30px;
	margin: 5px 0;
	position: relative;
	font-size: inherit;
}

ul.profilelist_inner_part>li .fa {
	color: #0096ff;
	position: absolute;
	left: 0;
	font-size: 18px;
}

ul.profilelist_inner_part>li.nameDesig {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	padding-left: 0;
	margin-bottom: 10px;
}

ul.profilelist_inner_part>li a {
	padding: 0 0 0 10px !important;
	margin: 0;
	width: auto;
	color: #0096ff;
}