/*
Theme Name: Spicy Broccoli 2019
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}
body {
	font-family: 'Titillium Web', sans-serif;
	background-color: #fff;
	color: #333333;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .title-header {
	clear: both;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	color: #153a5f;
}
.title-header.small {
	font-size: 25px;
	line-height: 30px;
}
.title-header.xsmall {
	font-size: 18px;
	line-height: 22px;
}
.title-header.xxsmall {
	font-size: 15px;
	line-height: 22px;
}
.title-header span,
.title-header strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-size: 30px;
	display: block;
	text-transform: capitalize;
	color: #153a5f;
	font-weight: 300;
}
/* PAGE CONFIG */
#page .content h1,
#page .content h2,
#page .content h3,
#page .content h4,
#page .content h5,
#page .content h6 {
	text-align: left;
	font-size: 25px;
	line-height: 30px
}
#page .content h3 { font-size: 23px; line-height: 30px; }
#page .content h4 { font-size: 21px; line-height: 28px; }
#page .content h5 { font-size: 19px; line-height: 26px; }
#page .content h6 { font-size: 17px; line-height: 24px; }

/* END PAGE CONFIG */
ol, ul {
	list-style: none;
}
p {
	line-height: 25px;
	margin-bottom: 30px;
}
p.large {
	font-size: 20px;
	line-height: 30px;
}
p:last-child {
	margin-bottom: 0px;
}
article .content p:last-child {
    margin-bottom: 0;
}
article ul > li,
article ol > li {
    padding-left: 0px;
    line-height: 24px;
}
article ol{
	list-style: decimal;
}
article ul {
	list-style: square;
}
article ol,
article ul {
	list-style-position: outside;
	margin-bottom: 30px;
	margin-left: 18px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
blockquote .blockquote-span:before, blockquote .blockquote-span:after {
	content: '"';
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
a:active, a:hover {
	color: #40a757;
}
a, a *, a:before, a:after,
.btn,
.sub-menu,
#header,
.industries-list-client-wrapper,
.offer-card,
.read-more-overlay {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.anima {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
figure img {
    vertical-align: bottom;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

.img-case-study{
	margin: auto;
    display: flex;
	padding: 30px 30px 0px;
	width: auto;
    max-width: 100%;
    max-height: 150px;
} 

.txt-upper {
	text-transform: uppercase;
}
.align-center > p, 
.align-center {
	text-align: center;
}
.img-center,
.aligncenter, 
img.aligncenter,
.img-center img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure > img,
.content img {
	max-width: 100%;
	height: auto;
}
.content-wrap img {
	margin-bottom: 30px;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-transform {
	text-transform: initial;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.clearfix:after, .container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1201px) {
    .container {
    	width: 1230px;
    }

}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
	display: flex !important;
	}
/* COLUMNS CONFIGURATION
 * See instruction at https://getbootstrap.com/docs/4.0/layout/grid/;
 */
 .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
	.container-limit,
  .container-limit p{
    width: 75%;
    margin-right: auto;
		margin-left: auto;
	}
  @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }
  
  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  }
  
  @media (min-width: 1024px) {
	.container {
	  max-width: 1024px;
	}
	.container.splitted {
	  max-width: 512px;
	}
  }
  
  @media (min-width: 1171px) {
	.container {
	  max-width: 1170px;
	}
	.container.splitted {
	  max-width: 570px;
	}
	}
	
	.container-wide {
		max-width: 1600px;
	}
  
  .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  
  .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }
  
  .no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  .no-gutter-right {
	margin-right: 0;
  }
  .no-gutter-left {
	margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }
  
  .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  
  .col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  
  .col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  
  .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  
  .col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  
  .col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  
  .col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  
  .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  
  .col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  
  .col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  
  .col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  
  .col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  
  .col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  
  .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  
  .order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
  }
  
  .order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
  }
  
  .order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
  }
  
  .order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  
  .order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  
  .order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
  }
  
  .order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
  }
  
  .order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
  }
  
  .order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
  }
  
  .order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
  }
  
  .order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
  }
  
  .order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
  }
  
  .order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
  }
  
  .order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
  }
  
  .order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
  }
  
  .offset-1 {
	margin-left: 8.333333%;
  }
  
  .offset-2 {
	margin-left: 16.666667%;
  }
  
  .offset-3 {
	margin-left: 25%;
  }
  
  .offset-4 {
	margin-left: 33.333333%;
  }
  
  .offset-5 {
	margin-left: 41.666667%;
  }
  
  .offset-6 {
	margin-left: 50%;
  }
  
  .offset-7 {
	margin-left: 58.333333%;
  }
  
  .offset-8 {
	margin-left: 66.666667%;
  }
  
  .offset-9 {
	margin-left: 75%;
  }
  
  .offset-10 {
	margin-left: 83.333333%;
  }
  
  .offset-11 {
	margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
	.col-sm {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-sm-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-sm-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-sm-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-sm-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-sm-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-sm-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-sm-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-sm-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-sm-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-sm-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-sm-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-sm-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-sm-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-sm-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-sm-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-sm-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-sm-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-sm-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-sm-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-sm-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-sm-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-sm-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-sm-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-sm-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-sm-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-sm-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-sm-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-sm-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-sm-0 {
	  margin-left: 0;
	}
	.offset-sm-1 {
	  margin-left: 8.333333%;
	}
	.offset-sm-2 {
	  margin-left: 16.666667%;
	}
	.offset-sm-3 {
	  margin-left: 25%;
	}
	.offset-sm-4 {
	  margin-left: 33.333333%;
	}
	.offset-sm-5 {
	  margin-left: 41.666667%;
	}
	.offset-sm-6 {
	  margin-left: 50%;
	}
	.offset-sm-7 {
	  margin-left: 58.333333%;
	}
	.offset-sm-8 {
	  margin-left: 66.666667%;
	}
	.offset-sm-9 {
	  margin-left: 75%;
	}
	.offset-sm-10 {
	  margin-left: 83.333333%;
	}
	.offset-sm-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 768px) {
	.col-md {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-md-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-md-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-md-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-md-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-md-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-md-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-md-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-md-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-md-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-md-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-md-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-md-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-md-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-md-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-md-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-md-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-md-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-md-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-md-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-md-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-md-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-md-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-md-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-md-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-md-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-md-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-md-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-md-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-md-0 {
	  margin-left: 0;
	}
	.offset-md-1 {
	  margin-left: 8.333333%;
	}
	.offset-md-2 {
	  margin-left: 16.666667%;
	}
	.offset-md-3 {
	  margin-left: 25%;
	}
	.offset-md-4 {
	  margin-left: 33.333333%;
	}
	.offset-md-5 {
	  margin-left: 41.666667%;
	}
	.offset-md-6 {
	  margin-left: 50%;
	}
	.offset-md-7 {
	  margin-left: 58.333333%;
	}
	.offset-md-8 {
	  margin-left: 66.666667%;
	}
	.offset-md-9 {
	  margin-left: 75%;
	}
	.offset-md-10 {
	  margin-left: 83.333333%;
	}
	.offset-md-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 992px) {
	.col-lg {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-lg-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-lg-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-lg-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-lg-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-lg-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-lg-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-lg-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-lg-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-lg-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-lg-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-lg-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-lg-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-lg-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-lg-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-lg-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-lg-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-lg-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-lg-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-lg-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-lg-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-lg-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-lg-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-lg-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-lg-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-lg-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-lg-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-lg-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-lg-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-lg-0 {
	  margin-left: 0;
	}
	.offset-lg-1 {
	  margin-left: 8.333333%;
	}
	.offset-lg-2 {
	  margin-left: 16.666667%;
	}
	.offset-lg-3 {
	  margin-left: 25%;
	}
	.offset-lg-4 {
	  margin-left: 33.333333%;
	}
	.offset-lg-5 {
	  margin-left: 41.666667%;
	}
	.offset-lg-6 {
	  margin-left: 50%;
	}
	.offset-lg-7 {
	  margin-left: 58.333333%;
	}
	.offset-lg-8 {
	  margin-left: 66.666667%;
	}
	.offset-lg-9 {
	  margin-left: 75%;
	}
	.offset-lg-10 {
	  margin-left: 83.333333%;
	}
	.offset-lg-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 1200px) {
	.col-xl {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-xl-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-xl-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-xl-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xl-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xl-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xl-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-xl-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xl-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-xl-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-xl-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xl-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-xl-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-xl-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-xl-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-xl-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-xl-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-xl-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-xl-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-xl-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-xl-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-xl-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-xl-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-xl-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-xl-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-xl-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-xl-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-xl-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-xl-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-xl-0 {
	  margin-left: 0;
	}
	.offset-xl-1 {
	  margin-left: 8.333333%;
	}
	.offset-xl-2 {
	  margin-left: 16.666667%;
	}
	.offset-xl-3 {
	  margin-left: 25%;
	}
	.offset-xl-4 {
	  margin-left: 33.333333%;
	}
	.offset-xl-5 {
	  margin-left: 41.666667%;
	}
	.offset-xl-6 {
	  margin-left: 50%;
	}
	.offset-xl-7 {
	  margin-left: 58.333333%;
	}
	.offset-xl-8 {
	  margin-left: 66.666667%;
	}
	.offset-xl-9 {
	  margin-left: 75%;
	}
	.offset-xl-10 {
	  margin-left: 83.333333%;
	}
	.offset-xl-11 {
	  margin-left: 91.666667%;
	}
	}
	.flex-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}

	.d-flex{
		display: flex !important;
	}

	.d-flex-collum_j_between{
		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
	}

	.d-grid{
		display: grid !important;
	}
	
/* END COLUMNS CONFIGURATIONS */
/* SECTION CONFIG  */
.section-space {
	padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-bottom {
    padding-bottom: 60px;
}
.section-space-top {
    padding-top: 60px;
}
.section-space-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-space-bottom-sm {
    padding-bottom: 30px;
}
.section-space-top-sm {
    padding-top: 30px;
}
.section-space-xs {
    padding-top: 15px;
    padding-bottom: 15px;
}
.section-space-bottom-xs {
    padding-bottom: 15px;
}
.section-space-top-xs {
    padding-top: 15px;
}
.section-space-double {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-space-bottom-double {
    padding-bottom: 120px;
}
.section-space-top-double {
    padding-top: 120px;
}
/* END SECTION CONFIG */
/* BG & COLORS */
.bg-cover {
	background-size: cover;
	background-position: center center;
}
.color-white,
.color-white * {
	color: #ffffff;
}
.color-blue,
.color-blue * {
	color: #153a5f;
}
svg.color-green,
.color-green svg {
	fill: #36a352;
}
.color-green,
.color-green * {
	color: #36a352;
}
.color-grey,
.color-grey * {
	color: #333333;
}
.bg-green {
	background-color: #36a352;
}
.bg-blue {
	background-color: #153a5f;
}
.bg-blue-dark {
	background-color: #112331;
}
.bg-grey {
	background-color: #ececec;
}
.bg-orange a:active, 
.bg-orange a:hover {
	color: #06144b;
}
.bg-grey-light {
	background-color: #cccccc;
}
.bg-team-profile {
	background-image: url(images/bg-team-profile-bottom.jpg), url(images/bg-team-profile-top.jpg);
	background-position: right bottom, left top;
    height: 600px;
	background-repeat: no-repeat;
	background-size: contain;
}
/* END BG & COLORS */
/* BTNs */
.btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn-wrapper.right {
	justify-content: flex-end;
}
.btn-wrapper.left {
	justify-content: flex-start;
}
.btn,
.btn:hover {
	padding: 15px 30px;
	border-radius: 50px;
	background: #36a352;
	color: #ffffff;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
}
.btn.small,
.btn.xsmall  {
	padding: 7px 20px;
	border-radius: 15px;
	line-height: 13px;
}
.btn.xsmall {
	font-size: 11px;
	line-height: 11px;
}
.btn-white {
	color: #153a5f;
	background-color: #ffffff;
}
.btn:hover {
	background-color: #153a5f;
}

/* END BTNs */
/* SEPARATOR */
.separator-over:after,
.separator:before {
	content: '';
	background-image: url('data:image/svg+xml; utf8, <svg fill="%23ffffff" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 327.8 30" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,18.3c0,0,68.9,24.8,165.4-2.2S327.8,4.3,327.8,4.3V30H0V18.3z"/></svg>');
	display: block;
	padding-bottom: 9%;
	width: 100%;
	background-size: cover;
}
.separator.grey:before {
	background-image: url('data:image/svg+xml; utf8, <svg fill="%23ececec" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 327.8 30" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,18.3c0,0,68.9,24.8,165.4-2.2S327.8,4.3,327.8,4.3V30H0V18.3z"/></svg>');
}
.separator.green:before {
	background-image: url('data:image/svg+xml; utf8, <svg fill="%2336a352" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 327.8 30" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,18.3c0,0,68.9,24.8,165.4-2.2S327.8,4.3,327.8,4.3V30H0V18.3z"/></svg>');
}
.separator.blue:before {
	background-image: url('data:image/svg+xml; utf8, <svg fill="%23112331" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 327.8 30" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,18.3c0,0,68.9,24.8,165.4-2.2S327.8,4.3,327.8,4.3V30H0V18.3z"/></svg>');
}

.separator-over:after {
	background-image: url('data:image/svg+xml; utf8, <svg fill="%2336a352" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 612 64.6" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,32.2c0,0,109.8,43,304.6-7.2C478.8-19.8,612,9.2,612,9.2v55.4H0V32.2z"/></svg>');
}
.separator-over-green-dark:after {
	background-image: url('data:image/svg+xml; utf8, <svg fill="%23066f31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 612 64.6" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,32.2c0,0,109.8,43,304.6-7.2C478.8-19.8,612,9.2,612,9.2v55.4H0V32.2z"/></svg>');
}
.separator-over-grey:after {
	background-image: url('data:image/svg+xml; utf8, <svg fill="%23ececec" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 612 64.6" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,32.2c0,0,109.8,43,304.6-7.2C478.8-19.8,612,9.2,612,9.2v55.4H0V32.2z"/></svg>');
}
.separator-over-blue:after {
	background-image: url('data:image/svg+xml; utf8, <svg fill="%23112331" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 612 64.6" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,32.2c0,0,109.8,43,304.6-7.2C478.8-19.8,612,9.2,612,9.2v55.4H0V32.2z"/></svg>');
}

.separator-over-absolute,
.separator-over.absolute,
.separator.absolute {
	position: relative;
}
.separator.absolute:before,
.separator-over-absolute:after,
.separator-over.absolute:after {
	position: absolute;
	bottom: -1px;
	z-index: 2;
}
.separator-over.absolute:after,
.separator-over-absolute:after {
	bottom: 4px;
	z-index: 1;
}
.separator.absolute-top:before,
.separator.absolute-top:after {
	bottom: auto;
	top: -1px;
}
.separator.flip:before,
.separator-over.flip:after {
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.separator.flip-hor:before,
.separator-over.flip-hor:after {
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.separator.flip-hor-vert:before{
	-moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.testimonial-card-wrap.separator-over.green:before {
	/* content: '';
	height: 0px;
	display: none; */
}
.testimonial-card-wrap.separator-testimonial.green:before {
    background-image: url('data:image/svg+xml; utf8, <svg fill="%2336a352" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="auto" viewBox="0 0 327.8 30" preserveAspectRatio="none"><path id="XMLID_17_" d="M0,18.3c0,0,68.9,24.8,165.4-2.2S327.8,4.3,327.8,4.3V30H0V18.3z"/></svg>');
	/* background-color: #fff; */
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	position: absolute;
	bottom: 89px;
	display: block;
	padding-bottom: 7%;
	width: calc(100% - 10px);
  	width: -moz-calc(100% - 10px);
  	width: -webkit-calc(100% - 10px);
	background-size: cover;
	content: '';
	margin: 0px 5px;
}
.testimonial-card-wrap.separator-testimonial.green:after {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #36a352;
	height: 85px;
	display: block;
	padding-bottom: 9%;
	width: calc(100% - 10px);
  	width: -moz-calc(100% - 10px);
  	width: -webkit-calc(100% - 10px);
	background-size: cover;
	content: '';
	margin: 0px 5px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

div#testimonials.separator.flip:before{
	margin-bottom: -1px;
}

div#testimonialSlider{
	max-width: 100% !important;
}

div#testimonialSlider .carousel-wrapper p {
	font-size: 16px;
	line-height: 22px;
}

/* END SEPARATOR */
/* HEADER */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
    background: rgba(0,0,0,0);
	padding: 15px 0;
}
.scrolled #header {
    background: rgba(0,0,0,.5);
    box-shadow: 0 0 2px rgba(0,0,0,.8);
	padding: 3px 0;
}
nav.menu-header {
    float: right;
}
nav.menu-header ul {
    display: flex;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 1px;
	align-items: center;
}
nav.menu-header ul li {
    padding: 0 22px;
}
nav.menu-header ul li a{
    display: block;
}
nav.menu-header ul li:last-child {
	padding-right: 0;
}
nav.menu-header ul li:last-child a{
	background-color: #ffffff;
	color: #40a757;
	border-radius: 20px;
	padding: 10px 20px;
}
nav.menu-header ul li:last-child a:hover {
	background-color: #40a757;
	color: #ffff;
}
#logo img,
.footer-logo img{
	width: 166px;
	height: auto;
}
/* END HEADER */
/* CAROUSEL */
.carousel {
position: relative;
}
#hero .carousel:before {
    content: '';
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	z-index: 2;
	pointer-events: none;
}
.carousel-wrapper,
.carousel-wrapper .container,
.carousel-wrapper .row {
	height: 100%;
	align-items: center;
}
.carousel-wrapper .row {
	position: relative;
	z-index: 3;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}

.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}

.carousel-inner::after {
display: block;
clear: both;
content: "";
}

.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}

.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 10%;
color: #fff;
text-align: center;
transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
}

