/***** HEADER *****/
@media (min-width: 991px) {
    .hamburger-menu {
        display: none !important;
    }
}

/***** HOME *****/
.tablo-home-custom1 {
    max-width: 140rem !important;
}


.custom-button-small {
    margin-top: 10px;
    height: 50px !important;
    line-height: 48px !important;
    padding: 0 30px !important;
} 

/***** ARTICLES *****/
div.paragraf p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #616161; 
}

div.paragraf p:not(:last-child) {
    margin-bottom: 1.4rem;
}

.dashline:before {
    content: "";
    width: 11px;
    height: 4px;
    display: inline-block;
    background: #000;
    margin-right: 9px;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
    list-style: none;
}

.ozellika-our-team {
  padding: 5rem 0 5rem;
  background-color: #fff; }


/***** ICONS *****/
.icon-globe {
    display: inline-block; /* Or block, depending on desired layout */
    width: 24px; /* Set the width of your icon */
    height: 24px; /* Set the height of your icon */
    background-image: url('../img/globe.png'); /* Specify the path to your PNG */
    background-size: contain; /* Ensures the entire image fits within the element */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center; /* Centers the image within the element */
}

/***** HEADER TITLES *****/
.force-h2 {
    width: 100%;
    display: block;
    font-size: 55px;
    margin-bottom: 0;
    line-height: 6rem;
    font-weight: 700;
    width: 100%;
    margin-top: 7rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px), only screen and (max-device-width: 1180px) {
    /****** SLIDERS *****/
    .slider .main-slider .swiper-slide .container h1,
    .slider .main-slider .swiper-slide .container p,
    .slider .main-slider .swiper-slide .container a {
        margin-left: 115px;
    }
    .slider .main-slider .swiper-slide .container h1 {
        /*font-size: 50px;*/
    }
}

@media only screen and (max-width: 992px) {
    /****** SLIDERS *****/
    .slider .main-slider .swiper-slide .container h1,
    .slider .main-slider .swiper-slide .container p,
    .slider .main-slider .swiper-slide .container a {
        margin-left: 0px;
    }
    /****** PAGE HEADERS *****/
    .page-header .container h1.force-h2 {
        line-height: 7rem;
        font-size: 30px;
    }
}