<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font: inherit;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

outline {
    border: 0;
}
a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    cursor: pointer!important;
}
body{
    color: #294468;
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Helvetica';
}
body p strong, body p b{
    font-family: 'Helvetica-Bold';
}
img{
    display: block;
}
h1 {
    font-family: 'Graphik-Bold';
    font-size: 46px;
    line-height: 50px;
    color: #00b5e2;
}
h2{
    font-size: 54px;
    color: #0d335c;
    font-family: 'Graphik-Bold';
}
h3 {
    font-size: 48px;
    font-family: 'Graphik-Bold';
    color: #0d335c;
}
h4{
    font-family: 'Graphik-Bold';
}
h5{
    font-family: 'Graphik-Bold';
}
h6{
    font-family: 'Graphik-Bold';
}
.wrapper{
    max-width: 1460px;
    margin: 0 auto;
}
.container{
    max-width: 1280px;
    margin: 0 auto;
}
h1:not(.site-title):before, h2:before{
    display: none;
}
.ex_height {
    height: 101px;
}
.site-header {
    padding: 21px 60px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.site-header.fixed {
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -webkit-box-shadow: 0 2px 20px 1px rgb(0 0 0 / 10%);
}
.site-header::before, .site-header::after{
    display: none;
}
.header-menu li {
    display: inline-block;
    padding: 0 21px 0 0;
    margin: 0 54px 0 0;
}
.header-menu li a{
    color: #0d335c;
    font-size: 18px;
    font-family: 'Graphik-Bold';
}
.header-menu li a:hover{
    color: #2491eb;
}
/*.header-menu &gt; li.menu-item-has-children {*/
/*    background-image: url(../images/menu-dropdown.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: right 16px;*/
/*}*/
.header-menu &gt; li.menu-item-has-children{
    background-image: url(../images/menu-dropdown.png);
    background-repeat: no-repeat;
    background-position: right 14px;
} 
ul.sub-menu {
    position: absolute;
    padding: 0;
    display: none;
    max-width: 240px;
    min-width: 240px;
    z-index: 9;
    padding: 36px 0 0 0;
}
ul.sub-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgb(108 171 234);
    display: block;
}
ul.sub-menu li:last-child{
    border-bottom: none;
}
ul.sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    background: #2491eb;
}
ul.sub-menu li a:hover{
    color: #fff;
    background-color: #0d335c;
}
.header-menu &gt; li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-lean-mor {
    font-size: 18px;
    width: 188px;
    height: 57px;
    font-family: 'Graphik-Bold';
    background-color: #2491eb;
    display: inline-block;
    border-radius: 9999px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0 rgb(36 145 235 / 23%);
    margin: 0 0 0 17px;
}
.header-lean-mor:hover{
    color: #fff;
    text-decoration: none;
    background-color: #031b4e;
}
.banner-caption {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
}
.banner-caption h2 {
    font-family: 'Graphik-Bold';
    font-size: 57px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}
