.justify-start {
    justify-content: flex-start !important;
}

.justify-between {
    justify-content: space-between;
}

.social {
    display: flex;
    justify-content: center;
    margin-left: 150px;
}

.icon-wrapper {
    width: 35px;
    /* Adjust size as needed */
    height: 35px;
    /* Adjust size as needed */
    border: 2px solid #000;
    /* Border style */
    border-radius: 50%;
    /* Make it a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    /* Adjust spacing between icons */
    text-decoration: none;
    /* Remove underline from anchor tag */
}

.icon-wrapper i {
    color: #000;
    /* Adjust icon color */
}

.icon-wrapper:hover {
    background-color: antiquewhite;
    transition: all 0.3s ease-in-out;
}

.language-container {
    display: flex;
    justify-content: center;
    display: none;
    /* margin-top: 20px; */
    /* Add some space above the language buttons */
}


@media only screen and (min-width: 600px) {
    .language-container {
        display: flex;

        /* margin-top: 20px; */
        /* Add some space above the language buttons */
    }
}

/* countdown */

.language-button {
    width: 35px;
    /* Adjust size as needed */
    height: 35px;
    /* Adjust size as needed */
    /* border: 2px solid #000; */
    /* Border style */
    border-radius: 50%;
    /* Make it a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    /* Adjust spacing between buttons */
    text-decoration: none;
    /* Remove underline from anchor tag */
    background-color: #d9d8d4;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 15px;
    /* White background */
}

.additional-button {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.language-button.active {
    background-color: #c7c7c7;
    /* Change background color when active (clicked) */
}

.language-button i {
    color: #000;
    /* Adjust icon color */
}

.image-additional {
    border-radius: 10px;
    /* border:1px solid gray; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
}

/* Button styling */
.teal-button {
    display: inline-block;
    padding: 10px 20px;
    /* Adjust padding as needed */
    background-color: teal;
    /* Teal color */
    color: white;
    /* Text color */
    border: none;
    /* No border */
    border-radius: 5px;
    /* Rounded corners */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    /* Shadow effect */
    cursor: pointer;
    /* Cursor style */
    transition: box-shadow 0.3s ease;
    /* Smooth transition for shadow */
}

/* Hover effect for the button */
.teal-button:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    /* Increased shadow on hover */
}

.justify-text {
    text-align: justify;
}

.countdown {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.countdown-item {
    margin: 0 10px;
    text-align: center;
}

.countdown-item span {
    font-size: 24px;
}

.centered-element {
    display: flex;
    justify-content: center;
    width: 100%;

}

@media only screen and (min-width: 600px) {
    .countdown {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide {
    width: 100%;
    display: none;
}

.slide img {
    max-width: 100%;
    height: auto;
}

.button-a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.additional-button {
    padding: 10px 20px;
    background-color: #337ab7;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.additional-button:hover {
    background-color: #286090;
}

.img-container {
    width: 200px;
    height: 60px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sociana {
    margin-top: 0px !important;
    margin-left: 175px !important;
}

.rts-business-solution5 {
    padding-bottom: 50px;
}

.changebox {
    display: block !important;
}

@media(max-width:460px) {
    .changebox {
        display: none !important;
    }
}

.myslider {
    margin-top: 100px;
    position: relative;
}

@media(max-width:460px) {
    .myslider {
        margin-top: 10px;
    }
}

.swipper.mygallery .swiper-button-prev {

    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;

}

@media(max-width:460px) {
    .swiper-button-prev {

        display: none !important;

    }
    .swiper-button-next {

        display: none !important;

    }
}

.mt-default{
    margin-top: 0px !important;
    padding-top: 0px;
}