@charset "utf-8";
/* CSS Document */

.tg-header__info-item .content .title {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
:root {
    --tg-body-font-family: 'Saira Semi Condensed', sans-serif;
    --tg-heading-font-family: 'Saira Semi Condensed', sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #000000;
    --tg-heading-color: #121212;
    --tg-theme-primary: #0078BF;
    --tg-theme-secondary: #171717;
    --tg-color-dark-blue: #0E104B;
    --tg-color-yellow-light: #FFBE17;
    --tg-color-yellow-light-2: #FFFBF3;
    --tg-color-white-default: #ffffff;
    --tg-color-gray-1: #F0F0F0;
    --tg-color-gray-2: #F6F6F6;
    --tg-color-gray-3: #F8F8F8;
    --tg-color-gray-4: #F0EFEB;
    --tg-color-gray-5: #F5F5F5;
    --tg-color-dark: #121212;
    --tg-color-dark-2: #1D1D1D;
    --tg-color-dark-3: #282828;
    --tg-color-dark-4: #2D2D2D;
    --tg-border-1: #D9D9D9;
    --tg-border-2: #EDEDED;
    --tg-border-3: #ECECEC;
    --tg-border-4: #E8E8E8;
    --tg-border-5: #F2F2F2;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
}
.tgmenu__navbar-wrap ul li a {
    text-transform: none;
    font-size: 20px !important;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
    text-transform: none;
}
.tgmobile__menu .navigation li > a {
    text-transform: none;
}
.slider__content-two .title {
    text-transform: none;
}

.tgmenu__main-menu li.menu-item-has-children > ul > li.menu-item-has-children > a::after {
    content: "\f061";
    display: unset;
    font-family: var(--tg-icon-font-family);
    font-size: 12px;
    font-weight: var(--tg-fw-bold);
    margin-left: 6px;
}
.section__title .title {
    text-transform: none;
}
.breadcrumb__content .title {
    text-transform: none;
}
.breadcrumb__content .breadcrumb > * {
    text-transform: none;
}
.breadcrumb__content {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
}

.tg-header__logo-area .logo img {
    max-height: 60px;
}

.tgmenu__navbar-wrap ul li a {
    font-size: 18px;
}
.blog__post-thumb img {
    height: auto;
}
.slider__content-two .title {
    font-size: 46px;
}
.counter__icon-three .logo_icon{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}
.counter__item-three:hover .logo_icon {
    border-color: var(--tg-theme-primary);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.blog__post-item:hover h4{
    color: #0078bf;
} 
.blog__post-item:hover .btn{
    background-color: #0078bf;
    color: #ffffff;
} 
.team__item-four:hover a{
    color: #0078bf;
}
.services__item-two:hover h4{
    color: #0078bf;
}
.services__thumb-two img {
    border: 4px solid #0078bf;
}
.breadcrumb__content .breadcrumb > * a {
    color: #343a40;
}
.vidyo{
    width: 760px;
    height: 315px;
}
.referans{
    height: 42px;
}
.team__content-four span {
    color: #ffffff;
}
.services__content-two p{
    color: #ffffff;
}
.copyright-text p{
    color: #ffffff;
}
.referans_alan {
    border: 4px #cccccc solid;
    margin-bottom: 30px;
    padding: 15px;
    overflow: hidden;
    height: 150px;
    text-align: center;
}
.referans_alan img{
    transition: transform .5s ease;
}
.referans_alan img:hover{
    transform: scale(1.2);
}
.blog__post-content .title {
    font-size: 19px;
}
.counter__content-three p {
    text-transform: unset; 
}

@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1440px) {
.uc_cizgi{
    visibility: hidden;
}
.slider__content-two .title {
    font-size: 32px;
}
.tg-header__logo-area-right {
    gap: 0px; */
}
.counter__content-three {
    padding: 45px 40px 45px;
}
.footer__bottom-menu .list-wrap {
    padding-right: 60px;
}
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px) {
.services__thumb-two img {
    height: 185px;
}
.referans_alan {
    height: 105px;
}
.counter__content-three {
    padding: 35px 20px 35px;
}
.counter__content-three p {
    font-size: 11px;
}
.blog__post-content .title {
    min-height: 66px;
}
}   

@media only screen and (max-width: 768px) {
.vidyo{
    width: 100%;
    height: auto;
}
.referans_alan {
    height: 150px;
}

}

@media only screen and (max-width: 576px) {
.referans_alan {
    height: 180px;
}
.footer__bottom-menu .list-wrap {
    padding-right: unset;
}
}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}