.carousel-control-prev {
left: 0;
}

.carousel-control-next {
right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 2.6 4.8'%3e%3cpath d='M0,2.4c0,0,0-0.1,0-0.1L2.3,0C2.3,0,2.4,0,2.5,0l0.1,0.1c0.1,0.1,0.1,0.1,0,0.2L0.5,2.4l2.1,2.1 c0.1,0.1,0.1,0.1,0,0.2L2.5,4.7c-0.1,0.1-0.1,0.1-0.2,0L0,2.5C0,2.5,0,2.4,0,2.4z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 2.6 4.8'%3e%3cpath d='M2.6,2.4c0,0,0,0.1,0,0.1L0.3,4.7c-0.1,0.1-0.1,0.1-0.2,0L0,4.7C0,4.6,0,4.5,0,4.5l2.1-2.1 L0,0.3C0,0.3,0,0.2,0,0.1L0.1,0C0.2,0,0.3,0,0.3,0l2.3,2.3C2.6,2.3,2.6,2.4,2.6,2.4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
position: absolute;
right: 0;
bottom: 95px;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}

.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 7px;
height: 7px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity 0.6s ease;
border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
opacity: 1;
}

.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
/* END CAROUSEL */

/* HERO */
#hero .hero-image {
    height: 100vh;
}
.carousel-ctrl-btn {
	overflow: hidden;
}
.slider-img-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
	background-position: right;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 0 10px;
}
.carousel-control-next:hover .slider-img-preview {
	left: 0;
}
.sliding .carousel-control-next:hover .slider-img-preview,
.carousel-control-next .slider-img-preview {
	background-position: left;
	left: 100%;
}
.carousel-control-prev:hover .slider-img-preview {
	right: 0;
}
.sliding .carousel-control-prev:hover .slider-img-preview,
.carousel-control-prev .slider-img-preview {
	right: 100%;
}
.carousel-wrapper .title-header {
	font-size: 60px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}
