@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,400italic,500,700);
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');

html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #000000;
}
section {
	height: 100%;
	padding-top: 165px;
}
.no-scroll {
	overflow: hidden;
}
.container {
	padding: 0 25px;
}
.banner {
	position: relative;
	overflow: hidden;
	border-bottom: solid 14px #1654ab;
	padding: 40px;
	height: 100%;
}
.banner canvas {
	z-index: 1;
}
.banner .floating {
	float: right;
	position: relative;
	width: 100%;
	max-width: 400px;
	color: #ffffff;
	background: rgba(58, 75, 101, 0.85);
	padding: 20px;
	text-align: justify;
	z-index: 2;
}
.banner .floating h2 {
	font-weight: 300;
	margin: 0 0 20px 0;
}
.banner .floating p {
	margin: 0;
}
.banner .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 400%;
	height: 100%;
	animation: banner-slider 10s ease infinite;
}
.banner .slider .slide {
	float: left;
	width: 25%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
@keyframes banner-slider {
	0% {left: 0;}
	15% {left: 0;}
	25% {left: -100%;}
	40% {left: -100%;}
	50% {left: -200%;}
	65% {left: -200%;}
	75% {left: -300%;}
	90% {left: -300%;}
	100% {left: 0;}
}

@media (max-width: 767px) {
	#process .slider .title {
		font-size: 42px;
	}
	#process .nav li i {
		width: 20px;
		height: 20px;
	}
	#process .nav li i:before {
		margin: 2px;
		width: 16px;
		height: 16px;
	}
	#process .wrapper .text {
		padding-right: 10px;
	}
}


.about-area {
	background: #3a4b65;
	color: #fff;
	padding: 10px 20px 20px 20px;
}
.about_left_area {
	background: #556e94;
	padding: 90px 30px 30px 30px;
	box-sizing: border-box;
	color: #fff;
	min-height: 344px;
	background:url(../images/about_bg.jpg) no-repeat right top;
}
.about-area h1, .about_left_area h1 {
	font-weight:300;
}
.about-area .read.more:hover {
	color: #337ab7;
}
.about_left_area h2 {
	color:#1654AB;
	text-shadow: 0 0 2px #FFF, 0 0 10px rgba(255,255,255,0.5);
}
.service-area h2 {
	background: url(../images/heading.jpg) repeat-x center center;
	font-weight:300;
	color: #2e2e2e;
}
.service-area h2 span {
	background: #fff;
	padding-right: 10px;
}
.service-area .colm {
	/*padding: 30px;*/
}
.date {
	font-style: italic;
	color: #858585;
}
.recent-projects {
	background: #f5f5f5;
	position: relative;
	height: 100%;
	padding-top: 100px;
	box-sizing: content-box;
}
.recent-projects .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
}
.recent-projects .wrap {
	padding-top: 20px;
	height: 100%;
}
.recent-projects h3 {
	font-weight:300;
	padding-top:30px;
}
.recent-projects h3 span a {
	font-size: 16px;
}
.project-controls {
	position: absolute;
	right: 20px;
	top: 55px
}
.project-controls .project-next {
	background: url(../images/prev.png) no-repeat;
	width: 20px;
	height: 30px;
	font-size: 0;
	float: right;
	margin: 0px 15px;
	cursor: pointer;
}
.project-controls .project-prev {
	background: url(../images/next.png) no-repeat;
	width: 20px;
	height: 30px;
	font-size: 0;
	float: right;
	cursor: pointer;
	margin-left:10px;
}
.bottom_area
{
	background-color:#262626;
	color:#dedede;
	padding-bottom:50px;
}

.bottom_area h3
{
	font-weight:300;
	color:#adadad;
	margin-bottom:30px;
	margin-top:30px;
}
.bottom_area textarea {
	height: 74px;
}

.form-control
{
	background-color:#6c6a6b;
	border-radius:0;
	border:solid 1px #6c6a6b;
	color: #dedede;

}
label
{
	font-weight:normal;
}
.btn-nw
{
	background-color:#5481b8;
	border:none;
	color:#fff;
	text-transform:uppercase;
	border-radius:0;
}
footer {
	position: relative;
	background-color:#000000;
}
footer:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100px;
	background: #000;
}

footer p {
	line-height:50px;
	color:#6c6a6b;
}