.banner-caption p{
        line-height: 1.5;
    color: #fff;
    font-size: 26px;
}
.banner-caption-inner {
    width: 49%;
}
.banner_link {
    font-size: 18px;
    width: 198px;
    height: 57px;
    font-family: 'Graphik-Bold';
    border: 2px solid #2491eb;
    display: inline-block;
    border-radius: 9999px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
}
.banner_link:hover{
    color: #fff;
    text-decoration: none;
    border-color: transparent;
    background-color: #2491eb;
}
.banner-special-text {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    padding: 20px 60px;
    font-family: 'Graphik-Semibold';
}
section.home-banner {
    position: relative;
}
.cuttoff-svg {
    position: absolute;
    bottom: -2px;
    z-index: 3;
    width: 100%;
}
.cuttoff-svg img{
    width: 100%;
    display: block;
}
.banner-content-inner {
    background: #fff;
    padding: 85px 110px;
    border-radius: 30px 0 30px 0;
    box-shadow: 0 6px 10px 1px rgba(0,0,0,0.10);
}
.banner-content-inner .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.banner-content {
    margin: -220px 0 0;
    position: relative;
    z-index: 5;
}
section.banner-content.col-left {
    width: 360px;
}
section.banner-content .col-right {
    width: 773px;
    font-size: 25px;
    line-height: 1.7;
}
section.banner-content .col-right p {
    padding-left: 64px;
    background-image: url(../images/quote-sign-small.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 10px;
}
.site-title{
    text-align: center;
    display: block;
}
.site-title h3{
    font-size: 54px;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
}
.site-title h2{
    font-size: 54px;
    text-transform: uppercase;
}
.excellence-row .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.excellence-row .col-left {
    width: 50%;
    padding: 0 20px 0 0;
}
.excellence-row .col-left p{
    color: #0d2f53;
    font-size: 24px;
    line-height: 1.75;
}
.excellence-row .col-right {
    width: 60%;
    margin: 0 -15% 0 0;
}
.excellence-row .col-left h3 {
    color: #2491eb;
    margin-bottom: 18px;
}
.excellence-row .row:nth-child(2n) .col-left {
    order: 2;
    padding: 0 0 0 20px;
}
.excellence-row .row:nth-child(2n) .col-right{
    order: 1;
    margin: 0 0 0 -15%;
}
.excellence-row .row:not(:first-child) {
    margin-top: -120px;
}
section.ayodia-excellence {
    padding: 120px 0 0;
}
.client-confidence .site-title{
    margin-bottom: 40px;
}
.client-confidence .site-title h2{
    font-family: 'Graphik-Regular'; 
}
.client-confidence .site-title h2 strong{
    font-family: 'Graphik-Bold';
}
.client-confidence-inner {
    border-top: 2px solid #efefef;
    padding: 70px 0 0 0;
}
.client-confidence-inner blockquote {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 1.6;
    padding: 0 0 20px;
    margin-bottom: 50px;
    position: relative;
}
.client-confidence-inner blockquote::before {
    content: url(../images/quote-sign.png);
    position: absolute;
    left: -110px;
    top: -40px;
}
.client-confidence-inner blockquote .separetor {
    width: 65px;
    height: 6px;
    margin: 0 auto;
    background-color: #c0c3d1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.client-details-box {
    max-width: 345px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.client-details-box  .avtar {
    margin: 0 35px 0 0;
    position: relative;
}
.client-details-box  .avtar::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -13px;
    transform: rotate(-15deg);
    height: 57px;
    width: 105px;
    border-radius: 150px 150px 0 0;
    background-color: #2563f6;
}
.client-details-box  .avtar img{
    width: 93px;
    height: 93px;
    min-width: 93px;
    border-radius: 50%;
}
.client-details-box h4{
    font-size: 22px;
    margin-bottom: 5px;
}
.client-details-box p{
    font-size: 18px;
}
.footer-getstarted {
    color: #fff;
    background-image: url(../images/footer-get-started-bg.png);
    background-repeat: no-repeat;
    background-color: #2089df;
    background-size: cover;
    min-height: 750px;
    padding: 145px 0 180px;
    text-align: center;
    position: relative;
    clear: both;
}
.home .footer-getstarted { 
    margin: 100px 0 0;
}
.footer-getstarted h2 {
    color: #fff;
    font-family: 'Graphik-Regular';
    margin: 0 0 20px;
}
.footer-getstarted h2 strong{
    font-family: 'Graphik-Bold';
}
.footer-getstarted p{
    line-height: 1.5;
}
img.footer-cuttoff {
    position: absolute;
    top: auto;
    bottom: -2px;
    width: 100%;
}
.site-footer {
    position: relative;
    background: #0d335c;
    padding: 50px 0 0 0;
}
.contact_btn {
    font-size: 18px;
    width: 218px;
    height: 57px;
    font-family: 'Graphik-Bold';
    border: 2px solid #fff;
    border-radius: 9999px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
}
.contact_btn:hover{
    color: #0d335c !important;
    background-color: #fff;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
}
.site-footer h4 {
    color: #fff;
    font-size: 22px !important;
    line-height: 1;
    margin: 0 0 25px;
}
.site-footer .menu li {
    font-weight: 400;
    line-height: 1;
    margin: 0 0 11px;
    font-family: 'Helvetica';
}
.site-footer .menu li a {
    font-size: 17px;
    color: #92aecc;
    font-family: 'Helvetica';
    font-weight: 400;
}
.site-footer .menu li a:hover{
    color: #2491eb;
}
.service-col ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-col ul li {
    width: 40%;
    /* float: left; */
}
.col.service-col {
    width: 365px;
}
.footer-info li{
    color: #93afcd;
    font-size: 22px;
    margin: 0 0 8px;
        background-color: transparent !important;
}
.footer-info ul.wp-block-social-links {
    margin: 30px 0 0;
}
.footer-info li strong, .footer-info li b{
    font-family: 'Helvetica-Bold';
}
.footer-info li a[data-type="tel"]{
    color: #fff;
}
.footer-info li a[data-type="mailto"]{
    color: #3d99ec;
}
.footer-info li a:hover{
    color: #2563f6 !important;
}
.footer-copy {
    text-align: center;
    border-top: 1px solid #26486d;
    padding: 61px 0;
    margin: 80px 0 0;
}
.footer-copy p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Graphik-Semibold';
    letter-spacing: 1px;
}
.footer-copy .widget {
    margin: 0;
}
a.wp-block-social-link-anchor {
    font-size: 18px;
}
.wp-block-social-links .wp-social-link a {
     padding: 0; 
}
.wp-block-social-link:hover {
     transform: scale(1); 
}
.wp-block-social-link {
    margin: 0 15px 0 0 !important;
}



