/*
 Theme Name:   Kinovo Consulting 
 Theme URI:    https://kinovo.io
 Description:  Infinite Child Theme
 Author:       Freshworks Web Design
 Author URI:   http://freshworks.ca
 Template:     infinite
 Version:      1.0.6
*/

/*------------------------------------*\
    BRANDING
\*------------------------------------*/

:root {
  --dark-blue: #072643;
  --light-blue: #4A97D1;
  --cream: #F5F2EF;
}

/*------------------------------------*\
    UTILITY
\*------------------------------------*/

.flex {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.mobile-only {
    display: none;
}

.tablet-only {
    display: none;
}

.desktop-only {
    display: block;
}

.push-left .gdlr-core-pbf-column-content {
    margin-left: 0;
}

.push-right .gdlr-core-pbf-column-content {
    margin-right: 0;
}

.no-click {
    pointer-events: none;
}

.align-center > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-p p {
    margin-bottom: 6px;
}

.extend-right-30 {
    margin-right: -30px;
}

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

body {
    word-break: normal;
}

address {
    font-style: normal;
}

img[src$=".svg"] {
    width: 99999px;
}

sup {
    vertical-align: super;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.infinite-body .infinite-main-menu-right-button {
    padding: 5px 40px;
    border-radius: 100px;
}

.infinite-body .infinite-main-menu-right-button:hover {
   background-color: #F5F2EF;
   color: #072643;
   border-color: #F5F2EF;
}

.infinite-body .infinite-main-menu-right-wrap {
    margin-top: 4px;
}

/*------------------------------------*\
    MOBILE MENU (Overlay)
\*------------------------------------*/

.infinite-overlay-menu-content ul li a {
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

/*------------------------------------*\
    PAGE SPECIFIC
\*------------------------------------*/

/* Our Services (LEFT) */
.core-pillar.ai img {
    max-width: 25px;
}

.core-pillar.platform img {
    max-width: 26px;
}

.core-pillar.infrastructure img {
    max-width: 24px;
}

.core-pillar.observability img {
    max-width: 30px;
}

.core-pillar.data img {
    max-width: 24px;
}

.core-pillar.security img {
    max-width: 24px;
}

/* Our Services (RIGHT) */
.our-services-2 table tr {
    background-color: transparent !important;
}

.our-services-2 table tr td {
    padding: 0;
    vertical-align: middle;
}

.our-services-2 table tr td:nth-child(1) {
    padding-right: 30px;
}

.our-services-2 table tr td:nth-child(1) img {
   max-width: 170px;
}

.our-services-2 table tr td:nth-child(2) {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #144365;
    padding: 7px 0 7px 30px;
}

.our-services-2 table tr td:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;     
  height: 54px;
  background: #BAD8F5;
  top: 50%;
  transform: translateY(-50%);
}

.accessnavigator img {
    max-width: 160px;
}

/* Our Leadership */
#our-leadership a {
    text-decoration: underline;
}

#our-leadership .gdlr-core-pbf-wrapper-container {
    justify-content: space-between;
}

#our-leadership .gdlr-core-pbf-wrapper-container::after {
    display: none;
}

#our-leadership .gdlr-core-column-12 {
    max-width: 195px;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

/* Coming Soon */
.flex-form {
    gap: 10px;
    align-items: center;
}

.flex-form .frm_third {
    position: relative;
    width: 400px;
}

.flex-form .frm_third label {
    position: absolute;
    left: 25px;
    top: 12px;
}

.flex-form .frm_third input[type="text"] {
    padding-left: 100px;
}

.flex-form .frm_third input[type="email"] {
    padding-left: 130px;
}

.flex-form .frm_sixth {
    width: 153px;
}

/* LP */
#form_contact-us-lp .frm_form_field {
    position: relative;
}

#form_contact-us-lp .form-field {
    margin-bottom: 15px;
}

#form_contact-us-lp .frm_form_field label {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 14px;
}

#form_contact-us-lp input {
    height: 71px;
    padding: 25px 0 0 30px;
}

#form_contact-us-lp textarea {
    padding: 40px 0 0 30px;
}

#form_contact-us-lp input::placeholder,
#form_contact-us-lp textarea::placeholder {
    font-weight: 400;
    color: #000;
}

#form_contact-us-lp .frm_required {
    color: #4A97D1;
}

#form_contact-us-lp .frm_button_submit {
    width: 205px;
    border-radius: 100px;
    background-color: #357FB8;
    font-weight: 600;
}

#form_contact-us-lp .frm_button_submit:hover {
    background-color: #072643;
    color: #F5F2EF;
}

/*------------------------------------*\
    POP UPs (BIOS)
\*------------------------------------*/

.pum-content p {
    color: #144365;
}

.pum-content .ls {
    width: 25%;
    margin: auto;
}

.pum-content .ls img {
    display: block;
    max-width: 165px;
    border-radius: 35px;
    margin-bottom: 25px;
}

.pum-content .ls h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.pum-content .ls p {
    font-size: 17px;
    font-weight: 500;
}

.pum-content .rs {
    width: 75%;
}

.pum-content .rs .bio {
    padding: 20px 10%;
    border-left: 1px solid #C5DBE9;
    line-height: 1.5;
}

.pum-content .rs .linkedin {
    margin-bottom: 0;
}

.pum-content .rs .linkedin a {
    font-size: 17px;
    font-weight: 500;
    gap: 10px;
}

