/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

body {
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-family: 'Merriweather', serif;
}

span.bullet-list {
	
	background-color: none;
	margin-left: 30px;
	list-style: disc !important;
	display: block;
	margin-top: 15px;
	text-transform: none !important;
	font-size: 10px;
	color: #000000 !important;
	letter-spacing: normal;
}
a.filled-button {
	background-color: #0d8bcd;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #0d8bcd;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #0d8bcd;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}
.section-heading h7 {
	font-size: 15px;
	font-weight: 6400;
	color: #0d8bcd;
}

.section-heading em {
	font-style: normal;
	color: #0d8bcd;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #0d8bcd;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.brand-bar {
	background-color: #fff;
}

.brand-bar .brand-bar-content {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 52px;
	font-weight: 700;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	letter-spacing: 0.3px;
}

.brand-bar .brand-bar-genesis {
	color: #0d8bcd;
	padding-right: 6px;
}

.brand-bar .brand-bar-text {
	color: #111;
}

.mobile-header {
	display: none;
}

.sub-header {
	background-color: #0d8bcd;
	padding: 0;
}

.sub-header .sub-header-bar {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.sub-header .left-info,
.sub-header .top-nav {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.sub-header .left-info {
	flex: 0 1 auto;
}

.sub-header .left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0 20px;
	line-height: 46px;
}

.sub-header .left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header .top-nav {
	flex: 1 1 auto;
	justify-content: flex-end;
	min-width: 0;
}

.sub-header .top-nav li {
	margin-left: 18px;
	position: relative;
}

.sub-header .top-nav li:first-child {
	margin-left: 0;
}

.sub-header .left-info a,
.sub-header .left-info a:visited,
.sub-header .top-nav-link,
.sub-header .top-nav-link:visited,
.sub-header .top-nav-link:hover,
.sub-header .top-nav-link:focus {
	color: #fff!important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none!important;
}

.sub-header .top-nav-link {
	display: inline-block;
	padding: 0!important;
	line-height: 46px;
	white-space: nowrap;
}

.sub-header .top-nav-link:hover,
.sub-header .top-nav-link:focus {
	text-decoration: underline!important;
	text-underline-offset: 4px;
}

.sub-header .top-nav-dropdown:hover .top-nav-submenu,
.sub-header .top-nav-dropdown:focus-within .top-nav-submenu {
	display: block;
}

.sub-header .top-nav-submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background-color: #0d8bcd;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 1000;
}

.sub-header .top-nav-submenu li {
	margin: 0;
}

.sub-header .top-nav-submenu a,
.sub-header .top-nav-submenu a:visited {
	display: block;
	padding: 10px 18px;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	white-space: nowrap;
}

.sub-header .top-nav-submenu a:hover,
.sub-header .top-nav-submenu a:focus {
	background-color: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
}

.sub-header .left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Services */

.read-more {
	display: none;

}

.services {
	margin-top: 24px;
}

.home-hero {
	margin-top: 24px;
}

.home-hero .home-hero-panel {
	background: linear-gradient(135deg, #f7fbfe 0%, #ffffff 60%, #eef7fc 100%);
	border: 1px solid rgba(13, 139, 205, 0.14);
	padding: 55px 50px;
}

.home-hero .home-hero-copy h1 {
	font-size: 30px;
	line-height: 1.18;
	margin-bottom: 20px;
	color: #1e1e1e;
}

.home-hero .home-hero-copy p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 18px;
	color: #4a4a4a;
}

.home-hero .home-hero-copy p.lead {
	font-size: 18px;
	line-height: 1.6;
	color: #0d8bcd;
	font-weight: 400;
}

.home-hero .home-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.home-hero .home-secondary-link {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #0d8bcd;
}

.home-hero .home-secondary-link:hover,
.home-hero .home-secondary-link:focus {
	color: #085f8d;
	text-decoration: underline;
}

.home-hero .home-hero-stat {
	background-color: #0d8bcd;
	padding: 24px 32px 20px;
	margin-bottom: 20px;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 12px;
}

.home-hero .home-hero-stat-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff !important;
}

.home-hero .home-hero-stat-value {
	display: inline-block;
	font-size: 52px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff !important;
}

.home-hero .home-hero-aside {
	background-color: #0d8bcd;
	padding: 34px 32px;
	color: #fff;
	height: 100%;
}

.home-hero .home-hero-aside h3 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
}

.home-hero .home-hero-aside ul {
	margin: 0;
	padding-left: 20px;
}

