@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
    /* font-family: 'Ubuntu', sans-serif; */
    position: relative;
    font-family: 'Kalam', cursive;
}

html {
    height: 100%;
    overflow-x: hidden;
}

#carouselExampleIndicators{
    min-height:70vh;
}

.kp-client-carousel .slick-dots>li>button,
.product-showcase-carousel .slick-dots>li>button,
.kp-presence-carousel .slick-dots>li>button,
.product-carousel .slick-dots>li>button {
    display: block;
    background: #58595b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid transparent;
}

.kp-client-carousel .slick-dots,
.product-showcase-carousel .slick-dots,
.kp-presence-carousel .slick-dots {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kp-client-carousel .slick-dots>li,
.product-showcase-carousel .slick-dots>li,
.kp-presence-carousel .slick-dots>li {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    .kp-client-carousel .slick-dots>li,
    .product-showcase-carousel .slick-dots>li,
    .kp-presence-carousel .slick-dots>li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider .carousel-caption h1{
    font-size:2.5rem !important;
    
}
}

@media (min-width: 1200px) {
    .kp-client-carousel .slick-dots>li>button,
    .product-showcase-carousel .slick-dots>li>button,
    .kp-presence-carousel .slick-dots>li>button {
        width: 60px;
        height: 3px;
        border-radius: 0;
    }
}
@media (max-width: 480px){
    .slider .carousel-caption {
        font-size:1em !important;
    }
    .slider .carousel-caption p{
        font-size:0.5em !important;
    }
}
.slider .carousel-caption{
    width:fit-content;    
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0.5424763655462185) 93%, rgba(255,255,255,0) 100%);
    padding:10px 20px;
    
}

.slider .carousel-caption {
    font-family:'Ubuntu', sans-serif;
    font-size:24px;
    font-weight:100;
    left:0;
    bottom:10%;
    text-align:left;
}
.slider .carousel-caption p{
    font-size:1.5rem;
    margin-top:10px;
    
}



.kp-client-carousel .slick-dots>li.slick-active>button,
.product-showcase-carousel .slick-dots>li.slick-active>button,
.kp-presence-carousel .slick-dots>li.slick-active>button {
    background: #eb262d;
}

.banner-carousel-home .slick-dots>li>button,
.product-carousel .slick-dots>li>button {
    display: block;
    background: #58595b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid transparent;
}

.banner-carousel-home .slick-dots {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 90px;
    z-index: 99999;
    left: 0;
    right: 0;
}

.banner-carousel-home .slick-dots>li {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 992px) {
    .banner-carousel-home .slick-dots>li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .banner-carousel-home .slick-dots>li>button {
        width: 60px;
        height: 3px;
        border-radius: 0;
    }
}

.banner-carousel-home .slick-dots>li.slick-active>button {
    background: #eb262d;
}

@media (max-width: 767px) {
    .banner-carousel-home .thirdlside {
        padding: 136px 0;
    }
    .banner {
        padding: 85px 0 0px 0 !important;
    }
    .banner__heading {
        padding-top: 12px;
    }
    .banner-carousel-home .slick-dots {
        bottom: 40px;
    }
}


/* banner */

.slide {
    position: relative;
    /*background: #fff;*/
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    width: 100%;
    /*height: 100vh;*/
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.slide .slide__content {
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
}

.slide .slide__content--headings {
    text-align: center;
    color: #FFF;
}

.slide .slide__content img {
    text-align: center;
    margin: 0 auto;
}

.slide .slide__content--headings h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slick-slider {
    /* margin-top: 55px; */
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}


/* /////////// IMAGE ZOOM /////////// */

@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
}

@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.bg-skyblue {
    background: #019aa3;
}

.ourstories {
    background-color: #019aa3;
    position: relative;
    min-height: 950px;
    overflow: hidden;
    background-image: url(../images/blue-bg.jpg) !important;
    background-attachment: fixed;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.ourstories .sky-sec {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 9;
    text-align: center;
    background-image: url(../images/sky-sec-animation2.jpg) !important;
    background-attachment: fixed;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.ourstories .wave-sec {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 160px;
    z-index: 8;
    text-align: center;
}

.ourstories .buddy {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.cate-service p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.zoomsky {
    -webkit-animation: zoom-in-out 8s linear 0s infinite normal;
    animation: zoom-in-out 8s linear 0s infinite normal;
}


/* -webkit-keyframes zoom-in-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
} */

@keyframes zoom-in-out {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.section-para {
    padding: 80px 0;
}

.welcomecontent h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 70px;
    margin-bottom: 30px;
    line-height: 70px;
    color: #515151;
    font-weight: 400;
}

.welcomecontent p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #515151;
}

.welcomecontent p:last-child {
    margin-bottom: 0px;
}

.director-profile {
    position: relative;
    margin: 0px 0px 0px 0;
    overflow: hidden;
    height: 100%;
    padding: 5px;
    border-radius: 20px;
}

.director-profile .img-fluid {
    height: inherit;
    min-width:100%;
}

.workspro {
    width: 33.333%;
}

.director-profile img {
    transition: transform .3s;
    overflow: hidden;
}

.workspro img {
    transition: transform .3s;
    overflow: hidden;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}

.director-profile img:hover {
    transform: scale(1.1);
}

.director-profile:last-child {
    margin-right: 0px;
}

.director-profile .name {
    position: absolute;
    /* background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); */
    bottom: 0px;
    width: 100%;
    padding: 25px 15px 15px;
}

.director-profile .name h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 22px;
    text-shadow: 0px 0px 5px black;
}

.director-profile .name p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: rgba(10, 10, 10, 1);
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    z-index: 100;
}


/* .header.hometrans{
  background: rgba(255, 255, 255, 0.3);
} */

@media (min-width: 1200px) {
    .header {
        padding: 5px 0px;
    }
    .header.is-active {
        background: rgba(0, 0, 0, 1);
    }
    /* .header:hover, .header.is-active {
    background: rgba(0, 0, 0, 0.5);
  } */
}

@media (max-width: 1024px) {
    .header:hover,
    .header.is-active {
        background: rgba(0, 0, 0, 1);
    }
    /*  .storycontent .row {
        padding-top: 25px;
    } */
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 1199px) {
    .header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .header__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header__item--primaryLogo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    display: flex;
}

.header__item--primaryLogo .back-button {
    border-radius: 50px;
    max-height: 50px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .header__item--primaryLogo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }
}

.header__item--navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1199px) {
    .header__item--navigation {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 10px;
    }
}

.header__item--secondaryLogo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
}

@media (max-width: 991px) {
    .header__item--secondaryLogo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }
}

.header__navigationToggler {
    border: 1px solid transparent;
    background: transparent;
    width: 42px;
    margin-right: 5px;
    position: fixed;
    top: 20px;
    right: 0;
}

.header__navigationToggler .fa-bars {
    max-width: 100%;
    color: #ccc;
}

.navigation__link:hover:after,
.navigation__item--dropdown:hover>.navigation__link:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
}

.navigation.is-active .navigation__dropdownMenuLink {
    color: #fff;
}

.navigation {
    background: #fff;
}

@media (min-width: 1200px) {
    .navigation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        background: transparent;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }
}

.navigation__item {
    -webkit-transition: opacity 200ms ease, visibility 200ms ease;
    -o-transition: opacity 200ms ease, visibility 200ms ease;
    transition: opacity 200ms ease, visibility 200ms ease;
}

@media (min-width: 1200px) {
    .navigation__item:not(:first-of-type) {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1199px) {
    .navigation__item:first-of-type {
        display: none;
    }
}

.navigation__item--dropdown {
    position: relative;
}

.navigation.is-active .navigation__item {
    opacity: 1;
    visibility: visible;
}

.navigation__link {
    display: block;
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    text-transform: lowercase !important;
    color: #58595b;
    font-size: 14px;
    letter-spacing: 0.1rem;
    position: relative;
    -webkit-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

.navigation__link .fa-bars {
    font-size: 28px;
}

.navigation .navigation__item:first-child {
    padding: 0 10px;
    margin-top: -7px;
}

.navigation__link:hover,
.navigation__link:focus {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .navigation__link:hover,
    .navigation__link:focus {
        color: #eb262d;
    }
}

@media (min-width: 1200px) {
    .navigation.is-active .navigation__link {
        color: #fff;
    }
}

.navigation__dropdownMenu {
    display: none;
    padding: 3px 0;
}

@media (min-width: 1200px) {
    .navigation__dropdownMenu {
        position: absolute;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .navigation__item--dropdown:hover>.navigation__dropdownMenu {
        display: block !important;
    }
}

.navigation__dropdownMenuLink {
    display: block;
    padding: 6px 10px;
    text-transform: lowercase !important;
    font-weight: 600;
    font-size: 14px;
    color: #58595b;
}

.navigation__dropdownMenuLink:hover,
.navigation__dropdownMenuLink:focus {
    color: #e0e0e0 !important;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .navigation__dropdownMenuLink:hover,
    .navigation__dropdownMenuLink:focus {
        color: #eb262d !important;
    }
}

.banner {
    padding: 100px 0 50px 0;
}

.banner--cloud-pattern {
    background: url(../images/banner-background-2394.jpg) no-repeat center center/cover;
}

.banner--masthead {
    background-color: #58595b;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (min-width: 768px) {
    .banner {
        padding: 0 0 50px 0;
    }
}

@media (min-width: 992px) {
    .banner {
        height: 100vh;
        padding-bottom: 0;
    }
}

.banner__heading,
.kp-content__heading {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 0.6em;
    color: #58595b;
}

@media (min-width: 992px) {
    .banner__heading,
    .kp-content__heading {
        margin: 0 0 0.3em;
        font-size: 60px;
    }
}

.banner__heading>span,
.kp-content__heading>span {
    position: relative;
}

.banner__heading>span::before,
.kp-content__heading>span::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4px;
    right: 4px;
    height: 4px;
    max-width: 116px;
    background: #eb262d;
}

.banner-carousel {
    width: 100%;
}

.video-banner {
    position: relative;
    overflow: hidden;
    height: 460px;
}

@media (min-width: 992px) {
    .video-banner {
        height: 100vh;
    }
}

.video-banner__media {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .hv-md-100 {
        height: 100vh !important;
    }
}

.kp-tabs {
    margin: 0 auto 40px;
    position: relative;
    top: -25px;
}

@media (min-width: 992px) {
    .kp-tabs {
        top: -50px;
    }
    .kp-tabs--overlap-banner {
        top: -85px;
        margin-bottom: -40px;
    }
}

.kp-tabs--no-overlap {
    top: 0;
    margin-bottom: 30px;
}

.kp-tabs.is-fixed {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
}

.kp-tabs__tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(138, 140, 142, 0.5);
    box-shadow: 0 0 4px rgba(138, 140, 142, 0.5);
    overflow: auto;
}

@media (min-width: 992px) {
    .kp-tabs__tab-list {
        height: 135px;
        overflow: initial;
    }
}

.kp-tabs__tab-list--no-bg {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.kp-tabs__tab-list--no-overflow {
    overflow: unset;
}

.kp-tabs__tab-list--h-auto {
    height: auto;
}

.kp-tabs.is-fixed .kp-tabs__tab-list {
    height: auto;
}

.kp-tabs__tab-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 10px 0;
    position: relative;
}

@media (min-width: 992px) {
    .kp-tabs__tab-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.5%;
        flex: 0 0 16.5%;
    }
    .kp-tabs__tab-item--fluid {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.kp-tabs__tab-item--fluid-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.kp-tabs__tab-item--dropdown {
    position: relative;
}

.kp-tabs__tab-item.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #eb262d;
}

.kp-tabs__tab-link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #58595b;
    padding: 8px 0;
    cursor: pointer;
}

