:root {
	--mainfont: 'Manrope';
	--yellow: #fea500;
	--cyan: #68dff9;
	--dark-blue: #24377b;
	--mid-blue: #3338a1;
	--blue: #3A43C4;
	--light-blue: #a7afca;
}
/*--------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, /*Base Font for Site----Add Google Fonts in SETTINGS > HEAD & FOOTER CODE*/
.navigation--main,
.navbar-toggle__text,
.navigation--main .sub-menu,
a.read-more {
	font-family: var(--mainfont), sans-serif;
}
body { /* Base Font Size for whole site */
	font-size: 16px;
}
a.action {
	font-weight: 500;
}
a.action:not(:hover),
body .gform_wrapper .gform_footer input[type="submit"]:not(:hover),
.header-transparent .navigation--main > li.nav-action:not(:hover) a,
.header-transparent .navigation--main > li.nav-action.current-menu-item:not(:hover) a,
button.gform_button_select_files:not(:hover),
button.lp-list-button:not(:hover),
.icon-cta:not(:hover) h2,
.post-faq-new:not(:hover) label.faqlabel,
ul.sb-siblings li a:not(:hover),
ul.sb-cousins li a:not(:hover) {
	text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
a.action.a-video::after {
	content: '\f167';
	right: calc((var(--cta-pad-horizontal) / 2) + 0.25em);
}
.navigation--main > li > a {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
.panel-grid .widget-title,
.big-title h2 {
	font-size: clamp(30px, 3vw, 48px);
}
h3.subby {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
}
h3.subby-top {
	margin: 0;
}
.centre-text p, .centre-text h1, .centre-text h2, .centre-text h3, .centre-text h4, .centre-text h5, .centre-text h6 {
	text-align: center;
}
ul.three-column.narrow {
	-webkit-columns: 150px 3;
	-moz-columns: 150px 3;
	columns: 150px 3;
}
/*-----------------------------Main Title---------------------------------*/

.main-title__primary {
	font-size: clamp(36px, 5vw, 60px);
}
.main-title__secondary {
	font-size: clamp(18px, 2vw, 30px);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
/*--------------------------------------------------------------*/

.blue-row {
	background-color: var(--dark-blue);
}
.m-blue-row {
	background-color: var(--mid-blue);
}
.split-row img.so-widget-image {
	border-radius: 10px;
}
.map-bg {
	background-image: url(/wp-content/uploads/2025/08/Worldwide-Calling-VoIP-Service.png);
	background-size: auto 1000px;
}
/*--------------------------------------------------------------*/

.header.left-trans {
	flex-direction: column-reverse;
	display: flex;
}
.transparent-widgets {
	gap: 0 15px;
}
.transparent-widgets .widget {
	text-align: center;
	margin: 0;
}
.transparent-widgets .widget p {
	font-size: 16px;
	font-weight: 800;
	margin: 0.5em 0 0;
}
.transparent-widgets .textwidget a:hover {
	color: var(--yellow);
}
/*------------------------Video Wrapper------------------------*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* Video Ratio 16:9 (for vertical 9:16 use 177.7%) */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------------------------Slider Video----------------------------------*/

.floatypic img,
a.floatyvid::after {
	position: absolute;
	right: 0;
	top: 30px;
	height: calc(100% - 60px);
	width: calc(100% - 740px);
	border-radius: 10px;
	font-size: 5em;
	transition: all 0.3s ease;
}
a.floatyvid::after {
	content: '\f04b';
	font-family: 'FontAwesome';
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.1);
	box-shadow: inset 1em -1.5em 4em rgba(36,55,123,0.7);
}
.floatypic img {
	object-fit: cover;
}
a.floatyvid:hover::after {
	color: var(--yellow);
	box-shadow: inset 4em -4em 4em rgba(36,55,123,0.7);
}
/*-----------------------------Slider---------------------------------*/

.jumbotron__category, .jumbotron__title, .jumbotron__content {
	max-width: 640px;
}
.jumbotron__title h2 {
	letter-spacing: -0.03em;
	margin: 0 0 18px;
	font-weight: 800;
}
.jumbotron__content p {
	font-size: 1em;
	font-weight: 400;
}
.jumbotron a.action {
	margin: 18px 0 -9px;
}
/*------------------------------Floating Stats--------------------------------*/

.stats-float .stats {
	position: absolute;
	bottom: -2em;
	left: 0;
	background: #fff;
	border-radius: 10px;
	padding: 1em 3em;
	text-align: center;
	font-weight: 800;
	color: var(--dark-blue);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.stats .counter {
	font-size: clamp(2em, 4vw, 4em);
	letter-spacing: -0.05em;
	color: var(--yellow);
	line-height: 1;
}
.split-row .with-stats .so-widget-sow-image .sow-image-container img.so-widget-image {
	width: calc(100% - 4em);
	margin-left: 2em;
}
.split-row .panel-grid-cell .stats-float .widget_text {
	padding: 0;
}
.signal-icon::after {
	content: '\f1eb';
	font-family: 'FontAwesome';
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(2em, 4vw, 2.7em);
	color: var(--yellow);
	position: absolute;
	right: 0;
	top: -0.6em;
	background: #fff;
	border-radius: 50%;
	width: 2em;
	height: 2em;
}
/*-----------------------------Page links---------------------------------*/

.pagelinks {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 2em;
	flex-wrap: wrap;
}
.pagelinks a,
.pagelinks div {
	background: var(--blue);
	padding: 1.7em;
	text-align: center;
	flex: 1 1 200px;
	max-width: 300px;
	border-radius: 10px;
	color: #fff;
	transition: all 0.3s ease;
}
.pagelinks.advantages div {
	flex: 1 1 248px;
}
.pagelinks a:hover {
	background: #fff;
	transform: translateY(-15px);
}
.pagelinks h4 {
	color: var(--yellow);
	text-align: center;
}
.pagelinks p {
	font-weight: 600;
	transition: all 0.3s ease;
}
.advantages p {
	font-weight: 500;
	font-size: 15px;
}
.pagelinks a:hover p {
	color: var(--dark-blue);
}
.pagelinks img {
	margin-bottom: 0.5em;
}
/*------------------------------Icon CTA--------------------------------*/

.icon-cta {
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
}
.icon-cta a * {
	transition: all 0.3s ease;
}
.icon-cta a {
	display: flex;
	border-radius: 15px;
	padding: 10px 0;
	align-items: center;
}
.icon-cta h2 {
	font-size: 1.3em;
	min-width: 2.9em;
	margin: 0;
	color: #fff;
	text-align: center;
	padding-right: 15px;
}
.icon-cta h3 {
	font-size: 21px;
}
.icon-cta h3, .icon-cta h4 {
	margin: 0;
	text-align: left;
}
.icon-cta h2 .fa {
	background: var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.2em;
	height: 2.2em;
	border-radius: 50%;
}
.icon-cta a:hover .fa {
	background: var(--cyan);
}
.icon-cta a:hover h2 {
	color: var(--dark-blue);
}
.footer .icon-cta h4,
.v-split .icon-cta h4 {
	font-weight: 500;
	color: var(--yellow);
}
.icon-cta a:hover h4 {
	color: #fff;
}
/*-------------------------------Features Grid-------------------------------*/

ul.features {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 1.5em 0 0;
}
ul.features li {
	flex: 1 1 250px;
	background: var(--blue);
	border-radius: 10px;
	padding: 15px;
	margin: 0;
	line-height: 1.4;
}
.features li strong {
	color: var(--yellow);
	display: inline-block;
	margin-bottom: 0.3em;
}
ul.features li::before {
	display: none;
}
/*-----------------------------Why Choose---------------------------------*/

.why-choose .panel-grid-cell > div {
	padding: 10px 5px 0;
	display: flex;
	align-items: center;
}
.why-choose .panel-grid-cell > div:not(.title-section) {
	background: var(--mid-blue);
	border-radius: 15px;
	padding: 6% 10%;
	box-shadow: 0 5px 5px 1px rgba(0,0,0,0.1);
}
.why-choose .panel-grid-cell > div:not(.title-section) .textwidget {
	display: flex;
	align-items: center;
}
.why-choose .panel-grid-cell > div:not(.title-section) span {
	margin-left: 10%;
}
.why-choose .panel-grid-cell > div:not(.title-section) p {
	font-size: clamp(0.8em, 1vw, 1em);
}
.why-choose img {
	width: clamp(35px, 3vw, 50px);
}
.why-choose h3 {
	font-size: 22px;
}
/*-----------------------------Contact Page---------------------------------*/

.v-split .textwidget {
	background: var(--mid-blue);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10%;
}
.v-split-title .textwidget {
	background: #fff;
	border-bottom: 7px solid var(--yellow);
	text-align: left;
	border-radius: 0 10px 0 0;
}
.v-split-content .textwidget {
	border-radius: 0 0 10px 0;
}
.v-split-title h2,
.v-split-title h3 {
	text-align: left;
}
.v-split-title h2 {
	margin: 0.5em 0 0;
}
.stretchmap iframe {
	border-radius: 10px 0 0 10px;
}
.narrow-contact {
	max-width: 650px;
	margin: 0 auto;
	background: var(--mid-blue);
	border-radius: 10px;
	padding: 5%;
	box-shadow: 0 20px 30px rgba(0,0,0,0.2);
}
.lp-button-container {
	text-align: center;
}
/*-----------------------------Contact Form---------------------------------*/

.dark .ginput_container input, .dark .ginput_container textarea, .dark .ginput_container select {
	border: 0;
	border-radius: 10px;
	background: var(--dark-blue);
	color: #fff;
	transition: all 0.3s ease;
}
.dark .ginput_container select {
  color: var(--light-blue);
}
.dark .ginput_container ::placeholder {
  color: var(--light-blue);
}
.dark .ginput_container ::-ms-input-placeholder { /* Edge */
  color: var(--light-blue);
}
.dark .ginput_container ::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--light-blue);
}
.dark .ginput_container ::-moz-placeholder { /* Firefox 19+ */
  color: var(--light-blue);
}
.dark .ginput_container :-moz-placeholder { /* Firefox 18- */
  color: var(--light-blue);
}
.gform_wrapper .gform_body .gform_fileupload_multifile .gform_drop_area {
	border-radius: 10px;
  color: var(--light-blue);
}
.gform_wrapper .gform_body .ginput_container.ginput_container_consent input {
	margin: 0 10px 0 0;
}
.ginput_container input:not([type="checkbox"]):focus, .ginput_container textarea:focus, .ginput_container select:focus {
	border: 0;
	outline: 0;
	background: #fff;
	color: var(--mid-blue);
}
.gform_wrapper.gravity-theme input[type=submit] {
	line-height: 1 !important;
}
.recap iframe {
	border-radius: 10px;
	border: 0;
	opacity: 0.8;
}
.recap {
	margin: 0 auto;
}
/*--------------------------------FAQ---------------------------------*/

.post-holder {
	margin-top: 1.5em;
}
.post-faq-new input:checked ~ label {
	border-radius: 10px 10px 0 0;
}
.post-faq-new label.faqlabel {
	font-weight: 700;
	padding: 1em 15px;
	line-height: 1.3;
}
.thepostnew {
	border-radius: 0 0 10px 10px;
}
.thepostnew .pad {
	padding: 20px 25px 10px;
}
.thepostnew p, .thepostnew ul {
	font-size: 15px;
	text-align: left;
}
label.faqlabel::after {
	top: 1.1em;
}
.dark .no-faqs-to-list {
	text-align: center;
	color: var(--light-blue);
	border: 1px dashed;
	padding: 0.5em;
	width: fit-content;
	margin: 1em auto 0;
}
/*-------------------------------Footer-------------------------------*/

.footer .widget_nav_menu ul > li > a {
	margin: 0;
	padding: 0 0 5px;
	font-weight: 600;
	display: inline-block;
}
.footer .widget_nav_menu ul > li > a:hover {
	color: #fff;
}
.footer .widget_nav_menu ul > li > a::before {
	display: none;
}
.footer a img {
  transition: all 0.3s ease;
}
.footer a:hover img {
  opacity: 0.7;
}
.footer {
	border-top: 1px solid var(--mid-blue);
	padding-top: 40px;
}
/*------------------------------Landing Pages--------------------------------*/

.family h2.widget-title {
	font-size: clamp(26px, 3vw, 36px);
}
.contact-block {
	background: var(--blue);
	padding: 5%;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
ul.sb-cousins, ul.sb-siblings {
	margin: 1.5em 0 0;
	gap: 15px;
}
ul.sb-siblings li a, ul.sb-cousins li a {
	font-weight: 500;
	line-height: 1.2;
}
.lp-list-area, .lp-list-area h4 {
	text-align: center;
}
.lp-list-area ul.lp-pages li {
	margin-left: 0;
}
.lp-list-area ul.lp-pages li::before {
	display: none;
}
/*_____________________________DESKTOP STYLES_____________________________________*/

@media (min-width: 992px) {

.transparent-widgets {
	justify-content: space-between;
}
.header-transparent .header .logo {
	max-width: 33%;
}
div#navi, ul#menu-main-menu, .header-transparent .header .navbar-collapse.collapse, .header-transparent .navigation {
	flex: 1;
	display: flex;
	align-items: center;
}
li.menu-item-home {
	margin-left: auto;
}
.nav-action {
	margin-left: auto;
}
.header-transparent .navigation--main > li.nav-action a {
	background: var(--yellow);
	padding: 0.7em 1.6em;
	border-radius: 5em;
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
}
body.header-transparent .navigation--main > li.nav-action:hover a {
	background: var(--cyan);
	color: var(--dark-blue);
}
.header-transparent .navigation--main > li.nav-action.current-menu-item a {
	color: #fff;
}
.is-sticky-navbar.header-transparent .navigation--main > li:not(.nav-action) > a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.centred .carousel-content {
	padding: 15px;
	top: 40px;
}
.footer .row {
	display: flex;
	align-items: center;
}
.contact-block {
	margin: -8em 0;
}
/*-----------------------------Stretch Map---------------------------------*/

.stretchmap .so-panel, .stretchmap .textwidget, .stretchmap .portfolio-embed, .stretchmap iframe {
	height: 100%;
}
}

/*_____________________________TABLET STYLES______________________________________*/

@media (max-width: 1399px) {
a.floatypic {
	position: relative;
	float: right;
	width: 150px;
	height: 100px;
	margin: 0 0 10px 10px;
}
.floatypic img,
a.floatypic::after {
	width: 100%;
	height: 100%;
	top: 0;
	font-size: 2em;
}
a.floatypic::after {
	box-shadow: inset 1em -1.5em 2em rgba(36,55,123,0.7);
}
}

/*______________________________MOBILE STYLES______________________________________*/

@media (max-width: 991px) {

div#navi {
	border-radius: 15px;
	box-shadow: none;
}
.navigation--main li.current-menu-item a {
	color: var(--yellow);
	font-weight: 900;
}
.v-split-title .textwidget {
	border-radius: 10px 10px 0 0;
}
.v-split-content .textwidget {
	border-radius: 0;
}
.stretchmap iframe {
	border-radius: 0 0 10px 10px;
}
.map-bg {
	background-size: auto 500px;
}
}
/*_____________________________SMALL MOBILE STYLES________________________________*/

