/*!
Theme Name: 	Bootsrap on WordPress
Theme URI: 		https://bootstraponwordpress.com/
Description: 	Bootstrap 5 on Wordpress
Version: 		4.3.0
Author: 		Babobski
Author URI: 	https://www.babobski.nl
Tags: 			babobski, bootstrap, basic theme
*/

p, li {
	font-family: "halcom", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, button {
	font-family: "halcom", sans-serif;
	font-weight: 700;
	font-style: normal;
}

html { font-size: 16px; }

html { font-size: 16px; } 
.vert-center { position: relative; top: 50%; transform: translateY(-50%); }
.spacer { clear: both; }
img { max-width: 100%; }

.nav-outer {
	box-shadow: 0rem 0rem 2rem #00000026;
}

.nav-top {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: right;
	background-color: #39b54a;
	color: white;
	font-family: "halcom", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.nav-top span {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.nav-top a {
	color: white;
	text-decoration: none;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.nav-top a:hover {
	color: #1d276f;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.nav-lower {
	background-color: white;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

ul.clsb-primary {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

ul.clsb-primary li {
	display: inline-block;
}

ul.clsb-primary li a {
	font-family: "halcom", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #1d276f;
	margin-left: 4rem;
	font-size: 1.25rem;
	letter-spacing: -0.5px;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

ul.clsb-primary li a:focus, ul.clsb-primary li a:hover {
	color: #39b54a;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.nl-left img {
	display: table;
	margin-left: 0;
	margin-right: auto;
	max-width: 80%;
}

.nl-right {
    text-align: right;
    padding-top: 1.58%;
}

.footer {
	background-color: #1d276f;
	padding-top: 6%;
	padding-bottom: 6%;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: #39b54a;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.footer-logo img {
	max-width: 80%;
	display: table;
	margin-left: 0;
	margin-right: auto;
}

.footer h5 {
	color: white;
	padding-bottom: 0.5rem;
	border-bottom: 4px solid #39b54a;
	width: 80%;
	margin-right: auto;
	text-transform: uppercase;
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 0.5rem 1rem;
    word-break: normal;
	font-family: "halcom", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
	font-size: 1.125rem;
	text-align: left;
}

.tg td.tgl {
	text-align: center;
}

.tg i {
	font-size: 1.25rem;
	color: #39b54a;
}

.tg .tg-0pky {
	border-color: transparent;
	text-align: left;
	vertical-align: top;
}

ul.clsb-services {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	column-gap: 2.25rem;
	padding-left: 0;
	list-style-type: none;
}

ul.clsb-services li a {
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1.15;
	margin-bottom: 1.25rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

ul.clsb-services li a:focus, ul.clsb-services li a:hover {
	color: #39b54a;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.home-hero {
	background-size: cover;
	background-position: center center;
	background-color: gainsboro;
	padding-top: 24%;
	padding-bottom: 8%;
	position: relative;
}

.hh-shader {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000000; 
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);  
	z-index: 0;
}

.subpage-hero .hh-shader {
	background: #000000; 
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);  
}

.subpage-hero {
	padding-bottom: 3.75%;
}

.subpage-hero h1 {
	border-bottom: 6px solid #39b54a;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
}

.subpage-hero h1:after {
	position: absolute;
	content: " ";
    width: 8%;
    height: auto;
    aspect-ratio: 90 / 57;
    right: -4%;
    bottom: -3%;
	background-image: url('images/little-leaf.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.hh-inner {
	padding-right: 10%;
	padding-left: 2%;
    position: relative;
    z-index: 1;
}

.hh-inner h2, .hh-inner h1 {
    text-transform: uppercase;
    color: white;
    font-size: 4.25rem;
    line-height: 1.0;
    letter-spacing: -2px;
    margin-bottom: 1.25rem;
}

.hh-inner p {
	font-size: 1.5rem;
	color: white;
	line-height: 1.4;
	margin-bottom: 1.5rem;
	text-shadow: 0rem 0rem 2rem black; 
}

.greenspan {
	color: #39b54a;
}

nav.clsb-nav {
	position: absolute;
	width: 100%;
	padding-top: 2rem;
	z-index: 1;
}

button {
	font-size: 1.25rem;
	color: white;
	border: 3px solid #39b54a;
	background: transparent;
	border-radius: 1.5rem;
	padding: 0.75rem 1.75rem;
	margin-top: 1.5rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button.fullbutton {
	background-color: #39b54a;
	color: #1d276f;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button:hover {
	background-color: #1d276f;
	border: 3px solid #1d276f;
	color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.home-info  {
	padding-top: 6.25%;
	padding-bottom: 6.25%;
	padding-left: 6%;
	padding-right: 0;
	background-color: white;
	position: relative;
}

.hi-left {
	width: 58%;
	padding-right: 4.5%;
	float: left;
}

.hi-right {
	width: 42%;
	float: left;
	padding-left: 4.5%;
}

.hi-right img {
	width: 100%;
}

.clsb-text h1, .clsb-text h2 {
	color: #1d276f;
	font-size: 3.25rem;
	line-height: 1.05;
	letter-spacing: -2px;
	border-bottom: 6px solid #39b54a;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
	padding-right: 12%;
}

.clsb-text h1:after, .clsb-text h2:after {
	position: absolute;
	content: " ";
    width: 8%;
    height: auto;
    aspect-ratio: 90 / 57;
    right: -4%;
    bottom: -3.5%;
	background-image: url('images/little-leaf.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.clsb-text h5 {
	color: #39b54a;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 6px;
	margin-bottom: 0;
}

.clsb-text p {
	color: #272728;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.home-info:after {
	position: absolute;
	content: " ";
	top: -21%;
	right: 0;
	width: 18%;
	height: auto;
	aspect-ratio: 439 / 503;
	background-image: url('images/right-leaf.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.services-listing {
	padding-top: 2%;
	padding-bottom: 7%;
	background-color: white;
}

.services-listing a {
	text-decoration: none;
}

.servo-box {
    background-color: #1d276f;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    padding-right: 11%;
    padding-left: 11%;
    margin-bottom: 2.5rem;
    border-radius: 4rem;
	vertical-align: top;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.servo-box:hover {
	background-color: #0b1034;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.servo-box img.sb-icon {
	height: 160px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.75rem;
}

.servo-box h4 {
	color: white;
	font-size: 1.625rem;
	line-height: 1.05;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 4px solid #39b54a;
	text-transform: uppercase;
}

.servo-box p {
	color: white;
	margin-bottom: 0;
}

.top-text {
	margin-bottom: 3.25rem; 
}

.top-text h3 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 3rem 1rem;
	font-weight: 900;
	color: white;
	background-color: #39b54a;
	font-size: 5rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.home-gallery {
	padding-top: 1%;
	padding-bottom: 6%;
	background-color: white;
	position: relative;
}

.home-gallery .top-text {
	margin-bottom: 4rem;
}

.home-gallery .top-text h3 {
	background-color: #1d276f;
}

.home-gallery:after {
	position: absolute;
	content: " ";
	left: 0;
	top: -16%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 18%;
	aspect-ratio: 308 / 597; 
	background-image: url('images/left-leaves.png');
	z-index: 1;
}

.ind-review {
	padding-left: 22%;
	padding-right: 22%;
}

.ind-review p {
	color: white;
}

.home-reviews {
	background-color: #1d276f;
	background-image: url('images/reviews-bg.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 7.25%;
	padding-bottom: 7.25%;
}

img.atop-reviews {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.75rem;
	width: 17%;
}

.ind-review-text p {
	font-size: 1.4rem;
	font-weight: 700;
	color: white;
	margin-bottom: 1rem;
}

.ind-review-att p {
	text-transform: uppercase;
	font-weight: 400;
	color: white;
	text-align: right;
	font-size: 1.4rem;
}

.ind-review {
	width: 100%;
}
 
.call-to-action {
	background-color: white;
	background-image: url('images/cta-bottom.jpg');
	background-size: cover;
	background-position: center bottom;
	padding-top: 6%;
	padding-bottom: 18%;
}

.cta-right button {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.cta-right a {
	text-decoration: none;
}

.menu-opener {
    margin-left: auto;
    margin-right: 0;
    padding: 0.35rem 0.4rem 0.125rem;
    border: 2px solid #1d276f;
    border-radius: 0.5rem;
	display: none;
}

.menu-opener i {
	font-size: 1.5rem;
	color: #1d276f;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	right: 0;
	top: 0;
	background-color: #1d276f;
	overflow-x: hidden;
	transition: 0.5s;
	background-image: url(images/menu-overlay-texture.jpg);
	background-size: cover;
	background-position: center center;
}

.overlay-content {
    position: absolute;
    width: 100%;
    text-align: left;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 5%;
    padding-top: 30%;
	border-left: 1.25rem solid #0b1032;
}

.overlay-content:after {
	position: absolute;
	content: " ";
	width: 60%;
	aspect-ratio: 439 / 503;
	background-image: url('images/right-leaf.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
	
}

.overlay a {
	text-decoration: none;
	display: block;
	transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    top: 0rem;
    right: 1rem;
    z-index: 10;
    color: white;
    font-size: 3rem;
}

ul.clsb-mobile {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

ul.clsb-mobile li {
	display: block;
}

ul.clsb-mobile li a {
	color: white;
	font-size: 1.5rem;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	font-weight: 900;
}

ul.clsb-mobile li a:hover {
	color: #39b54a;
}

.capabilities {
	padding-top: 5%;
	padding-bottom: 5%;
	background-size: cover;
	background-position: center center;
	background-color: #39b54a;
}

.cap-left {
	padding-right: 12%;
}

.cap-left h3, .cap-left p { 
	color: white;
} 

.cap-right {
	padding-left: 0%;
}

.cap-right ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;
	column-gap: 1rem;
}

.cap-right ul li {
	display: block;
	color: white;
	background-color: #1d276f;
	padding: 1.5rem 1.5rem 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0.75rem;
	font-size: 1.75rem;
	letter-spacing: -1.25px;
	line-height: 1;
}

.cap-left h3 {
	color: #1d276f;
	background-color: white;
	display: table;
	margin-left: 0;
	margin-right: auto;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 3.75rem;
	letter-spacing: -3px;
	padding: 0.5rem 1.75rem 0.7rem;
	line-height: 1;
}

.cap-left p {
	padding-left: 3%;
	padding-right: 10%;
	font-weight: 700;
}

.service-gallery {
	padding-top: 6%;
}

.service-gallery p {
	text-align: center;
}

.service-gallery {
	padding-bottom: 1%;
}

.why-choose-us {
	text-align: left;
	padding-top: 6%;
	padding-bottom: 6%;
	background-color: white;
	background-image: url('images/why-bg.jpg');
	background-size: cover;
	background-position: center center;
}

.reason-box {
	border: 4px solid #39b54a;
	box-shadow: -1rem 1rem 0rem #1d276f;
	border-radius: 3rem;
	padding: 2rem 10% 3rem;
	text-align: center;
	margin-bottom: 2.5rem;
	width: calc(100% - 1rem);
	background-color: white;
}

.why-choose-us .top-text h3 {
	margin-left: 0;
	margin-right: auto;
	background-color: #1d276f;
}

.reason-box table {
	border-collapse: collapse;
	border-color: transparent;
}

.reason-box table td {
	border: 0px solid transparent;
	text-align: left;
	padding: 0.5rem;
}

.reason-box p:last-child {
	margin-bottom: 0;
}

.rb-icon {
	width: 30%;
}

.rb-titl {
	width: 70%; 
}

.rb-titl h4 {
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.1;
	color: #1d276f;
	font-size: 1.75rem;	
}

.reason-box p {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.home-info-loc .hi-right iframe {
	width: 100%;
	height: 600px;
}

.clsb-text ul li {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.clsb-text ul {
	column-count: 3;
	column-gap: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.auth-inst .cap-left h3 {
	color: #39b54a;
}

.auth-inst-img-block {
	width: 50%;
	padding: 3rem;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.blog-posts {
	background-color: white;
	padding-top: 6%;
	padding-bottom: 8%;
}

.bp-box {
	width: 100%;
	border: 4px solid #1d276f;
	margin-bottom: 2rem;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}

.bp-feat {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.bp-date {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: white;
    background-color: #39b54a;
    text-transform: uppercase;
    font-family: "halcom", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 0.9325rem;
    padding: 0.25rem 0.75rem;
}

.bp-info {
    background-color: white;
	padding: 0rem 12% 2.5rem 4%;
    text-align: left;
}

.bp-inner {
	position: relative;
	top: -1.5rem;
}

.bp-inner h4 {
	color: white;
	background-color: #1d276f;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 1.35rem;
	line-height: 1.15;
}

.bp-inner p {
	padding-left: 6%;
	font-size: 1.0625rem;
}

.bp-info button {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.4rem 2.2rem 0.4rem 1.2rem;
	border-radius: 1rem 0 0 0; 
	color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.bp-info button i {
	margin-left: 0.2rem;
	color: #1d276f;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.bp-info button:hover {
	background-color: #1d276f;
	color: #39b54a;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.bp-info button:hover i {
	color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.single nav.clsb-nav {
	position: relative;
	width: 100%;
	padding-top: 2rem;
	z-index: 1;
	padding-bottom: 2.5rem;
	background-color: #1d276f;
	background-image: url(images/pavers-texture-blue.jpg);
	background-size: cover;
	background-position: center center;
}

.blog-post-content {
	background-color: white;
	padding-top: 6%;
	padding-bottom: 6%;
}

img.bpc-image {
	margin-bottom: 2rem;
}

.bpc-left {
	padding-right: 25%;
}

.bpc-inner h2 {
	font-size: 2rem;
	line-height: 1.05;
	letter-spacing: -1.5px; 
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 1rem;
	padding-top: 1.5rem;
}

.bpc-inner h2:after {
	display: none;
}

.bpc-left {
    font-family: "halcom", sans-serif;
    font-weight: 700;
    font-style: normal;	
	text-transform: uppercase;
	line-height: 1;
}

.monther, .yearer {
	color: white;
	background-color: #1d276f;
	display: block;
	padding: 0.4rem 0.5rem 0.5rem;
	text-align: center;
	font-size: 1.125rem;
}

.dayer {
	color: white;
	background-color: #39b54a;
	display: block;
	padding: 0.8rem 0.5rem 1.25rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 900;
}

.parent-pageid-14 .home-gallery:after {
	display: none;
}

.projects .home-gallery {
	padding-top: 6%;
}

.projects .home-gallery:after {
	display: none;
}

ul.modula_menu__list {
    list-style-type: none;
    margin-bottom: 1.5rem !important;
    text-align: center;
    column-count: inherit;
    background-color: #39b54a;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

ul.modula_menu__list li {
	display: inline-block;
}

ul.modula_menu__list li a {
    font-family: "halcom", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 1.0625rem;
    color: white !important;
    padding-top: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 0.5rem !important;
}

html body .modula>.filters.menu--default a:hover, html body .modula>.filters.menu--default .modula_menu__item--current a {
    color: #1d276f !important;
}

.projects .call-to-action {
    box-shadow: inset 0rem 2rem 2rem #00000047;
}

.home-info-loc .tg {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: normal;
    font-family: halcom, sans-serif;
    font-weight: 700;
}

.home-info-loc .tg td {
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    padding: 0.75rem 1.25rem;
    word-break: normal;
}

.home-info-loc .tg .tg-left i {
	font-size: 3.25rem;
	color: #39b54a;
}

.home-info-loc .tg .tg-right {
	color: #1d276f;
	font-size: 1.5rem;
	letter-spacing: -0.5px;
}

.include-form {
	padding-top: 6%;
	padding-bottom: 6%;
	background-image: url('images/pavers-texture-06.jpg');
	background-size: cover;
	background-position: center center;
	background-color: #39b54a;
}

.include-form .top-text h3 {
    background-color: #1d276f;
}

.include-form .top-text p {
	color: white;
	font-weight: 900;
}

.the-team {
	background-color: #39b54a;
	padding-top: 7%;
	padding-bottom: 7%;
	background-image: url('images/team-background.jpg');
	background-size: cover;
	background-position: center center;
}

.person-box {
	width: calc(100% - 1.5rem);
	aspect-ratio: 1 / 1;
	position: relative;
	background-size: cover;
	background-position: center center;
	border: 4px solid white;
	border-radius: 2.25rem;
	box-shadow: -1rem 1rem 0rem #1d276f;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.person-box:hover {
	border: 4px solid #1d276f;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.pb-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 1rem;
	width: 100%;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

.the-team .top-text h3 {
	background-color: #1d276f;
	font-size: 4.5rem;
	letter-spacing: -2px;	
}

.the-team .top-text p {
    color: white;
    font-weight: 700;
    text-shadow: 0rem 0rem 2rem #0000009e;
	text-align: center;
}

.pb-inner h5 {
	display: table;
	background-color: #1d276f; 
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding: 0.4rem 1.2rem 0.6rem;
	font-size: 1.75rem;
	letter-spacing: 0 !important;
	margin-bottom: 0;
}

.pb-inner h6 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.125rem;
	letter-spacing: 0.75rem;
	padding: 0.3rem 0.9rem 0.3rem 1.65rem;
	background-color: #39b54a;
	text-align: center;
}

.top-of-modal {
	width: 100%;
	background-color: #1d276f;
	text-align: left;
	padding: 1rem 1.5rem;
}

.top-of-modal h4 {
    color: white;
    margin-bottom: 0;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 0;
    line-height: 1;
}

.top-of-modal h5 {
	color: #39b54a;
	margin-bottom: 0;
}

img.modal-img {
    float: right;
    width: 32%;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.modal-text {
	padding: 1rem;
}

.modal-text p {
	font-size: 1.25rem;
}

.btn-close {
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
	background-color: white;
	padding: 1rem;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid #1d276f;
}

.btn-close:hover {
	opacity: 1;
	background-color: #39b54a;
}
























/*==========  Boostrap 5 Non-Mobile First Method  ==========*/

@media only screen and (max-width: 3180px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 2520px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 1860px) {

html { font-size: 16px; }
ul.clsb-primary li a { margin-left: 2.5rem; font-size: 1.125rem; }
.nl-left img { max-width: 94%; }
.hh-inner h2, .hh-inner h1 { font-size: 3rem; }
.hh-inner p { font-size: 1.25rem; line-height: 1.3; letter-spacing: -0.3px; margin-bottom: 1rem; }
button { margin-top: 0.75rem; }
.clsb-text h5 { letter-spacing: 4.5px; font-size: 1.125rem; }
.clsb-text h1, .clsb-text h2 { color: #1d276f; font-size: 2.75rem; }
.clsb-text p, .clsb-text li { font-size: 1.1875rem !important; }
.top-text h3 { font-size: 3.75rem; }
.servo-box { padding-top: 3rem; padding-bottom: 3rem; padding-right: 8%; padding-left: 8%; margin-bottom: 1.5rem; border-radius: 3rem; }
.servo-box img.sb-icon { height: 110px; }
.servo-box h4 { font-size: 1.4rem; }
.clsb-text p { font-size: 1.125rem; }
.cap-left h3 { font-size: 3rem; line-height: 1.0; }
.cap-right ul li { margin-bottom: 0.5rem; font-size: 1.5rem; line-height: 1.02; }
.cap-right ul { column-gap: 0.5rem; }
.rb-titl h4 { font-weight: 700; font-size: 1.25rem; }
.reason-box { border-radius: 2rem; padding: 2rem 5% 2.25rem; }
.reason-box table td { padding: 0.25rem; }
.reason-box { width: 100%; }
.the-team .top-text h3 { font-size: 3rem; }
.pb-inner h6 { font-size: 0.875rem; letter-spacing: 0.5rem; padding: 0.3rem 0.9rem 0.3rem 1.45rem; }

}

@media only screen and (max-width: 1199px) {

html { font-size: 15px; }
.hh-inner h2, .hh-inner h1 { font-size: 2.5rem; }
.clsb-text h1, .clsb-text h2 { font-size: 2.5rem; }

}

@media only screen and (max-width: 991px) {

html { font-size: 14px; }
.nl-right ul.clsb-primary { display: none; }
.menu-opener { display: table; }
.nav-top { padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 0.9rem; }
.nav-lower { padding-top: 1rem; padding-bottom: 1rem; }
.nl-right { text-align: right; padding-top: 0; }
.hh-inner p { font-size: 1.15rem; font-weight: bold; }
button { font-size: 1rem; border: 2px solid #39b54a; border-radius: 0.75rem; padding: 0.5rem 1.15rem; }
button:hover { border: 2px solid #1d276f; }
button { margin-top: 0.25rem; }
.hh-shader { background: #000000; background: linear-gradient(90deg,rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%); }
.home-info:after { top: -10%; }
.clsb-text h5 { letter-spacing: 4px; font-size: 1rem; }
.clsb-text h1, .clsb-text h2 { font-size: 2rem; }
.clsb-text p, .clsb-text li { font-size: 1.0625rem !important; line-height: 1.4; }
.top-text h3 { font-size: 3rem; padding: 0.5rem 2rem; }
.footer-logo img { max-width: 60%; margin-left: auto; margin-right: auto; margin-bottom: 3rem; }
.footer h5 { width: 100%; }
.footer-contact { margin-bottom: 3rem; }
.capabilities { padding-bottom: 22%; }
.bpc-left { padding-right: 10%; }
.bpc-inner h2 { border-bottom: 0; }
.monther, .yearer { font-size: 1rem; }
.dayer { font-size: 2.5rem; }
.pb-inner h5 { font-size: 1.75rem; }
.person-box { margin-bottom: 1.5rem; }

}

@media only screen and (max-width: 767px) {

html { font-size: 13px; }
.hh-inner h2, .hh-inner h1 { font-size: 2.125rem; }
.clsb-text h1, .clsb-text h2 { font-size: 1.75rem; letter-spacing: -1.5px; }
.servo-box { padding-top: 2.25rem; padding-bottom: 2.25rem; padding-right: 8%; padding-left: 8%; margin-bottom: 1rem;  border-radius: 2rem; }
.servo-box img.sb-icon { height: 70px; }
.servo-box h4 { font-size: 1.125rem; border-bottom: 1.5px solid #39b54a; }
.clsb-text p, .clsb-text li { font-size: 1rem !important; line-height: 1.35; }
.top-text h3 { font-size: 2.5rem; padding: 0.3rem 1.5rem 0.6rem; }
.home-gallery .top-text, .top-text { margin-bottom: 2rem; }
.call-to-action { padding-bottom: 30%; }
.footer h5 { padding-bottom: 0.5rem; font-size: 1.25rem; }
ul.clsb-services li a { font-size: 0.9rem; }
.clsb-text h1, .clsb-text h2 { border-bottom: 4px solid #39b54a; }
.cap-left h3 { font-size: 2.25rem; letter-spacing: -2px; }
.cap-right ul li { padding: 1.125rem 1.5rem 1.125rem; margin-bottom: 0.5rem; font-size: 1.25rem;letter-spacing: -0.8px; }
.clsb-text ul { column-count: 2; column-gap: 1rem; margin-top: 1rem; }
.the-team .top-text h3 { font-size: 2.25rem; }


}

@media only screen and (max-width: 575px) {

html { font-size: 12px; }
.nav-top { font-size: 0.75rem; }
.nav-top span { margin-left: 0.25rem; margin-right: 0.25rem; }
.home-hero { padding-top: 48%; padding-bottom: 12%; }
.hi-left { width: 100%; padding-right: 4.5%; float: none; margin-bottom: 2.5rem; }
.hi-right { width: 100%; float: none; padding-left: 0; }
.top-text h3 { font-size: 2rem; padding: 0.2rem 1.25rem 0.4rem; }
.clsb-text h5 { letter-spacing: 2.5px; font-size: 0.85rem; }
.clsb-text h1, .clsb-text h2 { font-size: 1.6rem; letter-spacing: -1px; margin-bottom: 1rem; }
.cap-right ul li { padding: 0.75rem 1rem 1rem; margin-bottom: 0.5rem; font-size: 1.0625rem; }
.capabilities { padding-bottom: 30%; }
.clsb-text ul { column-count: 2; }
.capabilities.auth-inst { padding-bottom: 6%; }
.monther, .yearer { padding: 0.3rem 0.25rem 0.3rem; font-size: 0.75rem; }
.dayer { padding: 0.4rem 0.25rem 0.5rem; font-size: 1.5rem; font-weight: 900; }
.pb-inner h5 { font-size: 1.35rem; }
img.modal-img { width: 50%; }

}