/* ----service page style--- */

.services_banner .banner-caption-inner img {
    margin-left: -29px;
    margin-bottom: -20px;
}
.services_banner .banner-caption-inner {
    width: 592px;
}

.putting_automation h2 {
    font-family: 'Graphik-Regular';
}
.putting_automation  h2 strong {
    font-family: 'Graphik-Bold';
}
.putting_automation {
    padding-top: 90px;
    padding-bottom: 220px;
}
.putting_automation .col-left {
    width: 50%;
}
.putting_automation .col-right {
    width: 56%;
    margin-right: -6%;
}
.putting_automation .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.putting_automation p {
    margin-top: 10px;
    margin-bottom: 25px;
}
.putting_automation li {
    padding-left: 36px;
    margin-bottom: 18px;
	background:url('../images/tick.png');
	background-repeat:no-repeat;
	background-position:left 8px;
}

.deep_experience {
    position: relative;
    padding-top: 70px;
    padding-bottom: 140px;
    background: #f5f7fd;
}
.our_foundational .cuttoff-svg{
    position: absolute;
    top: -155px;
    bottom: unset;
    z-index: 3;
    width: 100%;
}
.deep_experience .cuttoff-svg { position: absolute; top: -76px;  bottom: unset;  z-index: 3; width: 100%;}

.deep_experience h2 {
    text-align: center;
    text-transform: uppercase;
}
.deep_experience h4 {
    font-size: 38px;
    font-family: 'Graphik-Regular';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 115px;
}
.deep_experience img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); z-index: 15;
}
.cloud_serviceWrap {
    min-height: 460px;
    position: relative;
}
.cloud_serviceWrap ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45%;
}
ul.ulBoxOne {
    left: 0;
}
ul.ulBoxTwo {
    right: 0;
}
.cloud_serviceWrap ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}
.cloud_serviceWrap ul li a{
    position: relative;
    font-family: 'Helvetica';
    /*font-size:25px;*/
    color:#0d335c;
}
.cloud_serviceWrap ul li a:hover {
    color: #00a1e0;
}
.cloud_serviceWrap ul li a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #2563f6;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
ul.ulBoxOne li a{padding-right:30px;}
ul.ulBoxOne li a::after {  right: 0;}
ul.ulBoxTwo li a{padding-left:30px;}
ul.ulBoxTwo li a::after { left: 0;}