.kp-tabs__tab-link:hover,
.kp-tabs__tab-link:focus {
    text-decoration: none;
    color: #0b0b0b;
}

.kp-tabs__tab-link--sm {
    font-size: 11px;
}

@media (min-width: 992px) {
    .kp-tabs__tab-link--sm {
        padding: 16px 0;
        font-size: 13px;
    }
}

.kp-tabs__tab-link--dropdown {
    position: relative;
}

.kp-tabs__tab-link--dropdown::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    right: 17px;
    display: block;
    margin-top: -9px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+CiAgICA8cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNFQjI2MkQiIGRhdGEtb2xkX2NvbG9yPSIjZWIyNjJkIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+) no-repeat top center/contain;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    will-change: transform;
}

.kp-tabs__tab-item:not(:last-of-type) .kp-tabs__tab-heading {
    border-right: 2px solid #8a8c8e;
}

.kp-tabs__tab-heading {
    display: block;
}

.kp-tabs__tab-heading--no-border {
    border: none !important;
}

.kp-tabs__tab-heading--underline {
    text-decoration: underline;
}

.kp-tabs__tab-img {
    display: none;
}

@media (min-width: 991px) {
    .kp-tabs__tab-img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        bottom: -35px;
        background-image: url(../images/vehicles-img-42587945.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 200px;
    }
}

.kp-tabs__tab-img--car {
    background-position: 0 0;
    height: 89px;
}

.kp-tabs__tab-img--bulldozer {
    background-position: 0 -110px;
    height: 131px;
}

.kp-tabs__tab-img--gear {
    background-position: 0 -260px;
    height: 115px;
}

.kp-tabs__tab-img--engine {
    background-position: 0 -416px;
    height: 104px;
}

.kp-tabs__tab-img--tank {
    background-position: 0 -556px;
    height: 97px;
}

.kp-tabs__tab-img--psa {
    background-position: 0 -645px;
    height: 150px;
}

.kp-tabs.is-fixed .kp-tabs__tab-img {
    display: none;
}

.kp-tabs__dropdown-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    white-space: nowrap;
    z-index: 2;
    -webkit-box-shadow: 0 4px 4px rgba(138, 140, 142, 0.5);
    box-shadow: 0 4px 4px rgba(138, 140, 142, 0.5);
}

@media (min-width: 1200px) {
    .kp-tabs__dropdown-menu {
        top: 70px;
    }
}

@media (min-width: 1200px) {
    .kp-tabs__tab-item--dropdown:hover .kp-tabs__dropdown-menu {
        display: block;
    }
    .kp-tabs__tab-item--dropdown:hover>.kp-tabs__tab-link:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.kp-tabs__tab-item--dropdown.is-open .kp-tabs__dropdown-menu {
    display: block;
}

.kp-tabs__tab-link--dropdown.is-open>.kp-tabs__tab-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.kp-content {
    padding: 30px 15px;
}

.kp-content-sm {
    padding: 15px;
}

@media (min-width: 992px) {
    .kp-content {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .kp-content__heading {
        font-size: 34px;
        margin-bottom: 0.5em;
    }
    .kp-content__heading-2 {
        font-size: 22px;
        margin-bottom: 0.5em;
    }
    .kp-content__heading-1 {
        font-size: 27px;
        margin-bottom: 0.5em;
    }
}

.kp-content__heading--to-right>span::before {
    width: 100%;
    left: auto;
}

.kp-content__with-heading-text {
    font-size: 25px;
    color: #212529;
}

.kp-content__with-heading-text-lg {
    font-size: 35px;
    color: #212529;
}

.kp-content__sentence {
    font-size: 16px;
    text-align: justify;
    color: #212529;
    font-weight: 400;
    margin-bottom: 1.5em;
}

.kp-content__sub-heading {
    font-size: 40px;
    margin: 0 0 0.1em;
    line-height: 1em;
    color: #019aa3;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

@media (min-width: 992px) {
    .kp-content__sub-heading {
        font-size: 75px;
    }
}

.kp-content__sub-sentence {
    font-size: 14px;
    color: #019aa3;
    font-weight: 700;
    line-height: 1.3em;
    font-family: 'Ubuntu', sans-serif;
}

@media (min-width: 992px) {
    .kp-content__sub-sentence {
        font-size: 20px;
    }
}


/* Timeline */

.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px !important;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 20px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
}

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 1px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    width: 100% !important;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 13px;
    padding-bottom: 10px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #000;
    border-color: #000;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #000;
    border-color: #000;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #000;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 2em auto;
    }
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    opacity: 0.3;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: not-allowed;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #000;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: -1.5em 0 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}

.cd-horizontal-timeline .events-content h6 {
    font-weight: bold;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

.cd-horizontal-timeline .events-content p {
    font-size: 13px;
    color: #333;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h6 {
        font-size: 13px;
        margin-top: 8px;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 13px;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/* Timeline End */

.kp-button,
.banner__cta {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 1em;
    padding: 12px 20px 12px 20px;
    background: transparent;
    border: 2px solid #646566;
    -webkit-transition: background 200ms, color 200ms;
    -o-transition: background 200ms, color 200ms;
    transition: background 200ms, color 200ms;
}

.kp-button:hover,
.banner__cta:hover,
.kp-button:focus,
.banner__cta:focus {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.kp-button--lighten {
    border-color: #fff;
    color: #fff;
}

.kp-button--lighten::after {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkxLjg2IDQ5MS44NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg2IDQ5MS44NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NjUuMTY3LDIxMS42MTRIMjgwLjI0NVYyNi42OTFjMC04LjQyNC0xMS40MzktMjYuNjktMzQuMzE2LTI2LjY5cy0zNC4zMTYsMTguMjY3LTM0LjMxNiwyNi42OXYxODQuOTI0SDI2LjY5ICAgIEMxOC4yNjcsMjExLjYxNCwwLDIyMy4wNTMsMCwyNDUuOTI5czE4LjI2NywzNC4zMTYsMjYuNjksMzQuMzE2aDE4NC45MjR2MTg0LjkyNGMwLDguNDIyLDExLjQzOCwyNi42OSwzNC4zMTYsMjYuNjkgICAgczM0LjMxNi0xOC4yNjgsMzQuMzE2LTI2LjY5VjI4MC4yNDVINDY1LjE3YzguNDIyLDAsMjYuNjktMTEuNDM4LDI2LjY5LTM0LjMxNlM0NzMuNTksMjExLjYxNCw0NjUuMTY3LDIxMS42MTR6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNFRDFDMjQiIGRhdGEtb2xkX2NvbG9yPSIjZWQxYzI0Ij48L3BhdGg+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==);
}

.kp-button--lighten:hover,
.kp-button--lighten:focus {
    background: #fff;
    color: #eb262d;
    text-decoration: none;
}

.btn {
    border-radius: 0;
    padding: 7px 12px;
}

.btn-outline-kp-primary {
    border-color: #eb262d;
    font-weight: 600;
    line-height: normal;
    color: #eb262d;
    letter-spacing: 0.1em;
}

.btn-outline-kp-primary:hover,
.btn-outline-kp-primary:focus,
.btn-outline-kp-primary:active,
.btn-outline-kp-primary:focus:active {
    color: #fff;
    background-color: #eb262d;
    border-color: #eb262d;
}

.kp-video {
    position: relative;
    height: 380px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .kp-video {
        height: 638px;
    }
}

.kp-video__embed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.kp-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.65) url(../images/videobg.jpg) no-repeat center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (min-width: 992px) {
    .kp-video__overlay {
        padding-top: 60px;
    }
}

.kp-video__heading {
    font-weight: 400;
    color: #e6e7e8;
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 26px;
    margin: 0 0 1em;
}

.kp-video__button {
    display: block;
    padding: 0;
    width: 93px;
    height: 93px;
    margin: 0 auto;
    font-size: 0.1px;
    border: 1px solid transparent;
    cursor: pointer;
}

.kp-video__button:hover {
    opacity: 0.9;
}

.kp-video__button--watch {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwIDYwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0zMCwwQzEzLjQ1OCwwLDAsMTMuNDU4LDAsMzBzMTMuNDU4LDMwLDMwLDMwczMwLTEzLjQ1OCwzMC0zMFM0Ni41NDIsMCwzMCwweiBNNDUuNTYzLDMwLjgyNmwtMjIsMTUgIEMyMy4zOTQsNDUuOTQxLDIzLjE5Nyw0NiwyMyw0NmMtMC4xNiwwLTAuMzIxLTAuMDM4LTAuNDY3LTAuMTE2QzIyLjIwNSw0NS43MTEsMjIsNDUuMzcxLDIyLDQ1VjE1YzAtMC4zNzEsMC4yMDUtMC43MTEsMC41MzMtMC44ODQgIGMwLjMyOC0wLjE3NCwwLjcyNC0wLjE1LDEuMDMxLDAuMDU4bDIyLDE1QzQ1LjgzNiwyOS4zNiw0NiwyOS42NjksNDYsMzBTNDUuODM2LDMwLjY0LDQ1LjU2MywzMC44MjZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNFRDFDMjQiIGRhdGEtb2xkX2NvbG9yPSIjZWQxYzI0Ij48L3BhdGg+PC9nPiA8L3N2Zz4=) no-repeat top center/contain;
}

.kp-video__button--close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: none;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEuOTc2IDUxLjk3NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEuOTc2IDUxLjk3NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48Zz4KCTxwYXRoIGQ9Ik00NC4zNzMsNy42MDNjLTEwLjEzNy0xMC4xMzctMjYuNjMyLTEwLjEzOC0zNi43NywwYy0xMC4xMzgsMTAuMTM4LTEwLjEzNywyNi42MzIsMCwzNi43N3MyNi42MzIsMTAuMTM4LDM2Ljc3LDAgICBDNTQuNTEsMzQuMjM1LDU0LjUxLDE3Ljc0LDQ0LjM3Myw3LjYwM3ogTTM2LjI0MSwzNi4yNDFjLTAuNzgxLDAuNzgxLTIuMDQ3LDAuNzgxLTIuODI4LDBsLTcuNDI1LTcuNDI1bC03Ljc3OCw3Ljc3OCAgIGMtMC43ODEsMC43ODEtMi4wNDcsMC43ODEtMi44MjgsMGMtMC43ODEtMC43ODEtMC43ODEtMi4wNDcsMC0yLjgyOGw3Ljc3OC03Ljc3OGwtNy40MjUtNy40MjVjLTAuNzgxLTAuNzgxLTAuNzgxLTIuMDQ4LDAtMi44MjggICBjMC43ODEtMC43ODEsMi4wNDctMC43ODEsMi44MjgsMGw3LjQyNSw3LjQyNWw3LjA3MS03LjA3MWMwLjc4MS0wLjc4MSwyLjA0Ny0wLjc4MSwyLjgyOCwwYzAuNzgxLDAuNzgxLDAuNzgxLDIuMDQ3LDAsMi44MjggICBsLTcuMDcxLDcuMDcxbDcuNDI1LDcuNDI1QzM3LjAyMiwzNC4xOTQsMzcuMDIyLDM1LjQ2LDM2LjI0MSwzNi4yNDF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNFRDFDMjQiIGRhdGEtb2xkX2NvbG9yPSIjZWQxYzI0Ij48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat top center/contain;
}