.home-hero .home-hero-aside li {
	margin-bottom: 14px;
	line-height: 1.7;
	font-size: 15px;
}

.home-hero .home-intro {
	padding: 42px 0 12px;
}

.home-hero .home-results {
	padding: 12px 0 8px;
}

.home-hero .home-info-card {
	background-color: #f7f7f7;
	border-left: 4px solid #0d8bcd;
	padding: 26px 24px;
	margin-bottom: 24px;
	height: 100%;
}

.home-hero .home-info-card-blue {
	background-color: #0d8bcd;
	color: #ffffff;
}

.home-hero .home-info-card .section-heading {
	margin-bottom: 24px;
	text-align: left;
}

.home-hero .home-info-card .section-heading h2 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 0;
}

.home-hero .home-info-card .section-heading span {
	margin-top: 10px;
}

.home-hero .home-info-card-blue .section-heading h2,
.home-hero .home-info-card-blue .section-heading span,
.home-hero .home-info-card-blue p,
.home-hero .home-info-card-blue li {
	color: #ffffff;
}

.home-hero .home-info-card p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.75;
}

.home-hero .home-checklist,
.home-hero .home-results-list {
	margin: 0;
	padding-left: 22px;
}

.home-hero .home-checklist li,
.home-hero .home-results-list li {
	margin-bottom: 12px;
	line-height: 1.7;
	font-size: 15px;
}

.home-hero .home-callout {
	margin: 12px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #0d8bcd;
}

.home-hero .home-info-card-blue .home-callout {
	color: #ffffff;
}

.home-hero .home-service-selector {
	padding: 12px 0 8px;
}

.home-hero .home-service-selector-card {
	background-color: #f7f7f7;
	border-left: 4px solid #0d8bcd;
	padding: 28px 24px;
}

.home-hero .home-service-selector-card .section-heading {
	margin-bottom: 24px;
	text-align: center;
}

.home-hero .home-service-selector-card .section-heading h2 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 0;
}

.home-hero .home-service-selector-card .section-heading span {
	margin-top: 10px;
}

.home-hero .home-service-selector-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.whitepaper-page {
	margin-top: 24px;
	padding: 36px 0 60px;
	background-color: #f7f7f7;
}

.whitepaper-document {
	max-width: 860px;
	margin: 0 auto;
	padding: 52px 58px;
	background-color: #ffffff;
	color: #000000;
}

.whitepaper-document h1 {
	margin-bottom: 32px;
	font-size: 34px;
	line-height: 1.24;
	font-weight: 700;
	color: #000000;
}

.whitepaper-document p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.85;
	color: #000000;
}

.whitepaper-document p:last-child {
	margin-bottom: 0;
}

.whitepaper-document sup {
	font-size: 70%;
	line-height: 0;
}

.whitepaper-footnotes {
	margin-top: 42px;
	padding-top: 24px;
	border-top: 1px solid #d8d8d8;
}

.whitepaper-footnotes h2 {
	margin-bottom: 18px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #000000;
}

.whitepaper-footnotes ol {
	margin: 0;
	padding-left: 22px;
}

.whitepaper-footnotes li {
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.55;
	color: #000000;
}

.faq-section {
	padding-top: 0;
	margin-top: 50px;
}

.faq-section .section-heading {
	margin-bottom: 30px;
}

.faq-card {
	background-color: #f7f7f7;
	border-left: 4px solid #0d8bcd;
	padding: 26px 24px;
	margin-bottom: 24px;
	height: 100%;
}

.faq-card h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #1e1e1e;
}

.faq-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #4a4a4a;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

#about .row + .row {
	margin-top: 10px;
}

#about-image {
	overflow: hidden;
}

#about-image img {
	display: block;
	width: 100%;
	height: 315px;
	object-fit: cover;
	object-position: center;
}

.about-testimonials {
	padding-top: 43px;
}

.about-testimonials .section-heading {
	margin-bottom: 30px;
}

.testimonial-card {
	background-color: #0d8bcd;
	padding: 26px 22px;
	margin-bottom: 24px;
}

.testimonial-card p {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 20px;
}

.testimonial-card .testimonial-author {
	display: block;
	color: rgba(255, 255, 255, 0.95);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}

#why_outsource .section-heading {
	margin-bottom: 10px;
}

#services .service-item {
	margin-bottom: 30px;
}

#services .service-item .down-content {
	position: relative;
	height: 420px;
	padding-bottom: 78px;
}

