.no-select {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

p {
    text-align: justify;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.per-section {
	padding: 25px 0;
}
/**
* Start About page
*/

.aspec-34-25 {
	width: 100%;
	padding-bottom: 34.25%;
	position: relative;
}

.aspec-54 {
	width: 100%;
	padding-bottom: 54%;
	position: relative;
}
.aspec-50 {
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}

.aspec-child {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}

.big-heading-3.msg-frm-pres {
	padding: 0;
}

.outstanding-list p {
	margin: 0;
}

.outstanding-list ol {
	padding: 0 0 0 50px;
}

.outstanding-list ol li {
	padding: 0 0 0 40px;
}

.big-heading-3 {
	font-size: 2.2em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 0 0 60px;
	position: relative;
}

h3.w-icons {
	padding: 6px 0 0 60px;
	position: relative;
}

h3 img.img-icon {
	position: absolute;
	left: 0;
	width: 40px;
	margin-right: .3em;
}

h3 svg {
	width: 45px;
	height: 45px;
	margin-right: .3em;
	fill: #0071be;
	position: absolute;
	left: 0;
	top:0;
}

.our-serv-categ h3 {
	padding: 6px 0 12px 60px;
}

.about-content img,
.services-content img {
	width: 100%;
}

.about-content .about-2-img {
	width: 100%;
	max-width: 300px;
	float:left;
	margin:0 25px 5px 0;
}

.about-content .view-more-less {
	display: none;
}
.about-content .view-more-less.more {
	display: block;	
}

.about-content .view-more-button button {
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
	color: #0071be;
}

ul.about-tab-to-accord {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

ul.about-tab-to-accord li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}


/*
start tab/accordion
*/
ul.tabs {
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}

ul.tabs li {
	margin: 0;
	cursor: pointer;
	padding: 10px 6px;
	color: #000;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
}

ul.tabs li svg {
	width: 30px;
	height: 30px;
}

ul.tabs li:not(.active) svg {
	fill: #0071be;
}
ul.tabs li:hover span {
	text-decoration: underline;
}

ul.tabs li.active {
	background: #0071be;
	color: #fff;
	display: block;
	pointer-events: none;
}

ul.tabs.about-tab-to-accord-2 li.active {
	background: #0071be;
	pointer-events: none;
}

.tab_container {
	border-top: none;
	clear: both;
	/*float: left;*/
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }



.accord-minus-plus {
	position: absolute;
	right: 20px;
	top: 12px;
}
@media only screen and (max-width:991px) {
	ul.about-tab-to-accord {
		display: none;
	}

	.tab_container_2 .tab_drawer_heading {
		background: #93bcd9;
	}

	.tab_drawer_heading {
		position: relative;
		background: #0071be;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		/*padding: 6px 20px;*/
		padding: 14px 20px 14px 60px;
		font-size: 18px;
		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
	}

	h3.tab_drawer_heading svg,
	h3.tab_drawer_heading img.img-icon {
		width:35px;
		height: 35px;
		position: absolute;
		top: 6px;
		left: 15px;
		fill: #fff;
	}

	.tabs {
		display: none;
	}

	.tab_drawer_heading .accord-minus-plus:before {
		content: "\f0fe";
		font-family: 'FontAwesome';
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-weight: 400;
	}

	.tab_drawer_heading.d_active .accord-minus-plus:before {
		content: "\f146";
		font-family: 'FontAwesome';
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-weight: 400;
	}
}


@media screen and (max-width: 767px) {
		/*ul.about-tab-to-accord:not(.tabs-to-accord-custom) {
			display: none;
		}

		.tab_drawer_heading:not(.tabs-to-accord-custom) {
			position: relative;
			background: #548235;
			color: #fff;
			border-top: 1px solid #333;
			margin: 0;
			padding: 6px 20px;
			font-size: 18px;
			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;
		}

		.tabs:not(.tabs-to-accord-custom) {
			display: none;
			}*/

			.tab_drawer_heading svg {
				fill:#fff;
			}

			.d_active {

			}

		/*.tab_drawer_heading:not(.tabs-to-accord-custom) .accord-minus-plus:before {
			content: "\f0fe";
			font-family: Font Awesome\ 5 Free;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			font-weight: 400;
		}

		.tab_drawer_heading.d_active:not(.tabs-to-accord-custom) .accord-minus-plus:before {
			content: "\f146";
			font-family: Font Awesome\ 5 Free;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			font-weight: 400;
			}*/
		}


/*
end tab/accordion
*/

/* START ABOUT US PAGE MILESTONE */

.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}

.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #bac3cc;
}

.cd-timeline-block {
	position: relative;
	margin: 20px 0;
}