@media (max-width: 540px) {
.advantages div {
	flex: 1 1 100%;
	max-width: unset;
	padding: 15px 15px 5px 80px;
	position: relative;
	text-align: left;
}
.advantages img {
	position: absolute;
	left: 15px;
	top: 15px;
}
.advantages h4 {
	text-align: left;
	margin-top: 0;
}
.advantages p {
	font-weight: 500;
	font-size: 14px;
}
}
/*_____________________________Max 480px________________________________*/

@media (max-width: 479px) {
a.floatypic {
	display: block;
	width: 100%;
	height: 75px;
	float: none;
	margin: 0 0 15px 0;
}
}

/*__________________________________ANIMATIONS____________________________________*/

/*---------------------Slider Zoom in/out Animation-------------------*/
/* 
@keyframes slider { 		
    0% {transform: scale(1);}
	100% {transform: scale(1.3);}
}
.jumbotron .item img { 
    animation: slider 12s infinite alternate;
}*/
/*------------------------Slider Text Animations-----------------------*/
/*
@keyframes fader { 		
    0% {opacity: 0;}
	100% {opacity: 1;}
}*/
@keyframes zoomer {
	0% {transform: scale(0.5); opacity: 0;}
	100% {transform: scale(1); opacity: 1;}
}
@keyframes lefty {
	0% {transform: translateX(50%); opacity: 0;}
	100% {transform: translateX(0); opacity: 1;}
}
@keyframes uppy {
	0% {transform: translateY(50%); opacity: 0;}
	100% {transform: translateY(0); opacity: 1;}
}
.jumbotron.over .carousel-content {
	animation: lefty 1s 0.3s backwards;
}
h2.main-title__primary, h1.main-title__primary {
	animation: uppy 1s 0.3s backwards;
}
h3.main-title__secondary {
	animation: uppy 1s 0.7s backwards;
}
a.floatypic img,
a.floatypic::after {
	animation: zoomer 1s 0.9s backwards;
}
/*
.jumbotron__category h6 {
	animation: lefty 1s 1.5s backwards;
}
.jumbotron__content p {
	animation: lefty 1s 2s backwards;
}
.jumbotron__title h2 {
	animation: zoomer 1s 2.5s backwards;
}*/