#services .service-item .filled-button {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

/* More Info */

.more-info {
	margin-top: 24px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #0d8bcd;
}

.more-info .right-content p {
	margin-bottom: 30px;
}
.callback-form {
	margin-top: 24px;
}

.callback-form .section-heading {
	margin-bottom: 20px;
}

/* Mailing Modal */

.mailing-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 9999;
}

.mailing-modal-overlay.active {
	display: flex;
}

.mailing-modal {
	position: relative;
	width: 100%;
	max-width: 460px;
	background: #ffffff;
	color: #111111;
	padding: 32px 28px 28px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
	text-align: left;
}

.mailing-modal-close {
	position: absolute;
	top: 12px;
	right: 14px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: inherit;
}

.mailing-modal h3 {
	margin: 0 0 12px;
}

.mailing-modal p {
	margin: 0 0 14px;
}

.mailing-modal-demo {
	max-width: 560px;
	border-radius: 24px;
	padding: 30px 24px 26px;
}

.mailing-modal-demo h3 {
	font-size: 34px;
	line-height: 1.06;
	font-weight: 700;
	letter-spacing: -0.4px;
	margin-bottom: 22px;
}

.mailing-modal-demo p {
	font-size: 16px;
	line-height: 1.55;
	margin-bottom: 18px;
	color: #2d2d2d;
}