a:focus {text-decoration: none !important;}

.cloud_serviceWrap ul li {  padding-top: 30px; padding-bottom: 30px;}
ul.ulBoxOne li {text-align: right;}
ul.ulBoxOne li:first-child { padding-right: 140px;}
ul.ulBoxOne li:nth-child(2) { padding-right: 250px;}
ul.ulBoxOne li:nth-child(3) { padding-right: 290px;}
ul.ulBoxOne li:nth-child(4) { padding-right: 290px;}
ul.ulBoxOne li:last-child { padding-right: 140px;}



ul.ulBoxTwo li:first-child { padding-left: 140px;}
ul.ulBoxTwo li:nth-child(2) { padding-left: 250px;}
ul.ulBoxTwo li:nth-child(3) { padding-left: 290px;}
ul.ulBoxTwo li:nth-child(4) { padding-left: 290px;}
ul.ulBoxTwo li:last-child { padding-left: 140px;}
.cloud_serviceWrap ul li::before, .cloud_serviceWrap ul li::after { content: ''; position: absolute; background:#dae7f6;}
.cloud_serviceWrap ul li::before{top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%);}


ul.ulBoxTwo li:first-child::before, ul.ulBoxTwo li:last-child::before {width: 142px;height: 2px;left: 0;}
ul.ulBoxTwo li:first-child::after {width: 2px;height: 100px;left: 0;top: 46px;}
ul.ulBoxTwo li:last-child::after {width: 2px;height: 100px;left: 0;bottom: 46px;}
ul.ulBoxTwo li:nth-child(2)::before {  width: 186px;  height: 2px; left: 65px;}
ul.ulBoxTwo li:nth-child(3)::before {  height: 2px;  width: 171px;  left: 120px;}
ul.ulBoxTwo li:nth-child(4)::before {  height: 2px; width: 240px; left: 50px;}
ul.ulBoxTwo li:nth-child(4)::after { width: 2px; height: 50px; left: 50px; bottom: 46px;}


ul.ulBoxOne li:first-child::before, ul.ulBoxOne li:last-child::before {width: 142px;height: 2px;right: 0;}
ul.ulBoxOne li:first-child::after {width: 2px;height: 100px;right: 0;top: 46px;}
ul.ulBoxOne li:last-child::after {width: 2px;height: 100px;right: 0;bottom: 46px;}
ul.ulBoxOne li:nth-child(2)::before {  width: 186px;  height: 2px; right: 65px;}
ul.ulBoxOne li:nth-child(3)::before {  height: 2px;  width: 171px;  right: 120px;}
ul.ulBoxOne li:nth-child(4)::before {  height: 2px; width: 240px; right: 50px;}
ul.ulBoxOne li:nth-child(4)::after { width: 2px; height: 50px; right: 50px; bottom: 46px;}




/* ----service page style--- */



.inner_banner .banner-caption h2 {
    text-align: center;
    font-family: 'Graphik-Regular'; margin-bottom: 0;
}
.inner_banner .banner-caption h2 strong{
    font-family: 'Graphik-Bold';
}
.our_foundational h2, .mission_statement h2, .team_section h2, .tech_intend h2,
.making_container h2 {
    font-family: 'Graphik-Regular';
    text-transform: uppercase;
    
}

.making_container h2 {
    margin-bottom: 27px;
    line-height:64px;
}
.our_foundational h2 strong, .mission_statement h2 strong, .team_section h2 strong, .tech_intend h2 strong,
.making_container h2 strong {
    font-family: 'Graphik-Bold';
}
.making_container {
    padding-top: 80px;
    padding-bottom: 230px;
}
.our_foundational .row, 
.making_container .row {
    display: flex;
    justify-content: space-between;
    align-items: center; margin-bottom: 60px;
}
.mission_statement .row{
    display: flex;
    justify-content: space-between; margin-bottom: 60px;
}
.making_container .col-left {
    width: 50%;
}
.making_container .col-right {
    width: 50%;
	padding-left: 70px;
}

