@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");

header,
section,
.figure-wrapper {
    width: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-family: 'Montserrat';
}

.viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #02378D;
}

.clients-list {
scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.clients-list::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.clients-list {
    -ms-overflow-style: none;
}

.what-we-do-list a{
    color:inherit;

}

.what-we-do-list a:hover{
    text-decoration: none;
    
}

.grayscaled { 
   filter: grayscale(100%);
}

.about-us-link {
    color: #02378D;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link .text-p1 {
    color: white;
}

header {
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

header .nav-link {
    font-weight: 500;
    color: #02378D !important;
}
.group-text {
color: #292D30;
letter-spacing: 2px;
}

section.figure-container,
.figure-wrapper {
    height: 100vh;
}

.scroll-container {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    display: flex;
    justify-content: center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.btn-outline-blue {
    color: #02378D;
    background-color: transparent;
    background-image: none;
    border-color: #02378D;
}

.tooltip > .tooltip-inner {background-color: #ffffff;color:#000000}
.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color:#ffffff;
}
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color:#ffffff;
}

section.figure-container {
    overflow: hidden;
    position: fixed;
    z-index: -1;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.figure-wrapper {
    position: relative;
}

.figure-wrapper img {
    position: absolute
}

section.content {
    padding: 5px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.text-primary {
    color: #02378D !important;
}

.bg-primary {
    background-color: #02378D !important;
}

.bg-black {
    background-color: #000000 !important;
}

.skew{
    width:35px;
    height:5px;
    display:inline-block;
    margin: 10px 0;
    transform: skew(-20deg, -20deg);
}


/* start section three style */
ul.custom-ul {
    overflow: hidden;
    list-style-type: none;
    position: relative;
    border-left: 1px solid #aaaaaa;
    padding: 0;
}

ul.custom-ul li {
    align-items: center;
    display: flex;
    border-radius: 10px;
    margin: 0px 10px 0px 10px;
    padding: 20px;
}

ul.custom-ul li:hover {
    background-color: #ffffff;
}

ul.custom-ul li:hover:before {
    background-color: #02378D;
    -webkit-box-shadow: 5px 5px 10px -2px rgba(117, 117, 117, 0.64);
    -moz-box-shadow: 5px 5px 10px -2px rgba(117, 117, 117, 0.64);
    box-shadow: 5px 5px 10px -2px rgba(117, 117, 117, 0.64);
}

ul.custom-ul li:before {
    cursor: pointer;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 0;
    margin-left: -25px;
    margin-right: 10px;

}

ul.custom-ul li p {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
}

.core-value .icon {
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 25px 25px 15px -9px rgba(117, 117, 117, 0.64);
    -moz-box-shadow: 25px 25px 15px -9px rgba(117, 117, 117, 0.64);
    box-shadow: 25px 25px 15px -9px rgba(117, 117, 117, 0.64);
}

.core-value .p-icon-before {
    width: 2px;
    height: 30px;
    display: block;
    background-color: #a2a2a2;
    margin: auto;
}

.core-value p {
    margin-top: -5px;
}

.core-value p .dot {
    width: 8px;
    height: 8px;
    display: block;
    margin: auto;
    border-radius: 50%;
    background-color: #a2a2a2;
}

.core-value div[class^="col-"] div[class^="icon-"] {
    background-color: #ffffff;
    position: absolute;
    width: 150px;

}

.core-value div[class^="col-"] .icon i {
    line-height: 50px;
}

.core-value div[class^="col-"] .icon-bottom {
    bottom: 0;
}

.core-value div[class^="col-"] .icon-top {
    top: 0;
}

.core-value div[class^="col-"] div[class^="icon-bg"] {
    position: absolute;
    height: 50%;
}

.core-value div[class^="col-"] .icon-bg-bottom {
    bottom: 0;
}

.core-value div[class^="col-"] .icon-bg-top {
    top: 0;
}

.legal-entities ul {
    position: absolute;
    padding: 0;

}

.legal-entities .circle {
    border: 6px solid #aaaaaa;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    rotate: 90deg;
    -webkit-transform: rotate(-45deg);

}

.legal-entities .circle-core {
    width: 100%;
    height: 100%;
    padding: 30px;
    rotate: -90deg;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);

}

.legal-entities li {
    list-style: none;
    padding: 10px 0;

}

.legal-entities li::before {
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    background-color: #aaaaaa;
    /* padding: 1px 5px; */
    color: green;
    border-radius: 50%;
    display: block;
    position: absolute;
    margin-top: 5px;
}

.legal-entities li:hover:before {
    content: "\f00c";
}

.legal-entities li p {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 50px;
    margin-bottom: 0px;
}



div.capsule ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 70px;
    color: #fff;
    font-weight: 600;
}

div.capsule li:not(:last-child) {
    margin-bottom: 5px;
}

div.capsule .left-list li:hover,
div.capsule .right-list li:hover:not(:last-child) {
    background: rgb(205, 243, 253);
    background: linear-gradient(90deg, rgba(205, 243, 253, 1) 0%, rgba(205, 243, 253, 1) 100%);
    color: #02378D;
}


div.capsule .left-list li {
    background: rgb(114, 140, 190);
    background: linear-gradient(90deg, rgba(114, 140, 190, 1) 0%, rgba(43, 84, 163, 1) 50%);
    padding: 20px;
    border-radius: 40px 0 0 40px;
    margin-left: 70px;
    text-align: center;
    position:relative;
}

div.capsule .right-list li {
    position:relative;
    text-align: center;
    background: rgb(43, 84, 163);
    background: linear-gradient(90deg, rgba(43, 84, 163, 1) 50%, rgba(114, 140, 190, 1) 100%);
    padding: 20px;
    border-radius: 0 40px 40px 0;
    margin-right: 70px;
}

div.capsule .right-list p {
    font-weight: normal;
    color: black;
    margin-right: 0;
}

div.capsule .capsule-bottom {
    height: calc(50% - 35px);

}

div.capsule .capsule-top-wrapper {
    height: calc(50% - 35px);
}

div.capsule .capsule-center {
    min-width: 120px;
}

div.capsule .capsule-bottom,
div.capsule .capsule-center:after {
    background: rgb(197, 198, 198);
    background: linear-gradient(90deg, rgba(197, 198, 198, 1) 61%, rgba(255, 255, 255, 1) 100%);
}

div.capsule .capsule-top, div.capsule .capsule-center-before {
    background: rgb(99, 224, 238);
    background: linear-gradient(90deg, rgba(99, 224, 238, 1) 61%, rgba(255, 255, 255, 1) 100%);
}


div.capsule .capsule-center:after {
    content: "";
    height: 70px;
    background-color: red;
    display: block;
}

div.capsule .capsule-center:after {
    border-radius: 0 0px 70px 70px;
}

div.capsule .left-list li .capsule-masking,div.capsule .right-list li .capsule-masking, div.capsule .right-list div .capsule-masking{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #ececec;
}

div.capsule .left-list li .capsule-masking{
    left:0;
}
div.capsule .right-list li .capsule-masking, div.capsule .right-list div .capsule-masking{
    right:0;
}

/* end of section three style */

/* start section five style */

.owl-carousel .hovereffect {
    width: 112.5px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect:hover img {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(54, 55, 55, 1) 47%);
}

.more-news {
    border-color: #02378D!important;
}

.hovereffect .overlay {
    width: 100%;
    font-size: 12px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(2,55,141, 0.58);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
    /* background-color: transparent; */
}

#four .hovereffect:hover .overlay {
    background-color: transparent;
}

.hovereffect img {
    display: block;
    position: relative;
    margin: auto;
    /* temporary force image */
    object-fit: cover;
    height: 200px;
    filter: grayscale(90%);
}

#eight .col-10 .regular 
{
    white-space: pre-wrap;
}

.overlay.green {
    /* background-color: rgba(54, 236, 221, 0.219); */

    background-color: rgba(0,161,233,0.35);
}

.overlay.yellow {
    /* background-color: rgba(236, 230, 54, 0.575); */
    background-color:rgba(110, 189, 161, 0.35);
}

.overlay.red {
    /* background-color: rgba(236, 54, 60, 0.363) */
    background-color: rgba(249,187,70,0.35);
}

.overlay.purple {
    /* background-color: rgba(236, 54, 236, 0.39) */
    background-color: rgba(2, 55, 141, 0.35);
}

.overlay.gray {
    /* background-color: rgba(11, 29, 11, 0.39) */

    background-color:rgba(237, 111, 34, 0.35);
}

.hovereffect:hover .overlay.green {
    background-color: transparent;
}

.hovereffect:hover .overlay.yellow {
    background-color: transparent;
}

.hovereffect:hover .overlay.red {
    background-color: transparent;
}

.hovereffect:hover .overlay.purple {
    background-color: transparent;
}

.hovereffect:hover .overlay.gray {
    background-color: transparent;
}



.object-fit {
    object-fit: cover;
}


.overflow-scroll {
    overflow: scroll;
}

.hovereffect .tag {
    /* text-transform: uppercase; */
    color: #fff;
    bottom: 0;
    text-align: left;
    width: 100%;
    opacity: 0;
    position: absolute;
    font-size: 15px;
    padding: 10px;
    /* background: rgba(0, 0, 0, 0.6); */
    /* -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px); */
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect .tag.blue {
    /* background-color: rgba(54, 69, 236, 0.78); */
}

.hovereffect:hover .tag {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect:hover img {
    filter: grayscale(0);
}

.hovereffect button.info {
    text-transform: uppercase;
    font-size: 9px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect:hover button.info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.circle-icon {
    background-color: #c4c4c4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    /* padding: 30px; */
}

.circle-icon.fa-facebook:hover {
    background-color: rgb(59, 89, 152);
}

.circle-icon.fa-linkedin:hover {
    background-color: rgb(0, 119, 181);
}

.circle-icon.fa-youtube:hover {
    background-color: rgb(255, 0, 0);
}

.circle-icon.fa-instagram:hover {
    background-color: rgb(195, 42, 163);
}

ul.nav-footer {
    margin-left: -15px;
}

.nav-footer li {
    padding: 0 15px;
    display: inline-block;
}
.nav-footer li a {
    font-size: 13px;
    color: #6c757d!important
    
}

.nav-footer li a:hover {
    color: #02378D !important;
    text-decoration: none;
}

.nav-footer.spacer li:not(:first-child) {
    border-left: 2px solid #c4c4c4;
    margin: 0;
}

.collapse-custom {
    max-height: 0px;
    transition: max-height 0.1s ease-out;
    overflow: hidden;
    position: absolute;
}

.collapse-custom.show-custom {
    position: relative;
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
}

.scroll-next {
    text-align: center;
    cursor: pointer;
    color: #02378D;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-12px, 0px);
    transform: translate(-12px, 0px);
    fill: #2046f2;
    -webkit-animation: scrollDown 1.6s infinite;
    animation: scrollDown 1.6s infinite;
    font-size: 40px;
}

/* .nav-footer:not(.spacer) li{
        margin-right: 30px;
        
    } */


/* end of section five style */


@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translate(-12px, 0px);
        transform: translate(-12px, 0px);
        opacity: 0
    }

    75% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 0
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translate(-12px, 0px);
        transform: translate(-12px, 0px);
        opacity: 0
    }

    75% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-12px, 45px);
        transform: translate(-12px, 45px);
        opacity: 0
    }
}