.carousel-wrapper p {
	font-size: 28px;
}
/* END HERO */
/* ACHIEVE CARD */
.achieve-card figure {
    margin-bottom: 40px;
}

.achieve-card p {
    text-align: center;
    padding: 0 25px;
}
.achieve-card .title-header {
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 25px;
    margin-bottom: 20px;
}
.achieve-card:hover figure img {
    transform: scale(1.05);
}
.achieve-card:hover .title-header {
    color: #023c5f;
}

.achieve-p{
	color: #fff;
}

.achieve-card:hover .achieve-p {
	color: #023c5f;
}

.no_image_text{
	font-size: 70px;
	font-weight: 800;
	margin: 0px;
	padding: 30px 30px 0px;
	color: #000;
	text-align: center;
    overflow-wrap: break-word;
}

/* END ACHIEVE CARD */

/* lifetime-experience */
.icon {
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    width: 170px;
	height: 170px;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.icon svg {
    width: 100px;
}
.icon.icon-counter > div {
    display: flex;
}
.icon-counter div span.counter,
div#sliderWords span.counter{
    font-size: 60px;
	font-weight: 700;
    line-height: 60px;
}
div#sliderWords span.counter{
	font-size: 25px;
	text-transform: uppercase;
}
.icon-counter div span.plus {
    padding-top: 8px;
    font-size: 20px;
}
div#sliderWords {
    width: 100%;
}
div#sliderWords .carousel-item{
    text-align: center;
}
/* END lifetime-experience */
/* INDUSTRIES */
.industries-list-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.industries-list-wrap {
	margin: 0 35px;
	max-width: 130px;
}
.industries-list-client-wrapper {
	position: absolute;
	z-index: 99;
    left: 100%;
    top: -2px;
	white-space: nowrap;
	padding-left: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
}
.icon:hover > .industries-list-client-wrapper {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.to-left .industries-list-client-wrapper {
	left: initial;
    right: 100%;
	white-space: nowrap;
	padding-left: 0px;
	padding-right: 20px;
	transform: translateX(30px);
}
.to-left .industries-list-client-wrap:after {
	right: initial;
	left: 100%;
	transform: rotate(180deg);
}

.industries-list-client-wrap {
	position: relative;
	background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 20px;
}
.industries-list-client-wrap:after {
	right: 100%;
	top: 57px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.industries-list-client-wrap:after {
	border-right-color: #fff;
	margin-top: -7px;
	border-right-width: 12px;
    border-bottom-width: 7px;
    border-top-width: 7px;
}
.approach-card .icon,
.industries-list-wrapper .icon {
	position: relative;
    border: 2px solid #36a352;
    width: 115px;
	height: 115px;
	margin-bottom: 15px;
}
.approach-card .icon svg,
.industries-list-wrapper .icon svg {
    width: 65%;
	height: auto;
	fill: #153a5f;
	max-height: 70px;
}
.industries-list-client-wrap .title-header{
	text-align: left;
	margin-bottom: 10px;
}
.industries-list-client-wrap ul li {
	border-top: 1px solid #ebebeb;
	padding: 7px 3px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.industries-list-client-wrap ul li:hover {
	background-color: rgba(235, 235, 235, 0.3);
}
.industries-list-client-wrap ul li > span.logo{
	display: block;
	width: 60px;
	margin-left: 15px;
}
.industries-list-client-wrap ul li > span.logo img{
	max-width: 60px;
	margin: 0 auto;
}
.industries-list-client-wrap ul li > span.name {
	width: 150px;
    overflow: hidden;
    white-space: initial;
    line-height: 16px;
}
.industries-list-client-wrap ul li img{
	display: block;
}
/* END INDUSTRIES */
/* FOOTER */
#footer-section .sub-menu a:not(:hover){
	color: #ffffff;
}
#footer-section .title-header{
	letter-spacing: 1px;
}
#footer-section .footer-sm span {
	text-transform: uppercase;
	color: #62ac62;
	font-size: 12px;
	padding-left: 6px;
}
#copyright {
	background-color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 15px 0;
}
nav.footer-menu > ul {
    display: flex;
    justify-content: space-evenly;
}
nav.footer-menu > ul > li > a {
	font-size: 15px;
	font-weight: 700;
	color: #36a352;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
nav.footer-menu .sub-menu li > a {
	line-height: 25px;
}
nav.footer-menu ul.sub-menu {
    position: absolute;
	/* visibility: hidden;
	opacity: 0; */
}
nav.footer-menu li:hover ul.sub-menu {
    visibility: visible;
	opacity: 1;
}
.footer-sm {
	margin-top: 20px;
    padding-left: 0;
}
.footer-sm ul {
	display: flex;
	align-items: center;
}
.footer-sm svg {
    width: 13px;
}
.footer-sm a {
	display: flex;
    margin: 3px;
    border: 2px solid;
    border-radius: 8px;
    padding: 4px;
}
.footer-sm a:hover {
	background-color: rgba(255,255,255,.2);
}
.bcw-logo {
    position: absolute;
    right: 10%;
    bottom: 0;
}
.bcw-logo a {
    display: inline-block;
    background: #fff;
    padding: 8px;
    line-height: 0;
}
.bcw-logo img {
    width: 85px;
    display: block;
}
.bcw-logo span {
    position: absolute;
    bottom: -5px;
    font-size: 11px;
    left: 0;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
}
/* FOOTER */
/* HEADER INTERNAL */

.background_text{
	position: absolute;
    font-size: 13px;
    color: #FFF;
    bottom: 15px;
    left: 20px;
    text-shadow: -2px -2px 2px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,1);
    z-index: 9;
}