.kp-logo-in-box {
    position: relative;
    width: 200px;
    height: 200px;
    padding: 0 15px;
    background: #eb262d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 2px 4px 12px rgba(11, 11, 11, 0.3);
    box-shadow: 2px 4px 12px rgba(11, 11, 11, 0.3);
    margin-top: -42.85714px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .kp-logo-in-box {
        height: 200px;
        top: -75px;
        margin-top: 0;
        margin-bottom: -100px;
    }
}

@media (min-width: 992px) {
    .kp-logo-in-box {
        width: 300px;
        height: 300px;
        top: -150px;
        margin-bottom: -200px;
    }
}

.kp-logo-in-box__img {
    fill: #fff;
}

.kp-news {
    position: relative;
}

.kp-news__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 55px 0;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

@media (min-width: 992px) {
    .kp-news__caption {
        padding: 50px 95px 0;
    }
}

.kp-news__heading {
    color: #fff;
    font-weight: 500;
    text-shadow: -1px -1px 1px rgba(11, 11, 11, 0.5);
    font-size: 17px;
    margin: 0 0 0.71em;
    line-height: 1.2em;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .kp-news__heading {
        font-size: 28px;
    }
}

.kp-news__button {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .kp-news__button {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 200ms, visibility 200ms;
        -o-transition: opacity 200ms, visibility 200ms;
        transition: opacity 200ms, visibility 200ms;
    }
}

.kp-news:hover .kp-news__caption {
    background: rgba(235, 38, 45, 0.5);
}

.kp-news:hover .kp-news__button {
    opacity: 1;
    visibility: visible;
}

.kp-award {
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .kp-award {
        margin-bottom: 30px;
    }
}

.kp-award__title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #58595b;
    -webkit-transition: fill 200ms;
    -o-transition: fill 200ms;
    transition: fill 200ms;
}

.kp-award__title--top {
    position: absolute;
    top: 20%;
    left: 44px;
    right: 44px;
}

.kp-award__title--top.ptop {
    top: 14%;
}

.kp-award__img {
    fill: #58595b;
    -webkit-transition: fill 100ms;
    -o-transition: fill 100ms;
    transition: fill 100ms;
    width: 100%;
    max-width: 230px;
    display: block;
    margin: 0 auto 10px;
}

.kp-award:hover .kp-award__img {
    fill: #eb262d;
}

.kp-award:hover .kp-award__title {
    color: #eb262d;
}

.kp-accordion__item:not(:last-child) {
    margin-bottom: 15px;
}

.kp-accordion__link {
    position: relative;
    display: block;
    padding: 7px;
    color: #58595b;
    font-size: 14px;
    border: 1px solid #58595b;
}

@media (min-width: 992px) {
    .kp-accordion__link {
        font-size: 18px;
        padding: 9px 12px;
    }
}

.kp-accordion__link:hover,
.kp-accordion__link:focus {
    color: #0b0b0b;
    text-decoration: none;
    border-color: #0b0b0b;
}

.kp-accordion__link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+CiAgICA8cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNFRDFDMjQiIGRhdGEtb2xkX2NvbG9yPSIjZWQxYzI0Ij48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+) no-repeat top center;
    background-size: contain;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

@media (min-width: 768px) {
    .kp-accordion__link::after {
        width: 28px;
        height: 28px;
        background-size: contain;
    }
}

.kp-accordion__link:not(.collapsed)::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.kp-accordion__content {
    padding-top: 15px;
}

.kp-milestone {
    padding: 15px;
    background: #58595b url(../images/milestone-bg-458709.jpg) no-repeat top center/cover;
}

@media (min-width: 992px) {
    .kp-milestone {
        padding: 0 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 665px;
    }
}

.kp-milestone__group {
    position: relative;
}

@media (min-width: 992px) {
    .kp-milestone__group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 10%;
    }
}

.kp-milestone__group::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
}