@media (max-width: 576px) {

    .kuda {
        display: none;
    }


}

@media (max-width: 576px) {
    .capsule {
        padding-bottom: 200px;
    }
    #company-modal .modal-dialog,
    #company-modal .modal {
        max-width: 100%;
        margin: 0;
        padding: 0 !important;
        padding-right: 0 !important;
    }

    div.capsule .left-list li,div.capsule .right-list li, div.capsule p{
        font-size: 0.8rem;
    }

    div.capsule .left-list li{
        padding: 13px 0px;
        margin-left: 0;
    }
    div.capsule .right-list li{
        margin-right: 0;
        padding: 13px 0px;
    }
    div.capsule .capsule-center{
        min-width: 96.5px;
    }
    div.capsule .capsule-center h4{
        font-size: 1.1rem;
    }

    div#business-unit .event .line-half-container,div#business-unit span[class^="business-title-"]{
        display: none !important;
    }
    div#business-unit .event .business-title-before,div#business-unit .business-detail {
        margin-top: 0px !important;
    }
    div#business-unit .business-detail div[class^="col-"]{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .core-value div[class^="col-"] div[class^="icon-"] {
        background-color: #ffffff;
        position: absolute;
        width: 150px;
    }
    div#business-unit h4{
        text-align: center;
    }

}