.separator .background_text{
    bottom: 70px;
}

#hero-nternal{
	position: relative;
}

.hero-image{
	position: relative;	
}

.fluid-content {
	max-width: 585px;
	padding-left: 15px;
	padding-right: 15px;
}
body:not(.home):before {
    content: '';
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.header-content {
    padding-left: 35px;
}
.header-content h1.title-header{
	margin-bottom: 15px;
}
.header-content .blurb{
	margin-bottom: 5px;
    font-weight: 500;
}

.approach-card-wrap {
    padding-bottom: 30px;
}
.approach-card {
    background-color: #fff;
    height: 100%;
    border-radius: 5px;
	padding: 40px 20px;
}

.history-wrapper {
	position: relative;
}
.history-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    height: calc(100% - 120px);
    width: 4px;
    background: repeating-linear-gradient(   -45deg,   #36a352,   #36a352 6px,   #ffffff 6px,   #ffffff 10px  );
    left: 50%;
    z-index: -1;
    margin-left: -2px;
}
.history-wrap {
    display: flex;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.history-wrapper .date {
    width: 140px;
    height: 140px;
    background: #36a352;
    border-radius: 50%;
    display: flex;
    align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 53px;
    font-weight: 700;
}
.history-wrapper .history-wrap-content {
    width: calc(50% - 70px);
	padding-left: 20px;
	padding-top: 30px;
}

.history-wrap.left {
    justify-content: flex-start;
}
.history-wrap.left .history-wrap-content{
	padding-right: 20px;
	padding-left: 0;
}
.history-wrap .title-header{
	color: #36a352;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 7px;
}
.history-wrap.left .history-wrap-content,
.history-wrap.left .title-header{
	text-align: right;
}
.history-wrap.small .title-header{
	color: #023c5f;
}
.history-wrap.small .date{
	background-color: #023c5f;
}
.history-wrap.left .date{
	order: 2;
}
.history-wrap.small .date{
    width: 110px;
	height: 110px;
	margin: 0 15px;
	font-size: 35px;
}
/* HEADER INTERNAL END */
/* TEAM PROFILE */
.team-profile-card {
	margin-bottom: 25px;
	cursor: pointer;
}
.team-profile-card figure{
	margin-bottom: 10px;
}
.team-profile-card img{
	border-radius: 5px;
}
.team-profile-card .profile-name{
	text-align: left;
	margin: 0;
}
.team-show {
	overflow: hidden;
}
.team-show-content {
	height: 0;
}
.team-profile-card figure {
	border-radius: 5px;
}

.team-profile-card .img-hover-zoom {
  /* height: 300px; [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  position: relative;
  height: 230px;
}
/* [2] Transition property for smooth transformation of images */
.team-profile-card .img-hover-zoom img {
  	transform-origin: center center;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/* [3] Finally, transforming the image when container gets hovered */
.team-profile-card .img-hover-zoom:hover img {
	transform: scale(1.05);
}
.read-more-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.3);
	visibility: hidden;
	opacity: 0;
}
.team-profile-card:hover .read-more-overlay {
	visibility: visible;
	opacity: 1;
}

.read-more-overlay a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.team-show-content:not(.show) {
	padding: 0;
}
.team-show-content.show {
	height: 750px;
}
.team-show-content .container {
	position: relative;
}
.team-show-content .title-header {
	margin-bottom: 0;
}
.team-show-content .profile-position {
	margin-bottom: 20px;
}
.close-team-show {
    display: none;
    position: absolute;
    color: #cccccc;
    right: 10px;
    z-index: 1;
	font-size: 20px;
	cursor: pointer;
}
.show .close-team-show {
    display: block;
}
.profile-position {
    font-size: 12px;
}
/* END TEAM PROFILE */
/* TESTIMONIALS */
.testimonial-card {
    background: #fff;
    border-radius: 5px;
	padding: 40px 20px;
	/* margin-bottom: 30px; */
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	
}
.testimonial-card-wrap {
	position: relative;
	padding: 0px;
	overflow: hidden;
}
.testimonial-content {
	/* padding-left: 60px; */
	position: relative;
}
.testimonial-content:after {
    /* content: '';
	position: absolute;
	background-image: url(images/ico-quote.png);
	background-size: contain;
	background-repeat: no-repeat;
    left: 0;
	top: -10px;
	width: 40px;
	height: 40px; */
}
.testimonial-content .author {
	margin-top: 10px;
}
.testimonial-content .author .position {
    display: block;
    font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
}
/* END TESTIMONIALS */
/* CASE STUDIES */
.case-study-card-wrap {
    padding-bottom: 30px;
}
.case-study-card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
	overflow: hidden;
	display: block
}
.case-study-card:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transform: translateY(-2px);
}
.case-study-card .intro{
    color: #333333;
}
.case-study-content {
    padding: 30px;
}
.case-study-testimonial {
    margin: 0 10px;
	padding: 20px;
	border-radius: 8px;
}
.case-study-title .title-header{
	margin: 0 20px;
}
.case-study-title span {
    text-transform: uppercase;
	font-size: 12px;
	min-width: 45px;
}
.case-study-title span a:hover {
    text-decoration: underline;
}
.case-study-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-wrapper .title-header {
	margin-bottom: 10px;
}
.testimonial-wrapper blockquote p,
.testimonial-wrapper blockquote {
	font-size: 15px;
	line-height: 21px;
}
.testimonial-wrapper blockquote p:first-of-type:before,
.testimonial-wrapper blockquote p:last-of-type:after {
	content: '"';
}
a.btn-back-to-all {
    position: absolute;
    left: 15px;
    top: -45px;
}
/* END CASE STUDIES */
/* POSTS */
.blog #posts .container-fluid .header-content-wrapper {
		height: 100vh;
		overflow: auto;
}