strong.sound {
    display: block;
    margin-top: 20px;
}
.making_container img {
    width: 100%;
    display: block;
}
.making_container p {
    color: #0d335c;
    line-height: 40px;
    margin-bottom: 10px;
}
.making_container h5 {
    font-family: 'Graphik-Regular';
    font-size: 34px;
    margin-bottom: 10px;
    color: #0d335c;
}
.making_container p a:hover {
    color: #031b4e;
}
.our_foundational {
    position: relative;
    background: #f5f7fd;
    padding-top: 60px;
    padding-bottom: 127px;
}

.our_foundational h2 {
    text-align: center;
    margin-bottom: 140px;
}
.fonder-box {
    background: #fff;
    width: 31%;
    position: relative;
    padding: 30px 32px;
    min-height: 570px;
    text-align: center;
    border-radius: 30px 0 30px 0;
}
.mission_statement .row,
.our_foundational .row{
    margin-bottom: 0;
}
.fonder-box img {
    display: block;
    margin: -113px auto 30px auto;
}
.fonder-box p {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 35px;
}
.fonder-box p strong {
    font-size: 23px;
    color: #0d335c;
}
.fonder-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 132px;
    background: #91c8f5;
}

.mission_statement {
    padding: 90px 0 0 0;
}
.mission_statement .col-left {
    width: 61%;
    padding-right: 70px;
    margin-left: -140px;
    padding-top: 70px;
}
.mission_statement .col-right {
    width: 50%;
}
.mission_statement h6 {
    color: #2491eb;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Graphik-Semibold';
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.mission_statement p {
    color: #0d335c;
    line-height: 40px;
    margin-top: 15px;
}
.team_section {
    padding-top: 110px;
    padding-bottom: 400px;
    background: #f5f7fd;
    position: relative;
    margin-top: -30px;
}
.team_section h2 {
    text-align: center;
    margin-bottom: 50px;
}
.team_section .row {
    display: flex;
    justify-content: space-between;align-items: center;
    background: #fff;
    border-radius: 30px 0 30px 0; margin-bottom: 45px;
}
.team_section .row .col-left {
    width: 440px;
}
.team_section .row .col-right {
    width: calc(100% - 440px);
    padding: 0 70px;
}
.team_section h3 {
    font-size: 26px;
	color: #0d335c;
}
.team_section p strong {
    font-family: 'Graphik-Medium';
    font-size: 17px;
    color: #0d335c;
}
.team_section p {
    font-size: 22px;
    line-height: 37px;
}
.team_section a {
    font-size: 21px;
    font-family: 'Helvetica';
    font-weight: bold;
    color: #0d335c;
    display: block;
    margin-top: 17px;
    padding-left: 40px;
	background:url('../images/mm.png');
	background-repeat:no-repeat;
	background-position:left 4px;
}
.team_section a:hover { color: #2491eb;}

.team_section img {
    border-radius: 30px 0 0 0;
}

.page-id-170 .footer-getstarted {
    display: none;
}

.tech_intend {
    padding-top: 110px;
    /*padding-bottom: 80px;*/
    position: relative;
    text-align: center; 
    position: relative;
}

.tech_intend h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.tech_intend h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 120px;
    height: 4px;
    background: #2491eb;
}
.tech_intend p {
    max-width: 1080px;
    margin: 0 auto;
    line-height: 40px;
    color: #0d335c;
}
/*.tech_intend::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1270px;
    height: 1px;
    background: #e9edf0;
}*/

/*** Client Page ***/

.enlightening-people h2, .account-heading h2 {
    text-align: center;
    font-family: 'Graphik-Regular';
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.enlightening-people h2 strong, .account-heading h2 strong {
    font-family: 'Graphik-Bold';
}
.enlightening-people h2 ::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 120px;
    height: 5px;
    background: #2491eb;
}
section.enlightening-people p:nth-last-child(2) {
    margin-bottom: 6px;
}
.enlightening-people p {
    margin-bottom: 20px;
    line-height: 40px;
}
section.enlightening-people {
    padding: 110px 0 0;
}
.client-row {
    display: flex;
    /* align-items: center; */
    max-width: 1042px;
    margin: 0 auto;
    padding: 20px 0 40px;
    border-bottom: 1px solid #e2e6eb;
}
.client-row:not(:first-child) {
    padding-top: 37px;
}
.client-row:last-child{
    border-bottom: none;
}
.client-row .image {
    width: 300px;
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: 'Graphik-Medium';
}
.content {
    width: calc(100% - 300px);
    font-size: 22px;
    color: #0d335c;
    border-left: 1px solid #e2e6eb;
    padding: 0 0 0 30px;
    line-height: 37px;
}
.content p{
    margin-bottom: 25px;
}
.content p:last-child{
    margin-bottom: 0;
}
.client-list-inner {
    border-top: 2px solid #e9edf0;
    padding: 60px 0 0;
    margin: 80px 0 90px;
}
.accounting-customizations-heights p{
    font-family: 'Graphik-Semibold';
    font-size: 20px;
    line-height: 1.5;
    color: #0d335c;
}
.accounting-customizations-heights {
    text-align: center;
    margin: 70px 0 0;
}
.accounting-customizations-heights a{
    color: #2491eb;
    text-decoration: none;
}

/*-------------------*/

section.profits-rows {
    overflow: hidden;
    margin: 80px 0 80px 0;
}
.profits-row {
    float: right;
    width: 798px;
    clear: both;
    display: flex;
    margin-bottom: 90px;
    align-items: center;
}
.profits-row .image {
    width: 315px;
    position: relative;
}
.profits-row .image::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 2px dashed #c1d5e6;
    top: 256px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.profits-row .image::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 100%;
    top: 306px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/get_started_arrow2.png);
    background-repeat: repeat-y;
    background-position: 0px 0;
}
.profits-row .profits-content {
    width: calc(100% - 315px);
        padding: 0 0 0 20px;
}
.profits-row .profits-content h2 {
    font-family: 'Graphik-Regular';
    line-height: 1.1;
    margin: 0 0 10px;
}
.profits-row .profits-content h2 strong{
    font-family: 'Graphik-Bold';
}
.profits-row .profits-content p{
    line-height: 1.8;
    font-size: 22px;
}
.profits-row:nth-child(2n) {
    float: left;
}
.profits-row:nth-child(2n) .image{
    order: 2;
}
.profits-row:nth-child(2n) .profits-content{
    order: 1;
    padding: 0 20px 0 0;
}