.tooltip-inner {
    padding: 0px;
}

button.hover-blue:hover {
    background-color: #02378D !important;
    border-color: #02378D !important;
    color: #ffffff !important;
}

button.hover-blue:hover i {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #02378D !important;
}

button.hover-blue.no-text:hover i {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

.business-title-after,
.business-title-before {
    width: 60px;
    background: url('../images/bussines/pointer.png') no-repeat;
    filter: grayscale(100%);
    height: 45px;
}

.business-title-before {
    display: inline-block;
    margin-top: -30px;
}

.business-title-after.left,
.business-title-after.right {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

.business-title-after.left {
    left: -65px;
}

.business-title-after.right {
    right: -65px;
}
#three .event h4, #three .travel h4, #three .creative h4 {
    color: #cccccc;
}

#three .event:hover h4, #three .travel:hover h4, #three .creative:hover h4{
    /* color:#02378D; */
}

#three .event:hover .business-title-before, #three .travel:hover .business-title-after, #three .creative:hover .business-title-after{
    filter: none;
}

.creative .business-content{
    /* background-color: #02378D; */
    color: transparent;
}

.creative .business-content {
    visibility: hidden;
}

.creative .business-content .btn-outline-light{
    color: transparent;
    border-color: transparent;
}

.event .business-content{
    /* background-color: #02378D; */
    color: transparent;
}