@media (min-width: 992px) {
    .kp-milestone__group::before {
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .kp-milestone__group::before {
        top: 9px;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item {
        height: auto;
        position: absolute;
    }
}

@media (max-width: 991px) {
    .kp-milestone__item {
        padding: 0 0 0 20px;
        position: relative;
        margin-bottom: 20px;
    }
    .kp-milestone__item::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        border-radius: 50%;
        left: -9px;
        top: 7px;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(1) {
        left: 0%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(2) {
        left: 8%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(3) {
        left: 16%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(4) {
        left: 24%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(5) {
        left: 32%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(6) {
        left: 40%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(7) {
        left: 48%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(8) {
        left: 56%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(9) {
        left: 64%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(10) {
        left: 72%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(11) {
        left: 80%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(12) {
        left: 88%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(13) {
        left: 96%;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(odd) {
        top: 0;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(even) {
        bottom: 0;
    }
}

.kp-milestone__title {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

@media (max-width: 991px) {
    .kp-milestone__title {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:hover .kp-milestone__title,
    .kp-milestone__item.is-active .kp-milestone__title {
        font-weight: 400;
    }
}

.kp-milestone__description {
    background: #fff;
    color: #58595b;
    font-size: 13px;
    padding: 10px;
}

.kp-milestone__description::after {
    content: '';
    position: absolute;
    border: 6px solid #fff;
}

@media (min-width: 992px) {
    .kp-milestone__description::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .kp-milestone__description::after {
        top: -12px;
        left: 12px;
        margin-top: 1px;
        border-color: transparent transparent #fff transparent;
    }
}

@media (min-width: 992px) {
    .kp-milestone__description {
        position: absolute;
        display: none;
        left: 50%;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 190px;
    }
}

@media (max-width: 991px) {
    .kp-milestone__description {
        border-radius: 2px;
        position: relative;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(odd) .kp-milestone__description {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: -100%;
        margin-top: -10px;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(odd) .kp-milestone__description::after {
        bottom: -11px;
        border-color: #fff transparent transparent transparent;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:nth-child(even) .kp-milestone__description {
        margin-top: 5px;
    }
    .kp-milestone__item:nth-child(even) .kp-milestone__description::after {
        top: -11px;
        border-color: transparent transparent #fff transparent;
    }
}

@media (min-width: 992px) {
    .kp-milestone__item:hover .kp-milestone__description,
    .kp-milestone__item.is-active .kp-milestone__description {
        display: block;
        -webkit-animation: fadeIn 400ms 1 ease;
        animation: fadeIn 400ms 1 ease;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-carousel__product-name {
    color: #58595b;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .product-carousel .slick-track .slick-slide {
        -webkit-transition: -webkit-transform 600ms ease;
        transition: -webkit-transform 600ms ease;
        -o-transition: transform 600ms ease;
        transition: transform 600ms ease;
        transition: transform 600ms ease, -webkit-transform 600ms ease;
    }
    .product-carousel .slick-track .slick-slide:not(.slick-current) {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}

.product-carousel .slick-dots {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .product-carousel .slick-dots {
        margin: 30px 0 0 0;
    }
}

.product-carousel .slick-dots>li {
    padding: 0 5px;
}

@media (min-width: 992px) {
    .product-carousel .slick-dots>li>button {
        width: 100px;
        height: 2px;
        border-radius: 0;
    }
}

.product-carousel .slick-dots>li.slick-active>button {
    background: #eb262d;
}

.kp-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .kp-links__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.kp-links__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    color: #fff;
    background: #eb262d;
    padding: 10px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .kp-links__title {
        font-size: 18px;
    }
}

.kp-links__group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    background: #fff;
    padding: 13px 10px;
    color: #8a8c8e;
    font-size: 13px;
    font-weight: 800;
}

@media (min-width: 992px) {
    .kp-links__group {
        font-size: 14px;
    }
}

.kp-links__brochure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    color: #8a8c8e;
    background: #fff;
    padding: 20px 10px 15px;
    font-size: 15px;
}

@media (min-width: 992px) {
    .kp-links__brochure {
        font-size: 18px;
    }
}

.kp-links__download {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    background: #fff;
    padding: 20px 10px;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.15em;
}

@media (min-width: 992px) {
    .kp-links__download {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .kp-links__group>span {
        display: block;
        font-size: 0;
    }
}

@media (max-width:1199px) {
    .kp-links__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
    }
    .kp-links__group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
    }
}

.kp-links__link {
    color: inherit;
}

.kp-links__link:hover,
.kp-links__link:focus {
    color: #0b0b0b;
    text-decoration: none;
}

.kp-location {
    position: relative;
    margin-bottom: -180px;
}

.kp-location::after {
    content: '';
    display: block;
    padding-top: 39%;
}

.kp-location__map,
.kp-location__pin-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kp-location__map {
    background: url(../images/dottedmap.svg) no-repeat top center/contain;
}

.kp-location__pin {
    position: absolute;
    color: #58595b;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.kp-location__pin::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #58595b;
    margin-right: 5px;
}

.kp-location__pin--america {
    top: 40%;
    left: 30%;
}

.kp-location__pin--uk {
    top: 23%;
    left: 53%;
}

.kp-location__pin--europe {
    top: 39%;
    left: 54.2%;
}

.kp-location__pin--india {
    top: 47%;
    left: 66.7%;
}

.kp-location__pin--china {
    top: 41%;
    left: 79.7%;
}

.kp-location__pin--japan {
    top: 31%;
    left: 84.7%;
}

.kp-location__pin.is-active {
    color: #eb262d;
}

.kp-location__pin.is-active::before {
    background: #eb262d;
}

.kp-lfilter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
}

.kp-lfilter__item {
    font-size: 15px;
    color: #58595b;
}

.kp-lfilter__link {
    display: block;
    font-size: 14px;
    color: #58595b;
    padding: 8px;
    cursor: pointer;
}

.kp-lfilter__link::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #58595b;
    display: inline-block;
    margin-right: 10px;
}

.kp-lfilter__link:hover {
    color: #0b0b0b;
    text-decoration: none;
}

.kp-lfilter__link:hover::before {
    background: #0b0b0b;
}

.kp-lfilter__item.is-active .kp-lfilter__link {
    color: #eb262d !important;
}

.kp-lfilter__item.is-active .kp-lfilter__link::before {
    background: #eb262d;
}

.kp-steps {
    position: relative;
}

.kp-steps__num {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0b0b0b;
}

.kp-steps__sentence {
    color: #fff;
    font-size: 12px;
    padding: 20px 10px;
}

.kp-steps__line {
    position: absolute;
}

.kp-steps__line--top,
.kp-steps__line--right,
.kp-steps__line--bottom,
.kp-steps__line--left {
    background: #0b0b0b;
}

.kp-steps__line--top,
.kp-steps__line--bottom {
    right: 0;
    height: 1px;
}

.kp-steps__line--right,
.kp-steps__line--left {
    width: 1px;
    top: 0;
    bottom: 0;
}

.kp-steps__line--top {
    left: 35px;
    top: 0;
}

.kp-steps__line--right {
    right: 0;
}

.kp-steps__line--bottom {
    bottom: 0;
    left: 0;
}

.kp-steps__line--left {
    left: 0;
}

.kp-steps__line--left::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 1px;
    top: 0;
    left: 0;
    background: #0b0b0b;
}

.kp-jobbox__title {
    font-size: 20px;
    font-weight: 500;
    color: #58595b;
    margin: 0 0 0.25em;
}

.kp-jobbox__sub {
    font-size: 18px;
    color: #8a8c8e;
    margin: 0 0 0.25em;
}

.kp-jobbox__line {
    font-size: 18px;
    color: #58595b;
    font-weight: 400;
    margin: 0 0 0.5em;
}

.kp-custom-file .custom-file-label::after {
    display: none;
}

.custom-file input[type="file"] {
    cursor: pointer;
}

.kp-journeybox__box {
    width: 100px;
    height: 100px;
    background: #eb262d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #e6e7e8;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .kp-journeybox__box {
        margin: -20px auto 10px;
    }
}

.kp-journeybox__heading {
    color: #58595b;
    font-size: 14px;
    font-weight: 600;
}

.kp-presence {
    position: relative;
}

.kp-presence::after {
    content: '';
    display: block;
    padding-top: 50.6%;
}

.kp-presence__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dottedmap.svg) no-repeat top center/cover;
}

.kp-presence__pin {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #eb262d;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .kp-presence__pin {
        width: 18px;
        height: 18px;
    }
}

.kp-presence__pin::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eb262d;
    border-radius: 50%;
    -webkit-animation: presence-animation 800ms infinite linear;
    animation: presence-animation 800ms infinite linear;
    z-index: -1;
}

.kp-presence__pin--pin1 {
    top: 36%;
    left: 51%;
}

.kp-presence__pin--pin2 {
    top: 47%;
    left: 69%;
}

.kp-presence__pin--pin3 {
    top: 54%;
    left: 68%;
}

.kp-presence__pin--pin4 {
    top: 57%;
    left: 70%;
}

.kp-presence__pin--pin5 {
    top: 62%;
    left: 69%;
}

.kp-presence__pin--pin6 {
    top: 31%;
    left: 17%;
}

@-webkit-keyframes presence-animation {
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes presence-animation {
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.kp-subscribe-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.kp-subscribe-form__control {
    display: block;
    width: 100%;
    background: #fff;
    padding: 13px 10px;
    color: #58595b;
    border: 1px solid transparent;
    font-size: 20px;
    margin-bottom: 1em;
}

.footer__links>li>a,
.footer__link {
    display: inline-block;
    padding: 1px;
    color: #fff;
    -webkit-transition: color 100ms;
    -o-transition: color 100ms;
    transition: color 100ms;
}

.footer__links>li>a:hover,
.footer__link:hover,
.footer__links>li>a:focus,
.footer__link:focus {
    color: #0b0b0b;
    text-decoration: none;
}

.footer {
    padding: 60px 0 30px 0;
    background: #019aa3;
    position: relative;
}

.footer .little-footer {
    top: 115px;
    position: absolute;
}

.footer__heading {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3em;
    font-size: 18px;
    margin: 0 0 0.3em;
}

@media (min-width: 992px) {
    .footer__heading {
        font-size: 21px;
        margin: 0 0 1em;
    }
}

.footer__logo {
    display: inline-block;
}

.footer__logo>img {
    max-width: 180px;
    display: block;
    margin-bottom: 8px;
}

.footer__logo-text {
    color: #fff;
    display: block;
    font-size: 15px;
}

.footer__social {
    list-style-type: none;
    margin: 0 0 0;
    padding: 0;
}

.footer__social>li {
    display: inline-block;
    margin-left: -4px;
}

.footer__social>li>a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 13px;
    background: #0b0b0b;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

.footer__social>li>a:hover,
.footer__social>li>a:focus {
    background: #eb262d;
}

.footer__divider {
    border-color: #8a8c8e;
}

.footer__text {
    color: #fff;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bg-gray {
    background: #e6e7e8;
}

.bg-gray-dark {
    background: #d4d4d4;
}

.bg-lighten {
    background: #fff;
}

.kp-text-lighten {
    color: #fff !important;
}

.kp-text-darken {
    color: #0b0b0b !important;
}

.kp-drop-shadow {
    -webkit-box-shadow: 0 2px 4px rgba(88, 89, 91, 0.3);
    box-shadow: 0 2px 4px rgba(88, 89, 91, 0.3);
}

.kp-red-outline {
    border: 2px solid #eb262d;
}

.bg-with-bg {
    background-color: #58595b;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
}

.kp-img-overlap,
.kp-contact {
    position: relative;
    top: -63px;
    margin-bottom: -63px;
    z-index: 2;
}

@media (min-width: 992px) {
    .kp-img-overlap,
    .kp-contact {
        top: 60px;
    }
}

@media (min-width: 992px) {
    .kp-img-overlap-form-bottom {
        margin-bottom: -80px;
    }
}

.kp-img-overlap2 {
    position: relative;
    top: -63px;
    margin-bottom: -63px;
    z-index: 2;
}

@media (min-width: 992px) {
    .kp-img-overlap2 {
        top: 7px;
    }
}

.kp-contact {
    top: 60px;
}

.kp-section-gap {
    margin-bottom: 55px;
}

@media (min-width: 992px) {
    .kp-section-gap {
        margin-bottom: 110px;
    }
}

.product-showcase-carousel .slick-dots>li>button {
    background: #76777a;
}

@media (min-width: 1200px) {
    .product-showcase-carousel .slick-dots>li>button {
        width: 39px;
    }
}

.product-showcase-carousel__title {
    font-weight: 600;
    color: #eb262d;
}

@media (min-width: 992px) {
    .product-showcase-carousel__title {
        font-size: 18px;
    }
}

.product-showcase-carousel__sentence {
    color: #58595b;
}

.kp-form-control,
.kp-custom-file .custom-file-label,
.kp-custom-select {
    border-radius: 0;
    border-color: transparent transparent #e6e7e8 transparent;
}

.kp-form-control:focus,
.kp-custom-file .custom-file-label:focus,
.kp-custom-select:focus,
.kp-form-control:focus:active,
.kp-custom-file .custom-file-label:focus:active,
.kp-custom-select:focus:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent transparent #58595b transparent;
}

@media (max-width: 767px) {
    .kp-overflow-scroll {
        overflow-y: hidden;
        overflow-x: scroll;
    }
}

.kp-feature-img {
    fill: #657380;
    width: 90px;
    height: 90px;
}

.kp-feature-title {
    color: #657380;
    font-size: 16px;
    line-height: 1.2em;
}

.kp-text-lighten {
    color: #fff !important;
}

@media (min-width: 992px) {
    .kp-presence-carousel {
        padding: 0 55px;
    }
}

.kp-presence-carousel .slick-slide {
    height: auto;
}

.kp-presence-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: none;
    border: 1px solid transparent;
}

.kp-presence-carousel .slick-arrow.slick-prev {
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMTc1IDQ3Ny4xNzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUgICBjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0VEMUMyNCIgZGF0YS1vbGRfY29sb3I9IiNlZDFjMjQiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+) no-repeat top center/cover;
}

.kp-presence-carousel .slick-arrow.slick-next {
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+CiAgICA8cGF0aCBkPSJtNDAuNCwxMjEuM2MtMC44LDAuOC0xLjgsMS4yLTIuOSwxLjJzLTIuMS0wLjQtMi45LTEuMmMtMS42LTEuNi0xLjYtNC4yIDAtNS44bDUxLTUxLTUxLTUxYy0xLjYtMS42LTEuNi00LjIgMC01LjggMS42LTEuNiA0LjItMS42IDUuOCwwbDUzLjksNTMuOWMxLjYsMS42IDEuNiw0LjIgMCw1LjhsLTUzLjksNTMuOXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0VEMUMyNCIgZGF0YS1vbGRfY29sb3I9IiNlZDFjMjQiPjwvcGF0aD4KICA8L2c+PC9nPiA8L3N2Zz4=) no-repeat top center/cover;
}

.kp-presence-carousel__slide {
    position: relative;
    background: #fff;
}

.kp-presence-carousel__content {
    padding: 25px 15px;
}

@media (min-width: 992px) {
    .kp-presence-carousel__content {
        padding: 50px 30px;
        width: 60%;
    }
}

.kp-presence-carousel__img {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (min-width: 992px) {
    .kp-presence-carousel__img {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        width: 40%;
    }
}

@media (max-width: 991px) {
    .kp-presence-carousel__img {
        height: 360px;
    }
    #ourstories h1 {
        margin-top: -70px;
    }
}

.kp-tab-content .tab-pane {
    display: block;
}

.kp-tab-content .tab-pane:not(.active) {
    height: 0;
    overflow-y: hidden;
}


/*# sourceMappingURL=main.css.map */

.text-red {
    color: #ed1c24;
}

.text-red:hover {
    color: #000;
}

.bg-red {
    background: #ed1c24;
}

.list-none {
    padding-left: 20px;
}

.text-grey {
    color: #58595b;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.innershadow {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 250px;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
}

.innershadow2 {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 170px;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
}

.innershadow3 {
    background: #999;
    /* Old browsers */
    background: -moz-linear-gradient(top, #999 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #999 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #999 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
}

.next-page {
    display: inline-block;
    background: #ed1c24;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
    min-width: 175px;
}

.next-page span {
    font-size: 13px;
    display: block;
    letter-spacing: 0.6em;
    margin-bottom: 0px;
}

.next-page:hover {
    text-decoration: none;
    color: #fff;
}

.gallery-insight {
    position: relative;
    width: 100%;
}

.gallery-insight .image {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gallery-insight .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(11, 11, 11, 0.3);
}

.gallery-insight:hover .overlay {
    opacity: 1;
}

.gallery-insight .text {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.title-small-font {
    font-size: 24px;
}

.title-small-font-ex {
    font-size: 18px;
}

.title-small-font-para {
    font-size: 14px;
}

.dropdown-insight {
    background: none;
    border: none;
}

.dropdown-insight a {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #58595b;
}

.dropdown-insight button:focus {
    text-decoration: none;
}

.dropdown-insight button:hover {
    text-decoration: none;
}

.dropdown-insight .kp-tabs__tab-item.is-active::before {
    height: 0px;
    background: transparent;
}

.text-weight-light {
    font-weight: 400;
}

.dropdown-insight .kp-tabs__tab-link--sm {
    padding: 0px 0 !important;
}

.dropdown-insight.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 23px;
    left: 120px;
}

.logo-maxw {
    max-width: 180px;
}

.martop300 {
    margin-top: -400px;
}

.business-content {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

.business-content p {
    min-height: 120px;
}

.max-w50 {
    max-width: 250px;
}

.grey-link {
    color: #58595b;
    margin-left: 15px;
    font-weight: 300;
}

.grey-link:hover {
    text-decoration: none;
    color: #eb262d;
}

.bdr0 {
    border: 0px;
}

.custom-contact option {
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
    padding: 5px 10px;
    border: 0px;
}

.mar-top50 {
    margin-top: -45px;
}

.cuspos-bot {
    position: absolute;
    bottom: 90px;
}

.bdr-top1 {
    border-top: #ccc solid 1px;
}

.dropdown-model {
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 2px 50px 2px 2px;
    border: none;
    background-image: url("../images/down-button.svg");
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: 600;
}

.dropdown-model:focus {
    outline: none;
}

.top-mid {
    top: -41px;
}

.boxhover {
    color: #555;
}

.boxhover:hover {
    color: #eb262d !important;
    text-decoration: none;
}

#lightbox {
    margin: 10px auto;
    width: 520px;
    border-bottom: 1px solid #ccc;
}

#lightbox h1 {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0;
    color: white;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 2px solid rgba(255, 255, 255, 0.65);
    border-right: 2px solid rgba(255, 255, 255, 0.65);
}

#lightbox ul {
    overflow: hidden;
}

#lightbox ul li {
    float: left;
    padding: 10px;
    background: #fff;
    margin: 0 20px 20px 0;
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

#lightbox ul li:nth-child(even) {
    margin-right: 0;
}

#lightbox ul li img {
    display: block;
}

#lightbox .image_title {
    width: 250px;
    height: 175px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    opacity: 0;
    transition: all 0.5s;
}

#lightbox .title {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transform: scale(0.2);
    transition: all 0.25s;
}

#lightbox .title::before {
    content: 'L';
    font-family: websymbols;
    font-size: 24px;
    color: #fff;
    opacity: 0.5;
    display: block;
    line-height: 36px;
}

#lightbox li:hover {
    box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.75);
}

