.road-walking1
{
    position: absolute;
    left: 480px;
    right: 0;
    width: 100%;
    margin: auto;
    height: 18px;
    background-color: #242f2b;
    top: 80px;
    -ms-transform: rotate(-125deg);
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg);
    border: 2px solid #111c18;
}
.car-walking1
{
    width: 80px;
    position: absolute;
    top: -12px;
    left: -5%;
    -webkit-animation: mymove 10s infinite;
    animation: mymove 10s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.road-walking2
{
    position: absolute;
    left: 25%;
    right: 0;
    width: 130%;
    margin: auto;
    height: 18px;
    background-color: #242f2b;
    top: 0;
    -ms-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    border: 2px solid #111c18;
}
.car-walking2
{
    width: 80px;
    position: absolute;
    top: -12px;
    left: -5%;
    -webkit-animation: mymove 20s infinite;
    animation: mymove 20s infinite;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes mymove
{
    0%
    {
        left: -5%;
    }
    100%
    {
        left: 100%;
    }
}
.cabfeature-group
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.cabfeature-group:before
{
    content: "";
    width: calc(50% - 250px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    background: #111c18;
}
.cabfeature-group:after
{
    content: "";
    width: calc(50% + 250px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background: #febf00;
}
.cabfeature-group .common-heading
{
    width: calc(50% - 250px);
    float: left;
    padding-right: 25px;
    margin-bottom: 25px;
}
.cabfeature-group .common-heading .title
{
    color: #828282;
}
.cabfeature-group .common-heading .title .highlight-span
{
    color: #fff;
}
.cabfeature-group .common-heading .subtitle
{
    color: #fff;
}
.cabfeature-maincontent
{
    padding: 50px 0;
    width: 100%;
    float: left;
    position: relative;
}
.cabfeature-maincontent:before
{
    content: "";
    width: calc(100% - 375px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background: #febf00;
}
.cabfeature-content
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 250px;
}
.cabfeature-content .nav-tabs
{
    width: 220px;
    border: none;
    float: left;
    margin-left: -250px;
    height: 100%;
}
.cabfeature-content .nav-tabs .nav-item
{
    margin: 0;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
}
.cabfeature-content .nav-tabs .nav-item .nav-link
{
    padding: 0;
    font-weight: 600;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 47px;
}
.cabfeature-content .nav-tabs .nav-item .nav-link .nav-img
{
    width: 100%;
    border: none!important;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
}
.cabfeature-content .nav-tabs .nav-item .nav-link .nav-img img
{
    width: 50px;
}
.cabfeature-content .nav-tabs .nav-item .nav-link.active
{
    background: transparent;
    color: #febf00;
}
.cabfeature-content .tab-content
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.carousel-cab
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 350px;
}
.carousel-cab .carousel-inner
{
    position: relative;
    width: 350px;
    margin-left: -350px;
    float: left;
}
.carousel-cab .carousel-inner .carousel-item .center-block
{
    width: 250px;
}
.carousel-cab .carousel-actions
{
    position: absolute;
    top: -75px;
    right: 0;
    white-space: nowrap;
    width: 100px;
}
.carousel-cab .carousel-actions .carousel-control-prev
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    left: initial;
    display: inline-block;
    vertical-align: top;
}
.carousel-cab .carousel-actions .carousel-control-prev .carousel-control-prev-icon
{
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 5px;
}
.carousel-cab .carousel-actions .carousel-control-next
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    right: initial;
    display: inline-block;
    vertical-align: top;
}
.carousel-cab .carousel-actions .carousel-control-next .carousel-control-next-icon
{
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 5px;
}
.carousel-indicators-theme
{
    position: relative;
    width: 100%;
    float: right;
    display: inline-block;
    margin: 0;
}
.carousel-indicators-theme li
{
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0!important;
    border-radius: 25px;
    border: none!important;
    text-indent: inherit;
    padding: 16px;
    padding-left: 105px;
    min-height: 105px;
    opacity: 1;
    text-align: left;
    box-sizing: border-box;
    background: #febf00;
    border: 1px solid #fff!important;
}
.carousel-indicators-theme li img
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    border-radius: 15px!important;
}
.carousel-indicators-theme li h4, .carousel-indicators-theme li h1
{
    font-weight: 600;
    width: 100%;
    float: none;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 1.2;
}
.carousel-indicators-theme li p
{
    margin: 0;
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.carousel-indicators-theme li.active
{
    background: #fff;
}
.carousel-one
{
    width: 100%;
    float: left;
}
.carousel-one .carousal-one-image
{
    margin-bottom: 0;
    text-align: center;
}
.carousel-one .carousal-one-image img
{
    width: 100%;
    max-width: 900px;
}
.carousel-one .carousel-indicators-theme
{
    width: 100%;
    margin-top: -200px;
}
.carousel-one .carousel-indicators-theme li
{
    width: calc(25% - 20px);
    margin: 10px!important;
    box-shadow: 0 0 30px 0 #0000003b;
    padding: 15px;
    text-align: center;
}
.carousel-one .carousel-indicators-theme li img
{
    margin: 0 0 10px 0;
    position: relative;
}
.commonsection.cabfeature-white-group
{
    padding: 0 0;
}
.cabfeature-white-group:before
{
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg,#eaefed,#f7f7f7);
}
.cabfeature-white-group:after
{
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background: #febf00;
}
.cabfeature-white-group .common-heading
{
    width: 375px;
    float: left;
    padding-right: 25px;
    margin-bottom: 25px;
}
.cabfeature-white-group .common-heading .title
{
    color: #616161;
}
.cabfeature-white-group .common-heading .title .highlight-span
{
    color: #010301;
}
.cabfeature-white-group .common-heading .subtitle
{
    color: #fff;
}
.cabfeature-white-content
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 200px;
}
.cabfeature-white-content .nav-tabs
{
    width: 200px;
    border: none;
    float: left;
    margin-left: -200px;
    height: 100%;
}
.cabfeature-white-content .nav-tabs .nav-item
{
    margin: 0;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
}
.cabfeature-white-content .nav-tabs .nav-item .nav-link
{
    padding: 0;
    font-weight: 600;
    border: none;
    color: #080909;
    font-size: 24px;
    line-height: 47px;
}
.cabfeature-white-content .nav-tabs .nav-item .nav-link .nav-img
{
    width: 100%;
    border: none!important;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
}
.cabfeature-white-content .nav-tabs .nav-item .nav-link .nav-img img
{
    width: 50px;
    filter: brightness(1) invert();
}
.cabfeature-white-content .nav-tabs .nav-item .nav-link.active
{
    background: transparent;
    color: #febf00;
}
.cabfeature-white-content .tab-content
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.key-challenges
{
    width: 100%;
    float: left;
    padding: 50px 0;
    position: relative;
    margin-top: 50px;
    background: linear-gradient(45deg,#eaefed,#f7f7f7);
}
.key-challenges .key-challenge-grid
{
    width: 100%;
    float: left;
    position: relative;
    padding-right: 500px;
    display: flex;
    align-items: center;
}
.key-challenges .key-challenge-grid .key-challenge-left
{
    width: 100%;
    float: left;
}
.key-challenges .key-challenge-grid .key-challenge-left .title
{
    float: left;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    color: #6d6d6d;
    font-weight: 700;
    width: 100%;
}
.key-challenges .key-challenge-grid .key-challenge-left ul.description
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.key-challenges .key-challenge-grid .key-challenge-left ul.description li
{
    width: 100%;
    float: left;
    position: relative;
    list-style: none;
    color: #0c1612;
    font-size: 16px;
    padding: 0 0 10px 20px;
    font-weight: 400;
    line-height: 24px;
}
.key-challenges .key-challenge-grid .key-challenge-left ul.description li:after
{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background-color: #f8bb00;
}
.key-challenges .key-challenge-grid .key-challenge-right
{
    position: relative;
    width: 500px;
    margin-right: -500px;
    float: right;
    padding-left: 50px;
}
.key-challenges .key-challenge-grid .key-challenge-right:before
{
    position: absolute;
    content: '';
    width: 450px;
    height: 450px;
    top: 50%;
    right: 0;
    background-color: #ffc0003d;
    border-radius: 50%;
    z-index: 0;
    margin-top: -225px;
}
.key-challenges .key-challenge-grid .key-challenge-right .image-block
{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.key-challenges .key-challenge-grid .key-challenge-right .image-block img
{
    max-width: 275px;
}
.key-solution
{
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #fff;
    position: relative;
}
.key-solution:before
{
    content: "";
    background: url(/wp-content/themes/sensation2021/assets/images/svg/dotted-cab-single.SVG) top center;
    position: absolute;
    top: 25%;
    width: 100%;
    height: 50%;
    background-size: 25px;
    opacity: .12;
    left: 0;
}
.key-solution .key-solution-grid
{
    width: 100%;
    float: left;
    position: relative;
    padding-left: 750px;
    display: flex;
    align-items: center;
}
.key-solution .key-solution-grid .key-solution-right
{
    width: 100%;
    float: left;
}
.key-solution .key-solution-grid .key-solution-right .title
{
    float: left;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    color: #6d6d6d;
    font-weight: 700;
    width: 100%;
}
.key-solution .key-solution-grid .key-solution-right ul.description
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.key-solution .key-solution-grid .key-solution-right ul.description li
{
    width: 100%;
    float: left;
    position: relative;
    list-style: none;
    color: #0c1612;
    font-size: 16px;
    padding: 0 0 10px 20px;
    font-weight: 400;
    line-height: 24px;
}
.key-solution .key-solution-grid .key-solution-right ul.description li .fa
{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    font-size: 14px;
    color: #000;
}
.key-solution .key-solution-grid .key-solution-left
{
    position: relative;
    width: 750px;
    margin-left: -750px;
    float: left;
    padding-right: 50px;
}
.key-solution .key-solution-grid .key-solution-left .image-block
{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.key-solution .key-solution-grid .key-solution-left .image-block img
{
    max-width: 100%;
}
.key-impact
{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(45deg,#eaefed,#f7f7f7);
}
.key-impact:before
{
    content: "";
    background: url(/wp-content/themes/sensation2021/assets/images/svg/dotted-black-small.SVG) top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 240px;
    opacity: .2;
}
.key-impact .title
{
    float: left;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    color: #6d6d6d;
    font-weight: 700;
    width: 100%;
}
.key-impact .subtitle
{
    width: 100%;
    float: left;
    color: #0c1612;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}
.key-impact .impactor
{
    width: 100%;
    float: left;
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    z-index: 1000;
}
.key-impact .impactor li
{
    width: 25%;
    text-align: center;
    padding: 30px;
}
.key-impact .impactor li:nth-child(even)
{
    margin-top: 50px;
}
.key-impact .impactor li h5
{
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #323232;
    font-size: 26px;
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 0;
}
.key-impact .impactor .progress-vertical-bar
{
    width: 40px;
    height: 130px;
    background-color: #00000091;
    margin: 21px auto;
    position: relative;
    border-radius: 12px;
    transition: 1s;
    overflow: hidden;
}
.key-impact .impactor .progress-vertical-bar:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    right: 0;
    border-radius: 0 0 12px 12px;
    transition: 2s;
    bottom: 0;
    animation-delay: 1s;
    background: linear-gradient(45deg,#febf00,#ffbf00);
}
.key-impact .impactor li:nth-child(1) .progress-vertical-bar:before
{
    height: 72%;
}
.key-impact .impactor li:nth-child(2) .progress-vertical-bar:before
{
    height: 89%;
}
.key-impact .impactor li:nth-child(3) .progress-vertical-bar:before
{
    height: 45%;
}
.key-impact .impactor li:nth-child(4) .progress-vertical-bar:before
{
    height: 68%;
}
.key-impact .impactor li p
{
    text-align: center;
    color: #0c1612;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}
.waveWrapper
{
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner
{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.bgTop
{
    z-index: 15;
    opacity: 1;
}
.bgMiddle
{
    z-index: 10;
    opacity: 1;
}
.bgBottom
{
    z-index: 5;
    opacity: 1;
}
.wave
{
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop
{
    background-size: 100% 100px;
    margin-left: -10px;
    bottom: -50px;
}
.waveAnimation .waveTop
{
    animation: move_wave 18s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waveMiddle
{
    background-size: 100% 120px;
    bottom: -50px;
}
.waveAnimation .waveMiddle
{
    animation: move_wave 10s linear infinite;
}
.waveBottom
{
    background-size: 100% 100px;
    bottom: -50px;
}
.waveAnimation .waveBottom
{
    animation: move_wave 15s linear infinite;
}
@keyframes float
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(-10px);
    }
    100%
    {
        transform: translateY(0);
    }
}
@keyframes move_wave
{
    0%
    {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50%
    {
        transform: translateX(-25%) translateZ(0) scaleY(.55);
    }
    100%
    {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
.page-banner-cab-image
{
    position: relative;
    width: 100%;
    float: left;
}
.page-banner-cab-image .page-banner-cab-center
{
    width: 100%;
    float: left;
    position: relative;
}
.page-banner-cab-image .car-image-1
{
    width: 350px;
    position: absolute;
    bottom: -70px;
    right: 260px;
    z-index: 1;
}
.page-banner-cab-image .car-image-1 img
{
    width: 100%;
    animation-name: bounceInLeft;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: revert;
}
.page-banner-cab-image .car-image-2
{
    width: 235px;
    position: absolute;
    bottom: -70px;
    right: 50px;
    z-index: 1;
}
.page-banner-cab-image .car-image-2 img
{
    width: 100%;
    animation-name: bounceInRight;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: revert;
}
@media(max-width: 1199px)
{
    .key-solution .key-solution-grid
    {
        padding-left: 600px;
    }
    .key-solution .key-solution-grid .key-solution-left
    {
        width: 600px;
        margin-left: -600px;
    }
}
@media(max-width: 991px)
{
    .cabfeature-maincontent:before
    {
        width: calc(100% - 310px);
    }
    .cabfeature-white-content
    {
        padding-left: 160px;
    }
    .cabfeature-white-content .nav-tabs
    {
        width: 160px;
        margin-left: -160px;
    }
    .cabfeature-white-group .common-heading
    {
        width: 310px;
        text-align: left;
    }
    .cabfeature-white-group .common-heading .title
    {
        text-align: left;
    }
    .carousel-cab
    {
        padding-left: 300px;
    }
    .carousel-cab .carousel-inner
    {
        width: 300px;
        margin-left: -300px;
    }
    .carousel-one .carousel-indicators-theme li
    {
        width: calc(50% - 20px);
    }
    .page-banner-common.page-banner-cab .page-banner-content
    {
        padding-bottom: 180px;
    }
    .key-solution .key-solution-grid
    {
        padding-left: 400px;
    }
    .key-solution .key-solution-grid .key-solution-left
    {
        width: 400px;
        margin-left: -400px;
    }
    .key-challenges .key-challenge-grid
    {
        padding-right: 400px;
    }
    .key-challenges .key-challenge-grid .key-challenge-right
    {
        width: 400px;
        margin-right: -400px;
    }
    .key-challenges .key-challenge-grid .key-challenge-right:before
    {
        width: 350px;
        height: 350px;
        margin-top: -175px;
    }
    .carousel-one .carousel-indicators-theme
    {
        margin: 0;
    }
}
@media(max-width: 800px)
{
    .cabfeature-white-group:before
    {
        width: 100%;
    }
    .cabfeature-white-group:after
    {
        display: none;
    }
    .cabfeature-white-group .common-heading
    {
        width: 100%;
    }
    .cabfeature-white-content
    {
        padding: 0;
    }
    .cabfeature-maincontent:before
    {
        height: 550px;
        bottom: 0;
        width: calc(100% + 50px);
        left: -25px;
        top: initial;
    }
    .cabfeature-white-content .nav-tabs
    {
        width: calc(100% - 100px);
        margin: 0;
        text-align: center;
    }
    .cabfeature-white-content .nav-tabs .nav-item
    {
        width: 160px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .carousel-cab
    {
        padding: 0;
    }
    .carousel-cab .carousel-inner
    {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .carousel-cab .carousel-actions .carousel-control-prev, .carousel-cab .carousel-actions .carousel-control-next
    {
        color: #121b18;
        filter: brightness(1) invert();
    }
    .carousel-one .carousel-indicators-theme li
    {
        min-height: 280px;
    }
    .key-solution .key-solution-grid
    {
        padding: 0;
        display: inline-block;
    }
    .key-challenges .key-challenge-grid
    {
        padding: 0;
        display: inline-block;
    }
    .key-challenges .key-challenge-grid .key-challenge-right
    {
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .key-solution .key-solution-grid .key-solution-left
    {
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .key-challenges .key-challenge-grid .key-challenge-right:before
    {
        margin-top: -175px;
        left: 50%;
        margin-left: -175px;
    }
}
@media(max-width: 767px)
{
    .page-banner-cab-image .car-image-1
    {
        width: 60%;
        bottom: -30px;
        left: 0;
        max-width: 300px;
    }
    .page-banner-cab-image .car-image-2
    {
        width: 40%;
        right: 5%;
        bottom: -30px;
        max-width: 200px;
    }
}
@media(max-width: 575px)
{
    .carousel-one .carousel-indicators-theme li
    {
        min-height: initial;
        width: 100%;
        margin: 0 0 20px 0!important;
    }
    .key-challenges .key-challenge-grid .key-challenge-right .image-block img
    {
        max-width: 200px;
    }
    .key-challenges .key-challenge-grid .key-challenge-right:before
    {
        width: 250px;
        height: 250px;
        margin-top: -125px;
        margin-left: -125px;
    }
    .key-impact .impactor li
    {
        width: 25%;
        text-align: center;
        padding: 0;
    }
    .key-impact .impactor .progress-vertical-bar
    {
        width: 25px;
    }
}