.main_bg
{
	/*background:url(../images/main_bg.jpg) repeat center center;*/
	padding-bottom:20px;
	background-size:cover;
	background: rgba(228,238,245,1);
	background: -moz-linear-gradient(top, rgba(228,238,245,1) 0%, rgba(252,254,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(228,238,245,1)), color-stop(100%, rgba(252,254,255,1)));
	background: -webkit-linear-gradient(top, rgba(228,238,245,1) 0%, rgba(252,254,255,1) 100%);
	background: -o-linear-gradient(top, rgba(228,238,245,1) 0%, rgba(252,254,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(228,238,245,1) 0%, rgba(252,254,255,1) 100%);
	background: linear-gradient(to bottom, rgba(228,238,245,1) 0%, rgba(252,254,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eef5', endColorstr='#fcfeff', GradientType=0 );
}
.readmore {
	text-decoration:underline;
}
.readmore:hover {
	text-decoration:none;
}
.single-news {
	padding-top: 20px !important;
}
.single-news-image-video {
	float: left;
	height: auto;
	position: relative;
	width: 100%;
}
h3.single-news-title {

	float: left;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	margin: 20px 0;
	padding: 0;
	text-align: left;
	text-shadow: none;
	text-transform: none;
}
p.single-news-details {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;

	float: left;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	line-height: 28px;
	margin: 7px 0 0;
	padding: 5px 0 0;
	text-align: left;
	text-transform: none;
	width: 100%;
}
p.single-news-details span {
	color: #5a8ee2 !important;
	font-weight: 700;
}
p.single-news-details span.category, p.single-news-details span.tags {
	border-left: 1px solid #ccc;
	color: #5a8ee2 !important;
	font-weight: 700;
	margin-left: 20px;
	padding-left: 20px;
}
p.single-news-content {

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px !important;
	padding: 0;
	text-align: left;
	text-shadow: none;
	text-transform: none;
	width: 100%;
}
.single-news-tab-details {
	float: left;
	margin-bottom: 0;
	margin-top: 20px;
	position: relative;
	width: 100%;
}
.single-news-share-buttons {
	border-top: 1px solid #ccc !important;
	float: left;
	margin-bottom: 0;
	margin-top: 10px;
	padding-top: 18px;
	position: relative;
	text-align: left;
	width: 100%;
}
.social-media-buttons {
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.animsition
{
	visibility:hidden;
}
p
{
	font-size: 16px;
	line-height: 26px;
}
.innerpage {
	padding: 0 25px;
}
.innerpage h2
{
	font-weight:300;
	margin-bottom:30px;
	margin-top:30px;
}
.innerpage h4
{
	margin:10px 0 10px 0;
}
.panel
{
	box-shadow:none;

}
.panel-default > .panel-heading
{
	background-color:#337AB7;
	color:#fff;
	border:none;

	padding:20px 15px;

}
.panel-title
{
	font-weight:300;
	font-size:18px;
}
.cs-list .list-group-item
{
	padding:15px;
	font-size:15px;
	font-weight:300;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
{
	background:none;
	color: #5883ca;
}
.lSSlideOuter .lSPager.lSGallery a {
	border:solid 5px #337AB7;
	border-color: transparent;
	display: inline-block;
}
.lSSlideOuter .lSPager.lSGallery .active a
{
	border:solid 5px #337AB7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	
}
.header-social-list li i
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
}
.header-social-list li i:hover
{
	transform:translateY(-5px);
	color:#3A4B65;
}
.pdetails {
	font-size:16px;
	line-height:30px;
}
.rm-toggle {
	float:left;
}
.list-group-item
{
	border:none;
	border-bottom:solid 1px #ccc;
	margin-bottom:0;
	font-style:italic;
}
@media (max-width: 990px) {
	.about-area {
		height:auto;
		padding: 10px 0 20px 0;
	}
	.service-area
	{

		padding: 10px 25px 20px 25px;
	}
}
@media (max-width: 767px) {

	.logo img {
		width:90%;

	}

}


.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 25px 0;
	max-width: 100%;
	height: auto;
	background: #587DBE;
	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%;
}
figure.effect-goliath {
	background: #587DBE;
}

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

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: 100%;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	object-fit: cover;
	object-position: 50% 50%;

}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.2,1.2,1);
	transform: scale3d(1.2,1.2,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.blue {
	color:#5883CA;

}
.contact-list {
	line-height:30px;
	color:#333333;

}
.contacts-list {
	padding:30px 0px 0px 0;
}
.contacts-list .image img {
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border:solid 1px #c7c7c7;
	padding:2px;
	width:100%;
	max-width:100%;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
.contacts-list .image:hover img {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
	-moz-transform:scale(1.15); /* Firefox */
	-ms-transform:scale(1.15); /* IE 9 */
	-o-transform:scale(1.15); /* Opera */
	transform:scale(1.15);
}
.contacts-list .name {
	text-align:center;
	font-size:18px;
	padding:20px 0px 5px 0;
	line-height:20px;
}
.contacts-list .designation {
	font-size:14px;
	font-weight:500;
	text-align:center;
	padding-bottom:30px;
}
.contacts-list li {
	list-style:none;
}
.title-slide {
	position:absolute;
	top:0px;
	width:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999;
	font-size:14px;
	padding:20px;
	text-align:center;
}
.title-slide a
{
	font-size:18px;
	color:#dedede;
}
.img-thumbnail
{
	border-radius:0px;
	padding:9px;
}
.contact_pa_header
{
	width:100%;
	height:300px;
	background-image:url(../images/header_pa.jpg);
	background-position:top center;
}
.contact_na_header
{
	width:100%;
	height:300px;
	background-image:url(../images/header_na.jpg);
	background-position:top center;
}
.about_header
{
	width:100%;
	height:300px;
	background-image:url(../images/about_img.jpg);
	background-position:top center;
}
.team_header
{
	width:100%;
	height:300px;
	background-image:url(../images/about_img.jpg);
	background-position:top center;
}
.list-contact  {
	margin-bottom:60px;

	padding-left:15px;
}
.img-management
{
	margin:0 10px 0 0;
}
.margin-bottom-20
{
	margin-bottom:15px;
}
.news .media-heading
{
	font-size:18px;
}
.list-group .list-group-item
{
	border-radius:0px !important;
	font-size:16px;
}
.list-group .active a
{
	color: #5883ca !important;
}
.list-group-item
{
	background:none;
}
.list-group a
{
	color:#121212;
}
.media
{
	margin-bottom:60px;
}
.news_view
{
	width:800px;
}
.list-contact p
{
	line-height:18px;
}
.sub-head
{
	font-size:24px;
	font-style:italic;
	margin-bottom:20px;
	color:#5883ca;
}
.sub-head-bold
{
	font-size:24px;
	font-style:italic;
	margin-bottom:20px;
	color:#5883ca;
	font-weight: bold;
}
.pdf_icon
{
	background-image:url(../images/pdf.png); padding-left:38px !important; background-repeat:no-repeat;

}
.pdf_icon a
{
	color:#333333;
}
.doc-list li
{
	margin:20px 0;
}
.pattrns li
{
	margin-bottom:15px;

}
.pattrns li img {
	border:solid 1px #ddd;
}
.sh1
{
	color:#337ab7;
	font-size:18px;
	margin-bottom:10px;
	border-bottom:solid 1px #dedede;
	padding-bottom:10px;
	margin-top:20px;
}
@media all and (min-width: 1200px) {
	/* .lSSlideOuter .lSPager.lSGallery {
		min-height:120px;
	} */
}
@media all and (max-width: 1200px) {
	/* .lSSlideOuter .lSPager.lSGallery {
		min-height:110px;
	} */
}
@media all and (max-width: 960px) {
	/* .lSSlideOuter .lSPager.lSGallery {
		min-height:auto;
	} */
	.rm-menu a.active {
		border:none;
	}

	.menu .container-fluid {
		padding-left:0;
		padding-right:0;
	}
	.contact_add .col-md-6 {
		margin-bottom:30px;
	}
	.news_view
	{
		width:100%;
	}
	.news_view img
	{
		max-width:100%;
	}
	.media
	{
		margin-bottom:30px;
	}
	.project-controls
	{
		top:27px;
	}


}
@media all and (max-width: 660px) {
	.lSSlideOuter .lSPager.lSGallery {
		min-height:auto;
	}
	.logo h1 {font-size: 28px;}
	p.single-news-details
	{
		height:auto;
	}
	p.single-news-details span.category,p.single-news-details span
	{
		margin-left:0;
		border:0;
		padding-left:0;
		display:block;
	}

}
@media all and (max-width: 420px) {
	.recent-projects h3 {
		padding-top:15px;
	}
	.recent-projects h3 span
	{
		display:block;
	}
	.lSSlideOuter .lSPager.lSGallery {
		min-height:60px;
	}
}
@media all and (max-width: 360px) {
	.logo h1 {font-size: 22px;}
}

.innerpage .col-md-6.list-contact:nth-child(odd) {
            clear: both;
        }

/*
 	Animations
 */

body.fadeInUp {
	/*-webkit-animation: fadeInUp 1.5s ease;*/
	   /*-moz-animation: fadeInUp 1.5s ease;*/
	        /*animation: fadeInUp 1.5s ease;*/
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(100px);
	}
	to   {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes fadeInUp {
	from {
		opacity: 0;
		-moz-transform: translateY(100px);
	}
	to   {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to   {
		opacity: 1;
		transform: translateY(0);
	}
}


.container {
	width: 100% !important;
	max-width: 1116px !important;
}
ul.side-nav li a {
	font-style: normal;

}


.scroll-nav {
	position: fixed;
	top: 195px;
	left: 0;
}
.scroll-nav li {
	border-top: 1px solid #CCC;
	padding: 6px 0;
}
.scroll-nav li:first-child {
	border-top: none;
}
.scroll-nav li a {
	cursor: pointer;
	font-style: italic;
	font-size: 15px;
}
.heading-link {
	overflow: hidden;
	padding: 30px 0;
}
.heading-link h2 {
	float: left;
	margin: 0;
}
.heading-link a {
	margin-top: 4px;
	float: right;
	display: none;
	font-size: 15px;
	font-style: italic;
}
.heading-link a img {
	width: 28px;
	height: 28px;
}
.heading-link a span {
	line-height: 28px;
}
.heading-link a:hover {
	text-decoration: none;
}
.heading-link a:hover span {
	text-decoration: underline;
}

@media (max-width: 1500px) {
	.scroll-nav {
		display: none;
	}
	.heading-link a {
		display: block;
	}
}
@media (max-width: 767px) {
	.heading-link h2 {
		float: none;
	}
	.heading-link a {
		float: none;
	}
}



#image-gallery li img {
	height: auto;
	max-width: 100%;
	display: block;
}

.table-resources td,.table-resources th{
	border-color: #ddd;
}
.table-resources tbody{
	background-color: #fff;
}

.table-resources thead{
	background-color: #337AB7;
	color: #fff;
}
.table-resources thead tr th{
	padding: 20px 15px;
}
table .table-resources{
	border-radius: 4px;
}

.table-resources th:not(:first-child),.table-resources td:not(:first-child){
	vertical-align: inherit;
	text-align: center;
}
.side-nav .sub-title,.side-nav .title a {
	color: red;
	font-size: 16px;
	font-style: italic;
}
.side-nav div {
	border-top: 1px solid #CCC;
	padding: 3px 0;
}
.side-nav div:first-child {
	border-top: none;
}
.side-nav a{
	font-style: italic;
	vertical-align: baseline;
}
.side-nav div.title:before,.side-nav div.sub-title:before{
	content: none;
}
.side-nav .circle{
	padding: 10px 0px;
}
.side-nav .circle:before {
	content: ' \25CF';
	font-size: 11px;
	margin-right: 20px;
	margin-left: 8px;
	vertical-align: text-top;
	color: black;
}

/*
.side-nave span.collapse_img {
    vertical-align: text-bottom;
}
*/

.side-nav a.accordion-toggle.collapsed:before{
	content: url('../images/expand.png');
	display:block;
	position: relative;
	float: left;
	top: 5px;
	margin-right: 10px;

}
.side-nav a.accordion-toggle:before{
	content: url('../images/collapse.png');
	display:block;
	position: relative;
	float: left;
	top: 5px;
	margin-right: 10px;

}

.side-nav a.accordion-toggle:focus{
	text-decoration: none;
}

@media (max-width: 450px) {
	.table-resources a.btn.btn-default.btn-nw {
		margin-top: 10px
	}
}

.resources-bg{
	min-width: 325px;
}


.history_imgborder {
	width: 300px;
	display:inline-block;
	position:relative;

}
.history_imgborder.history_img.pull-left{
	margin-right: 2%;
}
.history_imgborder.history_img.pull-right{
	margin-left: 2%;
}
.history_imgborder img{
	width: 100%;
}
.history_layer{
	z-index: 2;
	position: relative;
	border:1px solid #ccc;
	padding:5px;
	background:#f2f2f2;
}
.history_img:before, .history_img:after {
	z-index: 1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.history_img:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.history_img p{
	text-align:center;
	-webkit-margin-before: 1%;
	-webkit-margin-after: 1%;
	font-size: 100%;

}


.resources_header {
	width: 100%;
	height: 300px;
	background-image: url(../images/ResourcesHeader.jpg);
	background-position: top center;
}
.resources .resource {
	margin-top: 30px;
}
.resources a {
	display: block;
}
.resources img {
	height: 34px;
	margin-right: 12px;
}
.resources a {
	margin-bottom: 4px;
}
@media (max-width: 480px) {
.listing-content li {
	display: block;
	float: none;
}
.listing-content li.active a, .listing-content.nav-tabs>li.active>a, .listing-content.nav-tabs>li.active>a:focus, .listing-content.nav-tabs>li.active>a:hover {
	background-color: #d8e1ea;
	border: 0;
	color: #000;
}
}
.properties_list li {
	border:0;
	padding:6px 10px 6px 0px;
	font-style: normal;
}
.properties_list {
	margin-bottom: 0;
}
.properties_list li span.text {
	min-width: 100px;
    display: inline-block;
}
.glass-list .panel-body {
    background-image: url(../images/bg_glass.svg);
    background-position: center;
    background-size: 100% 100%;
    min-height: 100px;
    padding: 5px 20px;
    color: #555;
    margin-bottom: 30px;
}
.tab-content h4 a {
	 color: #555; 
	font-size: 20px;
}
.glass-list .panel {
	border:0px;
	margin: 0;
	background-color:transparent;
}
.glass-list .tab-content {

	/*background: linear-gradient(0deg, rgba(96,118,148,1) 0%, rgba(176,188,204,1) 100%);
	 linear-gradient(to bottom, #607694, #B0BCCC) 
	background-color: #e4eef5;*/
	padding-bottom: 30px;
}
.glass-list .tab-content.pattern {
	background-image: url(../images/p1.png);
}
.glass-list .glass-table td {

border: 0;
}
.glass-list .glass-table td:first-child {
	padding-left: 0;
}
.innerpage h4, .innerpage h5 {
	color: #337ab7;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    margin-top: 20px;
}
.innerpage h5 {
	font-size: 16px;
}
.glass-list .panel-body h4 {
	border:0;
}
/* .glass-list  .col-md-4 {
	padding: 0px;
}  */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: rgb(51, 122, 183);
	border: 1px solid rgb(221, 221, 221);
	border-bottom-color: transparent; 
	outline: 0;

}


.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	outline: 0;
}
.glass-list  .nav-tabs > li.active > a, .glass-list  .nav-tabs > li.active > a:focus, .glass-list  .nav-tabs > li.active > a:hover {

	color: #fff;
	
	cursor: default;
	
	background-color: rgb(51, 122, 183);
	
	border: 1px solid rgb(221, 221, 221);
	
	border-bottom-color: transparent; outline: 0
	
					outline: 0;
	
	}
	
	 
	
	.glass-list .nav-tabs > li > a {
	
					margin-right: 2px;
	
					line-height: 1.42857143;
	
					border: 1px solid transparent;
	
					border-radius: 4px 4px 0 0;
	
					outline: 0;
	
	}
	.news .col-md-10 .col-md-6:nth-child(2n+1) {
		clear: both;
	}
	.pr-gallery .col-md-4, .pr-gallery .col-sm-6 {
		padding: 0px 4px 0px 4px;
	}
	.pr-gallery .grid figure {
		margin-bottom: 8px;
	}
	.pr-gallery .col-md-12 {
		padding-left: 4px;
	}
	.pr-gallery .grid {
		padding: 0px 11px 0px 11px;
	}
	. {
		min-height:50px; 
		font-size:12px; 
		color:#337AB7
	}
	.emp-month {
		position: relative;
		max-width: 1000px;

	}
	.emp-month .emp-image {
		width: 100%;
		min-height: 625px;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 20px;
		position: relative;
		background-position: top center;
	}
	.emp-month .em-badge {
		width: 228px;
		height: 227px;
		background-image: url(../images/em.png);
		position: absolute;
		top:10px;
		left: 20px;
		background-size: cover;
	}
	.eom .eom-badge {
		width: 100px;
		height: 100px;
		background-image: url(../images/em.png);
		position: absolute;
		right: 10px;
    	bottom: 20px;
		background-size: cover;
	}
	.emp-month .heading {
		position: absolute;
		bottom: 0px;
		left: 20px;
		
	}
	.emp-month .sub-heading
	{
		font-style: italic;
		font-size: 20px;
		color: #fff;
	}
	.emp-month .em-name {
		font-family: 'Arvo', serif;
		font-weight: bold;
		font-size: 60px;
		color: #fff;
		text-transform: uppercase;
	}
	.emp-month .em-content {
		background-color: #fff;
		padding: 15px;
	}
	.emp-month .em-content  .txt1 {
		text-align: center;
		font-style: italic;
		font-size: 18px;
	}
	.emp-month .em-content  .txt2 {
		text-align: center;
		font-style: italic;
		font-size: 18px;
	}
	.emp-month .em-content .em-date  {
		font-family: 'Arvo', serif;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
		margin:30px 0px;
	}
	.emp-month .questions {
		margin:0;
		padding: 0;
		margin-left:124px;
		margin-top: 20px;
	}
	.emp-month .questions li {
		list-style: none;
		width: 100%;
		display: block;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.emp-month .questions .no {
		display: inline-block;
		vertical-align: top;
		background-color: #5b9bd5;
		color: #fff;
		width: 50px;
		height: 50px;
		text-align: center;
		border-radius: 50%;
		font-size: 30px;
		padding-top: 5px;
		float: left;
	}
	.emp-month .questions .content {
		display: table;
	}
	.emp-month .questions .content {
		font-size: 18px;
		font-style: italic;
		padding-left: 20px;
	}
	.emp-month .questions .qst {
		font-weight: bold;
		font-style: normal;
	}
	.emp-month .em-content  .em-review {
		text-align: left;
		font-style: normal;
		font-size: 18px;
		border: solid 3px #5b9bd5;
		padding: 5px;
		margin: 20px 124px 20px 124px;
		text-align: justify;
		text-justify: inter-word;		
	}	
	@media (max-width: 767px) {
		.emp-month .em-badge {
			width: 180px;
			height: 180px;
		}
		.emp-month .em-name {
			font-size: 42px;
		}
		.emp-month .questions {
			margin-left: 20px;
		}
	}
	@media (max-width: 480px) {
		.emp-month .em-badge {
			width: 100px;
			height: 100px;
		}
		.emp-month .emp-image {
			height: 490px;
		}
	}
	#map_wrapper {
		height: 870px;
		margin-bottom: 30px;
		
	}
	
	#map_canvas {
		width: 100%;
		height: 800px;
	}
	.info_content {
		padding: 12px;
	}
	.info_content p {
		margin-bottom: 0;
	}
	.gm-style .gm-style-iw-c {
		border-radius: 8px;
		padding: 0;
	}
	.controls {
		background-color: #fff;
		border-radius: 2px;
		border: 1px solid transparent;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		font-family: Roboto;
		font-size: 13px;
		font-weight: 300;
		height: 29px;
		margin-bottom: 17px;
		margin-top: 10px;
		outline: none;
		padding: 0 11px 0 13px;
		text-overflow: ellipsis;
		z-index: 99;
		width: 100%;
	}
	
	.controls:focus {
		border-color: #4d90fe;
	}
	@media (max-width: 991px) 
	{
		.glass-list .panel-body  {
			margin-bottom: 20px;
		}
	}
	.eom .col-md-6, .eom .col-sm-6 {
		padding: 0px 4px 0px 4px;
	}
	.eom {
		padding :0px 26px 0px 26px;
	}
	.eom figure.effect-julia {
		margin-bottom: 8px;
	}


.textover img { width: 100%; }
.textover { max-width: 100%; } /* OPTIONAL */
.textover figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	color: white;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}	

.divider {
	border-top: 1px solid #cfcfcf;
}
	
	/******* Added for News Type 04-Jun-2021******/
.news-btn {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
}
.sub-careers {
	margin-top: 25px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 25px;
}

.news-slider .lSSlideOuter .lightSlider > *, .news-slider .lSSlideOuter .lSGallery li {
	height: 700px !important;
	position: relative;
}
/*.news-slider .lSSlideOuter .lightSlider, .news-slider .lSSlideOuter .lSPager {
	height: 700px !important;
}*/

.partner-list 
{
	height: calc(60vh - 115px);
    overflow: auto;
	width: 100%;
}

/*.info_content a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
	text-decoration: none;
  }*/
  
.form-control-control
{
	border-radius: 4px;
	box-shadow: none;
	border-color: #d2d6de;
	display: block;
	padding: 0.5rem 0.75rem;
	font-size: 1em;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #d2d6de;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}