.mailing-modal-form input[type="email"] {
	width: 100%;
	padding: 12px 14px;
	margin-bottom: 12px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

.mailing-modal-demo-form input[type="email"] {
	border-radius: 12px;
	padding: 15px 16px;
	font-size: 16px;
	margin-bottom: 16px;
}

.mailing-modal-demo-form {
	width: 100%;
}

.mailing-modal-form button {
	display: inline-block;
	padding: 12px 30px;
	border: 0;
	border-radius: 30px;
	background: #0d8bcd;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s;
}

.mailing-modal-demo-form button {
	display: inline-flex;
	justify-content: center;
	width: fit-content;
	min-width: 260px;
	margin: 0;
	border-radius: 12px;
	background: #111111;
	color: #ffffff;
	font-size: 16px;
	text-transform: none;
	padding: 15px 24px;
}

.mailing-modal-demo-button-wrap {
	text-align: center;
}

.turnstile-wrap {
	margin: 14px 0 10px;
}

.turnstile-wrap-modal {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.turnstile-wrap-modal .cf-turnstile {
	margin: 0 auto;
}

.privacy-policy-modal {
	width: min(1400px, calc(100vw - 40px));
	max-width: none;
	max-height: calc(100vh - 30px);
	overflow: hidden;
	padding: 24px 24px 18px;
}

.privacy-policy-content {
	max-height: calc(100vh - 110px);
	overflow-y: auto;
	padding-right: 12px;
}

.privacy-policy-modal h3 {
	font-size: 12pt;
	line-height: 1.25;
	margin-bottom: 10px;
}

.privacy-policy-modal h4 {
	font-size: 12pt;
	line-height: 1.35;
	margin: 10px 0 4px;
	color: #111111;
}

.privacy-policy-modal p {
	font-size: 9pt;
	line-height: 1.35;
	margin-bottom: 6px;
	color: #2d2d2d;
}

.privacy-policy-modal a {
	color: #0d8bcd;
}

.cookie-consent-modal {
	max-width: 620px;
	border-radius: 20px;
	padding: 28px 24px 24px;
}

.cookie-consent-content p {
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 12px;
	color: #2d2d2d;
}

.cookie-consent-option {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 0;
	border-top: 1px solid rgba(0,0,0,0.08);
}

.cookie-consent-copy strong,
.cookie-consent-status {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #111111;
}

.cookie-consent-copy span,
.cookie-consent-toggle span {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: #555555;
}

.cookie-consent-status {
	white-space: nowrap;
}

.cookie-consent-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.cookie-consent-toggle input {
	margin-top: 2px;
}

.cookie-consent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 18px;
}

.cookie-consent-actions button {
	border: 0;
	border-radius: 30px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 22px;
	transition: all 0.3s;
}

.cookie-consent-actions .filled-button {
	background-color: #0d8bcd;
	color: #ffffff;
}

.cookie-consent-actions .filled-button:hover,
.cookie-consent-actions .filled-button:focus {
	background-color: #ffffff;
	color: #0d8bcd;
	border: 1px solid #0d8bcd;
}

.cookie-consent-actions .border-button {
	background-color: transparent;
	color: #0d8bcd;
	border: 1px solid #0d8bcd;
}

.cookie-consent-actions .border-button:hover,
.cookie-consent-actions .border-button:focus {
	background-color: #0d8bcd;
	color: #ffffff;
}

.mailing-modal-form button:hover,
.mailing-modal-form button:focus {
	background-color: #ffffff;
	color: #0d8bcd;
}

.mailing-modal-demo-form button:hover,
.mailing-modal-demo-form button:focus {
	background-color: #2d2d2d;
	color: #ffffff;
}

.mailing-modal-message {
	margin-top: 10px;
}


.mailing-modal-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.callback-form .contact-form {
	background-color: #0d8bcd;
	padding: 25px 25px 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

.callback-form .contact-form,
.callback-form .contact-form p,
.callback-form .contact-form b,
.callback-form .contact-form label,
.callback-form .contact-form span,
.callback-form .contact-form div {
	color: #fff;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 5px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 5px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .turnstile-wrap {
	display: flex;
	justify-content: center;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #0d8bcd;
}

.callback-form .contact-form .buttons {
	margin-top: 15px;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #0d8bcd;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #0d8bcd;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #0d8bcd;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #0d8bcd;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0;
}

.sub-footer-policy-link {
	margin-bottom: 6px !important;
}

.sub-footer a {
	color: #fff;
}

.sub-footer .sub-footer-content {
	align-items: center;
}

.sub-footer-certifications {
	text-align: right;
}

.sub-footer-certifications img {
	max-width: 60%;
	height: auto;
}

@media (max-width: 768px) {
	.sub-footer {
		text-align: center;
	}

	.sub-footer-certifications {
		text-align: center;
		margin-top: 12px;
	}
}


.page-heading {
	text-align: center;
	background-image: url(../../gmbs_assets/images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

/* Responsive Style */
@media (max-width: 768px) {
	body,
	p {
		font-size: 13px;
		line-height: 1.55;
	}
	.section-heading {
		margin-bottom: 28px;
	}
	.section-heading h2,
	.more-info .right-content h2,
	.callback-form .section-heading h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	.section-heading span,
	.more-info .right-content span,
	.callback-form .section-heading span {
		font-size: 12px;
		line-height: 1.45;
		letter-spacing: 0.5px;
		margin-top: 8px;
	}
	a.filled-button,
	a.border-button,
	.mailing-modal-form button,
	.callback-form .contact-form button.border-button {
		font-size: 10px;
		padding: 7px 14px;
	}
	.mobile-header {
		display: block !important;
		background-color: #0d8bcd;
	}
	.mobile-header .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.mobile-header-bar {
		min-height: 52px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
	}
	.mobile-header-phone,
	.mobile-header-phone:visited {
		color: #ffffff;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
	}
	.mobile-menu-toggle {
		border: 0;
		background: transparent;
		color: #ffffff;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.4px;
		text-transform: uppercase;
		padding: 0;
	}
	.mobile-nav-panel {
		display: block;
		padding: 0 0 14px;
		border-top: 1px solid rgba(255,255,255,0.18);
	}
	.mobile-nav-link,
	.mobile-nav-link:visited {
		display: block;
		color: #ffffff;
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
		padding: 12px 0;
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}
	.mobile-nav-link.current,
	.mobile-nav-summary.current {
		color: #ffffff;
		text-decoration: underline;
		text-underline-offset: 4px;
	}
	.mobile-nav-group {
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}
	.mobile-nav-group summary {
		list-style: none;
		cursor: pointer;
	}
	.mobile-nav-group summary::-webkit-details-marker {
		display: none;
	}
	.mobile-nav-summary {
		position: relative;
		padding-right: 24px;
	}
	.mobile-nav-summary::after {
		content: '+';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 18px;
		font-weight: 400;
	}
	.mobile-nav-group[open] .mobile-nav-summary::after {
		content: '-';
	}
	.mobile-nav-submenu {
		padding: 0 0 8px 14px;
	}
	.mobile-nav-submenu a,
	.mobile-nav-submenu a:visited {
		display: block;
		color: rgba(255,255,255,0.92);
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		padding: 8px 0;
	}
	.brand-bar .brand-bar-content {
		min-height: 42px;
		font-size: 20px;
		text-align: left;
		line-height: 1.1;
		padding: 8px 0;
	}
	.home-hero .home-hero-panel {
		padding: 22px 18px;
	}
	.home-hero .home-hero-copy h1 {
		font-size: 18px;
		line-height: 1.25;
	}
	.home-hero .home-hero-copy p.lead,
	.home-hero .home-intro p {
		font-size: 13px;
		line-height: 1.45;
	}
	.home-hero .home-hero-copy p,
	.home-hero .home-info-card p,
	.home-hero .home-checklist li,
	.home-hero .home-results-list li,
	.testimonial-card p,
	.faq-card p {
		font-size: 13px;
		line-height: 1.5;
	}
	.home-hero .home-hero-stat {
		margin-top: 18px;
		gap: 6px;
		padding: 14px 14px 12px;
	}
	.home-hero .home-hero-stat-label {
		font-size: 10px;
	}
	.home-hero .home-hero-stat-value {
		font-size: 28px;
	}
	.home-hero .home-hero-aside {
		margin-top: 16px;
		padding: 18px 16px;
	}
	.home-hero .home-hero-aside h3,
	.home-hero .home-info-card .section-heading h2,
	.home-hero .home-service-selector-card .section-heading h2,
	.faq-card h4 {
		font-size: 18px;
	}
	.home-hero .home-hero-actions,
	.home-hero .home-service-selector-actions {
		gap: 8px;
	}
	.home-hero .home-hero-actions .filled-button,
	.home-hero .home-service-selector-actions .filled-button {
		width: 100%;
		text-align: center;
	}
	.home-hero .home-secondary-link {
		width: 100%;
		text-align: center;
	}
	.whitepaper-page {
		padding: 18px 0 30px;
	}
	.whitepaper-document {
		padding: 28px 20px;
	}
	.whitepaper-document h1 {
		font-size: 22px;
		line-height: 1.28;
		margin-bottom: 22px;
	}
	.whitepaper-document p {
		font-size: 14px;
		line-height: 1.7;
	}
	.whitepaper-footnotes {
		margin-top: 30px;
		padding-top: 20px;
	}
	.whitepaper-footnotes h2 {
		font-size: 18px;
	}
	.whitepaper-footnotes li {
		font-size: 12px;
		line-height: 1.5;
	}
	.home-hero .home-intro {
		padding: 18px 0 6px;
	}
	.home-hero .home-results,
	.home-hero .home-service-selector {
		padding: 6px 0 2px;
	}
	.home-hero .home-info-card,
	.home-hero .home-service-selector-card,
	.faq-card,
	.testimonial-card {
		padding: 18px 14px;
		margin-bottom: 14px;
	}
	.sub-header {
		display: none;
	}
	.services .service-item {
		margin-bottom: 20px;
		padding-left: 3px;
		padding-right: 3px;
	}
	#services .col-md-3 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.services .col-md-4,
	.services .col-md-8 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.services .section-heading .row {
		margin-left: 0;
		margin-right: 0;
	}
	.service-item .down-content {
		padding: 20px 16px;
	}
	.service-item .down-content h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.service-item .down-content p {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 14px;
	}
	#services .service-item .down-content {
		position: static;
		height: auto;
		padding-bottom: 20px;
	}
	#services .service-item .filled-button {
		position: static;
		left: auto;
		bottom: auto;
		display: inline-block;
		margin-top: 8px;
	}
	.mailing-modal-demo-form button {
		min-width: 0;
		padding: 10px 16px;
		font-size: 10px;
	}
	#about-image img {
		height: 180px;
	}
	.about-testimonials {
		padding-top: 20px;
	}
	.privacy-policy-modal {
		width: calc(100vw - 20px) !important;
		max-height: calc(100vh - 20px) !important;
		padding: 16px 14px 14px !important;
	}
	.cookie-consent-modal {
		width: calc(100vw - 20px);
		padding: 20px 16px 16px;
	}
	.cookie-consent-option {
		flex-direction: column;
		gap: 10px;
	}
	.cookie-consent-actions {
		justify-content: stretch;
	}
	.cookie-consent-actions button {
		width: 100%;
	}
	.privacy-policy-content {
		max-height: calc(100vh - 78px) !important;
		padding-right: 6px !important;
	}
	.more-info .right-content  {
		padding: 20px 16px;
	}
	.more-info .right-content p,
	.more-info .right-content li,
	.callback-form .contact-form,
	.callback-form .contact-form p {
		font-size: 13px;
		line-height: 1.5;
	}
	.callback-form .contact-form {
		padding: 18px 14px 8px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
}