.cd-timeline-block:after {
	clear: both;
	content: "";
	display: table;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

.cd-timeline-img {
	cursor: pointer;
	/*opacity: 0;*/ /* with animation*/
	opacity: 1; /*without animation*/
	overflow: hidden;
	background: #0071be;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	padding: 7px 0;
}

.cd-timeline-img.animated {
	opacity: 1;
}

.cd-timeline-img:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: #548235;
	z-index: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cd-timeline-img i {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 2;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font: normal 30px 'FontAwesome';
	color: #fff;
	margin: auto;
}

.cd-timeline-content {
	/*opacity: 0;*/ /* with animation*/
	opacity: 1; /*without animation*/
	position: relative;
	margin-left: 60px;
	background: #ffffff;
	border-radius: 0.25em;
	padding: 1em;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.cd-timeline-content h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
	font-size: 16px;
}

.cd-timeline-content ol {
	padding-left: 1em;
}

.cd-timeline-content.animated {
	opacity: 1;
}

.cd-timeline-content:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -14px;
	border-bottom: 4px solid red;
	width: 0%;
	text-align: center;
}

.cd-timeline-content:after {
	content: '';
	position: absolute;
	width: 0%;
	bottom: -5px;
	height: 5px;
	background: #93bcd9;
	left: 50%;
}

.cd-timeline-content h2 {
	color: #303e49;
	font-weight: 900;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	display: inline-block;
}

.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: #ffffff;
	border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #ffffff;
}

svg.svg-chevrondown {
	color: #fff;
	width: 18px;
	/*position: relative;*/
	/*top: 8px;*/
}


@media (min-width: 768px) {
/*	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
		}*/
		.cd-timeline-content p {
			font-size: 16px;
			font-size: 1rem;
		}
		.cd-timeline-content .cd-read-more,
		.cd-timeline-content .cd-date {
			font-size: 14px;
			font-size: 0.875rem;
		}
	}

	@media (min-width: 1170px) {

		svg.svg-chevrondown {
			width:22px;
			/*top: 18px;*/
			/*padding: 20px 0;*/
		}
		#cd-timeline {
			margin-top: 3em;
			margin-bottom: 3em;
		}
		#cd-timeline::before {
			left: 50%;
			margin-left: -2px;
		}
		.cd-timeline-block {
			margin: 20px 0;
		}
		.cd-timeline-block:first-child {
			margin-top: 0;
		}
		.cd-timeline-block:last-child {
			margin-bottom: 0;
		}
		.cd-timeline-img {
			width: 60px;
			height: 60px;
			left: 50%;
			margin-left: -30px;
			/* Force Hardware Acceleration in WebKit */
			-webkit-transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			padding: 17px 0;
			cursor: pointer;
		}
		.cssanimations .cd-timeline-img.is-hidden {
			visibility: hidden;
		}
		.cssanimations .cd-timeline-img.bounce-in {
			visibility: visible;
			-webkit-animation: cd-bounce-1 0.6s;
			-moz-animation: cd-bounce-1 0.6s;
			animation: cd-bounce-1 0.6s;
		}
		.cd-timeline-content {
			margin-left: 0;
			padding: 1.6em;
			width: 45%;
		}
		.cd-timeline-content::before {
			top: 24px;
			left: 100%;
			border-color: transparent;
			border-left-color: #ffffff;
		}
		.cd-timeline-content .cd-read-more {
			float: left;
		}
		.cd-timeline-content .cd-date {
			position: absolute;
			width: 100%;
			left: 122%;
			top: 6px;
			font-size: 16px;
			font-size: 1rem;
		}
		.cd-timeline-block:nth-child(even) .cd-timeline-content {
			float: right;
		}
		.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
			top: 24px;
			left: auto;
			right: 100%;
			border-color: transparent;
			border-right-color: #ffffff;
		}
		.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
			float: right;
		}
		.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
			left: auto;
			right: 122%;
			text-align: right;
		}
		.cssanimations .cd-timeline-content.is-hidden {
			visibility: hidden;
		}
		.cssanimations .cd-timeline-content.bounce-in {
			visibility: visible;
			-webkit-animation: cd-bounce-2 0.6s;
			-moz-animation: cd-bounce-2 0.6s;
			animation: cd-bounce-2 0.6s;
		}
		.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
			-webkit-animation: cd-bounce-2-inverse 0.6s;
			-moz-animation: cd-bounce-2-inverse 0.6s;
			animation: cd-bounce-2-inverse 0.6s;
		}
	}

	@media (max-width:768px) {
		.cd-timeline-img i {
			font-size: 25px;
		}
	}


	/*hover effects*/

	.cd-timeline-content:hover+.cd-timeline-img:after,
	.cd-timeline-img:hover:after {
		transition-delay: 0.1s;
		-webkit-animation: bounce2 0.6s forwards;
		-moz-animation: bounce2 0.6s forwards;
		animation: bounce2 0.6s forwards;
	}

	.cd-timeline-content:hover:after {
		animation: oneline 0.3s linear forwards;
	}