#lightbox li:hover .image_title {
    opacity: 1;
}

#lightbox li:hover .title {
    transform: scale(1);
}

.lb_backdrop {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lb_canvas {
    background: white;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px 5px black;
    padding: 10px;
}

.lb_canvas.loading {
    background: white url("http://thecodeplayer.com/uploads/media/loading.gif") center center no-repeat;
}

.lb_controls {
    width: 400px;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    bottom: 10px;
    color: white;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.lb_controls span {
    line-height: 30px;
    height: 30px;
}

.lb_controls span.inactive {
    opacity: 0.25;
}

.lb_previous,
.lb_next {
    position: absolute;
    top: 0;
    padding: 5px 12px;
    font-family: websymbols;
    font-size: 14px;
    background: black;
    cursor: pointer;
}

.lb_previous {
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lb_next {
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.lb_title {
    text-align: center;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: bold;
}

.slide-arrow1 {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow1 {
    left: -40px;
    width: 100px;
    max-width: 60px;
    height: 100px;
    max-height: 50px;
    background: url(../images/left-arrow.svg) no-repeat;
    border: none;
}

.next-arrow1 {
    right: -40px;
    width: 50px;
    height: 50px;
    background: url(../images/right-arrow.svg) no-repeat;
    border: none;
}

.prev-arrow1:focus,
.next-arrow1:focus {
    text-decoration: none;
    outline: none;
}

.flex-directors-box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-direction: row;
}

.flex-directors-box .item {
    margin: 1%;
}

.flex-directors-box .item img {
    margin-bottom: 7px;
}

.flex-directors-box .item p {
    font-size: 14px;
}

.geartitlelft {
    float: left;
}

.geartab .nav-link.active,
.geartab .nav-link:focus {
    float: right;
    background: transparent;
    border-color: transparent;
}

.geartab .nav-link {
    color: #58595b;
}

.min-h-80 {
    min-height: 80px;
}

.btn-dir {
    padding: 15px;
    border: #fff solid 1px;
    display: inline-block;
}

.btn-dir:hover {
    text-decoration: none;
    background: #eee !important;
    border: #ccc solid 1px;
}

.flex-design-analysis {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.flex-design-analysis .item {
    margin: 0.4% 0;
}

.flex-design-analysis .item h6 {
    border-bottom: #999 solid 1px;
    padding: 10px 20px;
}

.flex-design-analysis .item h6:last-child {
    border-bottom: none;
}

.flex-design-analysis .item:nth-child(1) {
    width: 28%;
    border: #eb262d solid 2px;
    padding: 53px 10px;
}

.flex-design-analysis .item p {
    margin: 0px;
    font-weight: 600;
}

.flex-design-analysis .item:nth-child(2) {
    background: #fff;
    width: 36%;
}

.flex-design-analysis .item:nth-child(3) {
    background: #c8cacf;
    width: 36%;
}

.flex-design-analysis2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.flex-design-analysis2 .item {
    margin: 0.4% 0;
}

.flex-design-analysis2 .item h6 {
    border-bottom: #999 solid 1px;
    padding: 17px 20px;
    margin: 0px;
}

.flex-design-analysis2 .item h6:last-child {
    border-bottom: none;
}

.flex-design-analysis2 .item:nth-child(1) {
    width: 28%;
    border: #eb262d solid 2px;
    padding: 40px 10px;
}

.flex-design-analysis2 .item p {
    margin: 0px;
    font-weight: 600;
}

.flex-design-analysis2 .item:nth-child(2) {
    background: #fff;
    width: 36%;
}

.flex-design-analysis2 .item:nth-child(3) {
    background: #c8cacf;
    width: 36%;
    padding: 17px 0;
}

.flex-design-analysis3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.flex-design-analysis3 .item {
    margin: 0.4% 0;
}

.flex-design-analysis3 .item h6 {
    border-bottom: #999 solid 1px;
    padding: 17px 20px;
    margin: 0px;
}

.flex-design-analysis3 .item h6:last-child {
    border-bottom: none;
}

.flex-design-analysis3 .item:nth-child(1) {
    width: 28%;
    border: #eb262d solid 2px;
    padding: 12px 10px;
}

.flex-design-analysis3 .item p {
    margin: 0px;
    font-weight: 600;
}

.flex-design-analysis3 .item:nth-child(2) {
    background: #fff;
    width: 36%;
}

.flex-design-analysis3 .item:nth-child(3) {
    background: #c8cacf;
    width: 36%;
}

@media (max-width: 767px) {
    .flex-directors-box {
        display: flex;
        justify-content: space-around;
        text-align: center;
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .flex-design-analysis {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-design-analysis .item {
        width: 100% !important;
    }
    .flex-design-analysis2 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-design-analysis2 .item {
        width: 100% !important;
    }
    .flex-design-analysis3 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
    .flex-design-analysis3 .item {
        width: 100% !important;
    }
}

.iframe-pt {
    padding-top: 106px;
}

.machines-carousel {
    position: relative;
}

.machines-carousel .machines-content {
    position: absolute;
    z-index: 99;
}

.sitemap-list a {
    float: left;
    width: 25%;
    margin: 5px 0;
}

@media screen and (max-width: 900px) and (min-width: 320px) {
    .b-martop {
        margin-top: 60%;
    }
    .martop300 {
        margin-top: 0px;
    }
    .banner__heading>span::before,
    .kp-content__heading>span::before {
        content: '';
        position: absolute;
        top: -4px;
        left: 4px;
        right: 4px;
        height: 4px;
        max-width: 116px;
        background: transparent;
    }
    .pl-5,
    .px-5 {
        padding-left: 1rem!important;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .pdlr {
        padding: 30px 0 !important;
    }
    .next-page {
        display: inline-block;
        background: #ed1c24;
        text-align: center;
        padding: 20px 5px;
        color: #fff;
        text-transform: uppercase;
        min-width: 150px;
        margin-bottom: 30px;
    }
    .geartab {
        display: table;
        margin: 0 auto;
    }
    .txtlft {
        text-align: left !important;
        margin-bottom: 10px;
    }
    .carousel-control-prev {
        display: none;
    }
    .carousel-control-next {
        display: none;
    }
    .kp-tabs {
        margin: 0 auto 0px;
    }
    .kp-links__brochure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        color: #8a8c8e;
        background: #fff;
        padding: 5px 10px 5px;
        font-size: 15px;
        text-align: center;
    }
    .kp-links__download {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background: #fff;
        padding: 5px 10px;
        color: #ed1c24;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.15em;
        text-align: center !important;
    }
    .client-awards .slick-arrow {
        display: none !important;
    }
    .corevalue {
        text-align: center !important;
    }
    .corevalue .kp-content__sentence {
        text-align: center !important;
    }
}

.mobilenav {
    display: none;
}

.desktopnav {
    display: block;
}

@media screen and (max-width: 1199px) and (min-width: 320px) {
    .desktopnav {
        display: none;
    }
    .mobilenav {
        display: block;
    }
}

.little-animation-top {
    width: 100%;
    flex: 1;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #019aa3;
    margin-top: -4px;
}

.little-animation-top .image {
    background-image: url(../images/blue-bg.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.little-animation-top .image3 {
    background-image: url(../images/sky-sec-animation.png);
    padding: 150px 0 50px;
    background-attachment: fixed;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 564px;
}

.little-animation-top2 {
    width: 100%;
    flex: 1;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #019aa3;
}

.little-animation-top2 .image {
    background-image: url(../images/blue-bg.jpg);
    background-attachment: scroll;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.little-animation-top2 .image3 {
    background-image: url(../images/sky-sec-animation.png);
    padding: 0px 0 0px;
    background-attachment: fixed;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    min-height: 564px;
}

.little-animation-top2 .storycontent {
    margin-top: 360px;
    position: absolute !important;
    z-index: 99;
    color: #fff;
}

.little-animation-top2 .storycontent p {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
}

.little-animation-top2 .img15 {
    margin-bottom: -15px;
}

.bg1 {
    margin-right: -25px;
}

.little-animation-top3 {
    width: 100%;
    flex: 1;
    display: flex;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #019aa3;
}

.little-animation-top3 .image {
    background-image: url(../images/blue-bg.jpg);
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.little-animation-top3 .image3 {
    background-image: url(../images/slide-corton4.png);
    padding: 0px 0 0px;
    background-attachment: scroll;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    min-height: 564px;
}

.scroll {
    background-attachment: scroll;
}

.footer_form .form-control {
    padding: .475rem .75rem;
    font-size: 13px !important;
}

.button-send {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 20px 10px 20px;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: background 200ms, color 200ms;
    -o-transition: background 200ms, color 200ms;
    transition: background 200ms, color 200ms;
}

.button-send:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

.footer-bottom {
    margin-top: 170px;
}

.footer-list {
    color: #e1eaec;
    font-size: 11px;
    border-bottom: #fff solid 1px;
    padding-bottom: 5px;
    min-height: 214px;
    line-height: 17px;
    letter-spacing: 0.02em;
}

.footer-list p {
    margin-bottom: 4px;
}

.footer-list .d-flex p:first-child {
    width: 40%;
}

.footer-list p span {
    margin-right: 10px;
    display: inline-block;
    width: 90px;
}

.footer-list h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-list .social {
    max-width: 22px;
    margin-right: 6px;
    background: #fff;
    border-radius: 50%;
}


/* Menu Opener */

.menu-opener,
.menu-opener:hover,
.menu-opener.active,
.menu-opener-inner,
.menu-opener-inner::before,
.menu-opener-inner::after,
.menu,
.menu.active {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}

.menu-opener {
    cursor: pointer;
    height: 64px;
    position: absolute;
    top: 0%;
    right: 0%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 64px;
}

.menu-opener:hover,
.menu-opener.active {
    background: #f1c40f;
}

.menu-opener-inner {
    background: #fff;
    height: .5rem;
    margin-left: .75rem;
    margin-top: 1.75rem;
    width: 2.5rem;
}

.menu-opener-inner::before,
.menu-opener-inner::after {
    background: white;
    content: '';
    display: block;
    height: .5rem;
    width: 2.5rem;
}

.menu-opener-inner::before {
    -webkit-transform: translateY(-0.75rem);
    -ms-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
}

.menu-opener-inner::after {
    -webkit-transform: translateY(0.25rem);
    -ms-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
}

.menu-opener-inner.active {
    background: transparent;
}

.menu-opener-inner.active::before {
    -webkit-transform: translateY(0rem) rotate(-45deg);
    -ms-transform: translateY(0rem) rotate(-45deg);
    transform: translateY(0rem) rotate(-45deg);
}

.menu-opener-inner.active::after {
    -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
    -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
    transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
}

.menu {
    background: #f1c40f;
    color: transparent;
    height: 64px;
    position: absolute;
    top: 0%;
    right: 0%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0rem;
    z-index: -1;
}

.menu.active {
    width: -webkit-calc(65% - 1rem);
    width: calc(65% - 1rem);
}

.menu.active .menu-link {
    color: white;
}

.menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    list-style-type: none;
    margin: 0;
    margin-left: 4rem;
    padding: 0;
}

.menu-link {
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 2rem;
    font-weight: 100;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

.menu-link li {
    margin: auto;
}

@media screen and (max-width: 768px) {
    .menu {
        height: auto;
    }
    .menu-inner {
        display: block;
    }
    .menu-link {
        padding: 10px 0;
        font-size: 1.2em;
    }
    .menu.active {
        width: -webkit-calc(65% - 0.5rem);
        width: calc(100% - 0.5rem);
    }
}

.menu-inner a {
    display: block;
    padding: 0 10px;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
}

.menu-inner a:hover {
    background-color: #333;
}

.menu-inner ul ul {
    display: none;
    position: absolute;
    top: 60px;
}

.menu-inner ul li {
    float: left;
}

.menu-inner ul li:hover>ul {
    display: inherit;
}

.menu-inner ul ul li {
    width: 230px;
    float: none;
    display: list-item;
    position: relative;
}

.menu-inner ul ul ul li {
    position: relative;
    top: -60px;
    left: 230px;
}

.menu-inner ul ul li {
    border: 1px solid white;
}

li>a:after {
    content: ' â–¼';
}

li>a:only-child:after {
    content: '';
}

@media screen and (max-width: 550px) and (min-width: 320px) {
    .little-animation-top3 .image3 {
        min-height: 200px;
    }
    .little-animation-top2 .image3 {
        overflow-y: auto;
        background-attachment: scroll;
    }
    .footer-list {
        min-height: auto;
    }
    .footer .little-footer {
        top: 350px;
    }
    .little-animation-top2 .storycontent {
        margin-top: 50px;
    }
    .little-animation-top2 .img15 {
        display: none;
    }
    /* .little-animation-top2 .image3 {
    min-height: 480px;
  } */
    .litter-lamb-serv {
        flex-direction: column;
    }
    .mob-pview {
        padding: 5%;
    }
    .welcomecontent h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .welcomecontent p {
        font-size: 16px;
    }
    .little-animation-top .image3 {
        padding: 50px 0 50px;
        background-position: center 238px !important;
        height: 200px;
    }
    /* .slide .slide__img{
    height: 55vh;
  } */
    .slide .slide__content {
        bottom: 4%;
    }
    .slide .slide__content--headings h2 {
        font-size: 1.2rem;
    }
    /* .slide .slide__img img{
     max-width: 200%;
  } */
    .kp-button,
    .banner__cta {
        position: relative;
        display: inline-block;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.04em;
        font-size: 13px;
        line-height: 1em;
        padding: 12px 10px 12px 10px;
        background: transparent;
        border: 1px solid #646566;
        -webkit-transition: background 200ms, color 200ms;
        -o-transition: background 200ms, color 200ms;
        transition: background 200ms, color 200ms;
    }
    .slide .slide__content .mt-5 {
        margin-top: 1rem !important;
    }
    .section {
        min-height: 40vh !important;
        padding: 5vh 0 !important;
    }
    .container2 {
        padding: 3vh 0 !important;
    }
    .director-profile {
        margin-bottom: 0rem !important;
        margin-top: 0rem !important;
        height: 100%;
    }
    .director-profile .img-fluid {
        height: inherit;
    }
}

@media screen and (max-width: 767px) and (min-width: 551px) {
    .section-para {
        padding: 40px 0;
    }
    .little-animation-top3 .image3 {
        min-height: 270px;
    }
    .footer-list {
        min-height: auto;
    }
    .footer .little-footer {
        top: 290px;
        left: 0px;
    }
    .little-animation-top2 .storycontent {
        margin-top: 160px;
        margin-left: 120px;
    }
    .little-animation-top2 .image3 {
        min-height: 480px;
    }
    .director-profile {
        height: 100%;
    }
    .director-profile .img-fluid {
        height: inherit;
    }
    .director-profile .name {
        padding: 10px 6px 6px;
    }
    .director-profile .name h4 {
        color: #fff;
        font-size: 16px;
        line-height: 19px;
    }
    .director-profile .name p {
        font-size: 15px;
    }
    .mob-pview {
        padding: 5%;
    }
    .welcomecontent h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .welcomecontent p {
        font-size: 16px;
    }
    .little-animation-top .image3 {
        padding: 50px 0 0px;
        background-position: center 238px !important;
        height: 280px;
    }
    .slide .slide__img {
        height: 100vh;
    }
    .slide .slide__content {
        bottom: 4%;
    }
    .slide .slide__content--headings h2 {
        font-size: 1.2rem;
    }
    /* .slide .slide__img img{
     max-width: 200%;
  } */
    .kp-button,
    .banner__cta {
        position: relative;
        display: inline-block;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.04em;
        font-size: 13px;
        line-height: 1em;
        padding: 12px 10px 12px 10px;
        background: transparent;
        border: 1px solid #646566;
        -webkit-transition: background 200ms, color 200ms;
        -o-transition: background 200ms, color 200ms;
        transition: background 200ms, color 200ms;
    }
    .slide .slide__content .mt-5 {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-para {
        padding: 40px 0;
    }
    .little-animation-top3 .image3 {
        min-height: 350px;
    }
    .footer-list {
        min-height: auto;
    }
    .footer .little-footer {
        top: 250px;
    }
    .little-animation-top2 .storycontent {
        margin-top: 130px;
    }
    .little-animation-top2 .image3 {
        min-height: 480px;
    }
    .director-profile .name {
        padding: 10px 6px 6px;
    }
    .director-profile .name h4 {
        color: #fff;
        font-size: 16px;
        line-height: 19px;
    }
    .director-profile .name p {
        font-size: 15px;
    }
    .mob-pview {
        padding: 5%;
    }
    .welcomecontent h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .welcomecontent p {
        font-size: 16px;
    }
    .little-animation-top .image3 {
        padding: 50px 0 0px;
        background-position: center 238px !important;
        height: 330px;
    }
    /* .slide .slide__img{
    height: 55vh;
  } */
    .slide .slide__content {
        bottom: 4%;
    }
    .slide .slide__content--headings h2 {
        font-size: 1.2rem;
    }
    /* .slide .slide__img img{
     max-width: 200%;
  } */
    .kp-button,
    .banner__cta {
        position: relative;
        display: inline-block;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.04em;
        font-size: 13px;
        line-height: 1em;
        padding: 12px 10px 12px 10px;
        background: transparent;
        border: 1px solid #646566;
        -webkit-transition: background 200ms, color 200ms;
        -o-transition: background 200ms, color 200ms;
        transition: background 200ms, color 200ms;
    }
    .slide .slide__content .mt-5 {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .section-para {
        padding: 40px 0;
    }
    .little-animation-top3 .image3 {
        min-height: 350px;
    }
    .footer-list {
        min-height: auto;
    }
    .little-animation-top2 .storycontent {
        margin-top: 175px;
    }
    .hv-md-100 {
        height: 85vh !important;
    }
    .slide .slide__img {
        height: 100vh;
    }
    .slide .slide__img {
        width: 140%;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1200px) {
    .slide .slide__img {
        /*width: 120%;*/
    }
}


/* Scroll top animation */

.top-pos-rel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-pos-rel .img2 {
    background-image: url(../images/blue-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
}

.section {
    padding: 10vh 0;
    position: relative;
    min-height: 90vh;
    width: 100%;
    transform-style: inherit;
    overflow: hidden;
    margin-top: -5px;
    background-color: #019aa3;
}

.section,
.section:before {
    background: 50% 50% / cover;
}

.section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #019aa3;
}

#hero-3:before {
    background-image: url("http://cdn.bmwblog.com/wp-content/uploads/mini-rocketman-261.jpg");
    background-attachment: fixed;
    z-index: -3;
}

#hero-4:before {
    background-image: url("../images/blue-bg2.jpg");
    background-attachment: fixed;
    z-index: -3;
}

.normal-scroll {
    background: #fff;
    transform: translateZ(0);
}

.container2 {
    color: #ccc;
    font-size: 4vw;
    margin: 0 auto;
    padding: 10vh 0;
    text-align: center;
    width: 100%;
}

.container2 .imgsky {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.container2 .imgsky2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    z-index: 9;
}

.container2 .imgsky3 {
    position: absolute;
    right: 0;
    margin: 50px auto 0;
    z-index: 10;
    max-width: 1250px;
    width: 100%;
}

.gallery-title {
    font-size: 72px;
    color: #808080;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
}

.filter-button {
    font-size: 16px;
    border: none;
    border-radius: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
}

.filter-button:hover {
    font-size: 16px;
    border-radius: 0px;
    text-align: center;
    color: #000;
}

.btn-default:active .filter-button:active {
    background-color: #fff;
    color: #000;
    font-weight: 700;
}

.btn-default.focus,
.btn-default:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
    color: #000;
    font-weight: 700;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 1em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0.2% .2%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    margin: 5px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    transition: all 0.3s;
    transform: scale(1);
    margin: 0 auto;
}

.grid figure img:hover {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
    transition: all 0.3s;
    transform: scale(1.1);
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 100%;
    background: rgba(9, 110, 110, 0.6);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
    margin: auto;
    left: 0;
    right: 0;
    top: 25%;
}

figure.effect-zoe p.description img {
    max-width: 40px !important;
    min-height: 40px !important;
    margin-bottom: 10px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work .modal-full {
    min-width: 100%;
    margin: 0;
}

.work .modal {
    padding: 0 !important;
}

.work .modal-full .modal-content {
    min-height: 100vh;
}

.work .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.6) !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0rem;
    outline: 0;
}

.work .modal-content .workpopgallery {
    background: #000;
}

.work .modal-content .close {
    float: right;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.popupgallery {
    padding: 15px 0;
    color: #fff;
    max-width: 25%;
}

.popupgallery p {
    font-size: 11px;
    margin-bottom: 2px;
}

.popupgallery p span {
    font-weight: 600;
}

.popupgallery h6 {
    font-size: 11px;
    margin-bottom: 2px;
    font-weight: 600;
}

.workpopgallerycontent {
    padding: 15px 0;
    color: #fff;
    font-family: 'Kalam', cursive;
}

.workpopgallerycontent p {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 22px;
}

.workpopgallerycontent p span {
    font-weight: 600;
}

.workpopgallerycontent h3 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 300;
}

.workpopgallerycontent img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.grid .col-sm-3 {
    padding: 0;
}

.sectionwork .top-side {
    text-align: center;
}

.sectionwork .top-side .title {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}

.sectionwork .top-side .title:after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 8px auto;
}

.sectionwork .top-side h2 {
    font-weight: 700;
}

.sectionwork.portfolio .filters {
    text-align: center;
}

.sectionwork.portfolio .filters ul {
    padding: 0;
}

.sectionwork.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    position: relative;
}

.sectionwork.portfolio .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    transition: width 350ms ease-out;
}

.sectionwork.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
}

.sectionwork.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
}

.sectionwork.portfolio .filters-content {
    margin-top: 0px;
}

.sectionwork.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.sectionwork.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.sectionwork.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.sectionwork.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.sectionwork.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
}

.sectionwork.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
}

.sectionwork.portfolio .filters-content .item img {
    width: 100%;
}

.worknav .nav-bar .bar1,
.worknav .nav-bar .bar2,
.worknav .nav-bar .bar3 {
    background-color: #adadad;
}

.worknav .nav-bar .change .bar1,
.worknav .nav-bar .change .bar3 {
    background-color: #adadad;
}

.worknav .menubar nav ul li a {
    color: #adadad;
}

.worknav .menubar nav ul li:hover>a {
    color: #adadad;
}

.worknav .menubar nav ul li a:hover {
    color: #adadad;
}

.greybg {
    background-color: rgba(0, 0, 0, 0.5);
}


/* tabbing CSS */

.about-tab .nav-tabs .nav-item {
    width: 20%;
}

.about-tab .nav-link {
    padding: 0rem 0rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border: 2px solid transparent;
}

.about-tab .nav-tabs .nav-link.active {
    color: #019aa3;
    background-color: #fff;
    border-color: #019aa3;
    border: 2px solid #019aa3;
}

.about-tab .nav-pills .img-fluid {
    min-height: 40vh;
    width: 100%;
    border-radius: 10px;
}

.nav-bar {
    text-align: right;
    right: 0;
    top: -4px;
    position: absolute;
    z-index: 999;
}

#awards {
    background-image: url('../images/awards-mo/new one_0020_intrao.jpg');
    min-height: 100vh;
    min-height: 102vh;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 20%;
}

#awards .list-group-item {
    border: none;
    background: transparent;
}

#awards .list-group {
    margin-top: 5%;
    max-height: 60vh;
    overflow: scroll;
}

