a.WhatsApp1 {    display: flex;    font-size: 18px;    background: #2EB843;    font-weight: 600;    width: 51px;    height: 51px;    position: fixed;    bottom: 20px;    left: 20px;    border-radius: 50%;    -webkit-transition: all .1s ease-out 0s;    -moz-transition: all .1s ease-out 0s;    -ms-transition: all .1s ease-out 0s;    -o-transition: all .1s ease-out 0s;    transition: all .1s ease-out 0s;    color: #fff;    align-items: center;    justify-content: center;    animation: whatsapp infinite 2s linear;    z-index: 9999}a.WhatsApp1 svg {    width: 24px;    height: 24px;    fill: white;}@keyframes whatsapp {    0% {        box-shadow: 0 0 0 0 #2EB843    }    50% {        box-shadow: 0 0 0 10px #015dc700    }    100% {        box-shadow: 0 0 0 0 #015dc700    }}/**/.readmore-btn {    position: relative;    display: inline-block;    font-weight: 700;    line-height: normal;    text-transform: capitalize;    color: #000;    padding-right: 28px;    text-decoration: none;}.readmore-btn::before {    content: '';    position: absolute;    top: 50%;    transform: translate(0px, -50%);    right: 0px;    background-image: url('../images/arrow-primary.png');    background-repeat: no-repeat;    background-position: right center;    background-size: cover;    width: 18px;    height: 18px;    transition: all 0.4s ease-in-out;    filter: grayscale(1);}.readmore-btn:hover::before {    transform: translate(2px, -50%);}/**/.mobilbuttonlar {    display: none;}@media(max-width: 1024px) {    a.WhatsApp1 {        bottom: 60px    }    .btn {        border-radius: 0;        display: flex;        justify-content: center;        align-items: center;        padding: 10px 20px;        width: 100%    }    .btn svg {        width: 24px;        height: 24px;        fill: white;    }    .mobilbuttonlar {        position: fixed;        width: 100%;        bottom: 0;        z-index: 999;        display: flex;    }    .btn1 {        background: #e30613;        border-color: #e30613;        color: #fff;        width: 100%;    }    .btn2 {        background: #c70511;        border-color: #c70511;        color: #fff;        width: 100%;    }    .btn3 {        background: #ad010c;        border-color: #ad010c;        color: #fff;        width: 100%;    }}.slider-container {    position: relative;    width: 100%;    height: 80vh;    background-color: #333;    overflow: hidden;    margin-top: 170px;}.slider-container .slide {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    opacity: 0;    transition: opacity 0.8s ease-in-out;    display: flex;    align-items: end;}.slider-container .slide img {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    object-fit: cover;    z-index: -1;}.slider-container .slide.active {    opacity: 1;}.slider-container .slide.active img {    z-index: 1;}.slider-container .slide .textic {    max-width: 480px;    position: relative;    z-index: 9;    color: #fff;}.slider-container .slide .textic .text1 {    font-size: 33px;    margin-bottom: 35px;    position: relative;    display: inline-block;    background: #00000070;    border-radius: 6px;    font-weight: 700;    line-height: 1em;    text-transform: capitalize;    color: white;    padding: 17px 58px 17px 24px;    border: none;    overflow: hidden;    outline: none;    z-index: 0;    text-decoration: none;    line-height: 50px;}.slider-container .slide .textic .text2 {    display: block;    font-size: 16px;    font-weight: 500;}.slider-container .slide.active {    opacity: 1;}.slider-container .slider-btn {    position: absolute;    top: 50%;    transform: translateY(-50%);    background-color: #00000080;    fill: #fff;    border: none;    padding: 5px 10px;    font-size: 23px;    display: flex;    align-items: center;    font-weight: 700;    cursor: pointer;    border-radius: 5px;    z-index: 10;    transition: background-color 0.3s ease;    height: 42px;    width: 42px;}.slider-container .slider-btn:hover {    background-color: #000c;}.slider-container .prev-btn {    left: 15px;}.slider-container .next-btn {    right: 15px;}/**/.section-title-content p {    margin-bottom: 20px;}.section-title-content p:last-child {    margin-bottom: 0;}.section-title {    margin-bottom: 40px;}.section-title small,.section-title h3 {    position: relative;    display: inline-block;    border: 1px solid #00000014;    border-radius: 100px;    font-size: 14px;    font-weight: 700;    line-height: 1em;    letter-spacing: 0.1em;    text-transform: uppercase;    color: #e30613;    padding: 7px 14px 7px 32px;    margin-bottom: 10px;}.section-title small::before,.section-title h3::before {    content: '';    position: absolute;    left: 15px;    top: 50%;    transform: translateY(-50%);    background: #e30613;    border-radius: 50%;    width: 8px;    height: 8px;}/*.section-title h1 {    font-size: 80px;    font-weight: 800;    line-height: 1.1em;    letter-spacing: -0.02em;    text-transform: uppercase;    margin-bottom: 0;    cursor: none;}*/.section-title h1,.section-title h2 {    font-size: 48px;    font-weight: 800;    line-height: 1.1em;    letter-spacing: -0.02em;    margin-bottom: 10px;    cursor: none;    margin-top: 10px;    display: inline-block;    width: 100%;}.section-title p {    margin-top: 20px;    margin-bottom: 0;}/**/.image-anime {    position: relative;    overflow: hidden;}.image-anime:after {    content: "";    position: absolute;    width: 200%;    height: 0%;    left: 50%;    top: 50%;    background-color: rgba(255,255,255,.3);    transform: translate(-50%,-50%) rotate(-45deg);    z-index: 1;}.image-anime:hover:after {    height: 250%;    transition: all 600ms linear;    background-color: transparent;}.about-us-elite {    padding: 80px 0;}.about-us-images-elite {    margin-right: 15px;}.about-us-images-elite figure {    display: block;    border-radius: 10px;    margin: 0;}.about-us-images-elite figure img {    width: 100%;    aspect-ratio: 0.95;    object-fit: cover;    border-radius: 10px;}.about-body-item-list-elite {    width: calc(100% - 255px);}.about-body-item-elite {    display: flex;    flex-wrap: wrap;    gap: 20px;    border-bottom: 1px solid #00000014;    margin-bottom: 40px;    padding-bottom: 40px;}.about-body-item-elite:last-child {    border-bottom: none;    padding-bottom: 0;    margin-bottom: 0;}.about-body-item-elite .icon-box {    position: relative;    background: #e30613;    border-radius: 50%;    width: 60px;    height: 60px;    display: flex;    align-items: center;    justify-content: center;    overflow: hidden;}.about-body-item-elite .icon-box::before {    content: '';    position: absolute;    top: 0;    bottom: 0;    right: 0;    left: 0;    background: #000;    border-radius: 50%;    width: 100%;    height: 100%;    transform: scale(0);    transition: all 0.4s ease-in-out;    z-index: 0;}.about-body-item-elite:hover .icon-box::before {    transform: scale(1);}.about-body-item-elite .icon-box img {    position: relative;    max-width: 30px;    z-index: 1;}.about-body-item-content-elite {    width: calc(100% - 80px);}.about-body-item-content-elite h2 {    margin-top: 0;    font-size: 20px;}.about-body-item-content-elite p {    margin: 10px 0 0 0;    font-size: 15px;}.about-us-body-elite {    display: flex;    flex-wrap: wrap;    gap: 30px;    margin-bottom: 50px;}.about-experience-box-elite {    position: relative;    width: 225px;    border-radius: 10px;    padding: 80px 20px;    overflow: hidden;}.about-experience-box-image-elite {    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;    width: 100%;    height: 100%;}.about-experience-box-image-elite::before {    content: '';    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;    background: #000;    opacity: 50%;    width: 100%;    height: 100%;    z-index: 1;}.about-experience-box-image-elite figure {    display: block;    height: 100%;    padding: 0;    margin: 0;}.about-experience-box-image-elite figure img {    width: 100%;    height: 100%;    object-fit: cover;}.about-experience-box-content-elite {    position: relative;    height: 100%;    align-content: center;    text-align: center;    z-index: 1;}.about-experience-box-content-elite h2 {    font-size: 40px;    color: white;    margin: 0;}.about-experience-box-content-elite p {    color: white;    margin: 5px 0 0 0;}/**/.our-services-elite {    background: #f8f9fa;    padding: 80px 0;}.our-services-elite .bg-section {    width: 100%;    max-width: 1880px;    background-color: #f1f7fa;    border-radius: 10px;    margin: 0 auto;}.our-services {    padding: 100px 0;}.our-services-elite .section-title {    text-align: center;}.service-item-header-elite {    display: flex;    align-items: center;    gap: 20px;}.service-item-header-elite .icon-box svg {    width: 50px;    height: 50px;    overflow: inherit;    fill: #e30613;}.service-item-title-elite h3 {    font-size: 20px;    line-height: 1.2em;    margin: 0;    text-decoration: none;}.service-item-header-elite .icon-box img {    width: 100%;    max-width: 50px;}.service-item-elite {    position: relative;    background: white;    border-radius: 10px;    min-height: 300px;    display: flex;    flex-direction: column;    justify-content: space-between;    gap: 30px;    height: calc(100% - 30px);    margin-bottom: 30px;    padding: 40px;    overflow: hidden;    transition: all 0.5s ease-in-out;    /* box-shadow: 0px 0px 10px 0px #00000014; */}.service-item-elite p {    margin: 0;    opacity: 70%;    font-size: 13px;    letter-spacing: 0.5px;}.service-item-elite:hover .service-item-header-elite .icon-box svg {    fill: white;}.service-item-elite:hover .readmore-btn::before {}/* Ana kutu hover olduğunda */.service-item-elite:hover {    transform: scale(0.98);    /* Mevcut efekt */    background: #e30613;    /* Yeni arka plan rengi */    color: white;    /* Genel yazı rengi */    border-radius: 10px;    /* Köşelerin bozulmaması için (opsiyonel) */}/* Hover olduğunda içindeki paragraf yazıları */.service-item-elite:hover p {    color: white;    opacity: 1;    /* Kırmızı üzerinde daha net okunması için opaklığı %100 yapıyoruz */}/* Eğer içeride başlıklar (h3, h4 vs.) veya linkler varsa, onları da beyaz yapmak için ekleyebilirsiniz: */.service-item-elite:hover h3,.service-item-elite:hover h4,.service-item-elite:hover h5,.service-item-elite:hover a {    color: white;}.service-item {    background: white;    border-radius: 10px;    height: calc(100% - 30px);    margin-bottom: 30px;    padding: 40px;}.service-item-image {    text-align: right;    margin-bottom: 80px;}.service-item-image a {    display: inline-block;    cursor: none;}.service-item-image figure {    display: block;    mask-size: cover;    mask-position: center center;    mask-repeat: no-repeat;    width: 200px;    height: 100px;}.service-item-image img {    width: 100%;    object-fit: cover;}.service-item-body .icon-box img {    width: 100%;    max-width: 30px;}.service-item-content {    border-top: 1px solid var(--divider-color);    margin-top: 30px;    padding-top: 30px;}.service-item-content h3 {    font-size: 20px;}.service-item-content h3 a {    color: inherit;}.service-item-content p {    margin: 15px 0 0;}.service-item-btn-elite {    border-top: 1px solid #00000014;    margin-top: 30px;    padding-top: 30px;}.service-item-btn {    margin-top: 40px;}/**/.world-map-cards-box {    position: absolute;    top: 50%;    transform: translateY(-70%);    width: 100%;    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 30px 0;}.world-map-card-item {    position: relative;    width: 24%;    display: flex;    flex-wrap: wrap;    flex-direction: column;    align-content: center;    transition: all 0.5s ease-in-out;}.world-map-card-item.card-2 {    top: 120px;}.world-map-card-item.card-4 {    top: 180px;}.world-map-card-btn {    border: none;    background: transparent;    padding: 0;    margin: 0 auto 30px;}.world-map-card-btn img {    width: 100%;    max-width: 40px;}.world-map-card-body {    position: relative;    width: 190px;    background: white;    border-radius: 10px;    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));    display: flex;    flex-wrap: wrap;    align-items: center;    gap: 10px;    padding: 10px;    opacity: 0;    margin: 0 auto;    transform: scale(0);    transform-origin: top;    transition: all 0.5s ease-in-out;    z-index: 1;}.world-map-card-item.active .world-map-card-body {    transform: scale(1);    opacity: 1;}.world-map-card-body::before {    content: '';    position: absolute;    top: 0;    left: 50%;    transform: translate(-50%, -75%);    border-left: 20px solid transparent;    border-right: 20px solid transparent;    border-bottom: 24px solid white;    width: 0;    height: 0;}.world-map-card-image figure {    display: block;    border-radius: 5px;}.world-map-card-image img {    width: 100%;    max-width: 60px;    border-radius: 5px;}.world-map-card-content {    position: relative;    width: calc(100% - 70px);    z-index: 1;}.world-map-card-content h3 {    font-size: 14px;}.world-map-card-content p {    font-size: 12px;    margin: 5px 0 0;}.world-map-counter-box {    display: flex;    flex-wrap: wrap;    gap: 30px 60px;    margin-top: 0;    padding-top: 30px;    padding-bottom: 80px;}.world-map-counter-item {    position: relative;    width: calc(20% - -19px);    display: flex;    flex-wrap: wrap;    align-items: baseline;    gap: 20px;}.world-map-counter-item::before {    content: '';    position: absolute;    display: block;    top: 0;    right: -30px;    bottom: 0;    background: #00000014;    width: 1px;    height: 100%;}.world-map-counter-item:last-child::before,.world-map-counter-item:nth-child(5n + 5)::before {    display: none;}.world-map-counter-item .icon-box img {    width: 100%;    max-width: 40px;}.world-map-counter-item .icon-box svg {    width: 35px;    height: auto;    overflow: inherit;    fill: #e30613;}.world-map-counter-content {    width: calc(100% - 60px);}.world-map-counter-content h2 {    font-size: 40px;    font-weight: 700;    line-height: 1.1em;    color: var(--primary-color);    margin: 0 0 10px 0;}.world-map-counter-content p {    margin: 5px 0 0;}/**/.our-support-prime {    position: relative;    background-image: url('../images/support-bg-prime.jpg');    background-position: center center;    padding: 100px 0;    overflow: hidden;    background-size: cover;    background-repeat: no-repeat;    background-attachment: fixed;}.our-support-prime .section-title p {    color: white;}.our-support-prime .section-title h3 {    border-color: #ffffff1a;    color: white;}.our-support-prime .section-title h2 {    color: white;}.our-support-prime:before {    content: '';    position: absolute;    top: 0;    right: 0;    bottom: 0;    left: 0;    height: 100%;    width: 100%;    background-color: #000000;    opacity: 80%;}.support-content-prime {    position: relative;    height: 100%;    align-content: center;    z-index: 1;}.support-item-list-prime {    display: flex;    flex-wrap: wrap;    gap: 30px;    border-top: 1px solid #ffffff1a;    padding-top: 40px;}.support-item-prime {    width: calc(50% - 15px);    display: flex;    flex-wrap: wrap;    align-items: center;}.support-item-prime .icon-box {    margin-right: 20px;}.support-item-prime .icon-box img {    width: 100%;    max-width: 40px;}.support-item-content-prime {    width: calc(100% - 60px);}.support-item-content-prime h3 {    color: white;    font-size: 20px;    margin: 0;}.support-btn-prime {    margin-top: 60px;}.support-image-prime {    position: relative;    z-index: 1;}.support-image-prime {    position: relative;    background-image: url('../images/support-image-bg-prime.png');    background-repeat: no-repeat;    background-position: center bottom 40px;    background-size: 100% auto;    align-content: end;    margin-bottom: -100px;    padding: 0px 0px 0px 30px;    z-index: 1;    background-position-y: 0px;}.support-image-prime figure {    position: relative;    display: block;    z-index: 1;    margin: 0;}.support-image-prime img {    width: 100%;    aspect-ratio: 1 / 1.20;    object-fit: cover;}/**/.about-us {    padding: 90px 0;}.about-us .section-row .section-title.section-title-center {    max-width: 1080px;}.about-us .section-row .section-title.section-title-center h2 .about-us-title-image-1 img,.about-us .section-row .section-title.section-title-center h2 .about-us-title-image-2 img {    width: 100%;    border-radius: 100px;}.about-us .section-row .section-title.section-title-center h2 .about-us-title-image-1 img {    max-width: 110px;}.about-us .section-row .section-title.section-title-center h2 .about-us-title-image-2 img {    max-width: 36px;}.about-us-image-box {    position: relative;    height: 100%;    margin-bottom: 0;}.about-us-image {    height: 100%;}.about-us-image figure {    display: block;    height: 100%;    border-radius: 10px;    margin: 0;}.about-us-image img {    width: 100%;    height: 100%;    aspect-ratio: 1 / 0.85;    object-fit: cover;    border-radius: 10px;}.about-us-image-box .about-counter-box {    position: absolute;    display: inline-block;    max-width: 190px;    bottom: 40px;    left: 40px;    background: #ffffff;    backdrop-filter: blur(30px);    -webkit-backdrop-filter: blur(30px);    border-radius: 10px;    padding: 25px;    z-index: 1;}.about-counter-box h2 {    font-size: 35px;    margin: 0;    font-weight: bold;}.about-counter-box p {    margin: 10px 0 0;}.about-us-image-box .about-counter-box h2,.about-us-image-box .about-counter-box p {    color: black;    margin: 0;}.about-us-item {    display: flex;    flex-direction: column;    justify-content: space-between;    gap: 30px;    background: #f8f9fa;    border-radius: 10px;    min-height: 500px;    height: 100%;    margin-bottom: 30px;    padding: 50px;    overflow: hidden;    position: relative;}.about-us-item-content h3 {    font-size: 20px;    line-height: 1.4em;    margin-bottom: 10px;    margin-top: 0;}.about-us-item-content p {    margin: 0;}.about-us-body {    display: flex;    justify-content: space-between;    flex-wrap: wrap;    align-items: end;}.about-us-body .about-counter-box {    width: calc(100% - 200px);}.about-us-body-image {    margin-right: -60px;    margin-bottom: -50px;}.about-us-body-image figure {    display: block;    margin: 0;}.about-us-body-image img {    width: 100%;    max-width: 250px;}.about-us-item.highlighted-box {    background: #e30613;}.about-us-item.highlighted-box .about-us-item-content p,.about-us-item.highlighted-box .about-us-item-list ul li {    color: white;    display: flex;    align-items: center;}.about-us-item-list ul {    padding: 0;    margin: 0;    list-style: none;}.about-us-item-list ul li {    position: relative;    line-height: 1.5em;    margin-bottom: 10px;    padding-left: 30px;    padding: 0;}.about-us-item-list ul li:last-child {    margin-bottom: 0;}.about-us-item-list ul li .icon {}.about-us-item-list ul li .icon svg {    width: 20px;    height: auto;    overflow: inherit;    fill: #fff;    margin-right: 20px;}.about-us-item-btn {    border-top: 1px solid var(--dark-divider-color);    margin-top: 20px;    padding-top: 40px;}.about-us-item-btn .btn-default {    background: black;}/**/.text-container {    position: relative;    overflow: hidden;    white-space: nowrap;    width: 100%;}.outline-heading {    user-select: none;    margin-left: 1rem;    display: inline-flex;    align-items: center;    font-size: 100px;    font-weight: 800;    text-transform: uppercase;    color: #ffffff;    background: #000000;    -webkit-background-clip: text;    -webkit-text-stroke: 2px transparent;}.moving-text {    animation: slideText 15s linear infinite;}@keyframes slideText {    0% {        transform: translateX(100%);    }    100% {        transform: translateX(-100%);    }}@media (max-width: 991px) {    .outline-heading {        font-size: 12rem;    }}@media (max-width: 767px) {    .outline-heading {        font-size: 2rem;    }}.text-container {    display: flex;    overflow: hidden;    white-space: nowrap;    padding: 80px 0;}.moving-text {    animation: marquee 10s linear infinite;    padding-right: 5rem;}@keyframes marquee {    0% {        transform: translateX(0);    }    100% {        transform: translateX(-100%);    }}.footer-column p {    text-decoration: none;    line-height: 30px;    margin-top: 30px;}.client-style01 .special-text {    color: #00aab8;    font-size: 16px;    line-height: 26px;    margin-bottom: 14px;    letter-spacing: 2.4px;    font-weight: 600;    position: relative;    padding-left: 17px;    display: inline-block;}.client-style01 .special-text::before {    position: absolute;    content: "";    top: 0;    bottom: 0;    margin: auto;    left: 0;    background-color: #00aab8;    width: 6px;    height: 6px;    text-align: center;    border-radius: 100%;}.client-style01 h2 {    font-size: 60px;    line-height: 66px;    font-weight: 700;    color: black;    letter-spacing: 0.4px;    margin-top: 0;}.client-style01 {}.client-style01 .client-wrap {    display: flex;    flex-wrap: wrap;    justify-content: center;}.client-style01 .client-wrap .client-item {    width: 33%;    display: flex;    justify-content: center;    align-items: center;    padding: 10px 5px;    position: relative;    transition: 0.3s;    border-right: 1px solid #eeeeee;    border-bottom: 1px solid #eeeeee;    background: white;}.client-style01 .client-wrap .client-item::before {    position: absolute;    left: 0;    bottom: 0;    width: 100%;    height: 4px;    content: "";    background: #e30613;    opacity: 0;    transition: 0.3s;}.client-style01 .client-wrap .client-item:nth-child(6),.client-style01 .client-wrap .client-item:nth-child(7),.client-style01 .client-wrap .client-item:nth-child(8),.client-style01 .client-wrap .client-item:nth-child(9),.client-style01 .client-wrap .client-item:nth-child(10) {    border-bottom: 0;}.client-style01 .client-wrap .client-item:nth-child(5),.client-style01 .client-wrap .client-item:last-child {    /* border-right: 0; */}.client-style01 .client-wrap .client-item:hover {    /* background: linear-gradient(to right, #fdc32a 0%, #e14e0a 100%); */    box-shadow: 0px 16px 32px 0px rgba(0, 62, 131, 0.2);}.client-style01 .client-wrap .client-item:hover::before {    opacity: 1;}.client-style01 .client-wrap .client-item img {    transition: 0.3s;}.client-style01 .client-wrap .client-item:hover img {    /* filter: brightness(0) invert(1); */}.client-style01 .client-wrap .client-item a {    max-width: 180px;    width: 100%;    height: 100%;    display: inline-flex;    align-items: center;}.client-style01 .client-wrap .client-item a img {    width: 100%;}.client-style01 .client-item {    width: 33.33%;}@media screen and (max-width: 991px) {    .client-style01 .client-wrap .client-item {        width: 33.33%;    }    .client-style01 .client-wrap .client-item:nth-child(5) {        border-right: 1px solid #eeeeee;    }    .client-style01 .client-wrap .client-item:last-child {        border-left: 1px solid #eeeeee;        border-right: 1px solid #eeeeee;    }    .client-style01 .client-wrap .client-item:nth-child(6) {        border-bottom: 1px solid #eeeeee;    }    .client-style01 .client-wrap .client-item:nth-child(3), .client-style01 .client-wrap .client-item:nth-child(9) {        border-right: 0;    }    .client-style01 .client-wrap .client-item:nth-child(7), .client-style01 .client-wrap .client-item:nth-child(8), .client-style01 .client-wrap .client-item:nth-child(9) {        border-bottom: 1px solid #eeeeee;    }}/* Responsive for mobile */@media screen and (max-width: 767px) {    .client-style01 .client-wrap .client-item {        width: 33%;        padding: 15px 10px;    }    .client-style01 .client-wrap .client-item:nth-child(2), .client-style01 .client-wrap .client-item:nth-child(4), .client-style01 .client-wrap .client-item:nth-child(6), .client-style01 .client-wrap .client-item:nth-child(8), .client-style01 .client-wrap .client-item:last-child {        /* border-right: 0; */        /* border-left: 0; */    }    .client-style01 .client-wrap .client-item:nth-child(3) {        border-right: 1px solid #eeeeee;    }    .client-style01 .client-wrap .client-item:nth-child(5) {        border-left: 0;    }    .client-style01 .client-wrap .client-item:nth-child(9) {        border-bottom: 0;        border-right: 1px solid #eeeeee;    }}@media(max-width: 1024px) {    .slider-container {        height: 30vh;        margin-top: 100px;    }    .about-us{        display: none;    }        .about-us-images-elite {        display: none;    }    .about-experience-box-elite {        display: none;    }    .about-body-item-list-elite {        width: 100%;    }    .section-title h2 {        font-size: 25px;    }    .world-map-counter-box {        display: none;    }    .about-us-item {        padding: 30px;    }    .support-item-list-prime {        display: none;    }    .support-image-prime {        padding: 0px 0px 0px 30px;        background-position-y: 0px;        margin-top: 60px;        display: none;    }    .about-us-elite {        padding: 50px 0 50px 0;    }    .our-services-elite {        padding: 40px 0;    }    .slider-container .slide .textic .text1 {        display: none;    }}