/* CSS
Created:11-10-2020
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
h1 {
	display: block;
	font-family: var(--font-light);
	font-size: 48px;
	color: var(--blue);
	line-height: 45px;
	margin-bottom: 20px;
}
h1 span {
	display: block;
	font-size: 20px;
	font-family: var(--font-light);
	color: var(--lightblue);
	padding-bottom: 0;
}
h2 {
	display: block;
	font-family: var(--font-light);
	font-size: 38px;
	color: var(--lightblue);
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
}
h2 span {
	font-size: 22px;
	font-family: var(--font-light);
	color: var(--lightblue);
}
h3 {
	display: block;
	font-family: var(--font-light);
	font-size: 32px;
	color: var(--blue);
	line-height: 35px;
	margin-bottom: 10px;
}
h4 {
	display: block;
	font-family: var(--font-regular);
	font-size: 40px;
	line-height: 30px;
	margin-bottom: 20px;
}
h5 {
	display: block;
	font-family: var(--font-regular);
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
h6 {
	display: block;
	font-family: var(--font-regular);
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
p:empty {
	display: none !important;
}
.heading-div {
	display: block;
}
.heading-div h2 {
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.heading-div h2:before {
	position: absolute;
	content: "";
	border: 1px solid var(--blue);
	left: 0;
	right: 0;
	top: 23px;
	opacity: .4;
}
.heading-div h2 span {
	background: var(--white);
	z-index: 2;
	position: relative;
	padding: 0 10px;
	color: var(--lightblue);
}
.case-heading-div {
	float: left;
	width: var(--width);
}
.case-heading-div h2 {
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.case-heading-div h2:before {
	position: absolute;
	content: "";
	border: 1px solid var(--blue);
	left: 0;
	right: 0;
	top: 23px;
	opacity: .4;
}
.case-heading-div h2 span {
	background: var(--white);
	z-index: 2;
	position: relative;
	padding: 0 10px;
	font-size: 26px;
}
.heading-full-div {
	float: left;
	width: var(--width);
	padding: 20px 0;
}
.heading-full-div h2 {
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.heading-full-div h2:before, .heading-full-div h2:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
}
.heading-full-div h2:before {
	bottom: -12px;
	height: 1px;
	background: var(--white);
}
.heading-full-div h2:after {
	bottom: -16px;
	height: 10px;
	width: 10px;
	border-radius: 50px;
	margin: 0 auto;
	background: var(--white);
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.white-btn {
	display: inline-block;
	font-family: var(--font-light);
	font-size: 12px;
	color: var(--lightblue);
	background: var(--white);
	line-height: normal;
	padding: 12px 13px 10px;
	width: 250px;
	transition: all 0.4s ease-in-out;
	border: 0;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.16);
	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.56);
}
.white-btn:hover, .white-btn:focus {
	background: var(--lightblue);
	color: var(--white);
	text-decoration: none;
}
.blue-btn {
	display: inline-block;
	font-family: var(--font-light);
	font-size: 12px;
	color: var(--lightblue);
	background: #143250;
	line-height: normal;
	padding: 12px 30px 10px;
	transition: all 0.4s ease-in-out;
	border: 0;
	text-transform: uppercase;
}
.blue-btn:hover, .blue-btn:focus {
	background: var(--black);
	color: var(--white);
	text-decoration: none;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 20px;
	border-radius: 6px;
}
.alignleft {
	float: left;
	margin: 0px 20px 15px 0px;
	border-radius: 6px;
}
/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
header {
	position: absolute;
	float: left;
	width: var(--width);
	z-index: 10;
}
.header {
	position: relative;
	text-align: center;
}
.logo {
	float: left;
	margin-top: 30px;
}
/*
-------------------------------------------------------------- 
MAIN NAV STYLE
-------------------------------------------------------------- 
*/
.main-nav {
	float: right;
	margin-top: 30px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary {
	text-align: center;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: var(--font-light);
}
/*
-------------------------------------------------------------- 
BANNER STYLE
-------------------------------------------------------------- 
*/
.banner-area {
	position: relative;
	float: left;
	width: var(--width);
}
/*.banner-area rs-sbg-px:before {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}*/
.banner-areas rs-sbg {
	width: 100% !important;
}
.banner-area img {
	width: var(--width);
	min-height: 200px;
	object-fit: cover;
}
.banner-areas rs-layer#slider-5-slide-5-layer-25:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 322px;
    top: 54px;
	border-left: 1px dashed #fff;
}
.banner-areas rs-layer#slider-5-slide-5-layer-26:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 124px;
    top: 54px;
	border-left: 1px dashed #fff;
}
.banner-areas rs-layer#slider-5-slide-5-layer-27:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 106px;
    top: 54px;
    border-left: 1px dashed #fff;
}
.banner-areas .material-icons {
	cursor: pointer;
}
.banner-areas .material-icons:hover, .banner-areas .material-icons:focus {
	color: #000;
}
.banner-areas rs-module .rs-layer {
	font-family: var(--font-regular) !important;
}
/*
-------------------------------------------------------------- 
INNER PAGE  STYLE
-------------------------------------------------------------- 
*/
.inner-banner img {
	width: 100%;
	height: 550px;
}
.banner-caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}
.banner-caption h1 {
	color: var(--white);
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.inner-banner {
	background: var(--blue);
	position: relative;
	overflow: hidden;
}
 .banner-area.inner-banner.kenburns-right {
    height: 550px;
} 
@-webkit-keyframes kenburns-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
            transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.25) translateX(20px);
            transform: scale(1.25) translateX(20px);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes kenburns-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
            transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.25) translateX(20px);
            transform: scale(1.25) translateX(20px);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.kenburns-right img {
	-webkit-animation: kenburns-right 10s ease-out both;
	        animation: kenburns-right 10s ease-out both;
} 
.inner-banner:before {
	background-color: rgb(40, 40, 40, 0.5);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
/*
-------------------------------------------------------------- 
WELCOME AREA STYLE
-------------------------------------------------------------- 
*/
.welcome-area {
	background: url(../images/content-bg.jpg) repeat-y;
	background-size: contain;
	float: left;
	width: var(--width);
	text-align: center;
	padding: var(--pt);
}
.welcome-div {
	display: block;
	padding-bottom: 30px;
	text-align: center;
}
.welcome-div h1, .welcome-div h2 {
	font-family: var(--font-light);
	font-size: 36px;
	color: var(--blue);
	line-height: 45px;
}
.welcome-div h1 span, .welcome-div h2 span {
	display: block;
	font-size: 22px;
	font-family: var(--font-light);
	color: var(--lightblue);
	padding-bottom: 0;
}
/*
-------------------------------------------------------------- 
Counter TABS AREA STYLE
-------------------------------------------------------------- 
*/
.counter-area {
	float: left;
	width: var(--width);
}
.counter-area.inner {
	background: var(--radialgd);
}
.counter-tabs-div {
	display: block;
	padding: 30px 0;
}
.counter-tab {
	display: block;
	padding: 0 42px;
}
/*
-------------------------------------------------------------- 
full-width-section  STYLE
-------------------------------------------------------------- 
*/
.full-width-section {
	float: left;
	width: var(--width);
}
.full-section-text {
	float: left;
	width: 50%;
	background: url(../images/full-img-tile-bg.png) no-repeat right 21px center, var(--radialgd);
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	padding: 0 10%;
	background-size: contain;
}
.full-section-text.same-height h2 {
	text-transform: uppercase;
}
.full-section-text .white-btn {
	width: 360px;
}
.full-section-text-div {
	display: block;
	max-width: 57%;
	margin: 0 auto;
	padding: 0 2px;
}
.full-section-img {
	float: right;
	width: 50%;
}
.full-section-img img {
	width: var(--width);
	object-fit: cover;
}
/*
-------------------------------------------------------------- 
Main blog AREA STYLE
-------------------------------------------------------------- 
*/
.main-blog-area {
	background: url(../images/content-bg.jpg) repeat-y;
	background-size: contain;
	width: 100%;
	float: left;
	padding: var(--pt);
	text-align: center;
}
.main-blog-area .blog-left-video iframe {
	height: 580px !important;
}
.archive-meta {
	display: block;
	margin-bottom: 30px;
}
.archive-meta p {
	text-align: center;
}
.blog-case {
	display: block;
	padding-top: 30px;
}
.blog-tab-img {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.blog-tab-img img {
	height: 275px;
	object-fit: cover;
}
.blog-tab-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}
.blog-tab-caption h4 {
	color: var(--white);
	font-size: 22px;
}
.blog-tab-img:before {
	position: absolute;
	content: "";
	background: var(--radialgd);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
}
.blog {
	display: block;
}
.blog-tab {
	display: block;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(212, 212, 212, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(212, 212, 212, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(212, 212, 212, 0.75);
	margin-bottom: 30px;
}
.blog-case-detail .blog-tab {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.blog-img-area {
	display: block;
}
.bolg-text-area {
	background: #fff;
	display: block;
	min-height: 420px;
	font-size: 12px;
	text-align: center;
	color: var(--black);
	font-style: normal;
	line-height: 26px;
	padding: 30px 10px;
}
.blog-case-detail .bolg-text-area {
	min-height: 470px;
}
.bolg-text-area h2 {
	font-size: 18px;
	color: var(--lightblue);
}
.bolg-text-area h2 a {
	color: var(--lightblue);
}
.bolg-text-area h2 a:hover, .bolg-text-area h2 a:focus {
	color: var(--black);
}
.blog-title {
	display: block;
	text-align: center;
}
.blog-title h1 {
	font-size: 36px;
	text-transform: uppercase;
}
.blog-title h2 {
	font-size: 22px;
	text-transform: uppercase;
}
.post-img-tab {
	display: block;
	text-align: center;
	margin-bottom: 45px;
}
.post-img-tab img {
	padding-top: 15px;
}
h2.title {
	text-align: center;
	line-height: 50px;
	color: var(--blue);
}
.blog-case-detail {
	background: var(--radialgd);
	padding: var(--pt);
}
.case-detail-text {
	display: block;
	padding-top: 50px;
}
.case-detail-text h3 {
	text-align: center;
}
.case-detail-text p {
	margin-bottom: 40px;
}
.blog-case-detail h2 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.blog-case-detail .bolg-text-area h2 {
	font-size: 18px;
}
.privacy-text h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
.privacy-text p {
	margin-bottom: 20px;
}
.heading-full-div h2 {
	text-transform: uppercase;
}
.blog-text-area {
	padding-top: 25px;
	padding: 0 40px;
}
.blog-text-area h2 {
	line-height: 45px;
	text-transform: uppercase;
}
.main-blog-area .image img {
	padding: 0 0 10px 0;
	width: 13%;
	object-fit: cover;
}
.main-blog-tab {
	display: block;
	border-right: 2px solid #a4b6c6;
	margin-right: -15px;
	opacity: 40;
}
.main-blog-tab h3 {
	text-transform: uppercase;
}
.main-blog-area > div > div.row > div:nth-child(2) > .main-blog-tab {
	border-right: 0px;
	margin-right: 0px;
}
.author-info {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.author-info img {
	max-width: 186px;
}
.case-study-text {
	display: block;
	min-height: 340px;
}
/*
-------------------------------------------------------------- 
FOOTER form  STYLE
-------------------------------------------------------------- 
*/
.footer-form-area {
	background: url(../images/f-banner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	padding: var(--pt);
	text-align: center;
	clear: both;
}
.main-form.form-div {
	position: relative;
	display: inline-block;
	background: var(--wrgba);
	text-align: center;
	padding: 30px 10px 10px 26px;
	max-width: 57%;
	margin: 0 auto;
	z-index: 1;
}
.footer-form-area .heading-div h2 {
	color: var(--white );
}
.footer-form-area .heading-div h2:before, .footer-form-area .heading-div h2:after {
	background: var(--white ) !important;
}
.main-form.form-div label {
	display: none !important;
}
.main-form.form-div li#field_1_5 label {
	display: inline-block !important;
	vertical-align: sub;
	font-weight: normal !important;
	text-transform: uppercase;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	display: inline-block;
	margin-right: 10px;
}
.main-form.form-div .gform_wrapper .top_label input.medium {
	width: var(--width) !important;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0px !important;
}
.gform_wrapper textarea.medium, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid var(--gray) !important;
	outline: none !important;
	text-transform: uppercase;
	color: var(--black) !important;
}
.gform_wrapper textarea.medium::placeholder {
 color:var(--black) !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
 color:var(--black) !important;
}
.gform_wrapper .gform_footer {
	text-align: center;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	background: var(--blue);
	border: 1px solid var(--white);
	color: var(--white);
	padding: 4px 35px;
	text-transform: uppercase;
	outline: none;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
	background: var(--lightblue);
	border: 1px solid var(--blue);
}
/*
-------------------------------------------------------------- 
footer STYLE
-------------------------------------------------------------- 
*/
footer {
	background: var(--radialgd);
	float: left;
	width: var(--width);
	color: var(--white);
	padding: 30px 0px 20px;
}
.f-logo {
	float: left;
}
.footer-top {
	float: left;
	width: var(--width);
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 2px solid var(--white);
	padding: 0 24px 24px;
}
.footer-menu li a {
	font-family: var(--font-regular);
	font-size: 12px;
	color: var(--white);
	text-transform: uppercase;
	margin-left: 30px;
}
.footer-menu {
	float: right;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a:hover {
	color: var(--lightblue);
}
.footer-menu ul {
	list-style: none;
}
.footer-bottom {
	float: left;
	width: var(--width);
	font-size: 9px;
	padding: 0 24px;
}
.footer-bottom p {
	margin-bottom: 0px;
}
.footer-bottom a {
	color: var(--white);
}
.footer-bottom a:hover {
	color: var(--lightblue);
}
.copyright {
	float: left;
}
.f-links {
	float: right;
}
.linkdin img {
	width: 26px;
	margin-right: 8px;
}
/*
-------------------------------------------------------------- 
CONTENT DIV STYLES
-------------------------------------------------------------- 
*/
.content-div {
	background: url(../images/content-bg.jpg) repeat-y;
	background-size: contain;
	clear: both;
	width: 100%;
	padding: 80px 0 60px;
	min-height: 350px;
}
.page-id-170 .content-div h3 {
	padding: 20px 0px 20px;
}
.page-id-170 .content-div .white-btn {
	margin: 50px 0px 0px;
	text-align: center;
}
.content-div ul {
	list-style: none;
	margin-bottom: 20px;
}
.content-div ul li {
	background: url(../images/arrow-bullet.png) no-repeat top 23px left 8px;
	padding: 14px 0px 14px 30px;
	min-height: 41px;
	border-bottom: 1px solid #018cac;
}
.content-div .abh_tabs li {
	background: none;
	min-height: inherit;
	border-bottom: 0px;
}
.iner-heading-div {
	clear: both;
	width: var(--width);
	text-align: center;
	position: relative;
	padding: 0 0 1px;
	margin-bottom: 20px;
}
.iner-heading-div:after, .iner-heading-div:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 70%;
	margin: 0 auto;
}
.iner-heading-div:after {
	border-bottom: 1px solid var(--gray);
	width: 70%;
	bottom: 0;
}
.iner-heading-div h2 {
	color: var(--blue);
	line-height: normal;
	text-transform: uppercase;
}
.blog-detail-tab h1 {
    display: block;
    font-family: var(--font-light);
    font-size: 38px;
	color: var(--blue);
	line-height: normal;
	text-transform: uppercase;
	    margin-bottom: 20px;
    position: relative;
}
h2.value {
	padding-top: 20px;
}
.blue-section {
	background: var(--radialgd);
	padding: var(--pt);
	color: var(--lightblue);
	clear: both;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
}
.blue-section .bolg-text-area {
	min-height: 475px;
}
.bolg-text-area .blue-btn {
	position: absolute;
	bottom: 125px;
	right: 126px;
}
.case-study-text .blue-btn {
	position: absolute;
	bottom: 90px;
	right: 126px;
}
.bolg-text-area .addtoany_content {
	position: absolute;
	bottom: 50px;
	right: 120px;
}
.blue-section h2 {
	color: var(--white);
	font-style: normal;
}
.cash-saving-area {
	clear: both;
	background: url(../images/team-bg.png) no-repeat center;
	background-size: cover;
	padding: var(--pt);
	background-position: top;
	text-align: center;
	position: relative;
	color: var(--black);
	line-height: 30px;
}
.cash-saving-div {
	display: block;
	position: relative;
}
.cash-saving-div .welcome-div {
	padding-bottom: 0;
	padding: 50px;
}
.cash-saving-area .white-btn {
	width: 360px;
}
.maps-tab-area h3 {
	color: var(--lightblue);
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.map-div img {
	width: var(--width);
}
.map-text-tab {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	line-height: 28px;
	padding: 20px 0px;
}
.map-text-tab a {
	color: inherit;
}
.map-div {
	position: relative;
	display: block;
	min-height: 280px;
}
.location-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: var(--rgbagd);
	padding: 20px 0;
}
.location-title h3 {
	color: var(--white);
}
.maps-tab-area {
	display: block;
	padding-bottom: 50px;
}
.team-area {
	display: block;
}
.team-area h3 span {
	display: block;
	font-size: 18px;
	font-family: var(--font-light);
	font-style: italic;
}
.team-area h3 {
	font-size: 24px;
	text-align: center;
	background: var(--blue);
	color: var(--white);
	padding: 20px 0;
}
.ufaq-faq-list {
	float: left;
	width: var(--width);
	padding-top: 50px;
}
.ufaq-faq-div {
	margin: 2px 0;
	padding: 0px 0;
}
.ufaq-faq-title {
	background: var(--radialgd);
	padding: 0px 15px;
}
.ufaq-faq-title h4 {
	font-size: 15px;
	color: var(--lightblue);
}
.content-div .ufaq-faq-title .ewd-ufaq-post-margin-symbol {
	float: right;
	line-height: inherit;
	padding: 2px 0px 0px 0px;
	margin-right: 0px;
}
.content-div .ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	background: url(../images/arrow-down.png) no-repeat;
	width: 12px;
	height: 25px;
	font-size: 0;
}
.content-div .ewd-ufaq-post-active .ufaq-faq-title span {
	background: url(../images/arrow-up.png) no-repeat;
	width: 12px;
	height: 25px;
	font-size: 0;
}
.content-div .ufaq-faq-body {
	padding: 25px 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	margin: 8px 0px;
}
.recent-posts h2 {
	text-align: center;
	padding: 18px 0px 10px;
	font-family: var(--font-light);
	color: var(--blue);
	text-transform: uppercase;
}
.procurement-text {
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.content-div .procurement-text ul {
	list-style: none;
	margin: 0px auto;
	max-width: 380px;
}
.content-div .procurement-text ul li {
	display: block;
	background: none;
	text-align: left;
	min-height: inherit;
	border-bottom: 0;
	padding: 0px 0px 10px;
}
.content-div .procurement-text ul li span {
	display: inline-block;
	width: 270px;
}
.content-div .procurement-text ul li p {
	display: inline-block;
	float: right;
	margin-bottom: 0;
}
.procurement-border-text1 {
	display: inline-block;
	color: #7ca3d1;
	font-weight: bold;
	border-top: 2px solid #c8d5eb;
	padding: 10px 20px 0px;
}
.procurement-border-text1 span {
	display: inline-block;
	margin-right: 210px;
}
.procurement-border-text {
	display: inline-block;
	color: #7ca3d1;
	font-weight: bold;
	border-top: 2px solid #c8d5eb;
	padding: 10px 20px 0px;
}
.procurement-border-text span {
	display: inline-block;
	margin-right: 150px;
}
/*
--------------------------------------------------------
Search Area Style
--------------------------------------------------------
*/

.alert.alert-info p {
    margin: 0 auto !important;
}
.header-search {
	float: right;
	margin-top: 30px !important;
}
.header-search .search-field {
	font-family: var(--font-light);
	font-weight: 600;
	font-size: 13px;
	color: #719dd3;
	border-radius: 50px;
	border: 1px solid #ffffff;
	padding: 5px 15px;
	outline: none;
	margin-left: 10px;
	text-transform: uppercase;
}
header .container {
	width: 90% !important;
	max-width: 90% !important;
}
/*
--------------------------------------------------------
ABOUT SYSTEM STYLE
--------------------------------------------------------
*/
.member-tab {
	display: block;
}
.member-tab .accordion-panel {
	border: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}
.member-top {
	position: relative;
}
.member-top:after {
	background: var(--radialgd);
	position: absolute;
	height: 35px;
	content: "";
	left: 0;
	right: 0;
	bottom: 20px;
}
.member-top:before {
	background: url(../images/arrow-left.png) no-repeat;
	position: absolute;
	width: 25px;
	height: 9px;
	content: "";
	right: 10px;
	bottom: 32px;
	z-index: 1;
}
.close-team-tab {
	position: relative;
	display: block;
	width: 100%;
}
.close-team-tab img {
	position: absolute;
	right: -20px;
}
.member-tab .accordion-header {
	position: relative;
	display: flex;
	z-index: 1;
	padding: 0px 15px 35px;
}
.member-img {
	position: relative;
	margin-right: 20px;
}
.member-tab .accordion-header h3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 22px;
	color: var(--lightblue);
	line-height: 36px;
}
.member-tab .accordion-body {
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 20%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 20%);
	padding: 40px 20px 0px;
	margin: -10px 0px 0px;
}
.member-tab .accordion-body h4 {
	font-size: 18px;
	color: var(--lightblue);
}
.content-tabs {
	display: block;
	font-size: 12px;
}
.content-tab {
	display: block;
	border-bottom: 1px solid var(--gray);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.content-tabs h3 {
	font-family: var(--font-regular);
	font-size: 22px;
	text-transform: uppercase;
}
.banner-bottom-bottom {
	display: block;
	width: 100%;
	padding: 15px 0px 55px;
}
.why-procur-section {
	background: var(--radialgd);
	display: block;
	width: 100%;
	color: var(--lightblue);
	text-align: center;
	padding: 80px 0px;
}
.why-procur-section h2 {
	color: #fff;
}
.why-procur-section p {
	margin-bottom: 0px;
}
.history-section {
	display: block;
	width: 100%;
	padding-top: 80px;
}
.value-tab-img {
	display: block;
	width: 100%;
}
.value-tab-img img {
	width: 100%;
	height: auto;
}
.values-tab-section {
	display: flex;
	width: 100%;
	padding-bottom: 70px;
}
.values-tab {
	display: table-footer-group;
	margin-top: -112px;
}
.value-tab-title {
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 112px;
	font-size: 22px;
	color: var(--lightblue);
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 20px;
}
.value-tab-content {
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 0px 15px;
	border-right: 1px solid #28425e;
	margin: 30px 0px;
}
.values-tab-section div:nth-child(4) > div.value-tab-content {
	border-right: 0;
}
/*
--------------------------------------------------------
Industry-Area Style
--------------------------------------------------------
*/
.industry-title h4 {
    font-size: 15px;
    color: var(--lightblue);
}
.accordion-header.industry-title:after {
	content: none;
}
.accordion-header.industry-title {
    background: var(--radialgd);
    padding: 0px 15px;
}
.accordion-panel.industry-panel {
    margin-bottom: 3px;
}

.member-tab.industry .member-top::after {
    content: none;
} 
.member-top.industry-top h4 {
    margin: 0;
    text-transform: uppercase;
}
.member-top.industry-top:before {
	bottom: 20px;
    z-index: 9;
}
.member-top.industry-top .accordion-header.industry-title {
	
    padding: 10px;
} 
/*
--------------------------------------------------------
7 STEP SYSTEM STYLE
--------------------------------------------------------
*/
.fix-text {
	position: absolute;
	transform: rotate(-90deg);
	right: 53%;
	top: -30%;
}
.fix-text h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.timeline {
	display: block;
	text-align: center;
	padding: 10px 0px;
}
.timeline h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.step-section {
	position: relative;
	background-size: cover;
	display: block;
	border-left: 4px solid #0755ff;
	border-bottom: 4px solid #0755ff;
}
.step-section:before {
	position: absolute;
	width: 12px;
	height: 8px;
	content: "";
	background: url(../images/step-arrow-top.png) no-repeat;
	left: -8px;
	top: -8px;
}
.step-section:after {
	background: url(../images/step-arrow-bottom.png) no-repeat;
	position: absolute;
	width: 8px;
	height: 12px;
	content: "";
	right: -8px;
	bottom: -8px;
}
.step-section img {
	width: 100%;
	transform: translateY(5%);
}
.step-section ul {
	list-style: none;
	padding: 100px 0px 50px;
	margin: 0;
}
.step-section ul li {
	text-transform: uppercase;
	font-family: 'Sinkin Sans 300';
	font-size: 12px;
	color: white;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	border-bottom: 0px;
	padding: 15px 10px;
	width: 24%;
}
.step-section ul li a {
	text-decoration: none;
	color: #fff;
}
.step-section ul li a:hover {
	color: #ccc;
	text-decoration: none;
}
.step-section ul li:nth-child(11) {
	margin-left: 7%;
	border-top: 0;
	border-left: 0;
	border: 2px solid #aaa;
}
.step-section ul li:nth-child(7) {
	margin-left: 5%;
	border: 2px solid #aaa;
}
.step-section ul li:nth-child(6) {
	margin-left: 15%;
}
.step-section ul li:nth-child(5) {
	margin-left: 25%;
}
.step-section ul li:nth-child(4) {
	margin-left: 35%;
}
.step-section ul li:nth-child(3) {
	margin-left: 45%;
}
.step-section ul li:nth-child(2) {
	margin-left: 55%;
}
.step-section ul li:nth-child(1) {
	margin-left: 65%;
}
.step-section .one {
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	width: auto;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin-left: 0;
	left: 5%;
	top: 40px;
	border: 0px;
	border-radius: 50px;
	padding: 10px 20px;
}
.step-section .one:after {
	background: #fff;
	position: absolute;
	content: "";
	top: 39px;
	left: 25px;
	width: 1px;
	height: 315px;
}
.step-section .two {
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	width: auto;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin-left: 0;
	left: 24%;
	top: 110px;
	border: 0px;
	border-radius: 50px;
	padding: 10px 20px;
}
.step-section .two:after {
	background: #fff;
	position: absolute;
	content: "";
	top: 39px;
	left: 25px;
	width: 1px;
	height: 145px;
}
.step-section .three {
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	width: auto;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin-left: 0;
	left: 45%;
	top: 40px;
	border: 0px;
	border-radius: 50px;
	padding: 10px 20px;
}
.step-section .three:after {
	background: #fff;
	position: absolute;
	content: "";
	top: 39px;
	left: 25px;
	width: 1px;
	height: 116px;
}
.blue-section h2 {
	color: white;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	display: block;
	background: #ffffff;
	color: #808080;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
	border-bottom: 0px solid #2a4a78;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 999;
	position: absolute;
	width: 250px;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: #719dd3;
	border-radius: 0;
}
ul.mega-sub-menu {
	border-top: 2px solid #0000ff !important;
}
span.screen-reader-text {
	display: none;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
	display: none;
}
@media (max-width:1024px) {
h1 {
	font-size: 34px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 6px 0px 6px;
}
.counter-tab {
	padding: 0 20px;
}
.full-section-text {
	padding: 0 25px;
}
.footer-menu li a {
	margin-left: 12px;
}
.footer-menu li a {
	margin-left: 8px;
}
.bolg-text-area .addtoany_content {
	position: inherit;
	bottom: inherit;
	right: inherit;
}
.bolg-text-area .blue-btn {
	position: inherit;
	bottom: inherit;
	right: inherit;
}
}
@media (max-width: 991px) {
.container {
	max-width: 940px !important;
}
.banner-areas rs-layer#slider-5-slide-5-layer-25:before {
	height: 250px;
}
.banner-areas rs-layer#slider-5-slide-5-layer-26:before {
	height: 142px;
}
.banner-areas rs-layer#slider-5-slide-5-layer-27:before {
	height: 135px;
}
.bolg-text-area {
	min-height: inherit;
}
.case-study-text {
	min-height: inherit;
}
}
@media (max-width: 800px) {
.container {
	max-width: inherit !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 15px !important;
}
h1 {
	font-size: 31px;
}
.welcome-div br {
	display: none;
}
.counter-tab {
	padding: 0 0px;
}
.full-section-text {
	font-size: 14px;
	padding: 0 20px;
}
.full-section-text .white-btn {
	font-size: 12px;
	width: auto;
}
.main-blog-tab h3 {
	font-size: 23px;
}
.blog-tab-img img {
	height: 190px;
}
.main-blog-area .blog-left-video iframe {
	height: 414px !important;
}
.main-form.form-div {
	max-width: 70%;
}
.footer-top {
	padding: 0 0 6px;
}
.f-logo {
	width: var(--width);
	text-align: center;
	margin-bottom: 30px;
}
.footer-menu {
	text-align: center;
	width: var(--width);
}
.footer-menu li a {
	margin-left: 19px;
}
}
@media (max-width: 768px) {
h2 {
	font-size: 30px;
}
header {
	background: var(--radialgd);
	position: relative;
	padding: 30px 0px 15px;
}
.logo {
	display: block;
	float: none;
	margin: 0px 0px 30px;
}
.main-nav {
	width: 100%;
	margin-top: 0px;
}
.inner-banner img {
	width: 100%;
	height: auto;
}
.content-right-image {
	display: block;
	text-align: center;
}
.value-tab-title {
	font-size: 20px;
}
.welcome-div h1, .welcome-div h2 {
	font-size: 30px;
	line-height: 40px;
}
.cash-saving-div br {
	display: none;
}
}
@media (max-width: 768px) {
.banner-areas {
	clear: both;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	border: 1px solid var(--white);
	margin-bottom: 15px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	display: block;
	padding: 20px 20px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
	margin-bottom: 15px;
}
.mega-sub-menu .mega-menu-link {
	border: 1px solid var(--white) !important;
}
.counter-tabs-div .col-md-3 {
	max-width: 25% !important;
}
.main-blog-area .col-md-6 {
	max-width: 50% !important;
}
.footer-menu li a {
	margin-left: 12px;
}
.banner-area.inner-banner.kenburns-right {
    height: 420px;
}
}
@media (max-width: 675px) {
h1 {
	font-size: 26px;
	line-height: 35px;
}
h3 {
	font-size: 30px;
}
.counter-tabs-div .col-md-3 {
	padding: 0 !important;
}
.full-section-img, .full-section-text {
	width: var(--width) !important;
}
.full-section-text {
	padding: 30px 122px;
	height: auto !important;
}
.main-form.form-div {
	max-width: 80%;
}
.footer-menu li a {
	margin-left: 8px;
	font-size: 14px;
}
.copyright, .f-links {
	width: var(--width);
	text-align: center;
}
.header-search {
    width: 100%;
}
.heading-div h2:before {
    top: 16px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
}
}
@media (max-width:598px) {
h1 {
	font-size: 23px;
	line-height: 35px;
}
.counter-tabs-div .col-md-3 {
	max-width: 46% !important;
	padding: 20px 15px !important;
	border-bottom: 1px solid var(--blue);
	margin: 0px 5px 11px;
}
.full-section-text {
	padding: 30px 104px;
}
.main-blog-area .col-md-6 {
	max-width: var(--width) !important;
	margin-bottom: 15px;
}
.main-blog-area .col-md-6 .blog-tab-div {
	width: 49%;
	float: left;
	margin-right: 5px;
}
.main-blog-area .col-md-6 .blog-tab-div:last-child {
	margin-right: 0px;
}
.main-form.form-div {
	max-width: var(--width);
	padding: 30px 10px 10px 10px;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	display: inline-flex;
	margin: 0 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	width: auto !important;
}
.footer-menu li a {
	margin-left: 9px;
	font-size: 12px;
}
.copyright, .footer-bottom a {
	font-size: 12px;
}
:root {
 --pt:30px 0 !important;
}
}
@media (max-width:568px) {
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
body {
	font-size: 14px !important;
}
.counter-tabs-div {
	padding: 0px 0 30px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 1px 8px !important;
	font-size: 13px !important;
}
.footer-menu li a {
	margin-left: 5px;
	font-size: 12px;
}
.cash-saving-area .white-btn {
	width: auto;
}
.welcome-div h1, .welcome-div h2 {
	font-size: 24px;
}
}
@media (max-width:480px) {
.banner-area rs-layer#slider-1-slide-2-layer-0 {
	line-height: 36px !important;
	font-size: 36px !important;
}
.counter-tabs-div .col-md-3 {
	margin: 0 auto;
}
.full-section-text {
	padding: 30px 44px;
}
.blog-tab-caption h4 {
	font-size: 17px;
}
.footer-menu li a {
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}
.footer-menu ul {
	margin-bottom: 0;
}
.banner-areas rs-layer#slider-5-slide-5-layer-25:before {
    height: 118px;
    top: 20px;
}
.banner-areas rs-layer#slider-5-slide-5-layer-26:before {
    height: 40px;
    top: 20px;
}
.banner-areas rs-layer#slider-5-slide-5-layer-27:before {
    height: 35px;
    top: 20px;
}
.procurement-border-text {
	display: block;
}
.procurement-border-text span {
	margin-right: 10px;
}
.content-div .procurement-text ul li span {
	display: inline-block;
	width: auto;
}
.procurement-border-text1 {
	display: block;
}
.procurement-border-text1 span {
	display: inline-block;
	margin-right: 10px;
}
}
@media (max-width:414px) {
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	padding: 20px 10px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px !important;
}
h1 span {
	font-size: 14px;
	padding-bottom: 3px;
}
h2 span {
	font-size: 15px;
}
.counter-tabs-div .col-md-3 {
	max-width: 78% !important;
}
.full-section-text {
	padding: 30px 30px;
}
.main-blog-area .col-md-6 .blog-tab-div {
	width: var(--width);
	margin: 0;
}
.blog-tab-img {
	margin-bottom: 10px;
}
.member-tab .accordion-header h3 {
	font-size: 17px;
	line-height: 22px;
}
.values-tab-section {
	display: block;
	padding-bottom: 50px;
}
.values-tab {
	display: block;
	margin-top: 0;
}
.value-tab-content {
	border-right: 0;
	border-bottom: 1px solid #28425e;
	padding: 0px 15px 15px;
	margin: 0px 0px;
}
.values-tab-section div:nth-child(4) > div.value-tab-content {
	border-bottom: 0px;
	border-right: 0;
}
.banner-area.inner-banner.kenburns-right {
    height: 230px;
}
.content-div {
    padding: 40px 0 40px;
}
}
@media (max-width:375px) {
.welcome-div {
	padding-bottom: 0px;
}
.welcome-div h1, .welcome-div h2 {
	font-size: 24px;
	line-height: 34px;
}
.footer-menu li a {
	font-size: 12px;
	margin-right: 2px;
}
.copyright, .footer-bottom a {
	font-size: 11px;
}
.banner-area rs-layer#slider-1-slide-2-layer-0 {
	font-size: 30px !important;
}
.maps-tab-area {
	padding-bottom: 0px;
}
.content-div {
	padding: 40px 0 0px;
}
.heading-div h2 span {
	vertical-align: -webkit-baseline-middle;
}
.history-section {
	padding-top: 40px;
}
.value-tab-title {
	min-height: 80px;
	padding: 20px 20px 0px;
}
.page-id-170 .content-div h3 {
	padding: 0px 0px 0px;
}
.banner-area.inner-banner.kenburns-right {
    height: 200px;
}
}