#awards .carousel-inner {
    width: 50%;
    right: 0px;
    position: absolute;
}

@media screen and (max-width: 480px) {
    #awards {
        background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/awards-mo/new one_0020_intrao.jpg');
        min-height: 100vh;
        min-height: 102vh;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 20%;
    }
    #awards .carousel-inner {
        width: 100%;
    }
}

.nav-bar .hambur {
    background-color: transparent;
    width: 60px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
    padding-top: 7px;
    padding-left: 0px;
    position: absolute;
    border: none;
    right: 0px;
    z-index: 99;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .nav-bar .hambur {
        height: 55px;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .nav-bar .hambur {
        height: 55px;
    }
}

@media screen and (max-width: 3000px) and (min-width: 1600px) {
    .nav-bar .hambur {
        height: 50px;
    }
}

.nav-bar .bar1,
.nav-bar .bar2,
.nav-bar .bar3 {
    width: 36px;
    height: 3px;
    background-color: #999;
    margin: 9px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.nav-bar .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 9px);
    -ms-transform: rotate(-45deg) translate(-8px, 9px);
    transform: rotate(-45deg) translate(-8px, 9px);
    background-color: #fff;
}

.nav-bar .change .bar2 {
    opacity: 0;
}

.nav-bar .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: #fff;
}