/*@-ms-keyframes oneline {
from {left:50%; width:0%; }
to {left:0; width:100%; }
}
@-o-keyframes oneline {
from {left:50%; width:0%; }
to {left:0; width:100%; }
}
@-moz-keyframes oneline {
from {left:50%; width:0%; }
to {left:0; width:100%; }
}
@-webkit-keyframes oneline {
from {left:50%; width:0%; }
to {left:0; width:100%; }
}*/

@keyframes oneline {
	0% {
		left: 50%;
		width: 0%;
		background: #93bcd9;
	}
	80% {
		background: #93bcd9;
	}
	100% {
		left: 0;
		width: 100%;
		background: #93bcd9;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}


/* END ABOUT US PAGE MILESTONE */

.plant-eng-bg {
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url('../img/full/plant-eng.jpg') no-repeat center center;
	background-size: cover;
}

.machinery-des-bg {
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url('../img/full/machinery-design-about.jpg') no-repeat center center;
	background-size: cover;
}

.system-infra-bg {
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url('../img/full/system-infra.jpg') no-repeat center center;
	background-size: cover;
}

.about-intro-img .eng-item {
	color: #fff;
	position: absolute;
	top: 70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 6px 14px;
}

.about-intro-img .eng-item h4 {
	text-transform: uppercase;
	font-size: 1.6rem;
	margin: 0;
}

.about-intro-img .eng-item p {
	font-size: 14px;
	margin: 0;
}

.business-f-item {
	margin: 0 0 16px 0;
}

.business-f-item .item-txt {
	color:#fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 6px 14px;
}

.business-f-item .item-txt h4 {
	font-size: 1.3em;
	margin: 0;
	font-weight: 700;
}

.business-f-item .item-txt p {
	font-size:12px;
	margin: 0 0 6px 0;
	font-weight: 500;
	text-align: left;
}

/*.business-f-item .item-txt a {
	background: #70AD47;
	border-radius: 6px;
	border: 1px solid transparent;
	padding: 6px 10px 4px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'antonioregular', sans-serif;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.business-f-item .item-txt a:hover {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #70AD47;
	color: #70AD47;
	}*/

	.green-button-cus {
		background: #0071be;
		border-radius: 6px;
		border: 1px solid transparent;
		padding: 6px 10px 4px;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'antonioregular', sans-serif;
		-webkit-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
	}

	.green-button-cus:hover {
		background: rgba(0, 0, 0, 0.4);
		border: 1px solid #0071be;
		color: #fff;
	}


	.business-f-item .item-txt h4,
	.business-f-item .item-txt p {
		font-family: inherit;
		text-transform: uppercase;
		text-shadow: 0px 0px 10px black;
	}

	@media only screen and (max-width:991px) {
		.business-f-item .item-txt h4 {
			font-size: 1em;
		}

		.business-f-item .item-txt p {
			font-size:10px;
		}
	}

	@media only screen and (max-width:767px) {
		.business-f-item .item-txt h4 {
			font-size: 1.8em;
		}

		.business-f-item .item-txt p {
			font-size:12px;
		}
	}


/**
* End About page
*/



/**
* Start Services page
*/

.services-intro,
section.sev-sections {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.about-intro-img {
	width: 420px;
	max-width: 100%;
	float: left;
	margin: 0 25px 5px 0;
}

.about-intro-img p {
	text-align: left;
}

.about-intro-msg,
.serv-msg {
	text-align: justify;
}



.serv-msg-main-img {
	width: 470px;
	max-width: 100%;
	float: right;
	margin: 0 0 12px 25px;
}

.serv-msg-main, .serv-multi-img {
	clear: both;
}

.serv-multi-img .multi-img-items {
	margin:0 0 12px 0;
}

@media only screen and (max-width:767px) {
	.about-intro-img {
		width: 100%;
	}

}
/**
* End Services page
*/

/**
* End micomax
*/



@font-face {
	font-family: 'antoniobold';
	src: url('fonts/antonio-bold-webfont.woff2') format('woff2'),
	url('fonts/antonio-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'antoniolight';
	src: url('fonts/antonio-light-webfont.woff2') format('woff2'),
	url('fonts/antonio-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'antonioregular';
	src: url('fonts/antonio-regular-webfont.woff2') format('woff2'),
	url('fonts/antonio-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

svg {
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}
a {
	color: #0071be;
	text-decoration: underline;
}
a:hover {
	color: #93bcd9;
	text-decoration: none;
}
a:focus {
	outline: none;
}

textarea:focus, input:focus{
	box-shadow: none;
	 -webkit-box-shadow: none;
    outline: none;
    background-color: #000;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	background-color: #f9f9fb;
	border: none;
	-webkit-text-fill-color: #495057;
	-webkit-box-shadow: 0 0 0 30px #f9f9fb inset;
	transition: background-color 5000s ease-in-out 0s;
}

.h1, .h2, h1, h2 {
	font-size: 2.5em;
	margin-bottom: 1.1em;
	font-weight: 400;
	font-family: 'antoniolight', sans-serif;
}
.h3, h3 {
	font-family: 'antonioregular', sans-serif;
}
.h1 strong, h1 strong, .h2 strong, h2 strong {
	font-weight: 400;
	font-family: 'antoniobold', sans-serif;
	color: #0071be;
}

.form-control {
	border-radius: 0;
}

.form-control:focus {
	border: none;
	background: #93bcd9!important;
	box-shadow: none;
}

.contact-us input:focus {
	background: #000;
}

.nav-primary a {
	text-decoration: none;
}
.nav-primary:hover a {
	opacity: 0.5;
}
.nav-primary a:hover {
	opacity: 1;
}
a.current {
	text-decoration: underline;
}

ul.check li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.check li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
}

/*========================================
  FOOTER
  ========================================*/

  #footer {
  	color: #fff;
  	margin-top: 3em;
  }

  #footer a {
  	color: #fff;
  	line-height: 1;
  }

  .footer-top {
  	width: 100%;
  	height: 6px;
  	background-color: #0071be;
  }

  .footer-links {
  	background-color: #0071be;
  }

  .footer-links ul {
  	margin: 0;
  	padding: 0.6em 0;
  }

  .footer-links li.list-inline-item {
  	margin-right: 0;
  	display: block;
  	padding: 0;
  	font-weight: 700;
  	letter-spacing: 2px;
  }

  .footer-links li a {
  	display: block;
  	padding: 8px 0;
  }

  .copyright {
  	padding: 0.7em 0;
  	font-size: .85em;
  	background-color: #0071be;
  	} /* END FOOTER */

  	.scroll-to-top {
  		position: fixed;
  		bottom: 20px;
  		right: 20px;
  		background: rgb(0, 0, 0);
  		background: rgba(0, 0, 0, 0.7);
  		width: 30px;
  		height: 30px;
  		display: block;
  		text-decoration: none;
  		/* -webkit-border-radius: 35px; */
  		-moz-border-radius: 35px;
  		/* border-radius: 35px; */
  		opacity: 0;
  		-webkit-transition: all 0.3s linear;
  		-moz-transition: all 0.3s ease;
  		-ms-transition: all 0.3s ease;
  		-o-transition: all 0.3s ease;
  		transition: all 0.3s ease;
  	}

  	.scroll-to-top.is-visible {
  		opacity: 1;
  	}


  	.scroll-to-top i {
  		color: #fff;
  		margin: 0;
  		position: relative;
  		left: 8px;
  		top: 2px;
  		font-size: 15px;
  		-webkit-transition: all 0.3s ease;
  		-moz-transition: all 0.3s ease;
  		-ms-transition: all 0.3s ease;
  		-o-transition: all 0.3s ease;
  		transition: all 0.3s ease;
  	}

/*========================================
  HOME SLIDER
  ========================================*/

  .home-top-links {
  	z-index: 99;
  	right: 30px;
  	top: 10px;
  	color: #fff;
  	font-size: .75em;
  	background: #191919;
    padding: .4em .6em;
  }

  .home-top-links a,
  .inner-top-links a {
  	color: #fff;
  	text-decoration: none;
  }

  .flexslider {
  	padding: 0;
  	zoom: 1;
  }

  .slides { margin: 0; }
  .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  .slides img {width: 100%; display: block;}

  .flexslider .slides > li {
  	color: #fff;
  	display: none;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	overflow: hidden;
  	/*height: 550px;*/
  	background: rgb(0,0,0);
/*	-webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);
clip-path: polygon(0 0, 100% 0, 86% 100%, 14% 100%);*/
}

/*.flex-active-slide > div {
top: 50%;
left: 18vw;
transform: perspective(1px) translateY(-50%);
}*/

.flexslider-title {
	z-index: 2;
	position: absolute;
	top: 44%;
	left: 18vw;
	transform: translateY(-50%);
}

.flexslider-title h3,
.flexslider-title a {
	margin: 0;
}

.flexslider-title p {
	max-width: 650px;
	text-align: left;
}

.flexslider-title a {
	font-size: 14px;
}

.flex-active-slide h3 {
	font-size: 3.5em;
	font-family: 'antoniobold';
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);

}

.flex-active-slide > div > img {
	filter: opacity(0.7);
}

.flexslider .slides > li:before {
	content: url('../img/left-overlap.png');
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.flexslider .slides > li:after {
	content: url('../img/right-overlap.png');
	display: block;
	position: absolute;
	right: -1px;
	top: 0;
}

.flex-direction-nav {
	*height: 0;
	width: 100%;
	z-index: 100;
	position: absolute;
	bottom: 70px;
}

.flex-direction-nav a  {
	min-width: 100px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	font-family: 'antoniobold', sans-serif;
}

.flex-direction-nav .flex-prev {
	left: 0px;
	text-align: right;
}

.flex-direction-nav .flex-next {
	right: 0px;
	text-align: left;
}

.flex-direction-nav .alt {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.arrow svg {
	width: 50px;
	height: 50px;
}

.flex-next .arrow svg#svg-arrow-left,
.flex-prev .arrow svg#svg-arrow-right {
	display: none;
}

.preview {
	z-index:90;
}
.flex-direction-nav img { width: 100px; height: 100px; margin: 0; padding: 0; border: 5px solid #548235; }

.slide-number {
	color: #548235;
	display: block;
	padding: 6px 18px 4px;
	border: 1px solid #548235;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

.flex-prev .slide-number {
	right: -39px;
}

.flex-next .slide-number {
	left: -39px;
}

@media only screen and (max-width: 991px) {
	.flexslider-title {
		left: 14vw;
		max-width: 72%;
	}

	.flex-active-slide h3 {
		font-size:3.0em;
	}

	.flexslider-title p {
		font-size:14px;
	}

	.flex-direction-nav {
		bottom: 70px;
	}
	.flex-direction-nav .flex-prev .preview {
		left: -15%;
	}

	.flex-direction-nav .flex-next .preview {
		right: -15%;
	}

	.flex-direction-nav .flex-prev .preview,
	.flex-direction-nav .flex-next .preview {
		position: relative;
		top: -20px;
		transform: scale(0.7);
	}

	.flex-direction-nav .flex-prev .arrow,
	.flex-direction-nav .flex-next .arrow {
		position: relative;
		width: 45px;
		right: -30%;
	}
}

@media only screen and (max-width:767px) {
	.home-top-links {
		top:94px;
	}

	.flexslider-title {
		left: 10vw;
		max-width:80%;
	}
	.flexslider .slides > li:before,
	.flexslider .slides > li:after {
		display: none;
	}

	.flex-active-slide > div >img {
		width: auto;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.flexslider .slides > li,
	.flex-active-slide > div > img {
		height: 60vh;
	}

	.flex-direction-nav {
		display: none;	
	}

	.flex-active-slide h3 {
		font-size:2.5em;
	}
}

@media only screen and (max-width:500px) {
	.flex-active-slide h3 {
		font-size:2em;
	}
	.flex-active-slide p {
		font-size: 14px;
	}
	.big-heading-3 {
		font-size:28px;
	}
}

@media only screen and (max-width:400px) {
	.flex-active-slide h3 {
		font-size:1.5em;
	}
/*	.big-heading-3 {
	font-size:20px;
	}*/
}

@media only screen and (max-height:450px) {
	.flexslider .slides > li, .flex-active-slide > div > img {
		height: 100vh;
	}
}

/* HOME MENU */

.header-wrap {
	height: 90px;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	/*padding: 0 0 0 1em;*/
	background:linear-gradient(to bottom,  #59a7e9 0%,#3288d3 49%,#0d6cc0 100%);
	max-width: 100%;
	margin: 0 auto;
}

.home.main-menu {
	margin: 0;
}

.home .main-menu-wrap {
	margin-left: auto;
}

.main-menu li {
	display: inline-block;
	margin-right: 1em;
}

.header-container .search {
	padding: 0 2em;
	border-left: 1px solid #496e2f;
	height: 90px;
	line-height: 90px;
	margin-left: 1em;
}

.header-container .search:before {
	content: '';
	border-left: 1px solid #80c152;
	position: absolute;
	left: 0;
	height: 90px;
}

.search svg {
	width: 30px;
}

/* HOME CONTENT */
.home-intro { margin-top: 5em; margin-bottom: 4em; }
.home-intro p {
	font-size: 1.2em;
	line-height: 1.7;
	margin-bottom: 2em;
}

.home-intro-img {
	top: 30px;
}

.home-intro-img img {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 2.5s;
	-o-transition: all 2.5s;
	transition: all 2.5s;
}

.home-intro-img:hover img {
	opacity: 0.6;
}

.home-intro-img img:hover {
	-webkit-transform: rotate(405deg);
	transform: rotate(405deg);
	opacity: 1;
}

.home-intro-img img:hover +  .home-intro2,
.home-intro-img img:hover + img + .home-intro3 {
	/*-webkit-transform: rotate(360deg);*/
	/*transform: rotate(360deg);*/
	z-index: -2;
}

.home-intro1 {
	max-width: 100%;
}

.home-intro2 {
	position: absolute;
	top: -25px;
	right: 56px;
}

.home-intro3 {
	position: absolute;
	bottom: -25px;
	left: 56px;
}

.home-intro2,
.home-intro3 {
	max-width: 64%;
}

@media only screen and (max-width: 1199px) {
	.home-intro2 {
		top: -30px;
		right: 15px;
	}

	.home-intro3 {
		bottom: -30px;
		left: 15px;
	}
	.home-intro-img {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@media only screen and (max-width: 991px) {
	.home-intro2 {
		top: -20px;
		right: -20px;
	}

	.home-intro3 {
		bottom: -20px;
		left: -20px;
	}
	.home-intro-img {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		top: 10px;
		left: 10px;
	}
}

.underlined {
	padding-left: .2em;
	padding-bottom: .6em;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: : .7em;
}

.main-menu a {
	color: #fff;
	font-family: 'antonioregular', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
}


/* HEADER INNER */
.inner-top-links {
	z-index: 4;
	right: 15px;
	top: 65px;
	color: #fff;
  	font-size: .75em;
  	background: #191919;
    padding: .4em .6em;
}

#header { color: #fff;  }
header.inner {
	height: 285px;
	background: #000;
	margin-bottom: 4vh;
}

.header-top-wrap {
	position:fixed;
	background: #0071be;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	padding-top: 1em;
	padding-bottom: 1em;
}
header .fig {
	top: -4px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.navbar { padding: 0; }

.search-button {
	right: 0;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

.search-overlay {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	background-color: rgba(255,255,255,.9);
}

.search-overlay .search-close {
	background: transparent;
	border: none;
	font-size: 2em;
	outline: none;
	position: absolute;
	top: 0.5em;
	right: 1em;
	z-index: 100;
}

.search-overlay form {
	margin: 75px auto 40px;
	max-width: 1200px;
	position: relative;
	top: 20%;
	width: 75%;
}

.search-overlay input {
	background: #f9f9fb !important;
	border: none;
	padding: 1.1em 1rem;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	font-size: 3vh;
	font-weight: 400;
	font-family: arial, sans-serif;
	width: 100%;

}

.search-overlay input:focus {
	outline: none;
}

.search-close {
	text-decoration: none;
}

.search-overlay.open {
	display: block;
}

#off-canvas {
	padding: 6vh 5vw 5vh;
	z-index: 101;
}

.js-offcanvas-close {
	top: 10px;
	right: 10px;
}

.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
	z-index: 100;
}

#off-canvas .navbar-nav {
	margin: 0;
}

#off-canvas .main-menu li {
	display: block;
	margin: .8em 0;
}

#off-canvas .main-menu a {
	color: #000040;
	letter-spacing: 2px;
	display: block;
}

#off-canvas .main-menu a u {
	text-decoration: none;
}

#off-canvas .main-menu a u:after {
	content: '\2807';
	font-size: 23px;
	float: right;
	display: inline-block;
}



html.overlay-open,
body.overlay-open {
    overflow: hidden;
    position: relative;
    height: 100%;
}

header aside.c-offcanvas--left {
	width: 70vw;
}

.navbar-collapse {
	justify-content: flex-end; 
}

.navbar-nav {
	margin-right: 2em;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 250px;
	transform: translateX(-50%);
	left: 50%;
	position: absolute;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}


.below-nav {
	top: 60%;
	transform: perspective(1px) translateY(-50%);
}

.breadcrumbs {
	margin: 0;
	background: #000;
	padding: 6px 8px;
}

.breadcrumbs li {
	display: inline-block;
	font-size: .7em;
}

.breadcrumbs li a {
	color: #fff;
	text-decoration: none;
}

.breadcrumbs li a:after {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	content: '\25ba';
	margin: -3px 6px 0 8px;
	font-size: 10px;
	color: #0071be;
	font-family: Arial,Helvetica,sans-serif;
}

.heading-title {
	text-align: left;
}
.heading-title h1 {
	font-family: 'antonioregular', sans-serif;
	margin-bottom: 6px;
}

.heading-title p { text-align: right; }

.careers .heading h2 {
	font-family: 'antoniobold', sans-serif;
	font-size: 4em;
}

.careers .heading h2:before{
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	bottom: 0;
	left: 0;
	border-bottom: 3px solid #0071be;
}
.careers-search {
	background: #f7f7f7;
	padding: 1em;
	margin-bottom: 3vh;
}

.careers-search h5 {
	font-weight: 400;
	margin: 0;
	letter-spacing: 2px;
	font-size: 1em;
}

label.dropdown select {
	font-size: .7em;
	color: #444;
	border: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown:before {
	content: '';
	right:0;
	top: 0;
	width: calc(2.25rem + 2px);;
	height: calc(2.25rem + 2px);
	background: #548335;
	position: absolute;
	pointer-events: none;
	display: block;
}
label.dropdown { margin: 0;}
label.dropdown:after {
	content: "\f078";
	font-family: 'FontAwesome';
	color: #fff;
	right: 10px;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	position: absolute;
	pointer-events: none;
}
@media screen\0 {
	label.dropdown:after {
		width: 38px;
		text-indent: 15px;
		right: 0;
	}
}
@media screen and (min--moz-device-pixel-ratio:0) {
	label.dropdown select { padding-right: 40px; }
	label.dropdown:before { right: 6px; }
	label.dropdown:after {
		text-indent: 14px;
		right: 6px;
		top: -5px;
		width: 36px;
	}
}

.careers-search input {
	border: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.careers-search button {
	background-color: #548335;
	border: 1px solid #548335;
	color: #fff;
	cursor: pointer;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 1.7em;
}
.careers-note {
	max-width: 80%;
	margin: 0 auto;
}

.card-header:after {
	font-family: 'FontAwesome';  
	content: "\f077";
	float: right; 
	font-weight: 400;
}
.card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f078"; 
}

.card {
	border-radius: 0;
}
.card, .card-header {
	border-color: #b7b7b7;
}

.card .card-header:nth-of-type(2) {
	border-top: 1px solid #b7b7b7;
}
.card-header {
	font-weight: 700;
	background: #fff;
	cursor: pointer;
}

.card-header:not(.collapsed) a {
	color: #0071be;
}
.card-block {
	padding: 1.4em 1em;
	border-bottom: 1px solid rgb(183, 183, 183);
}

.card-title { margin: 0; }
a.card-title:hover { color: #0071be !important; }


.contact-us input,
.contact-us textarea {
	background: #f9f9fb !important;
	border-top: 1px solid rgba(107, 116, 124, 1);
	border-right: 1px solid rgba(107, 116, 124, 1);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	padding: .75em 1rem;
	
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"],
input[type="date"] {
    -moz-appearance: textfield;
}

.contact-us input::-webkit-input-placeholder,
.contact-us textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}

.contact-us input:-moz-placeholder,
.contact-us textarea:-moz-placeholder {
	text-transform: uppercase;
}

.contact-us input::-moz-p,
.contact-us textarea::-moz-p {
	text-transform: uppercase;
}

.contact-us input:-ms-input-placeholder,
.contact-us textarea:-ms-input-placeholder {
	text-transform: uppercase;
}

#send_message { 
	background: transparent;
	border-color: #0071be;
	cursor:pointer;
	color:#0071be;
	border-radius: 20px;
	padding: .4em .8em;
}

.error { 
	display: none; 
	padding: 3px 6px; 
	margin:0 0 5px 0;
	color: #D8000C; 
	font-size:12px;
	background-color: #FFBABA;
}
.success { 
	display: none; 
	padding:10px; 
	color: #044406; 
	font-size:12px;
	background-color: #B7FBB9;
}

.error, .success {
	width: 100%;
}

.map-details {
	background: #f9f9fb;
	margin-bottom: 2em;
}

#bloglist > article > div {
	border: 1px solid #e4e4e4; 
}

.pencil-icon {
	width: 30px;
	height: 30px;
	background: #212529;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

.pencil-icon:after {
	content: '\f040';
	font-family: FontAwesome;
	display: inline-block;
	color: #fff;
	width: 30px;
	text-align: center;
	font-size: .8em;
}

.blog-list-category,
.post-details-author,
.post-details-date {
	font-size: .8em;
}

.blog-list-title {
	font-family: inherit;
	font-size: 1.25em;
	font-weight: 700;
}

.gray-text {
	color: #999999;
}
.blog-list-category {
	color: #fff;
	width: 110px;
	padding: 2px 0;
	margin: 0 auto;
}


.easyPaginateNav {
	margin: 3em 0 2em;
	text-align: center;
}

.easyPaginateNav a {
	display: inline-block;
	padding: 0 .5em;
	text-decoration: none;
	font-weight: 700;
	margin: 0 .3em;
}

.easyPaginateNav .current {
	background: #548235;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.easyPaginateNav .prev:before,
.easyPaginateNav .next:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 400;
}

.easyPaginateNav .prev:before {
	content: '\f053';
	margin-right: 4px;
}


.easyPaginateNav .next:after {
	content: '\f054';
	margin-left: 4px;
}

.readmore a.btn {
	text-decoration: none;
	font-weight: 700;
	font-size: .8em;
	letter-spacing: 1px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

.btn-primary {
	text-decoration: none;
	background-color: #0071be;
	border-color: #0071be;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0071be;
	border-color: #0071be;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0071be;
	border-color: #0071be;
}

.sitemap-links h2 {
	border-top: 2px solid #dedede;
	position: relative;
	font-family: inherit;
	font-size: 2em;
	font-weight: 700;
}

.sitemap-links h2:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	background: #0071be;
	height: 4px;
	width: 100px;
}

.sitemap-links h2 a {
	color: #000000;
}

.sitemap-links h2 a:hover {
	color: #0071be;
}

.sitemap-links a {
	text-decoration: none;
}

.sitemap-links i {
	font-size: .8em;
}

.sitemap-links .level2 > div {
	font-size: 1.5em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	display: block;
	background: #ededed;
}

.pswp__caption__center {
	text-align: center!important;
}

.my-gallery figcaption {
	display: none;
}

@media (min-width: 576px) {
	label.dropdown select {
		font-size: 1em;
	}
	.error, .success {
		width: auto;
	}
}


@media (min-width: 768px) {
	.navbar-expand-md .navbar-collapse {
		display: none !important;
	}

	.heading-title {
		text-align: right;
	}
	header aside.c-offcanvas--left {
		width: 35vw;
	}
}
@media (min-width: 992px) {

	.header-wrap {
		max-width: 85%;
	}
	.navbar-brand {
		max-width: 350px;
	}
	.header-top-wrap.position-absolute {
		top: 35px;
		background: transparent;
	}

	.header-top-wrap {
		background: #191919;
		top: 0;
		-webkit-transition: background 0.2s;
		-moz-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
		padding: .4em 0;
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
	}

	.navbar-brand {
		transform: none;
		position: static;
	}

	.header-top-wrap.fixed .img-fluid {
		max-width: 80%;
	}

	.main-menu a {
		font-size: 1.2em;
	}

	.below-nav {
		top: 65%;
	}

	.careers-search input {
		margin-right: 2em;
	}

	.footer-links li.list-inline-item {
	    display: inline-block;
	    padding-left: 1em;
	    padding-right: 1em;
	    border: none;
	    font-weight: 400;
	    border-right: 1px solid #fff;
	    letter-spacing: 0;
	}
	.footer-links li:first-child {
	    border-left: 1px solid #fff;
	}
	.footer-links li a { padding: 0; }
	.inner-top-links {
		top: 15px;
	}
}

@media (min-width: 1200px) {
	.navbar-brand {
		max-width: 450px;
	}

	.main-menu a {
		font-size: 1.3em;
	}

	.careers-search h5 {
		font-size: 1.25em;
	}
	.breadcrumbs li {
		font-size: .9em;
	}

}

@media only screen and (max-width: 767px) {
	header.home {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.flexslider {
		padding: 90px 0 0 0;
	}

	.home-intro {
		position: relative;
		margin: 0 auto 300px auto;
		text-align: center;
		color: #fff;
	}

	.home-intro .intro-mobile:after {
		position: absolute;
		display: block;
		content: '';
		background-color: rgba(0, 0, 0, .5);
		width: 90%;
		height: 30%;
		border-radius: 4px;
		-webkit-transform: skewY(-2deg);
		-ms-transform: skewY(-2deg);
		transform: skewY(-2deg);
		right: 5%;
		top: -20px;
		z-index: -2;
	}

	.home-intro .intro-mobile-back {
		position: absolute;
		top: -60px;
		z-index: 2;
		padding: 0 35px;
	}

	.home-intro .intro-mobile-back:after {
		content: '';
		position: absolute;
		bottom: -21px;
		left: 20%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 22px 0 0 22px;
		border-color: #0071be transparent transparent transparent;

	}

	.home-intro .intro-mobile {
		padding: 30px;
		background: #0071be;
		border-radius: 6px;
		position: relative;
	}


	.intro-mobile:before {
		z-index: -1;
		background-color: #0071be;
		top: -6px;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: skewY(1.5deg);
		-ms-transform: skewY(1.5deg);
		transform: skewY(1.5deg); 
		border-radius: 6px;
		transform-origin: right top;
		content: '';
		display: block;
		position: absolute;
	}

	.home-intro h2 {
		margin: 0;
	}

	.home-intro h2 strong,
	.home-intro a {
		color: #fff;
	}

	.home-intro a {
		font-size: 14px;
	}

	.home-intro p {
		font-size: 14px;
		margin-bottom: 1em;
	}

	.our-serv-categ {
		margin: 0 0 25px 0;
	}
}

@media only screen and (max-width:404px) {
	.home-intro {
		margin: 0 auto 350px auto;
	}
}

@media only screen and (max-width:341px) {
	.home-intro {
		margin: 0 auto 425px auto;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 1081px)  {
	.navbar-brand {
		max-width: 350px !important;
	}
}

@media only screen and (max-width: 1081px) and (min-width: 992px)  {
	.navbar-brand {
		max-width: 300px !important;
	}
	.main-menu a {
		font-size: 1.1em;
	}
}
.btn.with-hover {
	border: 1px solid #0071be;
}

.btn.with-hover:hover {
	color: #0071be;
	background: #fff;
	border: 1px solid #0071be;
}

ul.tabs.gradient-blue li.active {
	background: linear-gradient(to bottom,  #59a7e9 0%,#3288d3 49%,#0d6cc0 100%);
}

.blog-cat-csr {
	background: #85bf40;
}

.blog-cat-ir {
	background: #009e96;
}

.blog-cat-news {
	background: #9b9b9b;
}

.blog-cat-product {
	background: #5c9fd3;
}