* {
    padding: 0px;
    margin: 0px;
}

.navbar-collapse {
    background-color: #fff;
}

.navbar-toggle {
    padding: 20px 20px;
}

.header-unit {
    height: auto;
    border-right: none;
    border-left: none;
    position: relative;
    padding: 0px;
    margin: 0px;
}

#video-container {
    margin-top: -20px;
    position: relative;
}

#bg-video {
    width: 100%;
    /* height: auto; */
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
}


/* Add this media query to adjust spacing for smaller screens */

@media (max-width: 767px) {
    #logo-left {
        margin-right: 0;
    }
    .logo-right {
        margin-left: 0;
    }
}


/* CSS for Overlapping Text */

.overlap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    color: white;
    text-align: center;
    animation: waveAnimation 5s infinite;
}

@keyframes waveAnimation {
    0%,
    100% {
        transform: translate(-50%, -50%);
    }
    25% {
        transform: translate(-50%, -55%);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    75% {
        transform: translate(-50%, -45%);
    }
}

.overlap h2 {
    font-size: 35px;
    font-weight: 600;
    animation: colorChange 5s infinite alternate;
}

.overlap h4 {
    font-size: 25px;
    padding-top: 5px;
    font-weight: normal;
    animation: colorChange 5s infinite alternate-reverse;
}

@keyframes colorChange {
    0% {
        color: #ff5733;
        /* Start color */
    }
    25% {
        color: #33ff57;
        /* Middle color 1 */
    }
    50% {
        color: #5733ff;
        /* Middle color 2 */
    }
    75% {
        color: #ff5733;
        /* Middle color 3 */
    }
    100% {
        color: #33ff57;
        /* End color */
    }
}

.navbar {
    background-color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0px;
    width: 100%;
    height: 70px;
    z-index: 1030;
}

.navbar-nav {
    padding-top: 10px;
}

.nav {
    border: 0px solid #fff;
}

.navbar>a:hover {
    color: #abc;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #ffffff;
}

.navbar-brand {
    margin-top: -5px;
}

.logo-right {}

@media(max-width:500px) {
    .logo-right {
        visibility: hidden;
    }
}

.pointed {
    width: 0;
    height: 0;
    margin: auto;
    vertical-align: middle;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    border-style: inset;
}

body {
    background-color: #E6E5E3;
}

div {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.img-circle {
    width: 130px;
    height: 130px;
}

.img-circle1 {
    width: 120px;
    height: 120px;
    border-radius: 360px;
}

.box-arrowdown {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-right: 20px;
    border-top: 20px solid #D8D7D5;
}

.name {
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
}

.im1 {
    position: absolute;
    left: 0px;
    z-index: 1000;
    -moz-clip: rect(100, 200, 300, 400);
    /* clip-path: url("#clipping");*/
    clip-path: polygon(50% 0, 50% 50%, 50% 100%, 0% 100%, 0 50%, 0% 0%);
    height: 65%;
}

.im2 {
    position: absolute;
    left: 0px;
    height: 65%;
    z-index: 1000;
    /*clip-path: url("#clipping-right");*/
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 50% 100%, 50% 50%, 50% 0);
}

.im1:hover {
    z-index: 10000;
    /*clip-path: url("#clipping-return");*/
    -webkit-clip-path: polygon(60% 0, 74% 50%, 60% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(60% 0, 75% 50%, 60% 100%, 0% 100%, 0 50%, 0% 0%);
}

.im2:hover {
    z-index: 10000;
    /*clip-path: url("#clipping-right-return");*/
    -moz-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 35% 100%, 25% 50%, 35% 0);
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 35% 100%, 25% 50%, 35% 0);
}

.shape {
    transition: all 2s ease-out, z-index 2s, clip-path 2s ease;
    -moz-transition: all 2s ease-out, clip-path 2s ease;
}

.lefttext {}