@media (min-width: 992px) {
    .navigation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navigation__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 7px;
    }
}

.navigation__link {
    display: block;
    font-size: 15px;
    padding: 7px 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #333;
    border-bottom: 2px solid transparent;
}

@media (min-width: 992px) {
    .navigation__link {
        line-height: 78px;
        padding: 0 7px;
    }
}

.navigation__link:hover,
.navigation__link:focus {
    border-bottom-color: #006db7;
    text-decoration: none;
    color: #333;
}

.navigation__search-trigger {
    background: #006db7;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.navigation__search-trigger>img {
    max-width: 20px;
}

.navigation__search-trigger:hover,
.navigation__search-trigger:focus {
    cursor: pointer;
    background: #00497a;
}

.sidenav {
    height: 100px;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 4px;
    right: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .sidenav {
        height: auto;
        top: 60px;
        padding-top: 10px;
        background-color: rgba(0, 0, 0, 1);
    }
    .menubar nav ul li:hover>ul {
        display: inline-block !important;
        text-align: center !important;
    }
    .menubar nav ul li span {
        padding: 0px 0px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .sidenav {
        height: auto;
        top: 60px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 3000px) and (min-width: 1600px) {
    .sidenav {
        height: 100px;
    }
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .sidenav a {
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .sidenav a {
        display: block;
    }
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.menubar nav {
    text-align: right;
    width: 100%;
    background: transparent;
    padding: 6px 60px 0 0;
    margin: 0;
    position: relative;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .menubar nav {
        text-align: center;
        padding: 0 0px 0 0;
        overflow-y: auto;
        height: 100%;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .menubar nav {
        text-align: center;
        padding: 0 0px 0 0;
        overflow-y: auto;
        height: 100%;
    }
}

.menubar nav ul {
    background: transparent;
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .menubar nav ul {
        padding: 0 10px;
    }
}

.menubar nav ul li {
    display: inline-block;
    color: #d6b469;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .menubar nav ul li {
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .menubar nav ul li {
        display: block;
    }
}

.menubar nav ul li span {
    padding: 10px 10px;
    color: #d6b469;
}

.menubar nav ul li a {
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .menubar nav ul li a {
        display: block;
        padding: 12px 10px;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .menubar nav ul li a {
        display: block;
        padding: 12px 10px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .menubar nav ul li a {
        padding: 40px 2px;
        font-size: 13px;
    }
}

.menubar nav ul li a:hover {
    color: #FFFFFF;
}

.menubar nav ul li:hover>a {
    color: #FFFFFF;
}

.menubar nav ul li:hover>ul {
    display: block;
}

.menubar nav ul ul {
    text-align: center;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 45px;
    padding: 0px;
}

.menubar nav ul ul li {
    display: block;
    text-align: left;
}

.menubar nav ul ul li a {
    padding: 8px 10px 8px 20px;
    text-align: left;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .menubar nav ul ul {
        position: relative;
        top: 0px;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .menubar nav ul ul {
        position: relative;
        top: 0px;
    }
}

.menubar nav ul ul li a:hover {
    color: #fff;
}

.menubar nav ul ul li:hover>a {
    color: #fff;
}

.menubar nav ul ul li a {
    color: #f0f0f0;
}

.menubar nav ul ul .w50 {
    width: 50%;
    float: left;
    text-align: center;
    display: block;
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 480px) and (min-width: 320px) {
    .menubar nav ul ul .w50 {
        background: #fff;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .menubar nav ul ul .w50 {
        background: #fff;
    }
}

.menubar nav ul ul .w50 a {
    display: block;
}

@media screen and (max-width: 550px) and (min-width: 320px) {
    .director-profile .name {
        position: absolute;
        background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        bottom: 0px;
        width: 100%;
        padding: 25px 2px 15px;
    }
    .director-profile .name h4 {
        color: #fff;
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 14px;
    }
    .director-profile .name p {
        color: #fff;
        font-size: 10px;
        margin-bottom: 0px;
    }
    #work .director-profile .name h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 22px;
    }
    #work .director-profile .name p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .workspro {
        width: 100%;
    }
    .workspro img {
        width: 100%;
    }
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.buddyotherawards h4 {
    font-size: 24px;
}

.buddyotherawards ul {
    list-style: square;
    margin: 0 auto;
    text-align: center;
}

.buddyotherawards ul li {
    margin-bottom: 20px;
    display: block;
}

.buddyotherawards ul li h5 {
    font-size: 17px;
    margin-bottom: 8px;
}

.buddyotherawards ul li p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #555;
}

.littleawards h4 {
    font-size: 24px;
}

.littleawards ul {
    list-style: square;
    margin: 0 auto;
}

.littleawards ul li {
    margin-bottom: 20px;
    display: block;
}

.littleawards ul li h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.littleawards ul li h5 {
    font-size: 19px;
    margin-bottom: 10px;
}

.littleawards ul li p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.slick-dots li.slick-active button {
    background-color: black;
}

.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick-dots li :hover {
    background-color: black;
}


/* Custom Arrow */

.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
}

.prev :hover {
    cursor: pointer;
    color: black;
}

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}

.next :hover {
    cursor: pointer;
    color: black;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}

.myaccordion {
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #019aa3;
    padding: 0;
    font-size: 20px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: 0;
}

.slick-arrow {
    top: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    z-index: 9;
}

.deskawards {
    display: block;
}

.mobarward {
    display: none;
}


/* .top-filterfixed{
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 99;
  top: 0;
  padding-top: 10px;
  padding-bottom: 15px;
} */

.slider-about {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 5px;
    max-height:40vh;
}

.slider-about li {
    flex: 0 0 20%;
}

.slider-about::-webkit-scrollbar {
    width: 10px;
}

.slider-about::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.slider-about::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 20px;
}

.slider-about::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scrollleft {
    margin: -12px auto 2px;
    color: #000;
    font-size: 10px;
    position: absolute;
    right: 0;
    padding: 0 10px;
}


/*===== preloader =====*/

.outslider_loading {
    position: fixed;
    top: 0;
    left: 0;
    background: #019aa3;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-scale-ripple-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-scale-ripple-multiple.la-dark {
    color: #43b4ae;
}

.la-ball-scale-ripple-multiple>div {
    display: inline-block;
    float: none;
    background-color: #f06626;
    border: 0 solid #f06626;
}

.la-ball-scale-ripple-multiple {
    width: 32px;
    height: 32px;
}

.la-ball-scale-ripple-multiple>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.la-ball-scale-ripple-multiple>div:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.la-ball-scale-ripple-multiple>div:nth-child(2) {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.la-ball-scale-ripple-multiple>div:nth-child(3) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.la-ball-scale-ripple-multiple.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-scale-ripple-multiple.la-sm>div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}

.la-ball-scale-ripple-multiple.la-2x {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -85px;
    margin-top: -40px;
}

.la-ball-scale-ripple-multiple.la-2x>div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}

.la-ball-scale-ripple-multiple.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-scale-ripple-multiple.la-3x>div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .mobarward {
        display: block;
    }
    .mobarward .nav-link {
        display: block;
        padding: .5rem .5rem;
    }
    figure.effect-zoe p.description {
        font-size: 14px;
    }
    .deskawards {
        display: none;
    }
    .slider-about li {
        flex: 0 0 50%;
    }
}


/* latest CSS */

@font-face {
    font-family: 'marker_feltregular';
    src: url('../fonts/marker_felt_regular.woff2') format('woff2'), url('../fonts/marker_felt_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-kalma {
    font-family: 'Kalam', cursive;
}

.paralittle p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 26px;
}

.little-animation-0124-sky {
    background-image: url(../images/little-0124-2.png);
    padding: 60px 0 80px;
    background-attachment: scroll;
    background-size: contain;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.ourstories-buddy {
    background-image: url(../images/little-0124-3-1.png);
    padding: 0px 0 0px;
    background-attachment: scroll;
    background-size: contain;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 100%;
    height: 100%;
    min-height: 1441px;
}

.buddycontent {
    padding-top: 220px;
}

.buddycontent2 {
    padding-top: 400px;
}

.section-0124 {
    padding: 0vh 0;
    position: relative;
    min-height: 75vh;
    width: 100%;
    transform-style: inherit;
    overflow: hidden;
    background-color: #019aa3;
}

.title-littlelamb {
    background: url(../images/little-0124-top-border.png) no-repeat top center;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.title-littlelamb::before {
    background: url(../images/little-0124-top-border.png) no-repeat top center;
    width: 100%;
    content: "";
    position: absolute;
    top: -10px;
    min-height: 20px;
    left: 0;
    right: 0;
}

.title-littlelamb h1 {
    font-family: 'marker_feltregular';
    color: #019aa3;
    font-size: 70px;
    margin: 0;
    padding: 15px 0;
}

#awards h1 {
    font-family: 'marker_feltregular';
    color: #019aa3;
    font-size: 70px;
    margin: 0;
    padding: 15px 0;
}

.sky-vector {
    background: url(../images/sky-sec-animation.png) no-repeat center center;
    width: 100%;
    background-color: #019aa3;
    background-size: cover;
    min-height: 480px;
    margin-top: -4px;
}

.workflow {
    overflow: hidden;
}

.slider-director a {
    border-right: #fff solid 3px;
    font-family: 'Kalam', cursive;
}

.slider-director a h4 {
    font-size: 26px !important;
}

.thelambs {
    background: url(../images/little-0124-5.png) no-repeat top center;
    background-color: #019aa3;
    padding: 250px 0 20px;
    background-size: cover;
    background-size: 100%;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.thelambs h1 {
    font-family: 'marker_feltregular';
    color: #fff;
    font-size: 70px;
    margin: 0;
    padding: 15px 0;
}

.lambsawards {
    background: url(../images/little-0124-6.png) no-repeat bottom left;
    width: 100%;
    min-height: 580px;
    height: 100%;
}

.lambsawardstitle {
    color: #019aa3;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
}

.carousel-control-prev {
    margin-left: -5rem;
    z-index: 10;
    width: 32px;
}

.carousel-control-next {
    margin-right: -5rem;
    z-index: 10;
    width: 32px;
}

.con-text h1 {
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 5px;
}

.con-text h2 {
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 5px;
}

.con-text p {
    font-size: 24px;
}

.dir-mobile {
    display: none;
}

.desktop-awards {
    display: block;
}

.mobile-awards {
    display: none;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    /* .desktop-awards {
        display: none;
    } */
    .mobile-awards {
        display: block;
    }
    .dir-mobile {
        display: block;
    }
    .ourstories-buddy {
        background-image: none;
        min-height: 100%;
    }
    .buddycontent {
        padding-top: 50px;
    }
    .buddycontent2 {
        padding-top: 60px;
    }
    .section-0124 {
        min-height: 55vh;
    }
    .sky-vector {
        min-height: 220px;
    }
    .title-littlelamb h1 {
        font-size: 40px;
    }
    .thelambs h1 {
        font-size: 40px;
    }
    .thelambs {
        background: url(../images/little-0124-5.png) no-repeat top center;
        background-color: #019aa3;
        padding: 40px 0 20px;
        background-size: cover;
        background-size: 100%;
        width: 100%;
        height: 100%;
        min-height: 100%;
    }
    .header__primaryLogo img {
        max-width: 250px;
    }
    .header__item--primaryLogo .back-button {
        margin-top: 0;
    }
    .ourstories-buddy .paralittle {
        text-align: center !important;
    }
    .ourstories-buddy .pr-5 {
        padding-right: 0rem!important;
    }
    .slick-slider {
        margin-top: 55px;
    }
    .nav-bar .hambur {
        padding-top: 0px;
        padding-left: 0px;
        border: none;
        right: -10px;
        top: -15px;
    }
    .nav-bar {
        top: 16px;
    }
}

button:focus {
    outline: none;
}

@media screen and (max-width: 3600px) and (min-width: 1800px) {
    .little-animation-top2 .img15 {
        width: 100% !important;
    }
    .buddycontent {
        padding-top: 280px;
    }
    .buddycontent2 {
        padding-top: 575px;
    }
    .slick-slide img {
        width: 100% !important;
    }
    .ourstories-buddy {
        min-height: 1550px;
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .sidenav {
        top: -16px;
    }
    .header__primaryLogo img {
        max-width: 200px;
        padding-top: 10px;
    }
    /* .desktop-awards {
        display: none;
    } */
    .mobile-awards {
        display: block;
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .sidenav {
        top: 6px;
    }
    .header__primaryLogo img {
        max-width: 250px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .dir-mobile {
        display: block;
    }
    .ourstories-buddy {
        background-image: none;
        min-height: 100%;
    }
    .buddycontent {
        padding-top: 50px;
    }
    .buddycontent2 {
        padding-top: 60px;
    }
    .section-0124 {
        min-height: 55vh;
    }
    .sky-vector {
        min-height: 220px;
    }
    .title-littlelamb h1 {
        font-size: 40px;
    }
    .thelambs h1 {
        font-size: 40px;
    }
    .thelambs {
        background: url(../images/little-0124-5.png) no-repeat top center;
        background-color: #019aa3;
        padding: 100px 0 20px;
        background-size: cover;
        background-size: 100%;
        width: 100%;
        height: 100%;
        min-height: 100%;
    }
    .ourstories-buddy .justify-content-md-end {
        justify-content: center !important;
    }
    .ourstories-buddy .justify-content-md-start {
        justify-content: center !important;
    }
    .container2 .imgsky3 {
        margin: -10px auto 0;
    }
}

@media screen and (max-width: 550px) and (min-width: 320px) {
    .grid figure img {
        min-height: 137px;
        height: 100%;
    }
}

@media screen and (max-width: 768px) and (min-width: 551px) {
    .grid figure img {
        min-height: 140px;
        height: 100%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .grid figure img {
        min-height: 147px;
        height: 100%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 992px) {
    .grid figure img {
        min-height: 266px;
        height: 100%;
    }
}

@media screen and (max-width: 3000px) and (min-width: 1442px) {
    .resimg {
        height: 372px;
    }
}

@media screen and (max-width: 1150px) and (min-width: 1025px) {
    .buddycontent {
        padding-top: 140px;
        padding-left: 20px;
    }
    .buddycontent2 {
        padding-top: 190px;
        padding-right: 20px;
    }
    .ourstories-buddy {
        min-height: 1000px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1151px) {
    .buddycontent {
        padding-top: 180px;
        margin-left: 20px !important;
    }
    .buddycontent2 {
        padding-top: 250px;
        margin-right: 20px !important;
    }
    .ourstories-buddy {
        min-height: 1050px;
    }
}

.thelambs .worklink {
    float: right;
    background-color: white;
    color: #009aa3;
    padding: 10px;
    border-radius: 10px;
    margin-right:12px;
}