.header-content-wrap p a {
    text-decoration: underline;
}

.categories-wrapper {
    display: flex;
    justify-content: flex-end;
}
.categories-wrapper nav {
	padding: 20px 30px;
	width: 100%;
	max-width: 350px;
}
.categories-wrapper nav span {
	display: block;
	color: #36a352;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
}
.categories-wrapper nav li:not(.categories) {
	border-top: 1px solid rgba(235, 235, 235, 0.5);
}
.categories-wrapper nav li.current-cat a {
    background: rgba(255,255,255,.2);
    padding-left: 15px;
}
.categories-wrapper nav a {
	display: block;
	padding: 10px 0;
}
.categories-wrapper nav a:not(:hover) {
    color: #ffffff;
}
.categories-loop {
    margin-bottom: 10px;
}
.categories-loop a {
    display: inline-block;
    padding: 2px 15px;
    background: #36a352;
    border-radius: 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
	letter-spacing: 1px;
	margin-right: 15px;
}
.post-wrapper .title-header {
	margin-bottom: 20px
}
article.post-wrapper.home {
    padding: 40px 0;
    border-bottom: 1px solid #36a352;
}
article.post-wrapper.home:first-of-type {
    border-top: 1px solid #36a352;
}
/* POSTS */
/* OFFERS */
.offer-wrapper .container {
    border-bottom: 1px solid #b7ccd7;
}
body:not(.single-service) section.offer-wrapper:first-of-type .container {
    border-top: 1px solid #b7ccd7;
}
.offer-card-wrapper {
    padding-bottom: 30px;
}
.offer-card-wrapper:hover > .offer-card {
    box-shadow: 0 0 9px rgba(0,0,0,.3);
    transform: translateY(-1px);
}
.offer-card {
    border: 2px solid #36a352;
    border-radius: 10px;
	padding: 30px;
	height: 100%;
}
.offer-card p {
    line-height: 20px;
}