.profits-row:last-child{
    margin-bottom: 0;
}
.profits-row:last-child .image:before, 
.profits-row:last-child .image:after{
    display: none;
}
section.footer-getstarted.getstarted-section-footer {
    background-image: url(../images/getstarted-section-footer.png);
    padding: 125px 0 180px;
}
section.footer-getstarted.getstarted-section-footer h2{
    text-transform: uppercase;
}
section.footer-getstarted.getstarted-section-footer p {
     font-family: 'Graphik-Regular';
     font-size: 30px;
}
section.footer-getstarted.getstarted-section-footer p a{
    font-family: 'Graphik-Bold';
    color: #fff;
}
.address {
    display: flex;
    max-width: 900px;
    margin: 100px auto 30px;
    justify-content: space-between;
}
.address-box {
    width: 49%;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
}
.address-box h4 {
    font-family: 'Graphik-Semibold';
    font-size: 28px;
    margin: 20px 0 10px;
}
.ponter-icon {
    margin: -70px auto 0;
    max-width: 100px;
    background: #fff;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-box p {
    font-size: 20px !important;
    font-family: 'Graphik-Regular';
}
section.get-started-contact-form {
    margin: -190px 0 0;
    z-index: 3;
    position: relative;
}
.get-started-contact-form-inner {
    background: #fff;
    padding: 70px 170px 40px 170px;
    border-radius: 30px 0 30px 0;
    box-shadow: 0 6px 30px 5px rgb(0 0 0 / 10%);
}
.input-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 49%;
    height: 70px;
}
input[type="text"]:focus, input[type="email"]:focus, 
input[type="url"]:focus, input[type="password"]:focus, 
input[type="search"]:focus, input[type="number"]:focus, 
input[type="tel"]:focus, input[type="range"]:focus, 
input[type="date"]:focus, input[type="month"]:focus, 
input[type="week"]:focus, input[type="time"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, i
nput[type="color"]:focus, textarea:focus{
    outline: none;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    border-color: #2491eb;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    font-size: 25px;
    color: #0d335c;
    box-sizing: border-box;
    border: none;
    background: #fff;
    border-bottom: 2px solid #eff0f0;
    font-family: 'Helvetica';
    padding: 8px 27px;
}
.wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0d335c;
  opacity: 1;
}
.wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0d335c;
  opacity: 1;
}
.wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0d335c;
  opacity: 1;
}
.wpcf7-form-control-wrap .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #0d335c;
  opacity: 1;
}
.wpcf7-form label.error {
    display: block;
    margin: 7px 0 0;
}
.get-started-contact-form-inner  .wpcf7-submit {
    font-size: 18px;
    width: 188px;
    height: 57px;
    font-family: 'Graphik-Bold';
    background-color: #2491eb;
    display: inline-block;
    border-radius: 9999px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px 0 rgb(36 145 235 / 23%);
    margin: 30px auto 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2491eb;
    padding: 10px;
    margin: 0 0 0 17px;
    text-align:center;
}
.get-started-contact-form-inner p {
    margin: 0;
}

