@font-face {
    font-family: 'Insignia';
    src: url('fonts/Insignia.woff2') format('woff2'),
        url('fonts/Insignia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html { font-size: 16px; }
img { max-width: 100%; }
p, li { font-family: auto-pro-new, sans-serif; font-weight: 400; font-style: normal; font-size: 1.25rem; }
button { font-family: 'Poppins', sans-serif; }
a { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Insignia'; }
.spacer { clear: both; }
.vert-center { position: relative; top: 50%; transform: translateY(-50%); }

.main-nav {
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: center;
    background-color: transparent;
    width: 100%;
    display: block;
    position: absolute;
}

.footer {
	padding-top: 7%;
	padding-bottom: 7%;
	background-color: #333333;
	width: 100%;
	position: relative;
}

.footer h5 {
	color: #f9b208;
	font-size: 2rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	position: relative;
}

.footer h5:after {
	position: absolute;
	content: " ";
	width: 4rem;
	height: 0.25rem;
	background-color: white;
	left: 0;
	bottom: 0;
}

.footer p {
	font-size: 1.125rem;
	font-family: 'Poppins', sans-serif;
	color: white;
}

.footer hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 0;
	opacity: 1;
	height: 1px;
	background-color: #f9b208;
	width: 40%;
	margin-right: auto;	
}

.explore-links {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;
	column-gap: 2rem;
}

.explore-links a {
	font-size: 1.125rem;
	color: white;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	display: block;
	margin-bottom: 0.75rem;
	line-height: 1.25;
}

.explore-links a:hover {
	color: #4bc0ed;
}

img.header-logo {
	max-width: 225px;
	display: table;
	margin-right: auto;
	margin-left: 0;
}

button {
	padding: 1rem 3rem;
	border: 0;
	margin-top: 1.5rem;
	color: white;
	border-radius: 0.75rem;
	background-color: #4bc0ed;
	font-size: 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;
} 

button:hover {
	background-color: #d12723;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button.nav-button {
    border: 0;
    font-size: 1.25rem;
    font-family: 'Insignia';
    color: white;
    padding: 0.6rem 1.8rem;
    border-radius: 0.75rem;
    margin-left: 1.25rem;
	background-color: transparent;
	text-shadow: 0rem 0rem 3rem black, 0rem 0rem 1rem #0000004d;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button.nav-button-hl {
	background-color: white;
	color: #3d3d3d;
	text-shadow: 0rem 0rem 0rem transparent;
}

button.nav-button:hover {
	background-color: #4bbfeb;
	color: white;
	text-shadow: 0rem 0rem 0rem transparent;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.navigation-links {
    text-align: right;
    padding-top: 1%;
    border-bottom: 1px solid white;
    padding-bottom: 1%;
}

.hm-left {
	width: 55%;
	float: left;
	padding-left: 10%;
	padding-right: 10%;
}

.home-main {
	width: 100%;
	padding-top: 16%;
	padding-bottom: 8%;
	background-image: url('img/home-main-bg-min.jpg');
	background-size: cover;
	background-position: center center;
}

.hm-right {
	width: 45%;
	float: left;
}

.hm-right img {
	width: 95%;
	margin-left: 5%;
}

.home-main h1, .subpage-header h1 {
	color: white;
	font-size: 5rem;
	line-height: 1;
	text-shadow: 0rem 0rem 5rem black, 0rem 0rem 1rem #0000000f;
}

.partners {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}

.partners.et-text h2 {
	margin-bottom: 3rem;
	color: #464646;
}

.partners.et-text h2:after {
	display: none;
}

.partner-logo img {
	display: table;
	margin: 0 auto;
}

.et-text h2 {
    font-size: 3.5rem;
    line-height: 0.9;
	color: #383838;
	margin-bottom: 1.25rem;
}

.et-text p {
	font-size: 1.25rem;
	color: #383838;
}

.total-services {
	padding-top: 6%;
	padding-bottom: 6%;
	background-color: #ededed;
	position: relative;
}

.ts-left {
	width: 64%;
	float: left;
	background-color: #464646;
	background-size: cover;
	background-position: center center;
	border-radius: 0 3rem 3rem 0;
	background-image: url('img/total-telecom-euclid-min.jpg');
	padding-top: 54%;
}

.ts-inner {
	width: 100%;
	display: block;
	position: relative;
}

.ts-right {
	width: 45%;
	position: absolute;
	top: 0;
	right: 0;
}

.ts-right-text {
    width: 100%;
    background-color: white;
    border-radius: 2.5rem 0 0 2.5rem;
    padding: 8% 28% 8% 12%;
    box-shadow: 0rem 0rem 4rem #00000070;
}

.os-block {
	background-color: white;
	padding: 5%;
	width: 33.3333333%;
	float: left;
	border-radius: 0 3rem 3rem 0;
}

.os-02 {
	background-image: url('img/os-02-bg-min.png');
	background-size: 60% 100%;
	background-position: center left;
	background-repeat: no-repeat;
}

.os-block h4 {
	color: #4bc0ed;
	font-size: 6rem;
	margin-bottom: 1rem;
	line-height: 1;
}

.os-block h3 {
	font-size: 1.75rem;
	margin-bottom: 1rem;
	font-family: 'Poppins', sans-serif;
}

.et-text .os-block p {
	font-size: 1rem;
	color: #676767;
}

.our-services {
	padding-top: 9%;
	padding-bottom: 9%;
	background-image: url('img/red-block-min.png');
	background-size: 15.7% 100%;
	background-repeat: no-repeat;
	background-position: center right;
}

.et-text.our-services h2 {
	padding-left: 5%;
}

.os-block button {
	padding: 0.5rem 0;
	margin-top: 0.25rem;
	background-color: transparent;
	color: #363636;
	font-size: 1.25rem;
	position: relative;
	font-weight: 500;
}

.os-block button:after {
	position: absolute;
	content: " ";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 0.25rem;
	background-color: #4bc0ed;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.os-block button:hover:after {
	width: 100%;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

h2.ublock {
	position: relative;
	padding-bottom: 1.5rem;
}

h2.ublock:after {
	position: absolute;
	content: " ";
	left: 0%;
	bottom: 0;
	width: 5rem;
	height: 0.5rem;
	background-color: #d73524;
}

.our-services h2.ublock:after {
	left: 5%;
}

.testimonials {
	background-image: url('img/test-bg-min.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 7%;
	padding-bottom: 9%;
	overflow: hidden;
}

.testimonials h2.ublock:after {
	background-color: white;
}

.testimonials h2 {
	background-image: url(img/white-quote-min.png);
	background-size: 2.6% 41%;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0.25%;
	padding-left: 2%;
	margin-bottom: 4rem;
}

.test-text p {
	font-size: 1.75rem;
	color: #363636;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 2.25rem;
}

.testimonials .bx-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border: 0;
	background: transparent;
}

.testimonials .bx-wrapper .bx-controls-direction a {
    top: -4rem;
}

.testimonials .bx-wrapper .bx-next {
    right: 0;
    width: 2rem;
    padding-top: 0;
    background: inherit;
    background-image: url(img/slide-arrow-min.png);
    opacity: 0.5;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.5rem;
    padding-bottom: 0;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.testimonials .bx-wrapper .bx-next:hover {
	background-position: center center;
	opacity: 1;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.testimonials .bx-wrapper .bx-prev {
    left: inherit;
    right: 5rem;
    width: 2rem;
    padding-top: 0;
    background: inherit;
    background-image: url(img/slide-arrow-min.png);
    opacity: 0.5;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1.5rem;
    padding-bottom: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.testimonials .bx-wrapper .bx-prev:hover {
	opacity: 1;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.mobile-nav-opener {
	display: none;
}

.mobile-nav-opener i {
    color: white;
    background-color: transparent;
    padding: 0.75rem;
    font-size: 1.5rem;
    border: 0.25rem solid #59c2ec;
    border-radius: 0.5rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.mobile-nav-opener i:hover {
	background-color: #59c2ec;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	background-color: #333333;
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	width: 100%;
	text-align: left;
	height: 100%;
	padding: 20% 10% 20% 10%;
}

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

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

.overlay-content button.nav-button {
	font-size: 1.3875rem;
	padding: 0;
	border-radius: 0;
}

img.overlay-logo {
	display: table;
	margin-right: auto;
	margin-left: 0;
	width: 50%;
	margin-bottom: 3rem;
}

.overlay-content button.nav-button-hl {
    padding: 0.6rem 1.8rem;
    color: #3d3d3d;
	border-radius: 0.75rem;
}

.subpage-header {
	padding-top: 16%;
	padding-bottom: 7%;
	background-size: cover;
	background-position: center center;
	background-image: url('img/subpage-header-bg.jpg');
}

.subpage-header p {
	color: #383838;
}

.subpage-header h1 {
	margin-bottom: 1.5rem;
}

.all-services {
	padding-top: 7%;
	padding-bottom: 7%;
	display: block;
	width: 100%;
	background-color: #ededed;
}

.ind-service {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 6rem;
}

.service-image {
	width: 63%;
	float: left;
}

.service-image img {
	width: 100%;
}

.service-text {
	position: absolute;
	width: 48%;
	height: 100%;
	right: 0;
	top: 0;
}

.service-text-inner {
    width: 100%;
    background-color: white;
    border-radius: 2rem 0 0 2rem;
    padding: 9% 20% 9% 12%;
    box-shadow: 0rem 0rem 4rem #00000082;
}

.service-text-inner p, .service-text-inner h3 {
	color: #383838;
}

.service-text-inner h3 {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.service-text-inner button {
	margin-top: 1rem;
}

.ind-service:nth-child(even) .service-image {
	float: right;
}

.ind-service:nth-child(even) .service-text {
	right: inherit;
	left: 0;
}

.ind-service:nth-child(even) .service-text-inner {
	border-radius: 0 2rem 2rem 0;
}

.ind-service:last-child {
	margin-bottom: 0;
}

.breadcrumbs p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #6c6c6c;
	font-weight: bold;
}

.breadcrumbs p a {
	color: #6c6c6c;
	text-decoration: none;
	font-weight: 400;
}

.breadcrumbs p a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #4bc0ed;
}

.breadcrumbs p span {
	font-weight: 400;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.breadcrumbs {
	margin-bottom: 5rem;
}

.service-top {
	background-color: white;
	padding-top: 4%;
	padding-bottom: 7%;
	padding-left: 8.333%;
}

.service-top-left {
	width: 39%;
	float: left;
    padding-right: 10%;
    padding-bottom: 9%;
    padding-top: 3%;
}

.service-top-right {
	width: 61%;
	float: left;
	background-image: url('img/multicolor-flourish.png');
	background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}

.service-top-right-inner-01 {
    position: absolute;
	height: 90%;
    width: 52%;
    right: 0;
    top: 5%;
    background-image: url(img/white-angle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right top;
}

h2 {
	font-size: 3.5rem; 
	line-height: 1.1;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	position: relative;
}

h2:after {
	width: 3rem;
	height: 0.25rem;
	position: absolute;
	content: " ";
	left: 0;
	bottom: -0.125rem;
	background-color: #d73524;
}

.str-img {
	height: 100%;
	position: absolute;
	margin-top: 0%;
	margin-bottom: 0;
	right: 0;
	width: 120%;
}

.str-img img {
	width: 100%;
}

.service-02 {
	background-color: #ededed;
	padding-top: 7%;
	padding-bottom: 7%;
}

.service-02-left {
	width: 52%;
	float: left;
}

.service-02-left img {
	width: 100%;
}

.service-02-right {
	width: 48%;
	float: left;
	padding-top: 4rem;
	padding-bottom: 0;
	padding-left: 10%;
	padding-right: 12%;
}

.one-two-three {
	background-color: #ededed;
	padding-top: 0.5%;
	padding-bottom: 7%;	
}

.numbered {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

.numbered h6 {
    font-size: 2.5rem;
    margin-bottom: 0;
	color: #4bc0ed;
}

.numbered p {
	color: #676767;
}

.numbered h3 {
	color: #333333;
	font-size: 2rem;
}

.service-02-white {
	background-color: white;
	padding-top: 4%;
}

.tailored-options {
	background-color: white;
	padding-top: 1%;
	padding-bottom: 11%;
	background-size: 15% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('img/red-bg-bar.png');
	position: relative;
}

.tailored-text {
	width: 100%;
	border-radius: 3rem;
	background-color: white;
	box-shadow: 0rem 0rem 3rem #0000004f;
	padding: 5% 50% 5% 9%;
	margin-top: 5rem;
}

.tailored-options:after {
	padding-top: 53.64%;
	width: 36%;
	position: absolute;
	top: -27%;
	right: 0;
	content: " ";
	background-image: url('img/tailored-flourish.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
}

.tailored-text button {
	font-size: 2rem;
}

.tg { 
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.tg td {
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	padding: 1rem 0.25rem;
	word-break: normal;
    font-family: auto-pro-new, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
	line-height: 1.3;
}

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

.tg-0pky i {
	font-size: 2.25rem;
}

.tg tr {
    border-color: transparent;
	border-bottom: 1px solid #44b3e5;
}

.tg tr:last-child {
	border-bottom: 0px solid transparent;
}

.str-img iframe {
	width: 100%;
	height: 36rem;
	border-radius: 2rem 0 0 2rem;
	box-shadow: 0rem 0rem 2rem black;
}

.form-holder {
	width: 100%;
	background-color: white;
	box-shadow: 0rem 0rem 4rem #00000052;
	padding: 5% 10%;
	border-radius: 3rem;
}

.get-a-quote {
	background-color: #ededed;
	padding-top: 7%;
	padding-bottom: 7%;
}

.get-a-quote h2 {
	text-align: center;
}

.get-a-quote h2:after {
	display: none;
}

table.tg a {
	color: #383838;
}

table.tg a:hover {
	color: #3a92cc;
}

.footer {
	position: relative;
}

.site-by {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.125rem;
	text-transform: uppercase;
	padding: 0.75rem 1.5rem;
	background-color: #f9b208;
	color: #333333;
	font-family: 'Insignia';
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.site-by:hover {
	background-color: #8ac03c;
	color: #272728;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.s-block {
	width: 50%;
	float: left;
	margin-bottom: 3rem; 
	padding-left: 4%;
	padding-right: 4%;
}

.our-services-02 {
	background-size: 18% 100%;
	padding-top: 6%;
	padding-bottom: 6%;
}

.s-block img {
	width: 100%;
}

.s-block h3 {
    padding-left: 2%;
    font-size: 2.5rem;
    color: #383838;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.nav-button-drop-holder {
	position: absolute;
	background-color: white;
	border-radius: 1.5rem;
	display: none;
}

.nav-item-wrap {
	position: relative;
	display: inline-block;
}

.nav-item-wrap-drop:hover .nav-button-drop-holder {
    display: block;
    overflow: hidden;
	z-index: 10;
}

.nav-button-drop-holder ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.nav-button-drop-holder ul li {
	padding: 0.5rem 1rem;
	font-family: 'Insignia';
	font-size: 1rem;
	line-height: 1.2;
	width: 100%;
	text-align: left;
	color: #383838;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.nav-button-drop-holder ul li:hover {
	background-color: #d73524;
	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;
}

.nav-button-drop-holder ul a:nth-child(2) li:hover {
	background-color: #4bc0ed;
	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;
}

.nav-button-drop-holder ul a:nth-child(3) li:hover {
	background-color: #f7dc3d;
	color: #383838;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.footer {
	position: relative;
}

.site-by {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.75rem 2.25rem;
}

ul.mobile-nav-services {
	list-style-type: none;
	margin-top: 0.75rem;
	padding-left: 1.25rem;
}

ul.mobile-nav-services a li {
	color: #f6de3d;
	font-family: 'Insignia';
	font-size: 1.125rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.company-pages {
	padding-top: 5%;
	padding-bottom: 2%;
}

.company-button {
	width: 100%;
	padding: 3.5rem;
	text-align: center;
    border-radius: 3rem;
    box-shadow: 0.25rem 0.25rem 2rem #00000026;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.company-button:hover {
	box-shadow: 0.25rem 0.25rem 2rem #00000059;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.play-button i {
	font-size: 6rem;
	color: white;
}

.play-button {
    width: 7rem;
    height: 7rem;
    text-align: center;
    padding: 0.5rem;
    background-color: #f7dc3d57;
    position: absolute;
    left: 58%;
    top: 50%;
    margin-left: -3.5rem;
    margin-top: -3.5rem;
    border-radius: 50%;
    text-shadow: 0rem 0rem 1rem black;
	cursor: pointer;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.play-button:hover {
	background-color: #d12723;
	text-shadow: 0rem 0rem 0rem transparent;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.modal-body {
	padding: 3%
}

.modal-body .btn-close {
	position: absolute;
	right: 2%;
	top: 0%;
	z-index: 2;
	background-color: white;
	opacity: 1;
	padding: 0.75rem;
	box-shadow: 0rem 0rem 0.5rem black;	
}

.to-panasonic {
	padding-top: 5%;
}

.subpage-header-text {
	padding-left: 10%;
	width: 60%;
	float: left;
	padding-right: 6%;
}

.subpage-header-ro {
	width: 40%;
	float: left;
	padding-top: 4%;
	padding-bottom: 4%;
	background-image: url(img/white-angle.png);
	background-repeat: no-repeat;
	background-size: 58% 100%;
	background-position: right center;
	position: relative;
    top: -4rem;
    margin-bottom: -4rem;
}

.subpage-slider-wrap {
	width: 75%;
	margin-left: 25%;
	margin-right: 0;
	background-color: white;
	border-radius: 3rem 0 0 3rem;
	position: relative;
	box-shadow: 0rem 0rem 3rem #0000003b;
}

.logo-slide {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: transparent;
	height: 250px;
}

.logo-slide img {
	width: auto;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.subpage-slider-wrap .bx-wrapper {
	box-shadow: 0rem 0rem 0rem transparent;
	border: 0px;
	background: transparent;
	margin-bottom: 0;
}

.our-partners {
	font-family: 'Insignia';
	color: #383838;
	right: 11%;
	top: 2%;
	position: absolute;
	font-size: 1.75rem;
}

.hm-right .subpage-header-ro {
	width: 100%;
	top: 0rem;
	margin-bottom: 0rem;
	padding-top: 8%;
	padding-bottom: 8%;
}

.microsite-section iframe {
	width: 100%;
	height: 62rem;
}









/*==========  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; }
.et-text h2 { font-size: 2.75rem; }
.et-text p, p { font-size: 1.125rem; }
.home-main h1, .subpage-header h1  { font-size: 3rem; }
button.nav-button { font-size: 1.125rem; padding: 0.6rem 1rem; margin-left: 0.5rem; }
.subpage-header { padding-top: 22%; padding-bottom: 4%; }
.service-text-inner h3 { font-size: 2.25rem; }
h2 { font-size: 3rem; }
.tailored-options:after { top: -15%; }
.explore-links { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
.s-block h3 { font-size: 1.75rem; }
.our-partners { right: 8%; font-size: 1.5rem; }

}

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

html { font-size: 15px; }
.navigation-links { display: none; }
.mobile-nav-opener { display: table; margin-left: auto; margin-right: 0; }
.et-text h2 { font-size: 2.25rem; }
.et-text p, p { font-size: 1rem; }
.ts-right-text { padding: 8% 16% 8% 12%; }
.os-block h3 { font-size: 1.25rem; }
.footer p, .explore-links a { font-size: 0.875rem; } 
.explore-links { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
.footer img { width: 60%; }
.partner-logo img { max-width: 80%; }
h2 { font-size: 2.5rem; }
.our-partners { font-size: 1.25rem; }

}

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

html { font-size: 14px; }
.home-main h1, .subpage-header h1  { font-size: 2rem; }
.home-main { padding-top: 24%; padding-bottom: 12%; }
.partner-logo { margin-bottom: 2rem; }
button { padding: 0.5rem 1.5rem; margin-top: 1rem; border-radius: 0.5rem; font-size: 1rem; }
.footer img { width: 40%; margin: 0 auto 4rem; display: table; }
.explore-links { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
.service-text-inner h3 { font-size: 1.75rem; margin-bottom: 1rem; }
.service-text-inner button { margin-top: 0.125rem; }
.service-top-left { width: 100%; float: none; margin-bottom: 0rem; padding-bottom: 6%; } 
.service-top-right { width: 100%; float: none; padding-top: 10%; padding-bottom: 10%; }
.service-top-right-inner-01 { height: auto; width: 60%; margin-left: auto; margin-right: 0; position: relative; }
.str-img { height: auto; position: relative; }
.str-img .vert-center { top: 0; transform: none; }
.numbered h3 { font-size: 1.25rem; }
.numbered h6 { font-size: 1.5rem; }
.service-02-left { width: 74%; float: none; }
.service-02-right { width: 100%; float: none; padding-top: 3rem; padding-bottom: 0; padding-left: 6%; padding-right: 6%; }
.tailored-options:after { top: -9%; }
.tailored-text button { font-size: 1.25rem; }
.stri01-contact { width: 96%; }
.str-img-contact { width: 100%; }
.our-partners { right: 6%; font-size: 1.125rem; top: 1.5%; }

}

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

html { font-size: 13px; }
.os-block h3 { font-size: 1rem; }
.et-text .os-block p { font-size: 0.875rem; }
.os-block button { font-size: 1rem; }
.et-text h2 { font-size: 1.75rem; }
.partner-logo img { max-width: 60%; }
.service-image { width: 80%; float: none; }
.service-text { position: relative; width: 80%; margin-left: auto; margin-right: 0; top: -8rem; margin-bottom: -8rem; }
.service-text .vert-center { top: 0; transform: none; }
.ind-service:nth-child(even) .service-text { right: inherit; left: 0; margin-right: auto; margin-left: 0; }
.ind-service:nth-child(even) .service-image { float: none; width: 80%; margin-left: auto; margin-right: 0; }
.ind-service { margin-bottom: 4rem; }
.service-text-inner { padding: 6% 8% 6% 7%; }
.breadcrumbs { margin-bottom: 2rem; }
h2 { font-size: 2rem; }
h2 br { display: none; }
.tailored-text { margin-top: 3rem; }
.tailored-options:after { display: none; }
.tailored-options { padding-top: 7%; box-shadow: inset -5rem 1rem 4rem #0000002b; }
.tailored-text { padding: 7% 11%; }
.logo-slide { height: 180px; }
.subpage-header-ro { top: -3rem; margin-bottom: -3rem; }
.our-partners { right: 5%; font-size: 1rem; top: 1.5%; }

}

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

html { font-size: 12px; }
.home-main h1, .subpage-header h1 { font-size: 1.5rem; }
.home-main { padding-top: 42%; }
img.header-logo { max-width: 125px; }
.ts-right { width: 60%; }
.et-text h2 { font-size: 1.55rem; }
.os-block { width: 100%; }
.explore-links { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
.footer h5 { font-size: 1.5rem; }
.overlay-content { padding: 50% 10% 20% 10%; }
.subpage-header { padding-top: 32%; padding-bottom: 4%; }
.s-block { width: 100%; }
.logo-slide { height: 140px; }
.subpage-header-ro { top: -2rem; margin-bottom: -2rem; }
.subpage-slider-wrap { width: 94%; margin-left: 6%; }
.subpage-header-ro { padding-top: 6%; padding-bottom: 6%; }
.our-partners { right: 2%; font-size: 0.875rem; top: 2.25%; }
.hm-right .subpage-header-ro { padding-top: 12%; padding-bottom: 12%; }

}