.textleft {
    font-family: sans-serif;
    position: absolute;
    z-index: 100000;
    font-size: 40px;
    left: 15vw;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.textright {
    font-family: sans-serif;
    position: absolute;
    z-index: 100000;
    font-size: 40px;
    right: 15vw;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.slider-wrap {
    position: relative;
    max-width: 45vw;
    margin: 0px auto;
    margin-top: 15px;
}

.slider {
    position: relative;
    width: 110%;
    margin: auto;
}

.slider ul {
    margin: 0;
    padding: 0;
}

.slider ul li {
    list-style: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.slider ul li span {
    display: inline-block;
    vertical-align: middle;
}

.slider ul li span img {
    width: 100%;
    height: 100px;
}

.slider-arrow {
    position: absolute;
    top: 40px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.sa-left {
    left: -20px;
}

.sa-right {
    right: -20px;
}

@media(min-width:100px) and (max-width:1000px) {
    .slider-wrap {
        max-width: 110%;
    }
    .slider {
        width: 100%;
        max-width: 100%;
    }
}

#first-right {
    text-align: justify;
    padding-top: 10px;
    padding-left: 0px;
}

@media (max-width:1000px) {
    .logo-right {
        visibility: hidden;
    }
    .bigtext {
        font-size: 10px;
        text-align: center;
    }
}

.bigtext {
    font-size: 25px;
}

.textleft {
    font-size: 20px;
    font-weight: lighter;
    text-align: justify;
    padding-top: 20px;
    padding-right: 15px;
}

.bigtext {
    font-size: 25px;
}

.slider-class {
    margin-left: 12%;
}

@media(max-width:1000px) {
    .textleft .bigtext {
        font-size: 12px;
        text-align: center;
    }
    .slider-class {
        margin-left: 00px;
    }
    .textright .bigtext {
        font-size: 12px;
        text-align: center;
    }
    .textright .glyphicon {
        font-size: 10px;
        text-align: justify;
    }
    .textleft .glyphicon {
        font-size: 10px;
        text-align: center;
    }
}

.textright .hr {
    width: 120px;
    height: 2px;
    background-color: #0026ff;
}

.textleft .hr {
    width: 100px;
    height: 2px;
    background-color: #0026ff;
}

.textleft {
    padding-top: 1.4vw;
}

.textright {
    padding-top: 1.1vw;
}

.textright .icon {
    margin-left: 50px;
}

.textleft .icon {
    margin-left: 40px;
}

.bigtext {
    font-size: 20px;
    text-align: center;
}

@media(max-width:1000px) {
    .textleft {
        left: 2vw;
        padding-top: 0.1vw;
    }
    .textright {
        padding-top: 0vw;
        right: 1vw;
    }
}

@media(max-width:1000px) {
    #print-box a {
        margin: 0px;
        margin-top: 5px;
    }
    iframe {
        margin-top: 20px;
    }
    #print-box {
        margin-left: -50px;
    }
}

.grayscale {
    filter: drop-shadow(2px 4px 6px black);
    -webkit-filter: drop-shadow(2px 4px 6px black);
    -webkit-transition: all .6s ease;
}

.grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: brightness(100%);
}

.customer-logos.img {}

.right-side {
    padding-left: 60px;
    padding-left: 60px;
    padding-bottom: 20px;
}

.left-title {
    padding-top: 20px;
}


/* .image_chiarman_first {
    display: flex;
    justify-content: center;
    align-items: center;
} */

@media(max-width:1024px) {
    .right-side {
        padding-left: 0px;
    }
    .slider-wrap {
        width: 100vw;
    }
    #content-1 {
        max-width: 100vw;
    }
    .slider-class {
        padding-left: 0px;
        margin-left: 0px;
    }
    .hr {
        visibility: hidden;
    }
    .slider {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .third {
        padding-bottom: 100px;
    }
    .slider ul li span img {
        height: 80px;
        width: 80px;
    }
    .right-text {
        padding-left: 0px !important;
        padding-top: 20px;
        padding-right: 35px;
        text-align: justify;
    }
    .image_chiarman_first {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 360px) and (max-width: 820px) {
    .right-side {
        padding-left: 0px;
    }
    .image_chiarman_first {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .right-text {
        padding-left: 0px !important;
        padding-bottom: 20px;
        padding-right: 35px;
        text-align: justify;
    }
    .who-we-are .container {
        margin-top: 100px;
        align-content: center;
        text-align: center;
    }
}

.icon-circle {
    margin-bottom: 10px;
}

.home_image1 {
    width: 100%;
    height: 550px !important;
}

.our-commitment {
    text-align: center;
    overflow: hidden;
}


/* Style for the animated text */

.our-commitment .animated-text {
    opacity: 0;
    transform: translateX(-100%);
    animation: slideIn 1s forwards;
    animation-delay: 1.5s;
}


/* Keyframes for the animation */

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.third {
    background-image: linear-gradient(-75deg, rgba(252, 188, 16, 1), 61.2%, rgba(0, 136, 161, 1) 30%) !important;
}


/* Custom CSS to override Bootstrap styles */


/* Center the contact section content */

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Center the title */

.contact .title {
    margin-bottom: 20px;
}


/* Center the contact details horizontally for larger screens */

.contact .horiz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/* Style each contact detail column */

.contact .address,
.contact .phone,
.contact .mail {
    text-align: center;
    margin-bottom: 20px;
}


/* Adjust spacing between social icons */

.contact .social {
    margin-top: 0px;
}


/* Make social icons responsive */

.contact .social a {
    margin-right: 10px;
}


/* Responsive adjustments for smaller screens */

@media (max-width: 767px) {
    /* Stack the contact details vertically on smaller screens */
    .contact .horiz {
        flex-direction: column;
        align-items: center;
    }
    /* Add spacing between stacked contact details */
    .contact .address,
    .contact .phone,
    .contact .mail {
        margin-bottom: 10px;
    }
}