.inner_banner img.attachment-full,
.services_banner img.attachment-full {
    width: 100%;
    display: block;
}



section.holistic_ecosystem {
    position: relative;
    padding: 60px 0 90px;
    background: #f5f7fd;
    margin: 130px 0 0;
}
section.healthcare_logos {
    position: relative;
    padding: 0 0 250px;
}
.healthy_objectives_inner {
    display: flex;
    justify-content: space-between;
}
.healthy_objectives_left {
    width: 650px;
}
.healthy_objectives_right {
    margin: 0 -15% 0 0;
}
.healthy_objectives_left h2 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 20px;
}
section.healthy_objectives {
    padding-bottom: 100px;
}
.healthy_objectives p {
    line-height: 38px;
    font-family: 'Helvetica';
    color: #294468;
    font-size: 24px;
}
.holistic_ecosystem .cuttoff-svg {
    top: -156px;
    bottom: auto;
}
.holistic_ecosystem_inner {
    display: flex;
    justify-content: space-between;
}
.holistic_ecosystem_left {
    width: 670px;
    margin: 0 0 0 -10%;
}
.holistic_ecosystem_right {
    width: 650px;
    padding: 0 0 0 0px;
}
.holistic_ecosystem_right p {
    line-height: 1.6;
    color: #294468;
}
body.page-template-tpl_healthcare .footer-getstarted{
    display: none;
}
.holistic_ecosystem_right h2 {
    font-family: 'Graphik-Regular';
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 1.2;
}
.holistic_ecosystem_right h2 strong {
    font-family: 'Graphik-Bold';
}
.holistic_ecosystem_right h5 {
    color: #274467;
    font-size: 22px;
    font-family: 'Helvetica-Bold';
    line-height: 1.4;
    margin: 20px 0 20px;
}
.holistic_ecosystem_right ul li {
    background: url(../images/thick.png) no-repeat left center;
    padding: 0 0 0 36px;
    margin: 0 0 16px 0;
}
.testimonial-inner {
    border-top: 2px solid #eceef4;
    margin: 100px 0 0;
}
.testimonial-inner p {
    color: #274467;
    font-size: 39px;
    text-align: center;
    margin: 110px 0 0;
    position: relative;
    line-height: 1.5;
}
.testimonial-inner p::before {
    content: "";
    width: 44px;
    height: 37px;
    display: inline-block;
    background: url(../images/quote-sign-small.png) no-repeat 0 0;
    margin: 0 0 0 0;
    position: relative;
    left: -20px;
}
.testimonial-js.owl-theme .owl-dots .owl-dot span{
    background: transparent;
    border:1px solid #2491eb;
    width: 12px;
    height: 12px;
}
.testimonial-js.owl-theme .owl-dots .owl-dot.active span, .testimonial-js.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #2491eb;
}
.testimonial-js .owl-dots {
    margin-top: 30px;
}
.healthcare_quote_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1145px;
    margin: 120px auto 90px;
    align-items: center;
}
.healthcare_quote_right {
    width: 838px;
    padding: 0 0 0 70px;
}
.healthcare_quote_content {
    line-height: 1.6;
    color: #294468;
}
.healthcare_quote_left img {
    width: 306px;
    height: 306px;
    border-radius: 50%;
}
.healthcare_quote_des {
    margin: 20px 0 0;
}
.healthcare_quote_des p {
    color: #294468;
    margin: 0 0 7px;
    font-size: 20px;
}
.healthcare_quote_des h4{
    color: #294468;
    font-family: 'Helvetica-Bold';
}
.healthcare_logos_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 2px solid #eceef4;
    padding: 40px 0 0 0;
}
.logo-box {
    width: 16.66%;
    text-align: center;
}
.logo-box img{
    display: inline-block;
}

