@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semibold';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Semibold.woff') format('woff'), url('../fonts/SegoeUI-Semibold.ttf') format('truetype'), url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Light';
    src: url('../fonts/SegoeUI-Light.eot');
    src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype'), url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI";
    color: #000000;
}

html {
    scroll-behavior: smooth;
}
.card-body{
    padding: 0;
}

section {
    padding: 60px 0;
}

.pad0 {
    padding: 0;
}

.hide {
    display: none
}

.classleft {
    left: 50%
}

.container-specified {
    padding: 0 10%;
}

h1, h2, h3 {
    font-family: "Segoe UI Bold";
}

h1 {
    font-size: 4.5em;
}

h2 {
    font-size: 3em;
}

p {
    font-size: 1.2em;
}

.hr-decorative {
    height: 12px;
    width: 80px;
    border: none;
}

.hr-orange {
    background: #f16122;
}

.hr-white {
    background: #ffffff;
}

.hr-left {
    text-align: left;
    margin: 15px 0;
}

/* Start Navigation */

nav {
    padding: 10px 10%!important;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    position: absolute;
    width: 100%;
}

.header-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu .menu > li {
    display: inline-block;
    margin-right: 25px;
}

.header-menu .menu > li a {
    color: #ffffff;
    text-transform: uppercase;
    padding-left: .5rem;
    padding-right: .5rem;
}

.header-menu .menu > li a:hover {
    box-shadow: 0px 2px #ffffff;
    transition: box-shadow 0.5s;
    text-decoration: none;
}

.header-menu .menu > li.active a {
    font-weight: bold;
}

.header-menu .menu > li.active a:hover {    
    box-shadow: 0px 2px #f16122;
    transition: box-shadow 0.5s;
    text-decoration: none;
}

.navbar-dark .navbar-nav a.nav-item.nav-link {
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 25px;
}

.navbar-dark .navbar-nav a.nav-item.nav-link.active {
    font-family: "Segoe UI Medium";
}

.search-icon i {
    color: #f16122;
}

a.nav-item.nav-link.search-icon {
    text-align: center;
    width: 32px;
    height: 32px;
    background: white!important;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 10px;
}

/* End Navigation */

.journey-1 {
    background-image: url(../images/bg_01.png), url(../images/bg_02.png);
    background-position: right top, left top 300px;
    background-repeat: no-repeat, no-repeat;
    background-color: #ffffff;
    padding: 140px 0 730px 0;
    color: #ffffff;
}

.main-banner-left {
    margin-top: 200px
}

.main-banner-left h1, .main-banner-left h2 {
    font-family: "Segoe UI Bold";
    color: #000000;
    font-size: 4em;
    margin-bottom: 0;
}

.main-banner-left h1 {
    font-size: 3em;
    font-family: "Segoe UI Bold";
}

.main-banner-left h1, .main-banner-left .btn-sec{
    padding: 1.5rem 0
}

.button-orange-round {
    background: #f16122;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: margin 0.5s;
}

button.button-orange-round i {
    transition: all 0.5s;
}

button.button-orange-round:hover i, button.button-orange-round:focus i {
    margin-left: 10px;
    transition: all 0.5s;
}

h2 {
    font-size: 3em;
}

.kuber-six {
    text-align: center;
}

section.journey-2 {
    margin-top: -445px;
}

.journey-3 {
    background-image: url(../images/bg_04.png), url(../images/bg_03.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-color: #ffffff;
    margin-top: -450px;
    padding: 600px 0 0px 0;
}

.road-1-text {
    /* padding-top: 500px; */
    text-align: left;
}

.road-1-text hr, .road-1-text h2 {
    text-align: left;
    margin: 20px 0;
    color: #ffffff;
}

.did-you-know li {
    display: inline-block;
}

.did-you-know li:last-child {
    border-bottom: 2px solid #fcb116;
    width: 72%;
    vertical-align: bottom;
}

.did-you-know .dyk-block {
    margin: 2em 0 5em 0;
}

.did-you-know .svg-box {
    padding: 1em 0;
}

.dyk-block .svg-box {
    position: relative;
    width: 200px;
    height: auto;
}

.dyk-block .text, .dyk-block .text1, .dyk-block .text2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    font-family: "Segoe UI Medium";
    color: #f16122;
}

.dyk-block svg {
    transform: rotate(-90deg);
    width: 200px;
    height: 200px;
    fill: none;
}

.dyk-block svg circle {
    stroke-width: 1;
    stroke: #c8c7c7;
}

.dyk-block svg .bar {
    stroke-width: 6;
    stroke: #f16122;
    stroke-linecap: round;
}

.journey-4 {
    background-image: url(../images/bg_051.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 100px 0 0;
    background-size: 36%;
}
}

.kuber-heights {
    padding: 3em 0 0;
}

.kuber-boxes {
    padding: 1em 1em 4em 1em;
    text-align: center;
}

.kuber-boxes h3 {
    margin: 1em 0 0.3em;
}

section.journey-4 h2 {
    width: 55%;
    margin: 0 auto;
}

.leftover-design {
    padding: 0;
}

/* .leftover-design {
    background: url(../images/grey-bg.png);
    padding: 192px 0;
    background-size: cover;
} */

.journey-5 {
    background: #eeeeee;
}

.sub-heading {
    font-family: "Segoe UI Medium";
    font-size: 2em;
    text-align: center;
}

.timeline.heading-box {
    margin-bottom: 4em;
}

.timeline-image {
    padding: 2em 0;
}

.timeline-form {
    padding: 2em 0;
}

.timeline-form form {
    text-align: center;
}

.timeline-form {
    text-align: center;
}
.timeline-form ul{
	position:relative
}
.timeline-form span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
}
.timeline-form ul, .timeline-form .tnp-subscription{
    list-style: none;
    text-align: center;
    display: inline-block;
    background: #f16122;
    border-radius: 50px;
    transition: box-shadow .5s;
}

.timeline-form li {
    display: initial;
}

.timeline-form .tnp-subscription {
    width: auto;
    max-width: none;
}

.timeline-form .tnp.tnp-subscription .tnp-field-email, 
.timeline-form .tnp.tnp-subscription .tnp-field-button {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.timeline-form input, .timeline-form .tnp.tnp-subscription .tnp-email {
    border-radius: 50px;
    padding: 0.8em 1em;
    width: 16em;
    border: 1px solid #f16122;
    font-size: 1.2em;
	outline: none;
}

.timeline-form button, .timeline-form .tnp.tnp-subscription .tnp-submit {
    text-transform: uppercase;
    background: #f16122;
    border-radius: 50px;
    border: 1px solid #f16122;
    font-size: 1.2em;
    padding: 0.8em 2.2em 0.8em 1em;
    font-family: "Segoe UI Medium";
    color: #ffffff;
	outline: none;
}

.timeline-form .tnp.tnp-subscription .tnp-email {
    width: 280px;
    padding: 18px 15px;
    height: auto;
    background-color: #fff;
    font-size: 18px;
    color: #000000;
}

.timeline-form .tnp.tnp-subscription .tnp-submit {
    font-size: 20px;
}


.timeline-form .tnp.tnp-subscription .tnp-submit .fa {
    display: none;
}

.timeline-form .tnp-subscription:hover {
    box-shadow: 8px 8px rgba(241, 97, 34, 0.25);
    transition: box-shadow 0.5s;
}

.journey-5 {
    padding: 60px 0 200px 0;
}

footer.journey-ends {
    background: url(../images/bg-footer.png);
    background-position: left top;
    margin-top: -300px;
    padding-top: 320px;
    background-size: cover;
}

.need-help-sec {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    color: #ffffff;
}

.need-help-sec li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    margin-bottom: 12px;
    text-align: left;
}

