@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight:normal;
  vertical-align:baseline;
  background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*width: 100%;
	height: 100%;*/
}
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	color: #4e4f4f;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*,
*:after,
*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: block;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #4d4e4e;
	text-decoration:none;
	outline:none;
	display:inline-block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover, a:focus {
	color: #f1b719;
	outline: none;
	text-decoration:none;
}
.section-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: normal;
	padding: 0 10px;
}
.section-title:before {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 20px;
	background: #f8db8c;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 58px;
	color: #4d4e4e;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #4d4e4e;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4d4e4e;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.text-center {
	text-align: center;
}
p {
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
.f-medium {
	font-weight: 500;
}

/** form and buttons **/
ul.form-list {
    font-size: 0;
    margin: 0 -10px;
}
ul.form-list > li {
    font-size: 19px;
    display: inline-block;
    margin: 10px;
    width: calc(50% - 20px);
    position: relative;
    vertical-align: top;
}
ul.form-list > li.full {
    width: calc(100% - 20px);
}
ul.form-list .btn-wrapper {
	text-align: right;
}
ul.form-list .btn-wrapper .ajax-loader {
	display: block;
}
.text-field,
.wpcf7-text,
.wpcf7-number,
.wpcf7-textarea {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #2E404F;
	padding: 15px 20px;
	height: 56px;
	border: 1px solid #CBCBCB;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.text-field:focus,
.wpcf7-text:focus,
.wpcf7-number:focus,
.wpcf7-textarea:focus {
	outline: none;
}
.wpcf7-textarea,
textarea {
    resize: none;
    height: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select, button, input {
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wpcf7 form .wpcf7-response-output {
	padding: 10px;
	margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #fff2cf;
	background: #fff2cf;
}
.wpcf7-not-valid-tip {
	color: #e87474;
    font-size: 0.8em;
    padding-top: 5px;
}
.button,
.vc-btn-outline a {
	display: inline-block;
	padding: 9px 40px !important;
	min-height: 53px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px !important;
	color: #f1b719 !important;
	line-height: normal;
	text-align: center;
	border: 0;
	background: transparent !important;
	border: 4px solid #f1b719  !important;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}

.button:hover,
.button:focus,
.vc-btn-outline a:hover,
.vc-btn-outline a:focus {
	background: #f1b719 !important;
	color: #fff !important;
}
/** form and buttons **/

#wrapper {
	overflow: hidden;
    width: 100%;
	/*padding-top: 150px;*/
}
.container {
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
.angle-up {
	-moz-transform: rotate(-7deg) skew(-7deg);
	-webkit-transform: rotate(-7deg) skew(-7deg);
	-o-transform: rotate(-7deg) skew(-7deg);
	-ms-transform: rotate(-7deg) skew(-7deg);
	transform: rotate(-7deg) skew(-7deg);
}
.angle-up .angle-inner {
	-moz-transform: rotate(7deg) skew(7deg);
	-webkit-transform: rotate(7deg) skew(7deg);
	-o-transform: rotate(7deg) skew(7deg);
	-ms-transform: rotate(7deg) skew(7deg);
	transform: rotate(7deg) skew(7deg);
}
.angle-down {
	-moz-transform: rotate(7deg) skew(7deg);
	-webkit-transform: rotate(7deg) skew(7deg);
	-o-transform: rotate(7deg) skew(7deg);
	-ms-transform: rotate(7deg) skew(7deg);
	transform: rotate(7deg) skew(7deg);
}
.angle-down .angle-inner {
	-moz-transform: rotate(-7deg) skew(-7deg);
	-webkit-transform: rotate(-7deg) skew(-7deg);
	-o-transform: rotate(-7deg) skew(-7deg);
	-ms-transform: rotate(-7deg) skew(-7deg);
	transform: rotate(-7deg) skew(-7deg);
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 25px !important;
}
/*.wpb_button:last-child,
.wpb_content_element:last-child,
ul.wpb_thumbnails-fluid > li:last-child {
	margin-bottom: 0 !important;
}*/

.main-banner {
	padding-top: 280px;
	padding-bottom: 200px;
	position: relative;
}
.main-banner:after,
.main-banner.vc_row:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	height: 100%;
	width: 385px;
	margin-left: -80px;
	pointer-events: none;
	background: url(../images/a-pattern.png) left top repeat;
	background-size: 48px auto;
	-moz-transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
}
.main-banner .go-down {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 4px;
	margin-top: 70px;
	position: relative;
}
.main-banner .go-down:after {
	position: absolute;
	top: 70px;
	left: 8px;
	content: "";
	width: 14px;
	height: 47px;
	background: url(../images/down-arrow.svg) center center no-repeat;
	background-size: 100% auto;
	animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
.main-banner .go-down:before {
	position: absolute;
	top: 4px;
	right: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 20px;
	background: #f8db8c;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.main-banner .go-down:focus:before,
.main-banner .go-down:hover:before {
	width: 0;
}
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.align-center {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.align-start {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
.align-end {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}
.space-between {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	padding: 70px 0 20px 0;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.site-header.fixed {
	padding: 20px 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(60, 72, 88, 0.15);
      -moz-box-shadow: 0 5px 5px rgba(60, 72, 88, 0.15);
          box-shadow: 0 5px 5px rgba(60, 72, 88, 0.15);
}

.site-header .header-right,
.site-header .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.logo {
	width: 200px;
	max-width: 17%;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.site-header.fixed .logo {
	width: 150px;
}
.site-header .header-right {
	width: 77%;
}
.menu-btn {
    text-transform:uppercase;
    width: 25px;
    height: 20px;
    position:relative;
    z-index: 2;
    display:none;
}
.menu-btn:hover {
    opacity: 0.7;
    color:#fff;
}
.menu-line {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-line,
.menu-line::before,
.menu-line::after {
    width:25px;
    height: 3px;
    background-color: #28231F;
    border-radius:1px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    position: absolute;
    left:0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.menu-line::before, .menu-line::after {
    content: "";
    display: block;
}
.menu-line::before {
    top: -7px;
    transition: top 0.1s 0.34s ease-in,
    opacity 0.1s ease-in;
}
.menu-line::after {
    bottom: -7px;
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-btn.active .menu-line {
    -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn.active .menu-line::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.menu-btn.active .menu-line::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-menu .menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
.main-menu .menu li:last-child {
	margin-right: 0;
}
.main-menu .menu li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: normal;
	color: #4d4e4e;
}
.main-menu .menu li a.active,
.main-menu .menu li a:hover {
	color: #f1b719;
}

.about-section {
	padding-top: 150px;
	padding-bottom: 200px;
	margin-top: -50px;
}
.about-row {
	max-width: 680px;
	margin: 0 auto !important;
}
.team-list {
	font-size: 14px;
	margin-top: 100px !important;
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.team-list .vc_col-sm-6 {
	width: 45%;
}
.team-list .team-block {
	padding-left: 10px;
	padding-right: 10px;
}
.team-list .team-block .vc_single_image-wrapper {
	position: relative;
	overflow: visible !important;
}
.team-list .team-block .vc_single_image-wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: 0;
	left: -10px;
	width: 135px;
	height: 135px;
	background-color: #f1b719;
	mix-blend-mode: multiply;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.team-list .team-block p {
	font-size: 115%;
}
.team-list .team-block:nth-child(2) .vc_single_image-wrapper:after {
	top: 130px;
	left: -30px;
}
.team-list .team-block:hover .vc_single_image-wrapper:after,
.team-list .team-block:hover:nth-child(2) .vc_single_image-wrapper:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.team-list .team-block h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
}
.team-list .team-block h5 span {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: italic;
	display: block;
}
.team-list .team-block .wpb_text_column {
	padding: 0 20px;
}

.why-bbsa {
	padding-top: 120px;
	padding-bottom: 170px;
}
.why-bbsa > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}
.box-list {
	margin: 100px 0 0 0 !important;
}
.box-list .box {
	border: 1px solid #fff;
}
.box-list .box:nth-child(3) {
	background: #f1b719;
}
.box-list .box > .vc_column-inner {
	padding: 30px !important;
}
.box-list .box .vc_separator {
	width: auto;
	margin-left: -30px;
	margin-right: -30px;
}
.box-list .box:nth-child(3) .vc_separator {
	opacity: .5;
}
.box-list .box h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 47px;
	margin-bottom: 0;
}
.box-list .box .f-small p {
	font-size: 13px;
}
.box-list .box .num-counter {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 97px;
	line-height: 40px;
	color: #f1b719;
}
.box-list .box .chart-canvas {
	height: 240px;
	position: relative;
}
.box-list .box .wpb_button:last-child,
.box-list .box .wpb_content_element:last-child,
.box-list .box ul.wpb_thumbnails-fluid > li:last-child {
	margin-bottom: 0 !important;
}
.list-01 li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	font-weight: 300;
}
.list-01 li:after {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 5px;
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left:13px solid #f2b818;
}
.list-02 li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.list-02 li:after {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px; 
	height: 5px; 
	background-color: #4e4f4f;
	border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.box-list .box:nth-child(3) .list-01 li:after {
	border-left-color: #fff;
}
.why-bbsa .list-01 li a,
.why-bbsa .list-01 li a:hover {
	color: #4e4f4f;
	text-decoration: underline;
	cursor: pointer;
}
.chart-canvas .chart-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chart-canvas .chart-text h2 {
	line-height: 34px;
}
.chart-canvas .chart-text h2 .chart-subtext {
	font-size: 26px;
	display: block;
}

.services-section {
	padding-top: 120px;
	padding-bottom: 170px;
}
.services-list {
	padding-top: 40px;
	margin: 0 -5px;
}
.services-list .service-box {
	/*height: 100%;*/
	background-color: #fff;
	padding: 25px;
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.services-list .service-box.row {
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.services-list .service-box.service-1 {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}
.services-list .service-1,
.services-list .service-4 {
	background-color: #78797b;
	color: #f9fafb;
}
.services-list .service-2,
.services-list .service-3 {
	background-color: #989898;
	color: #f9fafb;
}
.popup.service-2 ul:first-of-type {
	margin-bottom: 20px;
}
.services-list .service-2 *,
.services-list .service-3 * {
	color: #f9fafb;
}
/* .services-list .service-4 {
	background-color: #d8d4d4;
} */
.services-list .service-5,
.services-list .service-6 {
	background-color: #FFF;
}
.services-list .service-7 {
	background-color: #FFF;
}
.services-list .service-box:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0 5px 5px rgba(60, 72, 88, 0.15);
      -moz-box-shadow: 0 5px 5px rgba(60, 72, 88, 0.15);
          box-shadow: 0 5px 5px rgba(60, 72, 88, 0.15);
}
.services-list .service-box:last-child {
	margin-bottom: 0;
}
.services-list .service-box.dark-bg {
	background-color: #2E404F;
}
.services-list .service-box.dark-bg * {
	color: #fff;
}
.service-1 .left-block {
	width: 58%;
}
.service-1 .right-block {
	width: 35%;
	padding-left: 50px;
}
.service-2 .left-block {
	width: 25%;
}
.service-2 .right-block {
	width: 75%;
	padding-left: 30px;
}
.service-box.service-3 img {
	width: 85%;
}
.service-4 .left-block {
	width: 80%;
	padding-right: 50px;
}
.service-4 .right-block {
	width: 20%;
	padding-right: 20px;
}
.services-list .col-3 {
	width: 25%;
	padding: 5px;
}
.services-list .col-4 {
	width: 33.33333333%;
	padding: 5px;
}
.services-list .col-6 {
	width: 50%;
	padding: 5px;
}
.services-list .col-8 {
	width: 66.66666667%;
	padding: 5px;
}
.service-box h4 {
	letter-spacing: 5px;
	text-transform: uppercase;
	/*word-break: break-all;*/
}
.contact-section {
	padding-top: 120px;
	padding-bottom: 50px;
}
.contact-detail {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 20px;
	padding-top: 50px;
}
.contact-detail b {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.contact-section .wpcf7-textarea,
.contact-section textarea {
	height: 400px;
}

.site-footer {
	background: #474748;
	padding: 100px 0;
	color: #fff;
	position: relative;
	-moz-transform: rotate(-2deg) skew(-2deg);
	-webkit-transform: rotate(-2deg) skew(-2deg);
	-o-transform: rotate(-2deg) skew(-2deg);
	-ms-transform: rotate(-2deg) skew(-2deg);
	transform: rotate(-2deg) skew(-2deg);
}
.site-footer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: -50px;
	left: 0;
	z-index: -1;
	pointer-events: none;
	background: #474748;
}
.footer-inner {
	-moz-transform: rotate(2deg) skew(2deg);
	-webkit-transform: rotate(2deg) skew(2deg);
	-o-transform: rotate(2deg) skew(2deg);
	-ms-transform: rotate(2deg) skew(2deg);
	transform: rotate(2deg) skew(2deg);
}
.site-footer .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.site-footer .footer-logo {
	max-width: 20%;
}
.site-footer .footer-menu {
	max-width: 65%;
}
.site-footer .footer-menu .menu li {
	display: inline-block;
	margin-right: 50px;
}
.site-footer .footer-menu .menu li:last-child {
	margin-right: 0;
}
.site-footer .footer-menu .menu li a {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.site-footer .footer-menu .menu li a:hover {
	color: #f1b719;
}
.site-footer .footer-copyright {
	max-width: 15%;
	font-size: 16px;
	color: #88929b;
}
.site-footer .footer-copyright a {
	color: #88929b;
}
.site-footer .footer-copyright a:hover {
	color: #f1b719;
}

.sticky-nav {
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 100px;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sticky-nav li {
	display: block;
	width: 10px;
}
.sticky-nav li a {
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
	border-top: 5px solid transparent;
	border-left: 10px solid #D5D6D6;
	border-bottom: 5px solid transparent;
}
.sticky-nav li a.active,
.sticky-nav li a:hover {
	border-left-color: #f1b719;
}


.fancybox-is-open .fancybox-bg {
	opacity: 0 !important;
}
.fancybox-content {
	-webkit-box-shadow: 0px 6px 14px rgba(52, 51, 51, 0.35);
      -moz-box-shadow: 0px 6px 14px rgba(52, 51, 51, 0.35);
          box-shadow: 0px 6px 14px rgba(52, 51, 51, 0.35);
}
.popup {
    padding: 50px !important;
    background-color: #fff;
    width: 1020px;
    display: none;
}
.popup li {
	font-weight: 300;
}
.popup.service-1,
.popup.service-2,
.popup.service-3,
.popup.service-4 {
	background-color: #78797b;
	color: #fafbfd;
}
.popup.service-1 .list-02 li:after,
.popup.service-2 .list-02 li:after,
.popup.service-3 .list-02 li:after,
.popup.service-4 .list-02 li:after {
	background-color: #fafbfd;
}
.popup.service-1 h2,
.popup.service-2 h2,
.popup.service-3 h2,
.popup.service-4 h2 {
	color: #fafbfd;
}
.popup.service-2,
.popup.service-3 { background-color: #989898; }
/* .popup.service-4 { background-color: #d8d4d4; } */
.popup.service-5,
.popup.service-6 { background-color: #fff; }
.popup.service-7 { background-color: #fff; }
.popup.dark-bg * {
	color: #fff;
}
.popup h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 6px;
	line-height: 50px;
	text-transform: uppercase;
}
.fancybox-close-small svg {
	display: none !important;
}
.fancybox-slide--html .fancybox-close-small {
	width: 32px;
	height: 32px;
	padding: 0 !important;
	opacity: 1;
	right: 20px !important;
	top: 20px !important;
	background: url(../images/close.png) center center no-repeat;
	background-size: 25px auto;
}
.fancybox-slide--html .popup.service-1 .fancybox-close-small,
.fancybox-slide--html .popup.service-2 .fancybox-close-small,
.fancybox-slide--html .popup.service-3 .fancybox-close-small {
	background: url(../images/close-white.png) center center no-repeat;
	background-size: 25px auto;
}
.popup.service-1 .wpb_single_image {
	width: 250px;
}
.popup.service-3 .wpb_single_image {
	margin-top: -100px;
}
.popup.service-5 .wpb_single_image {
	width: 550px;
	margin-left: -150px;
}
.popup.compare-popup {
	width: 1300px;
	padding: 0 !important;
}
.compare-popup .fancybox-close-small {
	display: none !important;
	width: 25px;
	height: 25px;
	right: 10px !important;
	top: 20px !important;
	background: url(../images/close-white.png) center center no-repeat;
	background-size: 15px auto;
}
.compare-popup .vc_column_container > .vc_column-inner {
	padding: 0;
}
.compare-popup .wpb_content_element:last-child {
	margin-bottom: 0 !important;
}
.compare-table ul > li {
	display: table;
	width: 100%;
}
.compare-table ul > .table-head {
	background-color: #78797b;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}
.compare-table ul > .table-head .services,
.compare-table ul > .table-head .book-keepers,
.compare-table ul > .table-head .bbsa {
	vertical-align: middle;
	padding: 20px 30px;
	text-align: left;
}
.compare-table ul > .sub-head {
	background-color: #cfcdce;
	font-weight: 400;
	padding: 10px 30% 10px 30px;
}
.compare-table ul > li .services {
	display: table-cell;
	vertical-align: top;
	width: 70%;
	padding: 10px 30px;
}
.compare-table ul > li .book-keepers {
	background-color: #fcf9fa;
	color: #4d4e4e;
	display: table-cell;
	vertical-align: top;
	width: 15%;
	padding: 10px 30px;
	text-align: center;
}
.compare-table ul > li .bbsa {
	display: table-cell;
	vertical-align: top;
	width: 15%;
	padding: 10px 30px;
	text-align: center;
}

.check-grey {
	display: inline-block;
	width: 26px;
	height: 20px;
	background: url(../images/check-grey.png) left top no-repeat;
	background-size: 100% auto;
}
.check-yellow {
	display: inline-block;
	width: 26px;
	height: 20px;
	background: url(../images/check-yellow.png) left top no-repeat;
	background-size: 100% auto;
}
.service-1 .right-block {
    position: absolute;
    right: -50px;
    bottom: 20px;
    padding: 0;
    width: 60%;
}

.services-list .service-box.service-1 {
    align-items: flex-start;
    position: relative;
}

.service-1 .left-block p {
    max-width: 230px;
}
.logos img {
    display: inline-block;
    margin: 0px 20px !important;
}

.logos img:first-of-type {
    position: relative;
    top: -15px;
}
.button--white button,
.button--white a{
    padding: 9px 40px !important;
    min-height: 53px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    color: #f1b719 !important;
    line-height: normal;
    text-align: center;
    border: 0;
    background: #FFF !important;
    border: 4px solid #f1b719 !important;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.button--white button:hover,
.button--white a:hover{
    background: transparent !important;
    color: #FFF !important;
    border-color: #FFF !important;
}
div#compareServicesPopup {
    max-height: 80vh;
    min-height: 560px;
}
@media(max-width: 768px) {
    .logos img {
        display: block !important;
        margin: 10px auto !important;
        top: 0;
    }
}
@media(max-width:1199px) {
    .service-1 .left-block p { max-width: 100%; }
    .service-1 .right-block {
       position: unset !important;
    }
}
@media (max-width:1600px) {
	.sticky-nav {
		left: 25px;
	}
}
@media (max-width:1440px) {
	h2,
	.popup h2 {
		font-size: 50px;
	}
	.container {
		width: 1290px;
	}
	.about-row.title-row .vc_empty_space {
		display: none;
	}
	.team-list {
		margin-top: 20px !important;
	}
	.box-list {
		margin-top: 20px;
	}
	.services-list {
		padding-top: 20px;
	}
}
@media (max-width:1199px) {
	h2,
	.popup h2 {
		font-size: 36px;
	}
	h4 {
		font-size: 25px;
	}
	.sticky-nav {
		left: 20px;
	}
	.main-banner .go-down {
		margin-top: 20px;
	}
	.about-section {
		margin-top: -20px;
	}
	.box-list .box > .vc_column-inner {
		padding: 20px !important;
	}
	.box-list .box .vc_separator {
		margin-right: -20px;
		margin-left: -20px;
	}
	.box-list .box p {
		font-size: 19px;
	}
	.box-list .box h2 {
		font-size: 40px;
	}
	.compare-popup .fancybox-close-small {
		display: block !important;
	}
	.services-list .service-box {
		padding: 20px;
	}
	.service-1 .left-block {
		width: 100%;
		padding-bottom: 20px;
	}
	.service-1 .left-block img {
		width: 200px;
	}
	.service-1 .right-block {
		width: 100%;
		padding: 0;
	}
	.service-2 .left-block {
		width: 100%;
		padding-bottom: 20px;
	}
	.service-2 .left-block img {
		width: 50px;
	}
	.service-2 .right-block {
		width: 100%;
		padding: 0;
	}
	.service-box h4 {
		letter-spacing: 1px;
	}
}
@media (max-width:991px) {
	.box {
		border: 1px solid #FFF !important;
		border-top-width: 5px !important;
		border-bottom-width: 5px !important;
	}
	.box-list .box:nth-child(3) { background: transparent !important; }
	.box-list .box:nth-child(3) .vc_column-inner {
		background: #f1b719;
	}
	.angle-up {
		-moz-transform: rotate(-3deg) skew(-3deg);
		-webkit-transform: rotate(-3deg) skew(-3deg);
		-o-transform: rotate(-3deg) skew(-3deg);
		-ms-transform: rotate(-3deg) skew(-3deg);
		transform: rotate(-3deg) skew(-3deg);
	}
	.angle-up .angle-inner {
		-moz-transform: rotate(3deg) skew(3deg);
		-webkit-transform: rotate(3deg) skew(3deg);
		-o-transform: rotate(3deg) skew(3deg);
		-ms-transform: rotate(3deg) skew(3deg);
		transform: rotate(3deg) skew(3deg);
	}
	.angle-down {
		-moz-transform: rotate(3deg) skew(3deg);
		-webkit-transform: rotate(3deg) skew(3deg);
		-o-transform: rotate(3deg) skew(3deg);
		-ms-transform: rotate(3deg) skew(3deg);
		transform: rotate(3deg) skew(3deg);
	}
	.angle-down .angle-inner {
		-moz-transform: rotate(-3deg) skew(-3deg);
		-webkit-transform: rotate(-3deg) skew(-3deg);
		-o-transform: rotate(-3deg) skew(-3deg);
		-ms-transform: rotate(-3deg) skew(-3deg);
		transform: rotate(-3deg) skew(-3deg);
	}
	.site-header,
	.site-header.fixed {
		padding: 20px 0;
	}
	.logo,
	.site-header.fixed .logo {
		width: 130px;
		max-width: inherit;
	}
	.menu-btn {
		display: block;
	}
	.site-header .header-right {
		display: none;
        background: #fff;
        border-top: 1px solid #e9e9e9;
        position: fixed;
        right: 0;
        top: 86px;
        width: 100%;
        height: calc(100% - 86px);
        overflow-x: hidden;
        overflow-y: auto;
        text-align: center;
	}
	.main-menu .menu li,
	.main-menu .menu li:last-child {
		display: block;
		margin: 30px 0;
	}
	.main-menu .menu li a {
		font-size: 24px;
	}
	.main-banner {
		text-align: center;
		padding-top: 150px;
		padding-bottom: 20px;
	}
	.main-banner .banner-content {
		padding-left: 100px;
		padding-right: 100px;
	}
	.main-banner .banner-image {
		margin-top: 100px !important;
	}
	.main-banner .banner-image .wpb_single_image {
		width: 80%;
		margin: 0 auto;
	}
	.main-banner .go-down:after {
		left: 50%;
		margin-left: -7px;
	}
	.about-section {
		padding-top: 90px;
	}
	.team-list .team-block .wpb_text_column {
		padding: 0;
	}
	.why-bbsa {
		padding-bottom: 100px;
	}
	.box-list .box {
		width: 50%;
	}
	.why-bbsa-icon1 img,
	.why-bbsa-icon2 img {
		width: 100px;
	}
	.why-bbsa-icon3 img {
		width: 80px;
	}
	.services-section {
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.services-list .col-3,
	.services-list .col-4,
	.services-list .col-6,
	.services-list .col-8 {
		width: 100%;
	}
	.services-list .service-box {
		padding: 30px;
	}
	.services-list .half-height,
	.services-list .service-box {
		height: auto !important;
	}
	.services-list .service-box:hover {
		transform: inherit;
	}
	.service-2 .left-block img {
		width: 70px;
	}
	.service-box.service-3 img {
		width: 40%;
	}
	.contact-section {
		padding-top: 90px;
	}
	.contact-detail {
		padding-top: 0;
		margin-bottom: 50px !important;
	}
	.contact-section .wpcf7-textarea,
	.contact-section textarea {
		height: 150px;
	}
	.site-footer {
		padding: 50px 0;
		text-align: center;
	}
	.site-footer .footer-logo {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.site-footer .footer-logo a {
		max-width: 150px;
	}
	.site-footer .footer-menu {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.site-footer .footer-copyright {
		width: 100%;
		max-width: 100%;
	}
	.popup {
    	padding: 30px !important;
    }
    .compare-table ul > li {
    	font-size: 16px;
    }
    .compare-table ul > .table-head .services,
    .compare-table ul > .table-head .book-keepers,
    .compare-table ul > .table-head .bbsa {
    	padding: 10px 15px;
    }
    .compare-table ul > li .services,
    .compare-table ul > li .book-keepers,
    .compare-table ul > li .bbsa {
    	padding: 10px 15px;
    }
    .compare-table ul > .table-head {
    	font-size: 22px;
    	line-height: 22px;
    }
    .compare-table ul > .sub-head {
    	padding: 10px 35% 10px 15px;
    }
    .compare-table ul > .table-head .bbsa,
    .compare-table ul > li .bbsa {
    	padding-right: 50px;
    }
    .compare-table ul > li .services {
    	width: 60%;
    }
    .compare-table ul > li .bbsa {
    	width: 20%;
    }
    .check-grey,
	.check-yellow {
		width: 15px;
		height: 12px;
	}
	.popup h2 {
		padding-right: 30px;
	}
	.popup.service-2 .wpb_single_image {
		width: 50%;
		margin-top: -100px;
	}
	.popup.service-3 .wpb_single_image {
		margin-top: 0;
	}
	.popup.service-5 .wpb_single_image {
		width: 60%;
		margin-left: 0;
	}
	.no-bm-mobile {
		margin-bottom: 0 !important;
	}
}
@media (max-width:767px) {
	h2 {
		font-size: 30px;
	}
	.popup h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.sticky-nav {
		left: 10px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-header,
	.site-header.fixed {
		padding: 10px 0;
	}
	.site-header .header-right {
		top: 76px;
		height: calc(100% - 76px);
	}
	.main-banner .go-down {
		margin-top: 0;
	}
	.main-banner:after,
	.main-banner.vc_row:after {
		width: 200px;
		margin-left: -80px;
		background: url(../images/a-pattern.png) left top repeat;
		background-size: 28px auto;
		opacity: .5;
	}
	.about-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.team-list {
		margin-top: 20px !important;
	}
	.team-list .vc_col-sm-6 {
		width: 49%;
	}
	.team-list .team-block .vc_single_image-wrapper:after {
		width: 80px;
		height: 80px;
	}
	.why-bbsa {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	.box-list {
		margin: 20px 0 0 0 !important;
	}
	.box-list .box .num-counter {
		font-size: 70px;
		line-height: 30px;
	}
	.services-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.contact-section {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.site-footer {
		padding: 30px 0;
	}
	.compare-table ul > .table-head .services,
	.compare-table ul > .table-head .book-keepers,
	.compare-table ul > .table-head .bbsa {
		padding: 10px;
	}
	.compare-table ul > li .services,
	.compare-table ul > li .book-keepers,
	.compare-table ul > li .bbsa {
		padding: 5px 10px;
	}
	.compare-table ul > .table-head .bbsa,
	.compare-table ul > li .bbsa {
		padding-right: 35px;
	}
	.compare-table ul > li .services {
		width: 55%;
	}
	.compare-table ul > li .book-keepers {
		width: 20%;
	}
	.compare-table ul > li .bbsa {
		width: 25%;
	}
	.compare-table ul > .table-head {
		font-size: 14px;
		line-height: 14px;
	}
	.compare-table ul > .sub-head {
		padding: 5px 50% 5px 10px;
	}
	.compare-table ul > li {
		font-size: 13px;
	}
	.compare-popup .fancybox-close-small {
		right: 5px !important;
		top: 10px !important;
	}
}
@media (max-width:575px) {
	body {
		font-size: 16px;
	}
	h2 {
		font-size: 24px;
	}
	.popup h2 {
		font-size: 24px;
		line-height: 24px;
	}
	h4 {
		font-size: 20px;
	}
	.logo,
	.site-header.fixed .logo {
		width: 100px;
	}
	.site-header .header-right {
		top: 62px;
		height: calc(100% - 62px);
	}
	.main-banner {
		padding-top: 100px;
	}
	.main-banner .banner-content {
		padding-left: 0;
		padding-right: 0;
	}
	.about-section {
		padding-bottom: 40px;
	}
	.team-list .vc_col-sm-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	.team-list .vc_col-sm-6:last-child {
		margin-bottom: 0;
	}
	.team-list {
		margin-top: 0 !important;
	}
	.team-list .team-block:nth-child(2) .vc_single_image-wrapper:after {
		left: 10px;
	}
	.why-bbsa {
		padding-bottom: 50px;
	}
	.box-list {
		margin: 0 !important;
	}
	.box-list .box {
		width: 100%;
	}
	.box-list .box p {
		font-size: 16px;
	}
	.services-section {
		padding-bottom: 50px;
	}
	.services-list .service-box {
		padding: 20px;
	}
	.service-box.service-3 img {
		width: 300px;
	}
	.service-4 .left-block {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.service-4 .right-block {
		width: 100%;
		padding: 0;
	}
	.service-4 .right-block img {
		width: 100px;
	}
	.contact-detail {
		font-size: 16px;
		margin-bottom: 20px !important;
	}
	ul.form-list > li {
		width: calc(100% - 20px);
	}
	.site-footer .footer-logo {
		margin-top: 10px;
	}
	.site-footer .footer-menu {
		margin-top: 10px;
	}
	.site-footer .footer-logo a {
		width: 120px;
	}
	.site-footer .footer-menu .menu li {
		margin-right: 15px;
	}
	.text-field, .wpcf7-text, .wpcf7-number, .wpcf7-textarea {
		font-size: 16px;
		height: 50px;
		padding: 14px 20px;
	}
	.popup {
    	padding: 20px !important;
    }
    .popup.service-1 .wpb_single_image {
		width: 200px;
	}
    .popup.service-2 .wpb_single_image {
		width: 100%;
	}
	.popup.service-5 .wpb_single_image {
		width: 100%;
		margin-left: 0;
	}
}