strong.sound {
    display: block;
    margin-top: 22px;
}


li#menu-item-498 {
    display: none;
}

ul.fader {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    height: auto;
}

ul.fader li {
    padding: 0px !important;
    background: none !important;
    font-size: 10px;
}









/*.roting_testimonials {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    height: 550px;
}

.roting_testimonials_list {
    padding: 0px !important;
    background: none !important;
    font-size: 10px;
}*/
section.holistic_ecosystem.entertainment .holistic_ecosystem_inner {
    align-items: center;
}
.together {
    position: relative;
    padding: 80px 0 90px;
    background: #f5f7fd;
    margin: 60px 0 0;
}
.together  .cuttoff-svg {
    top: -150px;
    bottom: auto;
}
.together-row {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.together-row .list {
    float: left;
    width: 50%;
}
.together-row .list h4 {
    margin: 0 0 20px;
    font-size: 30px;
    font-family: 'Helvetica-Bold';
}
.together-row ul li {
    background: url(../images/thick.png) no-repeat left 10px;
    padding: 0 0 0 36px;
    margin: 0 0 10px;
}
section.together h2, .star-review-inner h2 {
    text-transform: uppercase;
    font-family: 'Graphik-Regular';
    line-height: 1;
    margin: 0 0 40px;
}
section.together h2 strong, .star-review-inner h2 strong {
    font-family: 'Graphik-Bold';
}
section.together .row-col-left {
    width: 60%;
}
section.together .row-col-right {
    width: 40%;
}
section.together .icon {
    margin: 0 0 40px;
}
section.together .row-col-left ul{
    width: 50%;
    float: left;
}
section.together .row-col-right img{
    max-width: none;
}
section.star-review {
    margin: 130px 0 190px;
}
.together .section-heading {
    margin: 0 0 150px;
}
.together .section-heading h2{
    line-height: 1.2;
}
.star-review .btn-wrap a {
    margin: 40px auto 0;
}
.star-review-inner h2 {
    line-height: 1.2;
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.star-review-inner h2::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #2491eb;
}
.star-review-inner h2 em{
    font-style: italic;
}
section.holistic_ecosystem.entertainment p{
    margin-bottom: 20px;
}
section.holistic_ecosystem.entertainment p span{
    font-size: 22px;
    font-family: 'Helvetica-Bold';
}
section.footer-getstarted.entertainment{
    background-image: url(../images/section.footer-getstarted-entertainment.jpg);  
}
section.footer-getstarted.entertainment h2{
    text-transform: uppercase;
}
section.footer-getstarted.entertainment .contact_btn{
    margin: 0 auto;
    min-width: 238px;
}</pre></body></html>