.need-help-sec li:last-child {
    margin-right: 0px;
}

.f2-text {
    font-size: 4em;
    font-family: "Segoe UI Medium";
}

.f21-text {
    font-size: 1.2em;
    text-align: left!important;
    font-family: "Segoe UI Medium";
}

button.talk-to-us {
    border: none;
    background: #ffffff;
    padding: 1em 2em;
    border-radius: 50px;
    font-size: 1em;
	outline: none;
}

.kuber-infomatics, footer #menu-footer-menu {
    text-align: center;
    padding: 2em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 2em 0 4em 0;
}

.kuber-infomatics li, footer #menu-footer-menu li{
    display: inline-block;
    margin-right: 6em;
}

.kuber-infomatics li:last-child, footer #menu-footer-menu li:last-child{
    margin-right: 0;
}

.kuber-infomatics li a, footer #menu-footer-menu li a{
    color: #ffffff;
    text-transform: uppercase;
}
.subscription-box input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,0.6);
}

.subscription-box input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.6);
}

.subscription-box input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,0.6);
}
.footer-menu-boxes h5, footer .widgettitle {
    text-transform: uppercase;
    font-family: "Segoe UI Medium";
    color: #ffffff;
    margin-bottom: 1.5em;
}

.footer-menu-boxes ul {
    list-style: none;
    color: rgba(255, 255, 255, 0.5);
}

.footer-menu-boxes a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-menu-boxes .social-boosters li {
    display: inline;
    margin-right: 0.6em;
}

.footer-menu-boxes .social-boosters a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7px 7px;
    border-radius: 50%;
}

.footer-menu-boxes p, .widget_newsletterwidget{
    font-size: 1em;
    color: rgba(255, 255, 255, 0.5);
}

.subscription-box li {
    list-style: none;
    display: inline-block;
	vertical-align: top;
}

ul.pad0.subscription-box li input {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 0.3em 0.5em;
    color: #ffffff;
    width: 100%;
	border-radius: 17px;
	outline:none
}

ul.pad0.subscription-box li input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}
textarea.wpcf7-form-control.wpcf7-textarea {
    resize: none;
}
ul.pad0.subscription-box button {
    border-radius: 50px;
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: 1em;
    padding: 0.4em 1.5em;
	outline: none;
}

ul.pad0.subscription-box li:first-child {
    width: 59%;
}

.footer-menu-boxes .contact-info li:last-child {
    margin-top: 2em;
    color: #ffffff;
}

.footer-menu-boxes .contact-info li:last-child a {
    color: #ffffff;
}