.pum-content .rs .linkedin img {
    width: 23px;
    height: 23px;
}

.pum-close {
    width: 13px !important;
    height: 13px !important;
    background-image: url('img/close.svg') !important;
    background-size: 13px 13px !important;
    background-repeat: no-repeat !important;
    right: 20px !important;
    top: 20px !important;
    content: '' !important;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer a:hover {
    text-decoration: underline;
}

/* Footer Menu */
#menu-footer {
    padding-left: 20%;
}

#menu-footer li:before {
    content: '';
}

#menu-footer li {
    margin-bottom: 0;
}

#menu-footer li a {
    color: #fff;
    font-size: 14px;
}

/* Footer Copyright */
#copyright .flex {
    justify-content: space-between;
    color: #fff;
}

#copyright a {
    color: #fff;
}

#copyright .flex .flex {
    justify-content: flex-end;
    gap: 40px;
}

/* LinkedIn */
#footer .linkedin {
    position: absolute;
    top: 0;
    right: 0;
}


/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/

/* Desktop > 1300px */
@media (max-width: 1300px) {

    .infinite-logo-inner {
        max-width: 190px;
    }

    .infinite-navigation .sf-menu > li {
        padding-left: 10px;
    }
    
    /* Bios */
    .pum-container {
        padding: 5% !important;
    }

    .pum-content .rs .bio {
        padding: 20px 5%;
        border-left: none;
    }

}

/* Tablet (Hamburger Menu) */
@media (max-width: 999px) {

    p > br {
        display: none;
    }

    .tablet-only {
        display: block;
    }

    .our-services-2 table tr {
        display: flex;
        flex-direction: column;
    }

    .our-services-2 table tr td:nth-child(1) {
        text-align: left;
    }

    .our-services-2 table tr td {
        margin-bottom: 20px;
        padding: 0 !important;
    }

    .our-services-2 table tr td:nth-child(2)::before {
        background: none;  
    }
	
}

/* Mobile (Stacked) */
@media (max-width: 767px) {

    /* Utility */
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .extend-right-30 {
        margin-right: auto;
    }

    .flex-form {
        flex-direction: column;
    }

    .flex-form > div {
        width: 100% !important;
    }

    /* Our Leadership */
    #our-leadership h3 {
        font-size: 30px !important;
    }

    #our-leadership .gdlr-core-title-item-caption,
    #our-leadership .gdlr-core-text-box-item-content {
        font-size: 20px !important;
    }

    #our-leadership .gdlr-core-title-item {
        padding-bottom: 20px !important;
    }

    #our-values .gdlr-core-pbf-column-content {
        max-width: 100% !important;
    }

    /* Bio Pop Ups */
    .pum-container {
        padding: 8% !important;
    }

    .pum-content > .flex {
        flex-direction: column;
    }

    .pum-content .ls,
    .pum-content .rs {
        width: 100%;
    }

    .pum-content .ls p {
        padding-bottom: 20px;
        border-bottom: 1px solid #C5DBE9;
    }

    .pum-content .rs .bio {
        padding: 10px 0;
    }

    /* Footer */
    #menu-footer {
        padding-left: 0;
    }

    #menu-footer li::before {
        display: none;
    }

    #copyright > .gdlr-core-text-box-item-content {
        font-size: 12px;
    }

    #copyright > .gdlr-core-text-box-item-content > .flex {
        flex-direction: column-reverse;

    }

    #copyright .flex .flex {
        justify-content: flex-start;
        gap: 20px;
        margin-bottom: 10px;
    }

}

/* Small Mobile */
@media (max-width: 420px) {

    #our-leadership .gdlr-core-column-12 {
        max-width: 300px;
    }

}

/*------------------------------------*\
   BROWSER SPECIFIC
\*------------------------------------*/

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/

.animated {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animated.fadeInLeft {
    transform: translateX(-100px);
}

.animated.fadeInRight {
    transform: translateX(100px);
}

.animated.fadeInUp {
    transform: translateY(50px);
}

.animated.fadeInDown {
    transform: translateY(-50px);
}

.animated.reveal {
    opacity: 1;
    transform: translate(0,0);
}

/* Manual Delays */
.delay-1 {transition-delay: 0.1s;}
.delay-2 {transition-delay: 0.2s;}
.delay-3 {transition-delay: 0.3s;}
.delay-4 {transition-delay: 0.4s;}
.delay-5 {transition-delay: 0.5s;}
.delay-6 {transition-delay: 0.6s;}
.delay-7 {transition-delay: 0.7s;}
.delay-8 {transition-delay: 0.8s;}
.delay-9 {transition-delay: 0.9s;}

/* Cascade In-Line Animations on Desktop */
@media (min-width: 999px) {
    .gdlr-core-column-first.gdlr-core-pbf-column + .gdlr-core-pbf-column:not(.gdlr-core-column-first) .animated {transition-delay: 0.3s;}
    .gdlr-core-column-first.gdlr-core-pbf-column + .gdlr-core-pbf-column:not(.gdlr-core-column-first) + .gdlr-core-pbf-column:not(.gdlr-core-column-first) .animated {transition-delay: 0.6s;}
    .gdlr-core-column-first.gdlr-core-pbf-column + .gdlr-core-pbf-column:not(.gdlr-core-column-first) + .gdlr-core-pbf-column:not(.gdlr-core-column-first) + .gdlr-core-pbf-column:not(.gdlr-core-column-first) .animated {transition-delay: 0.9s;}
}