.offer-card-content a {
    text-decoration: underline;
}
/* END OFFERS */
/* FORMS & FIELDS */
.field-wrapper {
    margin-bottom: 30px;
}
div.wpcf7 input:not(.wpcf7-submit),
div.wpcf7 textarea {
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #ffffff;
	background-color: transparent;
	max-height: 100px;
	margin-bottom: -1px;
}
div.wpcf7 textarea {
	line-height: 20px;
	padding-top: 10px;
	font-family: 'Titillium Web', sans-serif;
}

div.wpcf7 input {
	font-family: 'Titillium Web', sans-serif;
}

#wpcf7-f73-p14-o1 .wpcf7-form-control-wrap:not(.your-message) {
	position: relative;
	width: 50%;
	display: block;
	float: left;
}
.form-wrapper div.wpcf7 input:not(.wpcf7-submit),
.form-wrapper div.wpcf7 textarea {	
	background-color: #fff;
}



div.wpcf7 input.wpcf7-not-valid,
div.wpcf7 textarea.wpcf7-not-valid {
    border-color: rgba(255, 0, 0, 0.7);
}
div.wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    left: 14px;
    bottom: -14px;
    font-size: 10px;
    white-space: nowrap;
}
#wpcf7-f73-p14-o1.wpcf7 span.wpcf7-not-valid-tip {
	bottom: -5px;
}
div.wpcf7 .wpcf7-response-output {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 90%;
    max-width: 450px;
    background: rgba(255, 255, 255, 0.9);
    padding: 17px;
	z-index: 999;
	color: #333;
}
div.wpcf7 .wpcf7-response-output:after {
    content: 'X';
    position: absolute;
    top: 0;
    right: 6px;
    color: #888;
	font-weight: 900;
	
}
div.wpcf7 form .ajax-loader {
    margin-left: 45px;
    position: absolute;
    margin-top: 13px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
}
#subscribe input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: inherit;
}

#subscribe input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: inherit;
	
}

#subscribe input::-ms-input-placeholder { /* Microsoft Edge */
	color: inherit;
}

/* END FORMS & FIELDS */
div.avoid-mobile {
	display: none;
}


.case_study-template-default h2.title-header {
	margin-bottom:15px !important;
}
.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

#testimonialSlider .carousel-item {
    
}

#testimonialSlider .carousel-inner {
	display: flex;
	width: 60%;
    margin: auto;
}

#testimonialSlider .testimonial-card {
	min-height: 300px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin: 5px 5px 0px;
}

#testimonialSlider .author {
    position: absolute;
    bottom: 20px;
    width: 100%;
	display: flex;
	flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    left: 0;
    right: 0;
}

span.company {
    font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

span.name {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
}

#testimonialSlider .carousel-control-prev-icon, #testimonialSlider .carousel-control-next-icon {
    border: 1px solid #36a352;
	border-radius: 100px;
	background-image: url('https://stsconsulting.com.au/wp-content/uploads/2020/09/arrow.png');
	width: 40px;
    height: 40px;
}

#testimonialSlider .carousel-control-prev-icon {
    -webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}