.event .business-content {
    visibility: hidden;
}

.event .business-content .btn-outline-light{
    color: transparent;
    border-color: transparent;
}

.travel .business-content .btn-outline-light{
    color: transparent;
    border-color: transparent;
}
.business-title-after .business-content,
.business-title-before .business-content {
    
    border-radius: 5px;
    font-size: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-color: #cccccc;
}

.business-title-after .business-content h3,
.business-title-before .business-content h3 {
    font-size: 12px;
}

.business-title-after .business-content button,
.business-title-before .business-content button {
    font-size: 10px;
}

.business-title {
    font-size: 20px;
}

.business-description {
    font-size: 11px;
}


#three .event:hover .business-content, #three .travel:hover .business-content,#three .creative:hover .business-content{
    background-color: #02378D;
    color: #ffffff;
    /* border: 1px solid #cccccc; */
    padding: 10px;
    border-radius: 7px;
}

.travel .business-content{
    /* background-color: #02378D; */
    color: transparent;
}

.travel .business-content {
    visibility: hidden;
}

nav .wiggle, nav li:nth-child(1) .wiggle::before, nav li:nth-child(2) .wiggle, nav li:nth-child(2) .wiggle::before, nav li:nth-child(3) .wiggle, nav li:nth-child(3) .wiggle::before, nav li:nth-child(4) .wiggle, nav li:nth-child(4) .wiggle::before, nav li:nth-child(5) .wiggle, nav li:nth-child(5) .wiggle::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.wiggle {
    position: absolute;
    bottom: -7px;
    height: 3px;
    left: 20%;
    width: 60%;
    overflow: hidden;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
    -moz-transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: 0.45s cubic-bezier(0.52, 0.01, 0.16, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.werkudara-title {
    letter-spacing: 6px;
}
nav li.active a::after, nav li:not(.active):hover a::after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url('../images/wiggle-white.svg') repeat-x center center/7px 3px;
    backface-visibility: hidden;}
}