.footer-copyright {
    background: rgb(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 0.8em;
    padding: 1.5em 0;
    margin: 3em 0 0 0;
}

.footer-copyright p {
    margin: 0;
}

.navbar-collapse.show {
    text-align: center;
    z-index: 1;
    margin: 0 -6%;
    width: 100%;
    background: linear-gradient(90deg, rgba(252, 171, 22, 1) 0%, rgba(244, 121, 31, 1) 52%, rgba(242, 104, 33, 1) 100%);
}

.tnp-field.tnp-field-email > label {
    display: none;
}

.widget_newsletterwidget .tnp.tnp-widget {
    margin-top: 1em;
}

.tnp-widget .tnp-field {
    list-style: none;
    display: inline-block;
}

.tnp-widget .tnp-field-email {
    width: 60%;
}

.tnp-widget .tnp-field-email > input {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 7.6px 5px;
    color: #ffffff;
    width: 100%;
    height: auto;
}

.tnp-widget .tnp-field-email > input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.tnp-widget .tnp-field-button > .tnp-submit {
    border-radius: 50px;
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: 1em;
    padding: 0.4em 1.5em;
}

.tnp-widget .tnp-field-button > .tnp-submit:hover {
    box-shadow: 8px 8px rgba(255, 255, 255, 0.25);
    transition: box-shadow 0.5s;
}

/* Start Mobile Menu*/

.mob-nav {
    width: 100%;
    list-style: none;
    height: 100vh;
    position: absolute;
    background: linear-gradient(90deg, rgba(252, 171, 22, 1) 0%, rgba(244, 121, 31, 1) 52%, rgba(242, 104, 33, 1) 100%);
    top: 0;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    z-index: 9;
}

.mob-nav ul {
    list-style: none;
    font-size: 1.2em;
}

.mob-nav ul li a {
    text-transform: uppercase;
    color: #ffffff;
    margin: 0.6em;
}

.mob-nav ul li a:hover {
    box-shadow: 0 -2px inset #ffffff;
    transition: 0.5s ease;
}

.d-flex.align-center.justify-center {
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.mob-heads {
    position: relative;
}

.mob-menu-head {
    position: absolute;
    top: 0;
    padding: 10px 5%;
    width: 100%;
}

.mob-menu-head li {
    display: inline-block;
}

.mob-menu-head li:last-child {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    cursor: pointer;
}

.mob-brand-nav li:first-child img {
    width: 75%;
    margin-top: 5px;
}

.d-menu-listing li {
    padding: 0.2em 0;
}

.hidden {
    display: none;
}

.d-menu-listing li:last-child a:hover {
    box-shadow: none!important;
}

.d-menu-listing li:last-child {
    margin-top: 1em;
}

ul.pad0.d-menu-listing input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f16122;
    margin-right: 20px;
    outline: none;
    color: #ffffff;
    width: 70%;
}

.d-menu-listing .search-icon i {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: white;
    font-size: 16px;
    line-height: 15px;
}

.d-menu-listing input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.o-none {
    overflow: hidden;
}

ul.pad0.d-menu-listing {
    margin-top: 94px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
}

/* End Mobile Menu*/

/*Start Timeline*/

ul.project_timeline_section {
    padding: 0px;
    list-style: none;
    display: flex;
    float: right;
}

.circlemainimage, .circlemainimage2, .circlesection, .circlesection2 {
    position: relative;
}

.project_timeline {
    background-color: #eeeeee;
    /* padding: 70px; */
}

.project_timeline_section > li:nth-child(2n) .circlecontent {
    position: absolute;
    top: -65px;
    width: 100%;
}

.circlemainimage:before {
    position: absolute;
    content: '';
    background-image: url(../images/circleabove.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -10px;
}

ul.project_timeline_section {
    padding: 70px 0px 0 0;
}

.project_timeline_section h6 {
    font-size: 1.2em;
}

.project_timeline_section > li:nth-child(2n) .circlemainimage::before {
    position: absolute;
    content: '';
    background-image: url(../images/circlebelowred.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    bottom: -97px;
    top: auto;
}

@media (min-width:992px) and (max-width:1199px) {
    .project_timeline_section > li:nth-child(2n) .circlemainimage::before {
        bottom: -77px;
    }
    .project_timeline_section > li:nth-child(2n) .circlecontent h6, .circlecontent h6 {
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .project_timeline_section > li:nth-child(2n) .circlemainimage::before {
        bottom: -61px;
    }
    .project_timeline_section > li:nth-child(2n) .circlecontent h6, .circlecontent h6 {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .project_timeline_section > li:nth-child(2n) .circlemainimage::before {
        bottom: -61px;
    }
    .project_timeline_section > li:nth-child(2n) .circlecontent h6, .circlecontent h6 {
        font-size: 12px;
    }
    ul.project_timeline_section {
        display: block;
        margin: auto;
    }
    .project_timeline_section > li:nth-child(2n) .circlesection {
        padding: 25px 0px 90px 0px;
    }
    .project_timeline_section > li:nth-child(2n) .circlemainimage::before {
        bottom: -115px;
    }
    .project_timeline_section > li:nth-child(2n) .circlecontent {
        position: relative;
        top: 50px;
        width: 100%;
    }
    .circlecontent h6 {
        font-size: 17px;
    }
    .project_timeline_section > li:nth-child(2n) .circlecontent h6 {
        font-size: 17px;
    }
}

/* End Timeline*/

.nav-desktop-d a.nav-item.nav-link.search-icon {
    position: relative;
}

input.search-input-box2 {
    position: absolute;
    right: 0;
    top: 130%;
    background: transparent;
    outline: none;
    border: 1px solid #ffffff;
    padding: 0.3em 0.5em;
    color: #ffffff;
}

input.search-input-box2::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

/* Start UX */

.button-orange-round {
    transition: box-shadow 0.5s;
}

.button-orange-round:hover {
    box-shadow: 8px 8px rgba(241, 97, 34, 0.25);
    transition: box-shadow 0.5s;
}

.timeline-form ul:hover {
    box-shadow: 8px 8px rgba(241, 97, 34, 0.25);
    transition: box-shadow 0.5s;
}

button.talk-to-us {
    transition: box-shadow 0.5s;
}

button.talk-to-us:hover {
    box-shadow: 8px 8px rgba(255, 255, 255, 0.25);
    transition: box-shadow 0.5s;
}

.kuber-infomatics li a {
    padding-bottom: 2px;
    transition: cubic-bezier(0.53, 0.13, 0.03, 1.05) .5s;
}

.kuber-infomatics li a:hover {
    text-decoration: none;
    box-shadow: 0px -2px inset #ffffff;
    transition: .5s;
}

.footer-menu-boxes .social-boosters a:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    background: #ffffff;
    color: #f16122;
}

.navbar-dark .navbar-nav a.nav-item.nav-link:hover {
    padding-bottom: 2px;
    transition: box-shadow 0.5s;
}

.navbar-dark .navbar-nav a.nav-item.nav-link:hover {
    box-shadow: 0px 2px #ffffff;
    transition: box-shadow 0.5s;
}

ul.pad0.subscription-box button:hover {
    box-shadow: 8px 8px rgba(255, 255, 255, 0.25);
    transition: box-shadow 0.5s;
}

/* End UX */

/* Start Responsive Homepage */

@media (max-width: 1660px) {
    .journey-1 {
        background-size: 64%, 30%;
    }
    .journey-3 {
        background-size: 30%, 56%;
    }
    .journey-4 {
        background-size: 42%;
        padding: 100px 0 0 0;
    }
}

@media (max-width: 1440px) {
    body {
        font-size: 14px;
    }
    .navbar-dark .navbar-nav a.nav-item.nav-link {
        margin-right: 18px;
        font-size: 1.1em;
    }
    .main-banner-left {
        margin-top: 100px;
    }
    .journey-1 {
        background-size: 62%, 30%;
        background-position: right top, left top 200px;
        padding: 140px 0 530px 0;
    }
    .dyk-block svg {
        width: 150px;
        height: 150px;
    }
    .dyk-block .text, .dyk-block .text1, .dyk-block .text2 {
        font-size: 3em;
    }
    .dyk-block .svg-box {
        width: 150px;
    }
    .did-you-know li:last-child {
        width: 60%;
    }
    .kuber-boxes {
        padding: 2em 1em 1em 1em;
    }
    .kuber-heights {
        padding: 3em 0 0 0;
    }
    .journey-5 {
        padding: 60px 0 200px 0;
    }
    footer.journey-ends {
        padding-top: 240px;
    }
}

@media (max-width: 1330px) {
    .container-specified {
        padding: 0 5%;
    }
    nav {
        padding: 10px 5%!important;
    }
    body {
        font-size: 12px;
    }
    .navbar-dark .navbar-nav a.nav-item.nav-link {
        margin-right: 12px;
        font-size: 1.2em;
    }
    ul.pad0.subscription-box button,
    .tnp-widget .tnp-field-button > .tnp-submit {
        padding: 0.3em 1em;
    }
    a.navbar-brand img {
        width: 75%;
    }
    .kuber-infomatics li a {
        font-size: 1.2em;
    }
    p {
        font-size: 1.4em;
    }
    .footer-menu-boxes {
        font-size: 1.4em;
        padding: 1.2em 0;
    }
}

@media (max-width:1180px) {
    .journey-3 {
        background-size: 30%, 64%;
        background-position: right top, left bottom 140px;
    }
}

@media (max-width: 1100px) {
    .journey-1 {
        background-size: 67%, 30%;
    }
    .main-banner-left {
        margin-top: 0px;
    }
    ul.pad0.subscription-box li:first-child,
    .tnp-widget .tnp-field-email {
        width: 100%;
    }
    ul.pad0.subscription-box button,
    .tnp-widget .tnp-field-button > .tnp-submit {
        padding: 0.3em 1em;
        margin: 0.51em 0;
    }
    .footer-menu-boxes h5 {
        margin-bottom: 1em;
    }
}
@media (max-width: 991px) {
	.why-journey-1 .main-banner-left {
		margin-top: 4vw;
	}	
}
@media (max-width: 992px) {
    .main-banner-left h1 {
        font-size: 3.5em;
        width: 65%;
    }
    .journey-1 {
        background-position: right top, left top 100px;
        background-size: 19%, 20%;
        padding: 140px 0 80px 0;
    }
    .main-banner-right img {
        /*width: 40%;*/
        float: right;
    }
    .main-banner-right {
        margin-top: 50px;
    }
    section.journey-2 {
        margin-top: -80px;
    }
    .journey-3 {
        background-size: 30%, 100%;
        background-position: right top, left top -500px;
    }
    .road-1-text h2 {
        width: 60%;
    }
    .did-you-know {
        margin-top: 80px;
    }
    ul.pad0.subscription-box li:first-child,
    .tnp-widget .tnp-field-email {
        width: auto;
    }
    .journey-3 {
        background-size: 20%, 67vw;
        background-position: right top, left top -67vw;
        margin-top: -130px;
        padding: 120px 0 0 0;
    }
    .road-1-text h2 {
        width: 50%;
    }
    .road-1-text img {
        width: 50%;
    }
    section.journey-4 h2 {
        width: 75%;
    }
    .road-1-text {
        text-align: right;
    }
    button.talk-to-us {
        font-size: 1.2em;
    }
    .mob-nav ul {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .journey-3 {
        background-size: 20%, 75vw;
    }
    .road-1-text img {
        width: 50%;
    }
    .road-1-text {
        text-align: right;
    }
    .did-you-know {
        margin-top: 40px;
    }
    .journey-4 {
        padding: 50px 0 0 0;
    }
    .mob-nav ul {
        font-size: 1.2em;
    }
}

@media (max-width: 576px) {
    .journey-3 {
        background-size: 20%, 84vw;
    }
    .main-banner-left h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.3em;
    }
    .did-you-know li:last-child {
        width: 50vw;
    }
    .dyk-block .svg-box {
        margin: 0 auto;
    }
    .did-you-know .dyk-block {
        text-align: center;
        margin: 2em 0 0em 0;
    }
    .journey-1 {
        background-size: 55%, 20%;
    }
    .kuber-infomatics li {
        margin-right: 2em;
    }
}

@media (max-width: 440px) {
    .main-banner-left h1 {
        font-size: 2.2em;
        width: 100%;
    }
    /*.main-banner-right img {
        display: none;
    }*/
    .journey-1 {
        background-size: 45%, 38%;
        padding: 120px 0 60px 0;
    }
    .button-orange-round {
        padding: 8px 10px 6px 10px;
    }
    .hr-decorative {
        height: 5px;
        width: 50px;
    }
    h2 {
        font-size: 2em;
    }
    .journey-3 {
        background-size: 20%, 93vw;
    }
    .road-1-text h2 {
        width: 65%;
    }
    .road-1-text img {
        width: 75%;
    }
    section.journey-4 h2 {
        width: 100%;
    }
    .kuber-boxes h3 {
        font-size: 1.5em;
    }
    .sub-heading {
        font-size: 1.5em;
    }
    .timeline-form input, .timeline-form .tnp.tnp-subscription .tnp-email {
        padding: 0.8em 0.8em;
        width: 18em;
        font-size: 1em;
    }
    .timeline-form button, .timeline-form .tnp.tnp-subscription .tnp-submit {
        font-size: 1em;
        padding: 0.8em 1em 0.8em 0.25em;
    }
    .f2-text {
        font-size: 3em;
    }
    .need-help-sec li {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-height:400px) {
    ul.pad0.d-menu-listing li {
        display: inline-block;
    }
}

/* End Responsive Homepage */

/* About us page */

.about-journey1.journey-1 {
    background: url(../images/abg_01.png), url(../images/bg_02.png);
    background-position: right top, left top 85px;
    background-repeat: no-repeat, no-repeat;
    background-color: #ffffff;
    background-size: 64%, 20%;
    padding: 140px 0 360px 0;
}

.about-journey1.journey-1 .main-banner-left {
    margin-top: 12vw;
}

.about-journey2 {
    background: url(../images/abg_02.png), url(../images/abg_03.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
}

.testimonial-quote p {
    font-size: 1.5em;
    text-align: center;
}

.testimonial-quote {
    width: 60%;
    margin: 0 auto;
}

.client-designation p {
    text-align: right;
    margin: 0;
}

.client-designation {
    margin-top: 3em;
}

p.testimonial-name {
    font-family: "Segoe UI Bold";
}

.about-journey2 {
    background: url(../images/abg_02.png), url(../images/abg_03.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 39%, 100%;
    padding: 50px 0 120px 0;
}

.kuber-origin {
    background: url(../images/abg_04.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 3.5em 0 2em 0;
    border-radius: 100px;
}

.kuber-origin h4 {
    font-size: 2em;
    color: #f16122;
    font-family: "Segoe UI Semibold";
}

span.hero-word {
    font-size: 1.5em;
    font-family: "Segoe UI Semibold";
}

.about-kuber-cont {
    text-align: center;
    padding-bottom: 3em;
}

.about-kuber-cont h2 {
    padding-bottom: 1em;
}

.about-journey4 {
    background: url(../images/abg_05.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: top right;
    margin-top: -140px;
    padding: 60px 0 60px 0;
    margin-bottom: -100px;
}

.circle-core-values {
    vertical-align: middle;
    text-align: center;
    padding: 40px;
}

.kuber-core-values {
    height: 100%;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
}

.core-values-list li {
    background: url(../images/shadow.png);
    width: 360px;
    background-size: contain;
    height: 360px;
    background-position: bottom;
    background-repeat: no-repeat;
    float: left;
    list-style: none;
}

.core-values-list {
    margin-top: 150px;
}

.circle-core-values {
    vertical-align: middle;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    width: 300px;
    border-radius: 50%;
    height: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.circle-core-values p {
    margin: 15px 0 0 0;
}

.core-values-list li:first-child {
    margin-top: 4em;
}

.core-values-list li:last-child {
    margin-left: -8em;
}

.circle-core-values p {
    font-family: "Segoe UI Semibold";
    line-height: 22px;
}

.about-journey5 {
    background: #eeeeee;
    padding: 60px 0 250px 0;
}

.top-management p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
}

p.management-name {
    font-family: "Segoe UI Medium";
    font-size: 1.5em;
    color: #f16122;
    margin: 0;
}

p.management-designation {
    font-size: 1.3em;
    margin: 0;
}

.hr-grey {
    width: 60px;
    margin: 8px 0 30px 0;
    height: 5px;
    border: none;
    background: #7c7c7c;
}

.management-social {
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.team-management-desc {
    height: 100%;
}

.management-team-box {
    padding: 50px 0;
    border-bottom: 1px solid #7c7c7c;
}

ul.pad0.management-social li i {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border: 1p;
    border: 2px solid #f16122;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.8em;
    border-radius: 50%;
    margin: 0 0 10px 0;
    color: #f16122;
}

.team-management-desc {
    vertical-align: middle;
    height: 100%;
    justify-content: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.img-circle {
    border-radius: 50%;
}

.team-management-desc {
    padding: 20px;
}

.management-team-box:last-child {
    border: none;
}

.actual-quote {
    margin: 0 auto;
    text-align: center;
    padding: 0 0 30px 0;
}

.management-face {
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1600px) {
    .kuber-origin {
        padding: 2.5em 0 2em 0;
        border-radius: 70px;
    }
    .circle-core-values {
        width: 250px;
        height: 250px;
    }
    .core-values-list li {
        width: 300px;
        height: 300px;
    }
    .circle-core-values img {
        width: 60%;
    }
    .about-journey2 {
        background-size: 54%, 100%;
    }
}

@media(max-width: 1460px) {
    .testimonial-quote {
        width: 75%;
        margin: 0 auto;
    }
    .kuber-origin {
        padding: 2em 1em;
    }
    .about-journey4 {
        padding: 60px 0;
    }
    .about-journey1.journey-1 {
        padding: 140px 0 260px 0;
    }
    .about-journey2 {
        background-size: 45%, 100%;
        padding: 10px 0 120px 0;
    }
    ul.pad0.management-social li i {
        line-height: 2.1em;
    }
}

@media (max-width: 1368px) {
    .about-journey4 {
        background-size: 56%;
        margin-top: -100px;
    }
    ul.pad0.management-social li i {
        line-height: 2.5em;
    }
}

@media (max-width: 1184px) {
    .core-values-list li {
        width: 240px;
        height: 240px;
    }
    .circle-core-values {
        width: 190px;
        height: 190px;
    }
    .core-values-list {
        margin-top: 85px;
    }
    .about-journey4 {
        background-size: 52%;
        margin-top: -100px;
    }
    .about-journey1.journey-1 {
        padding: 140px 0 150px 0;
    }
}

@media (max-width: 992px) {
    /* .about-journey1 .main-banner-right img {
        width: 70%;
    } */
    .about-journey1.journey-1 {
        padding: 140px 0 140px 0;
    }
    /*.about-journey1 .main-banner-right {
        margin-top: -150px;
    }*/
    .about-journey1 .main-banner-left {
        margin-top: 70px;
    }
    .core-values-list {
        margin-top: 0px;
    }
    .core-values-list li:first-child {
        margin-top: 0em;
    }
    .core-values-list li:last-child {
        margin-left: 0em;
    }
    .about-journey4 {
        background-size: 45%;
        background-position: bottom right;
        margin-bottom: 20px;
    }
    .kuber-core-values {
        width: 70%;
    }
    .about-journey1.journey-1 .main-banner-left {
        margin-top: 10vw;
    }
}

@media(max-width: 768px) {
    .about-journey1 .main-banner-left {
        margin-top: 35px;
    }
    .about-journey1.journey-1 {
        padding: 140px 0 125px 0;
    }
    .actual-quote img {
        width: 8vw;
    }
    .about-journey-3 {
        padding: 20px 0 60px 0;
    }
    .about-journey4 {
        margin-top: 0;
        padding: 20px 0 60px 0;
    }
    .kuber-core-values {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .hr-left {
        text-align: center;
        margin: 20px auto;
    }
    .circle-core-values {
        padding: 25px;
    }
    .circle-core-values img {
        width: 48%;
    }
    .core-values-list {
        text-align: center;
        padding-top: 30px;
    }
    .core-values-list li {
        display: inline-block;
        float: none;
        margin: auto;
    }
    .about-journey4 {
        background-size: 80%;
    }
    ul.pad0.management-social li {
        display: inline-block;
    }
    ul.pad0.management-social {
        display: block;
    }
    .management-face {
        justify-content: left;
    }
    .management-face img {
        width: 35vw;
    }
    .kuber-origin h4 {
        font-size: 1.5em;
    }
    span.hero-word {
        font-size: 1.3em;
    }
    .about-journey1.journey-1 .main-banner-left {
        margin-top: 7vw;
    }
}

@media(max-width: 534px) {
    .about-journey4 {
        background-size: 100%;
    }
    /*.about-journey1 .main-banner-right img {
        width: 50%;
        float: right;
        display: block;
    }
    .about-journey1 .main-banner-right {
        margin-top: -70px;
    }*/
    ul.pad0.management-social li i {
        width: 35px;
        height: 35px;
        font-size: 1.2em;
        line-height: 2em;
    }
    .about-journey1 .main-banner-left {
        margin-top: 0;
    }
    .kuber-origin {
        border-radius: 200px;
    }
    .kuber-origin {
        padding: 2em 3em;
    }
    .about-kuber-cont {
        padding-bottom: 1em;
    }
    .about-journey-3 {
        padding: 20px 0 20px 0;
    }
    .about-journey1.journey-1 {
        padding: 140px 0 40px 0;
        background-size: 38%, 23%;
    }
    .testimonial-quote {
        width: 100%;
    }
    .about-journey2 {
        padding: 10px 0 50px 0;
    }
    .about-journey1.journey-1 .main-banner-left {
        margin-top: 0vw;
    }
}

ul.pad0.management-social li:hover i {
    box-shadow: 4px 4px rgb(241, 97, 34, 0.2);
    transition: box-shadow 0.5s;
}

/* Pricing page */

.pricing-journey1 {
    background: url(../images/pbg_01.png), url(../images/bg_02.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 60%, 18%;
    background-position: right top, left top 80px;
    padding: 140px 0 240px 0;
}

.pricing-journey2 {
    background: url(../images/pbg_02.png), url(../images/pbg_03.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 18%, 30%;
    background-position: top right, bottom left;
    padding: 60px 0 400px 0;
}

.pricing-features {
    padding: 50px 0 10px 0;
}

.pricing-structure-head h2 {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
}

.pricing-features h3 {
    font-family: "Segoe UI Semibold";
    color: #f16122;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
}

.accordion .card-header.collapsed:after {
    font-family: 'FontAwesome';
    content: "\f078";
}

.pricing-journey3 .card-header {
    color: #ffffff;
    background: #f16122;
    font-size: 1.4em;
    margin: 10px 0;
    font-family: "Segoe UI Semibold";
    border: 2px solid #f16122;
    cursor: pointer;
}

.pricing-journey3 .accordion>.card {
    border: none;
    background: transparent;
}

.pricing-journey3 .card-header.collapsed {
    border: 2px solid #f16122;
    background: white;
    margin: 10px 0;
    font-size: 1.4em;
    color: #f16122;
    font-family: "Segoe UI Semibold";
}

.pricing-journey3 .card-header.collapsed a{
    color: #f16122;
    text-decoration: none;
}

.pricing-journey3 .card-header a{
    color: #fff;
    text-decoration: none;
}

.pricing-faq-head {
    margin-bottom: 5em;
}

section.pricing-journey3 {
    margin-top: -500px;
    padding: 200px 0 400px 0;
    background: url(../images/dotted.png), url(../images/pbg_02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top -400px right, bottom 200px right;
    background-size: 48%, 15%;
}

@media(max-width: 1600px) {
    .pricing-journey1 {
        background-position: right top, left top 100px;
        padding: 140px 0 170px 0;
    }
    .pricing-features {
        padding: 30px 0 10px 0;
    }
    .pricing-journey3 {
        padding: 200px 0 300px 0;
    }
}

@media(max-width: 1440px) {
    .pricing-journey1 .main-banner-left {
        margin-top: 160px;
    }
}

@media(max-width: 1330px) {
    .pricing-journey1 {
        padding: 140px 0 120px 0;
    }
    .pricing-journey2 {
        padding: 0px 0 400px 0;
    }
    section.pricing-journey3 {
        padding: 200px 0 300px 0;
    }
    .pricing-journey1 .main-banner-left {
        margin-top: 10vw;
    }
}

@media(max-width:992px) {
    .pricing-structure-head h2 {
        width: 80%;
    }
    .pricing-features {
        padding: 15px 0 10px 0;
    }
    section.pricing-journey3 {
        padding: 150px 0 200px 0;
    }
    .pricing-faq-head {
        margin-bottom: 2em;
    }
    .pricing-structure-head h2 {
        width: 100%;
    }
    section.pricing-journey3 {
        padding: 100px 0 200px 0;
    }
    .pricing-journey1 .main-banner-left {
        margin-top: 7vw;
    }
}

@media(max-width: 534px) {
    .pricing-journey1 {
        background-size: 35%, 18%;
        padding: 140px 0 50px 0;
    }
    .pricing-journey1 .main-banner-left {
        margin-top: 0;
    }
    /*.pricing-journey1 .main-banner-right img {
        width: 60%;
        float: right;
        display: block;
    }
    .pricing-journey1 .main-banner-right {
        margin-top: -90px;
    }*/
    .pricing-features h3 {
        font-size: 1.6em;
    }
    .pricing-journey3 .card-header.collapsed {
        font-size: 1.2em;
        padding: 5px 10px;
    }
    .pricing-journey3 .card-header {
        font-size: 1.2em;
        padding: 5px 10px;
    }
    .pricing-journey3 .card-body {
        padding: 1rem 0.25rem;
    }
}

/* Why Kuber */

.why-journey-1 {
    background: url(../images/wbg_01.png), url(../images/bg_02.png);
    background-position: top right, top 100px left;
    background-repeat: no-repeat, no-repeat;
    background-size: 62%, 20%;
    padding: 140px 0 350px 0;
}

.why-journey-1 .main-banner-left {
    margin-top: 14vw;
}

.why-journey-2 {
    background: url(../images/wbg_02.png), url(../images/wbg_03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    padding: 140px 0 150px 0;
    background-size: 44vw, 20vw;
}

.hr-left1 {
    margin: 20px 0;
}

.why-journey-2 h2 {
    color: #ffffff;
}

.why-journey-4 h2 {
    width: 60%;
    margin: auto;
    text-align: center;
}

.why-journey-4 {
    background: url(../images/pbg_03.png), url(../images/dotted.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 23%, 40%;
    padding: 80px 0 120px 0;
}

.kuber-why {
    text-align: center;
    margin: 20px auto;
}

.kuber-approach {
    margin: 50px auto;
}

.why-journey-3 h2 {
    width: 50%;
    text-align: center;
    margin: auto;
}

.kuber-approach-boxes img {
    padding-bottom: 20px;
}

.kuber-approach-boxes {
    padding: 20px;
    text-align: center;
}

.why-journey-3 {
    margin-top: -150px;
}

.why-journey-5 {
    background: #eeeeee;
    /* padding-bottom: 400px; */
    text-align: center;
    margin: auto;
}

.why-journey-5 h2 {
    margin: 0 auto 30px auto;
}

.why-kuber-l {
    margin-top: -200px;
}

.why-journey-6 {
    padding: 100px 0 260px 0;
}

.runners-list li:nth-child(2n) .run-online {
    background: url(../images/run-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.runners-list li:nth-child(2n+1) .run-online {
    background: url(../images/run-ylw.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.runners-list {
    display: flex;
    margin: auto;
    list-style: none;
    padding: 220px 0;
	justify-content: center
}

.run-online {
    padding: 3vw;
}

.runners-list li {
    position: relative;
}

.running-text-top {
    position: absolute;
    bottom: 11vw;
}

.running-text {
    text-align: center;
}

.runners-list li:nth-child(2n) .running-text {
    position: absolute;
    top: 11vw;
}

.dot-orange {
    width: 15px;
    height: 15px;
    background: #fcb316;
    color: #fcb316;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    border-radius: 50%;
}

.dot-red {
    width: 15px;
    height: 15px;
    background: #f16122;
    color: #f16122;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    border-radius: 50%;
}

.runners-list li:nth-child(2n) .running-text p {
    margin-top: 10px;
}

.why-journey-6 h2 {
    width: 60%;
    margin: auto;
    text-align: center;
}

.why-kuber-ll.leftover-design2 {
    padding: 109px 0;
    background: url(../images/white-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

section.why-journey-6 {
    margin-top: -150px;
}

.why-journey-6 {
    background: url(../images/wbg_04.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 34%;
}

@media(max-width: 1600px) {
    .why-journey-1 {
        padding: 140px 0 230px 0;
    }
    .why-journey-4 {
        padding: 40px 0 120px 0;
    }
}

@media(max-width: 1440px) {
    .why-journey-1 {
        padding: 140px 0 170px 0;
    }
    .why-strategic-partner-text {
        padding: 0 30px;
    }
    .why-journey-3 {
        padding: 20px 0;
    }
    .runners-list {
        padding: 200px 0;
    }
}

@media(max-width: 1100px) {
    .runners-list {
        display: block;
        margin: auto;
        padding: 40px 0;
    }
    .runners-list li .run-online {
        display: table;
        margin: auto;
    }
    .running-text-top {
        position: unset;
        padding-bottom: 30px;
        font-size: 1.5em;
    }
    .runners-list li:nth-child(2n) .running-text {
        position: unset;
        font-size: 1.5em;
        padding-top: 30px;
    }
    .run-online {
        padding: 8vw;
    }
    .runners-list li {
        padding: 50px 0;
    }
}

@media(max-width: 992px) {
    .why-journey-1 {
        padding: 140px 0 120px 0;
    }
    .why-journey-2 {
        background-size: 74vw, 20vw;
    }
    .kuber-why {
        margin: 50px auto;
    }
    .why-strategic-partner img {
        float: right;
    }
}

@media(max-width: 768px) {
    .running-text-top, .runners-list li:nth-child(2n) .running-text {
        font-size: 1em;
    }
    ul.pad0.runners-list li {
        padding: 20px 0;
    }
    .why-journey-2 {
        background-size: 100vw, 20vw;
    }
    .why-journey-1 .main-banner-left {
        margin-top: 8vw;
    }
    .why-journey-1 {
        background-size: 28%, 20%;
    }
    .why-journey-1 .main-banner-right {
        margin-top: 50px;
    }
}

@media(max-width: 534px) {
    .why-journey-1 {
        background-size: 34%, 20%;
        padding: 140px 0 75px 0;
        background-position: top right, top 80px left;
    }
    .why-journey-2 {
        padding: 40px 0 150px 0;
    }
    .why-strategic-partner-text {
        padding: 20px 0px;
    }
    .why-journey-3 h2, .why-journey-5 h2, .why-journey-6 h2, .why-journey-4 h2 {
        width: 100%;
    }
    .kuber-approach .row>.col {
        flex-basis: unset;
    }
    .why-journey-4 {
        padding: 0px 0 200px 0;
        background-size: 54%, 40%;
    }
    .why-journey-1 .main-banner-left {
        margin-top: 2vw;
    }
    .why-journey-2 {
        background-size: 100vw, 60vw;
    }
    .why-journey-6 {
        background-size: 88%;
        padding: 100px 0 150px 0;
    }
    .mob-menu-head li:last-child {
        margin-top: 17px;
        margin-right: 25px;
    }
    /*.why-journey-1 .main-banner-right img {
        display: block;
        width: 45%;
    }
    .why-journey-1 .main-banner-right {
        margin-top: -80px;
    }
     .why-strategic-partner {
        padding: 50px 20px;
    } */
    .why-strategic-partner {
        padding: 30px 0;
    }
}

@media(max-width: 440px) {
.why-journey-1 .main-banner-left {
    margin-top: -4vw;
}
.why-strategic-partner {
    padding: 0px 20px;
}

.why-strategic-partner {
    padding:0;
}

.why-journey-1 {
    padding: 140px 0 45px 0;
}
}

 
.how_it_works_section_left h4,
.how_it_works_section_right h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Segoe UI Semibold';
}

.how_it_works_section_left p,
.how_it_works_section_right p {
    font-size: 16px;
    color: #000000;
    font-family: 'Segoe UI';
}

.how_it_works_middle_content h5 {
    font-size: 28px;
    color: #000000;
    font-family: 'Segoe UI Semibold';
}
/* .how_it_works_sub_section_center_section {
background-image: url(../images/icon_15.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
} */

.how_it_works_section {
    background-color: #eeeeee;
}

.how_it_works_section_left,
.how_it_works_section_right {
    display: inline-flex;
    margin: 0px 0px 15px 0px;
}

.how_it_works_section_left_content {
    max-width: 300px;
    text-align: right;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}

.how_it_works_section_right_content {
    text-align: left;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
}

.how_it_works_section_left:nth-child(3) {
    position: relative;
    right: -65px;
    padding: 20px 0px 0px;
}

.how_it_works_section_right:nth-child(3) {
    position: relative;
    right: 65px;
    padding: 18px 0px 0px;
}

.how_it_works_section_left:nth-child(2) {
    position: relative;
    padding: 21px 0px 0px;
}

.how_it_works_section_right:nth-child(2) {
    padding: 0px 0px 0px;
    position: relative;
    top: 21px;
    right: 3px;
}

.how_it_works_section_left:nth-child(1) {
    position: relative;
    right: -50px;
}

.how_it_works_section_right:nth-child(1) {
    position: relative;
    right: 50px;
}

@media (min-width:992px) and (max-width:1620px) {
    .how_it_works_sub_section_center {
        position: relative;
        top: 60px;
    }
}

@media (max-width:1280px) {
    .how_it_works_section_left h4,
    .how_it_works_section_right h4 {
        font-size: 1.8em;
    }
    .how_it_works_sub_section_center {
        position: relative;
        top: 0px;
    }
    .how_it_works_section_left p,
    .how_it_works_section_right p {
        font-size: 1.4em;
    }
}

@media (max-width: 1104px) {
    .how_it_works_sub_section_center {
        position: relative;
        top: 42px;
    }
}

@media (max-width: 991px) {
    .how_it_works_section_left:nth-child(1) {
        right: 0px;
    }
    .how_it_works_section_left:nth-child(3) {
        right: 0px;
    }
    .how_it_works_section_right:nth-child(1) {
        right: 0px;
    }
    .how_it_works_section_right:nth-child(3) {
        right: 0px;
    }
    .how_it_works_sub_section_left {
        text-align: center !important;
    }
    .how_it_works_sub_section_center {
        text-align: center;
    }
    .how_it_works_section_right:nth-child(2) {
        top: 0px;
    }
    .how_it_works_sub_section_center {
        position: relative;
        top: 1px;
    }
    .how_it_works_section_left, .how_it_works_section_right {
        display: flex;
    }    
    .how_it_works_section_left_content{
        max-width: unset;
    }
    
    
}

@media (max-width: 575px) {
    .how_it_works_section_right_content {
        padding: 11px 0px 0px;
    }
    .how_it_works_section_right_content {
        text-align: center;
    }
    .how_it_works_section_right_image {
        text-align: center;
    }
    .how_it_works_section_left_content{
        text-align: center;
    }
}


/* Contact us */

.contact-journey1{
    background-image: url(../images/cbg_01.png), url(../images/bg_02.png);
    background-size: 57%, 18%;
    background-position: right top, left top 100px;
    padding: 140px 0 200px 0;
}

.contact-form-for-all {
    padding: 60px 0 0 0;
    width: 80%;
    margin: auto;
}
.wavex-form-esp {
    margin: 10px 0;
}
.wavex-form-esp * {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 100;
}
.wavex-form-esp input, .wavex-form-esp textarea, select {
    width: 100%;
    font-size: 18px;
    padding: 10px 5px;
    border: 1px solid #fcb216;
}

.contact-journey2{
    background: url(../images/pbg_02.png), url(../images/pbg_03.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-size: 20vw, 20vw;
}

section.contact-journey2 h2 {
    text-align: center;
}
.contact-detail-area p {
    font-size: 1.4em;
    display: table;
}
.location-icon span.btn-map {
    background: url(../images/icon-sprite.png) top 5px left no-repeat;
    width: 26px;
    height: 32px;
    display: table-cell;
    margin-right: 10px;
}
span.text-inside {
    padding-left: 5px;
    display: block;
}
.tel-icon span.btn-map{
    height: 40px;
}
.tel-icon {
    background: url(../images/icon-sprite.png) top 0px left -26px no-repeat!important;
}
.email-icon {
    background: url(../images/icon-sprite.png) top 0px left -52px no-repeat!important;
    width: 30px!important;
}
.contact-information h5{
    font-family: "Segoe UI SemiBold";
    font-size: 2em;
    margin-bottom: 25px;
}
.contact-journey3 {
    background: #eeeeee;
    padding: 30px 0 300px 0;
}
.map-for-view {
    border: 4px solid #ffffff;
}
.btn-sec-contact .form-contact-submit {
    background: #f16122;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px 40px;
    transition: box-shadow 0.5s;
    margin: 20px auto 50px auto;
}
.btn-sec-contact .form-contact-submit:hover {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 8px 8px rgba(241, 97, 34, 0.23);
    transition: box-shadow 0.5s;
}
.btn-sec-contact{
    margin: 0 auto;
    text-align: center;
}
.designed-block {
    padding: 12vw 0;
    margin-top: -24vw;
    background: url(../images/dotted-circle.png);
    background-repeat: no-repeat;
    background-size: 20vw;
    background-position: bottom left 25vw;
}

@media(max-width: 1600px) {
    .contact-journey1 {
        padding: 140px 0 220px 0;
        background-size: 62vw, 18vw;
    }
}

@media(max-width: 1440px) {
    .contact-journey1 .main-banner-left {
        margin-top: 12vw;
    }
}
@media(max-width: 1330px) {
    .contact-journey1 {
        padding: 140px 0 120px 0;
    }
}
@media(max-width: 992px){
    .contact-journey1 .main-banner-left {
        margin-top: 9vw;
    }
    .contact-journey1 {
        padding: 140px 0 100px 0;
    }
    section.contact-journey2 {
        padding: 20px 0;
    }
    .contact-detail-area {
        margin-bottom: 40px;
    }
}
/*
@media(max-width: 768px){
    .contact-journey1 .main-banner-right {
        margin-top: -175px;
    }
}
*/
@media(max-width: 534px){
    .contact-journey1 .main-banner-right {
        margin-top: -25vw;
    }
    .contact-journey1 {
        background-size: 35vw, 18vw;
        padding: 140px 0 50px 0;
    }
    .contact-form-for-all {
        padding: 10px 0 0 0;
        width: 100%;
        font-size: 1em;
    }
    .contact-journey1 .main-banner-left {
        margin-top: 5vw;
    }

    .contact-journey1 .main-banner-right img {
        display: block;
    }
}







/*------Start May 25--------*/
.blog-journey {
    background: url(../images/blog/blog_bg_01.png), url(../images/blog/blog_bg_02.png);
    background-position: top right, center left;
    background-repeat: no-repeat, no-repeat;
    padding: 60px 0 280px 0;
}
.filters ul{
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px 15px;
  padding: 0;
}
.filters ul li{
  display: inlnie-block;
  text-align: center;
  margin-right: 12px;
  padding: 0 15px 8px 15px;
  font-weight: 700;
  font-size: 20px; 
  cursor: pointer;
  position: relative;
  color: #000000;
  font-family: 'Segoe UI';
  transformansition: 0.3s;
}
.blog-tile {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}
.blog-tile img {
    width: 100%;
}
.filters ul li:hover{
  color: #f16122;
}
.filters ul li.is-checked{
  color: #f16122
}
.filters ul li:last-child{
  margin-right: 0;
}
.grid .grid-item .blog-tile{
  background: #fafafa;
  height: 100%;
  margin-bottom: 30px;
}
.grid .grid-item .blog-tile-inner{
  padding: 25px;
}
.blog-tile-inner a{
    color: #000000
}
.blog-tile-inner a:hover{
    color:#f16222
}

.blog-tile .blog-head {
    font-family: 'Segoe UI Bold';
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
}
.blog-tile .blog-des {
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    padding: 0
}
p.bottom-head span{
    color: #f16222;
}
span.text{
    color: #969696;
    line-height: 35px
}
span.comment{
    background: url(../images/blog/comment_icon.png) no-repeat;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px
}
section.about-journey1.journey-1.blog-inner-head{
    background: url(../images/abg_01.png)!important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    background-color: #ffffff !important;
    background-size: 64% !important;
    padding: 100px 0 0!important;
}
.blog-inner-head .main-banner-left h1{
    font-family: 'Segoe UI Bold';
    color: #000000;
    font-size: 3.5em;
    margin-bottom: 0.5em;
}
.blog-journey-detail {
    background: url(../images/blog/blog_bg_01.png), url(../images/blog/blog_bg_02.png);
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-size: 20%, 20%;
    padding: 60px 0 60px 0;
}
.date-text{
    font-size: 15px;font-family: 'Segoe UI Semibold';
    color: #000000
}
@media(max-width: 767px){
	.filters ul li{
		width: 100%
	}
	.core-values-list li {
		width: 195px;
		height: 225px;
		margin: auto;
	}
	.circle-core-values {
		margin: auto;
	}
.blog-tile .img-fluid{
    width: 100%
}
.filters ul{
    display: block
}
}
@media(max-width: 992px){
.blog-inner-head .main-banner-right img {
    width: 100%;
    float: inherit;
}
.blog-inner-head {
    padding: 60px 0 60px 0!important;
}
.blog-inner-head .main-banner-left{
    margin-top: 60px!important
}
}
/*------Ends Start May 25--------*/


/*----------Text slider typing animation ------------------*/
h2.typewriterTxt span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #f16122;
}
.carousel-indicators li {
    width: 20px;
    height: 8px;
    opacity: 1;
    background-color: #cccccc;
}
.carousel-indicators {
    bottom: -50px;
    margin-left: 15px;
    right: inherit;
}
/*----------End Text slider typing animation ------------------*/

.runners-list li:nth-child(2n) .dot-orange {
    display: none;
}

.runners-list li:nth-child(2n) .running-text p::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f16122;
    margin: 0 auto 10px;
}

#blog-section .post-categories {
    padding: 0;
    margin: 0;
    display: inline-block;
}

#blog-section .post-categories > li {
    display: inline-block;
    margin-right: 5px;
    color: #000;
    font-family: 'Segoe UI Semibold';
    font-size: 15px;
}

#blog-section .post-categories a {
    color: #000;
    font-family: 'Segoe UI Semibold';
    font-size: 15px;
}

#blog-section .date-text-p {
    display: inline-block;
}

#related-blogs .rows.grid {
    display: flex;
}

.wrong-path p {
    color: #000;
}

.wrong-path p a {
    color: #f16122;
}

.wrong-path p a:hover {
    color: #f16122;
}

#page-404 {
    padding-bottom: 350px;
}

.grid-item .blog-tile-inner {
    padding: 20px;
}

.blog-bottom .post-categories {
    margin: 0;
    display: block;
    text-align: left;
}

.blog-bottom .post-categories li {
    display: inline-block;
    padding: 0;
}

.blog-bottom .post-categories li a {
    color: #f16222;
    font-size: 18px;
    font-weight: normal;
}

.filters ul li.active {
    color: #f16122;
}

.search-icon form .searchme {
    width: 30px;
    height: 30px;
    position: relative;
    top: -6px;
    left: -6px;
    padding-top: 6px;
}

.mob-nav .search-btn {
    background: no-repeat;
    border: none;
    box-shadow: none;
    width: 35px;
}

.load-more-wrapper {
    display: block;
    width: 100%;
}

.load-more-wrapper > a:not(.noContent) {
    background: #f16122;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px 40px;
    transition: box-shadow 0.5s;
    margin: 20px auto 50px auto;
}

.load-more-wrapper > a:not(.noContent):hover {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 8px 8px rgba(241, 97, 34, 0.23);
    transition: box-shadow 0.5s;
    text-decoration: none;
}

.load-more-wrapper > .noContent{
    color: #333;
    pointer-events: none;
}

.filterDiv{
    display: none;
}

a.orange-btn:hover {
	color: #fff;
	text-decoration: none;
}

footer div.wpcf7-mail-sent-ok {
	color: #fff;
}

.banner-para {
	color: #000;
}

.grecaptcha-badge {
	display: none !important;
}

#heateor_sss_sharing_more_providers .all-services .mini li,
.heateor_sss_sharing_ul .heateorSssSharingRound:first-child {
     display: none; 
}

#heateor_sss_sharing_more_providers .all-services .mini li:nth-child(1), 
#heateor_sss_sharing_more_providers .all-services .mini li:nth-child(2), 
#heateor_sss_sharing_more_providers .all-services .mini li:nth-child(3) {
    display: block;
}

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

.timeline-form .tnp.tnp-subscription .tnp-email {
    width: 250px;
    padding: 15px;
    font-size: 14px;
}

.timeline-form .tnp.tnp-subscription .tnp-submit {
    font-size: 15px;
    padding: 15px;
    padding-right: 45px;
}

}

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

.runners-list li:nth-child(2n) .running-text {
    padding-top: 0;
}

}

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

#related-blogs .rows.grid {
    display: block;
}

}

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

footer #menu-footer-menu li {
    display: inline-block;
    margin-right: 2em;
}

}

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

.timeline-form .tnp.tnp-subscription .tnp-email {
    width: 200px;
}

.timeline-form .tnp.tnp-subscription .tnp-submit {
    padding-right: 25px;
}

}

a.nav-item.nav-link.search-icon{
	display: none
}
d-menu-listing li:last-child {
    display: none;
}
.management-team-box .col-md-1{
	visibility: hidden;
}
@media (min-width:769px) and (max-width:991px) {
	.main-banner-right{
		width: 70%;
		margin: 0 auto
	}
}
.footer-panel {
    display: none;
}
.filter {
    display: none;
}
#heateor_sss_sharing_more_providers, #heateor_sss_sharing_more_providers .all-services{
	height:auto;
	border: 3px solid #f16122;
	border-radius: 7px
}
#heateor_sss_sharing_more_providers .close-button{
	right: -18px;
    top: -16px;
}
.heateorSssFacebookBackground {
	border-radius: 4px;
}
.heateorSssTwitterBackground {
    border-radius: 4px;
}
.heateorSssLinkedinBackground {
    border-radius: 4px;
}
ul.heateor_sss_sharing_ul li:nth-child(1) {
    display: none;
}
ul.heateor_sss_sharing_ul li:nth-child(2) {
    display: none;
}
ul.heateor_sss_sharing_ul li:nth-child(3) {
    display: none;
}