@import url("../../assets/bootstrap/css/bootstrap.min.css");
@import url("../../assets/font-icon/fontawesome/css/all.min.css");
@import url("../../assets/font-icon/demo-files/demo.css");
@import url("../../assets/font-icon/demo-files/fontello.css");
@import url("../../assets/font-icon/font-icon.css");
@import url("../webfont/SFProDisplay/stylesheet.css");
@import url("../../assets/slick/slick.css");
@import url("../../assets/slick/slick-theme.css");
@import url("../../assets/swiper/css/swiper.min.css");
@import url("../../assets/owlcarousel/assets/owl.carousel.min.css");
@import url("../../assets/owlcarousel/assets/owl.theme.default.min.css");
@import url("../../assets/fancybox/css/jquery.fancybox.min.css");
@import url("../../assets/flaticon/flaticon.css");
.site-bosluk-hizala {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

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 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999;
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}


/**/

body {
    font-size: 0.86em;
    line-height: 1.7;
    font-weight: normal;
    font-style: normal;
    color: #00050B;
    transition: all 350ms ease-in-out 0s;
}

.font1 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.font2 {
    font-family: "Inter", sans-serif;
}

.font3 {
    font-family: 'SF Pro Display';
}

.font4 {
    font-family: 'Uni Sans';
}

.font5 {
    font-family: 'GT Walsheim Pro';
}

#yukaricik {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 999999;
}

html {
    font-size: 100%;
}

a {
    text-decoration: none !important;
    color: #23282d;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
}

ul {
    padding: 0px;
    margin: 0px;
}

.btn-genel {
    height: 45px;
    padding: 0px 26px;
    font-size: 14px;
    position: relative;
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
    color: #212121;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #212121;
    border-radius: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btn-genel:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #00bbee;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.btn-genel:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.btn-genel:hover {
    color: #fff;
    border-color: #00bbee;
}

.btn-genel.btn-beyaz {
    color: #fff;
    border-color: #fff;
}

.btn-genel.btn-beyaz:hover {
    border-color: #00bbee;
}

.btn-genel span {
    z-index: 9;
}

.btn-genel2 {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #C5AD95;
    border-radius: 0px;
    padding: 15px 20px;
    line-height: 1;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.btn-genel2 i {
    margin-right: 15px;
}

.btn-genel2:hover {
    color: #fff;
    background: #000;
}

.btn-genel2 .Sitelink1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-genel2:hover .Sitelink1 {
    transform: translateY(-200%);
    opacity: 0;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn-genel2 .Sitelink2 {
    transform: translate(0px, 250px);
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-genel2:hover .Sitelink2 {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.site-baslik1 {
    width: 100%;
    height: auto;
    text-align: center;
}

.site-baslik1 h2 {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 55px;
}

.site-baslik1 p {
    display: block;
    font-size: 0.90rem;
    font-weight: 300;
    color: #647072;
    max-width: 55%;
    margin: 10px auto 5px;
}

.site-baslik1:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #91252F;
    display: inline-block;
    position: relative;
}


.header-menu {
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1030;
    padding: 30px 0px;
}

.header-menu .navbar-brand img {
    height: 70px;
}

.header-menu .nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
    margin-left: auto;
}

.header-menu .nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-menu .nav li {
    position: relative;
}

.header-menu .nav li:first-child{
    display: none;
}

.header-menu .nav li a {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.header-menu .nav li a:active {
    color: #00bbee;
}

.header-menu .nav li a.active {
    color: #00bbee;
}

.header-menu .nav li li a.active {
    color: #00bbee;
}

.header-menu .nav li a:hover {
    color: #00bbee;
}

.header-menu .nav li li a:hover {
    color: #00bbee;
    background: transparent;
}

.header-menu .nav ul li {
    display: inline-block
}

.header-menu .nav ul {
    display: block
}

.header-menu .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 5px;
    min-width: 220px;
}

.header-menu .nav ul ul ul {
    top: 5px;
    left: 100%;
    z-index: 902;
    background: #fff;
}

.header-menu .nav ul ul ul ul {
    z-index: 903;
    background: #fff;
}

.header-menu .nav ul ul ul ul ul {
    z-index: 904;
    background: #fff;
}

.header-menu .nav ul ul li.nav-left>ul {
    left: auto;
    right: 95%
}

.header-menu .nav-no-js .nav li:hover>ul {
    display: block
}

.header-menu .nav>ul>.nav-submenu>a:after {
    content: "\eab6";
    font-family: "fontello";
}

.header-menu .nav li.nav-active>a,
.nav li:hover>a {
    color: #008cd2;
    background: transparent;
}

.header-menu .nav .nav-submenu>ul {
    margin-left: 0px
}

.header-menu .nav .nav-submenu>ul li {
    margin-left: 0px;
    display: block;
    width: 100%;
}

.header-menu .nav .nav-submenu>ul li a {
    width: 100%;
    display: flex;
    padding: 5px 10px 5px 10px;
    color: #1f242c;
    font-size: 14px;
    font-weight: 600;
}

.nav .nav-submenu>a:after {
    content: "\eab8";
    font-family: "fontello";
    margin-left: auto;
    padding-left: 10px;
}

.header-menu .top-header {
    background: #fff;
}

.header-menu .top-header .adres li:first-child {
    padding: 0px;
}

.header-menu .top-header .adres li {
    float: left;
    color: #656768;
    list-style: none;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    margin-right: 6px;
}

.header-menu .top-header .adres li i {
    font-size: 15px;
    padding-right: 9px;
    color: #212121;
}

.header-menu .top-header .adres li span {
    font-weight: 400;
    padding-left: 4px;
}

.header-menu .top-header .sosyal li:first-child {
    margin: 0px;
}

.header-menu .top-header .sosyal li {
    float: left;
    list-style: none;
    margin-left: 11px;
}

.header-menu .top-header .sosyal li a {
    color: #656768;
}

.header-menu .top-header .sosyal li a i {
    font-size: 16px;
    padding-right: 1px;
    display: inline-flex;
}

.header-menu .top-header .sosyal li a:hover {
    color: #4465ad;
    text-decoration: none;
}

.header-menu .top-header .dil li {
    float: left;
    list-style: none;
    margin-left: 10px
}

.header-menu .top-header .dil li a {
    float: left;
    font-size: 13px;
    color: #333;
    line-height: 19px;
    text-decoration: none;
}

.header-menu .top-header .dil li a>span {
    float: left;
    font-size: 13px;
    color: #888;
    line-height: 19px;
}

.header-menu .top-header .dil li a .icon {
    float: left;
    width: 22px;
    padding-right: 3px;
}

.header-menu .top-header .dil li a .icon img {
    width: 100%
}

.bd-menu .header-menu .top-header {
    display: none;
}

.bd-menu .header-menu {
    background: #1f242c;
}

.header-menu .telefon {
    display: flex;
    color: #fff;
    margin-left: 20px;
    margin-right: 0;
}

.header-menu .telefon i {
    color: #00bbee;
    font-size: 40px;
    line-height: 40px;
    margin-right: 15px;
}

.header-menu .telefon .icon .svgIcon {
    fill: #00bbee;
    width: 39px;
    display: inline-block;
    margin-right: 20px;
    display: block;
}

.header-menu .telefon .icon .svgIcon path {
    fill: #00bbee;
}

.header-menu .telefon span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    opacity: 80%;
    margin-bottom: 10px;
}

.header-menu .telefon small {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

/**/

.slider2 {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 0px;
}

.slider2 .bannerefek {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider2 .owl-item {
    height: auto;
}

.slider2 .owl-item .item {
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.slider2 .owl-item .item .text::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1f242c, #1f242c00);
    opacity: 100%;
}

.slider2 .owl-item .item .text {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}

.slider2 .owl-item .item .text .text1 {
    width: 100%;
    height: auto;
    display: block;
}

.slider2 .owl-item .item .text .text2 {
    width: 100%;
    height: auto;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.slider2 .owl-item .item .text a.button {
    margin-top: 50px;
    padding: 13px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
}

.slider2 .owl-item .item .text a.button.button1 {
    border: solid 1px #fff;
    color: #fff;
}

.slider2 .owl-item .item .text a.button.button2 {
    border: solid 1px #fff;
    color: #202020;
    background: #fff;
}

.slider2 .owl-item .item .text a.button i {
    margin-right: 5px;
}


/*Slider Etki BaÅŸlangÄ±Ã§*/

.slider2 .owl-item .item .text .text1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item .item .text .text2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item.active .item .text .text1 {
    opacity: 1;
    transform: translate(0%, 0%);
    text-align: center;
    color: white;
    font-weight: 700;
}

.slider2 .owl-item.active .item .text .text2 {
    opacity: 1;
    transform: translate(0%, 0%);
    text-align: center;
    margin-bottom: 15%;
}

.slider2 .owl-item .item .text a.button.button1 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item .item .text a.button.button2 {
    opacity: 0;
    transform: translate(0%, -100%);
}

.slider2 .owl-item.active .item .text a.button.button1 {
    opacity: 1;
    transform: translate(0%, 0%);
}

.slider2 .owl-item.active .item .text a.button.button2 {
    opacity: 1;
    transform: translate(0%, 0%);
}


/*Slider Etki Son*/


/*Slider Ä°ÅŸaretler BaÅŸlangÄ±Ã§*/

.slider2 .owl-dots {
    position: absolute;
    margin-top: 0px;
    bottom: 15px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider2 .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    margin: 0px 3px;
}

.slider2 .owl-theme .owl-dots .owl-dot.active span {
    background: #00bbee;
}

.slider2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #00bbee;
}

.slider2 .owl-nav {
    top: 50%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.slider2 .owl-nav .owl-prev,
.slider2 .owl-nav .owl-next {
    top: 50%;
    margin-top: -22px!important;
    line-height: normal!important;
    display: flex!important;
    align-items: center;
    background: transparent!important;
    /* border: solid 1px #fff!important; */
    color: #fff!important;
    position: absolute;
    z-index: 999;
    border-radius: 2px!important;
    margin: 0px!important;
    opacity: 0.5!important;
}

.slider2 .owl-nav .owl-prev span,
.slider2 .owl-nav .owl-next span {
    margin: -8px auto 0px!important;
}

.slider2 .owl-nav .owl-next {
    right: 20px;
}

.slider2 .owl-nav .owl-prev {
    left: 20px;
}

.slider2 .owl-nav .owl-prev:hover,
.slider2 .owl-nav .owl-next:hover {
    opacity: 1!important;
    background: transparent;
}

.slider2:hover .owl-nav {
    opacity: 1;
}

.slider2:hover .owl-dots {
    opacity: 1;
}


/*Slider Ä°ÅŸaretler Son*/

@media (max-width:1024px) {
    .slider2 .owl-item .item {
        height: 400px
    }
    .slider2 .owl-item .item .text .text1 {
        font-size: 26px;
    }
    .slider2 .owl-item .item .text .text2 {
        font-size: 18px;
    }
    .slider2 .owl-item .item .text a.button {
        margin-top: 50px;
        padding: 10px 20px;
        font-size: 13px;
    }
    .slider2 .owl-nav {
        opacity: 1;
        display: none;
    }
    .slider2 .owl-dots {
        opacity: 1;
    }
    .slider2 .owl-nav .owl-prev,
    .slider2 .owl-nav .owl-next {
        font-size: 30px!important;
        width: 40px;
        height: 40px;
    }
}

@media (min-width:1025px) {
    .slider2 .owl-item .item {
        height: 100vh;
    }
    .slider2 .owl-item .item .text .text1 {
        font-size: 40px;
        letter-spacing: 0px;
    }
    .slider2 .owl-item .item .text .text2 {
        font-size: 15px;
        opacity: 1!important;
        color: white;
    }
    .slider2 .owl-item .item .text a.button {
        margin-top: 50px;
        padding: 8px 25px;
        font-size: 15px;
    }
    .slider2 .owl-item .item .text a.button:hover {
        background: #00bbee;
        border-color: #00bbee;
        color: #000;
    }
    .slider2 .owl-dots {
        opacity: 0;
    }
    .slider2 .owl-nav {
        opacity: 1;
    }
    .slider2 .owl-nav .owl-prev,
    .slider2 .owl-nav .owl-next {
        font-size: 35px!important;
        width: 50px;
        height: 50px;
    }
}

@media(min-width:1024px) and (max-width:1366px) {
    .slider2 .owl-item .item {
        height: 500px;
    }
    .slider2 .owl-item .item .text .text1 {
        font-size: 30px;
        letter-spacing: 0px;
    }
    .slider2 .owl-item .item .text .text2 {
        font-size: 16px;
        opacity: 1!important;
    }
    .slider2 .owl-item .item .text a.button {
        margin-top: 30px;
        padding: 5px 15px;
        font-size: 12px;
    }
}

/**/


.slider1 {
    width: 100%;
    height: auto;
    position: relative;
}

.slider1 .bottom-ok {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 6;
    animation: sliderButon .8s alternate infinite;
    cursor: pointer;
    border: solid 2px #fff;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: #91252f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
}

@keyframes sliderButon {
    0% {
        bottom: 30px;
    }
    100% {
        bottom: 45px;
    }
}

.slider1 .swiper-button-next {
    right: 40px;
    left: auto;
}

.slider1 .swiper-button-prev {
    right: auto;
    left: 40px;
}

.slider1 .swiper-button-next::after,
.slider1 .swiper-button-prev::after {
    display: none;
}

.slider1 .swiper-button-next,
.slider1 .swiper-button-prev {
    font-size: 40px;
    color: #fff;
}

.slider1 .banner-sol {
    width: 104px;
    height: auto;
    background: #fff;
}

.slider1 .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider1 .swiper-slide {
    overflow: hidden;
}

.slider1 .swiper-slide .swiper-slide-resim {
    background-size: cover !important;
    background-position: center !important;
    /* animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        background-position: 0px 0px;
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

.slider1 .gallery-top {
    width: 100%;
}

.slider1 .gallery-top .swiper-slide {
    width: 100%;
    height: auto;
}

.slider1 .slider-sektor {
    box-sizing: border-box;
    padding: 0px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.slider1 .gallery-thumbs {
    box-sizing: border-box;
    padding: 0px 0px 35px 0px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.slider1 .gallery-thumbs .swiper-slide {
    position: relative;
    height: auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

.slider1 .gallery-thumbs .swiper-slide span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 20px;
}

.slider1 .gallery-thumbs .swiper-slide .textt-slide {
    width: auto;
    height: auto;
    left: 0px;
    z-index: 1;
    opacity: 0.5;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    display: inline-block;
}

.slider1 .gallery-thumbs .swiper-slide .textt-slide .hero__slide-nav-progress {
    background-color: #c00;
    height: 5px;
    margin-bottom: 1.5rem;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .hero__slide-nav-progress {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active .textt-slide {
    background: transparent;
    height: auto;
    opacity: 1;
}

.slider1 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: transparent;
    padding-top: 0px;
    transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover .textt-slide {
    opacity: 1;
    transition: transform .2s;
}

.slider1 .gallery-thumbs .swiper-slide:hover {
    transition: transform .2s;
}

.slider1 .swiper-slide .text-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 160px), linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.slider1 .swiper-slide .text-bg .textic {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin-top: 50px;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
    font-size: 5.7vh;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1.10em;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.slider1 .swiper-slide .text-bg .textic .btn {
    padding: 1.5em 1.8em;
    font-size: .70em;
    position: relative;
    display: inline-block;
    letter-spacing: .06363636363636em;
    transform: translateY(10px) translateZ(0);
    -webkit-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    transition: transform 1.4s cubic-bezier(.7, 0, .3, 1) .5s, opacity 1.4s cubic-bezier(.7, 0, .3, 1) .5s;
    text-align: center;
    transition: transform .2s;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1 {
    color: #fff;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn1:hover {
    color: #000;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2 {
    color: #00338D;
    font-weight: 800;
    line-height: 2.1818em;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #fff;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #00338D;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: left .2s ease-out, right .2s ease-out, opacity .2s ease-out, background-color .2s ease-out;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider1 .swiper-slide .text-bg .textic .btn.btn2:hover {
    color: #fff;
    border-color: #00338D
}

.slider1 .swiper-slide .text-bg .geciscizgiii {
    background-color: #fff;
    height: 5px;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.slider1 .swiper-slide-active .geciscizgiii {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.home-hakkimizda3 {
    width: 100%;
    height: auto;
    background: #F8F5F2;
    padding: 70px 0px;
}

.home-hakkimizda3 .baslikic {
    width: 100%;
    padding-right: 70px;
}

.home-hakkimizda3 .yildiz {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.home-hakkimizda3 .yildiz i {
    color: #00bbee;
}

.home-hakkimizda3 .yildiz span {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
}

.home-hakkimizda3 h1 {
    display: block;
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 35px;
}

.home-hakkimizda3 p {
    display: block;
    font-size: 16px;
    color: rgb(17 16 15 / 90%);
    font-weight: 400;
    margin-bottom: 40px;
    text-align: justify;
}

.home-hakkimizda3 .resim {
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}

.home-hakkimizda3 .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hizmetler-sabit {
    width: 100%;
    height: auto;
    position: relative;
}

.hizmetler-slider {
    width: 100%;
    height: auto;
    position: relative;
    background: #f1f1f1;
    padding: 70px 0px;
}

.hizmetler-slider .owl-theme .owl-nav {
    margin-top: 0px;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    font-size: 16px !important;
    line-height: 16px !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    background: #fff !important;
    color: #000;
    border-radius: 0px !important;
    top: 31%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev:hover,
.hizmetler-slider .owl-carousel .owl-nav button.owl-next:hover {
    background: #000 !important;
    color: #fff;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.hizmetler-slider .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.hizmetler-slider .owl-theme .owl-dots {
    margin-top: 20px;
    display: none;
}

.hizmetler-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.hizmetler-slider .owl-theme .owl-dots .owl-dot.active span,
.hizmetler-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.urunler-listele1 {
    display: block;
    height: auto;
    position: relative;
    color: #fff
}

.urunler-listele1:hover {
    color: #fff;
}

.urunler-listele1 .resimmbg {
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.urunler-listele1 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
}

.urunler-listele1 .text {
    padding: 0 40px 29px;
    transition: all 350ms ease-in-out 0s;
    position: absolute;
    z-index: 9;
    top: 0px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.urunler-listele1 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele1 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele1 .item-readmore {
    opacity: 0;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid #fff;
}

.urunler-listele1:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele1:hover .text {
    padding-bottom: 80px;
}

.urunler-listele1 .overflow {
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, top bottom, from(transparent), to(#1b1a1a));
    background-image: -webkit-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -moz-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -ms-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: -o-linear-gradient(top, transparent, #1b1a1a 100%);
    background-image: linear-gradient(top, transparent, #1b1a1a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#1b1a1a');
    opacity: .46;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease-in-out .4s;
    -khtml-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: flex;
    align-items: flex-end;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #fff;
    z-index: 9;
}

.urunler-listele1:hover .overflow {
    opacity: .46;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.urunler-listele2 {
    display: block;
    position: relative;
    color: #000;
    height: auto;
}

.urunler-listele2:hover {
    color: #000;
}

.urunler-listele2 .resimmbg {
    height: 400px;
    overflow: hidden;
}

.urunler-listele2 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele2:hover .resimmbg .resimm {
    transform: scale(1.2);
}

.urunler-listele2 .text {
    position: relative;
    z-index: 99;
    width: 100%;
    height: auto;
    padding: 25px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele2 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele2 .text span::after {
    content: '';
    position: relative;
    display: block;
    width: 80px;
    height: 1px;
    background: #01803A;
    margin: 10px 0px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele2:hover .text span::after {
    width: 100%;
}

.urunler-listele2 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele2 .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #000;
    display: none;
}

.urunler-listele2:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele2 .overflow {
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, top bottom, from(transparent), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -ms-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, transparent, #e8e8e8 100%);
    background-image: linear-gradient(top, transparent, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#1b1a1a');
    opacity: .46;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all ease-in-out .4s;
    -khtml-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    display: flex;
    align-items: flex-end;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #fff;
    z-index: 9;
}

.urunler-listele2:hover .overflow {
    opacity: .46;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.urunler-listele3 {
    display: block;
    position: relative;
    color: #000;
    height: auto;
}

.urunler-listele3:hover {
    color: #000;
}

.urunler-listele3 .resimmbg {
    height: 400px;
    overflow: hidden;
}

.urunler-listele3 .resimmbg .resimm {
    display: block;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.urunler-listele3:hover .resimmbg .resimm {
    transform: scale(1.2);
}

.urunler-listele3 .text {
    width: 100%;
    padding: 22px 30px 30px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}

.urunler-listele3 .text span {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele3 .text span::after {
    content: '';
    position: relative;
    display: block;
    width: 80px;
    height: 1px;
    background: #01803A;
    margin: 10px 0px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    display: none;
}

.urunler-listele3:hover .text span::after {
    width: 100%;
}

.urunler-listele3 .text small {
    display: block;
    font-size: 0.80rem;
    width: 55%;
}

.urunler-listele3 .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
    margin-top: 20px;
    display: inline-block !important;
    font-size: 0.75rem;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #000;
    display: none;
}

.urunler-listele3:hover .item-readmore {
    opacity: 1;
    transition: all 350ms ease-in-out 0s;
}

.urunler-listele3 .overflow {
    display: none;
}


/**/

.sayac {
    width: 100%;
    padding: 70px 0px;
    background: url('../images/sayac.jpg') top center;
    background-size: cover;
    background-attachment: fixed;
    display: inline-block;
    position: relative;
}

.sayac:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00bbee;
    z-index: 1;
    opacity: 80%;
}

.sayac .baslik {
    display: block;
}

.sayac .divider-1 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

.sayac .divider-1:before {
    width: 30px;
    border-top: 4px solid #f9ae00;
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.sayac .baslik h2 {
    width: 100%;
    height: auto;
    font-size: 40px;
    font-weight: 600;
    color: #232323;
    font-size: 17px;
    margin-bottom: 6px;
    color: #ffffff;
}

.sayac .baslik p {
    color: #ffffff;
    font-size: 43px;
    line-height: 58px;
    font-weight: 700;
    margin: 0;
    padding: 0 100px 0 0;
}

.sayac .sayac-liste {
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    padding: 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.sayac .sayac-liste:hover {
    /*box-shadow: 0 0px 16px 0 rgb(0 0 0 / 15%);*/
}

.sayac .sayac-liste #okul_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    color: #ffffff;
}

.sayac .sayac-liste .icon {
    height: auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
}

.sayac .sayac-liste .icon img {
    height: 100%;
}

.sayac .sayac-liste .media_counted {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.sayac .sayac-liste .sayacbaslik {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-top: 15px;
    display: block;
}

.sayac .sayac-liste .sayacbaslik h3 {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sayac .sayac-liste .sayacbaslik p {
    color: #fff;
    display: none;
}

.sayac .sayac-liste .arti {
    padding-left: 10px;
    font-size: 15px;
}

.sayac .sayac-liste .yuzde {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 700;
}


/**/

.page-urunler-liste {
    width: 100%;
    height: auto;
    position: relative;
}

.page-urunler-liste .resim {
    width: 100%;
    height: 420px;
    position: relative;
}

.page-urunler-liste .resim::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99;
    transition: .3s;
}

.page-urunler-liste:hover .resim::before {
    background-color: rgba(0, 0, 0, 0.326);
}

.page-urunler-liste .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-urunler-liste .baslik {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    bottom: 50px;
    left: 0px;
    transition: .5s;
    z-index: 9;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.page-urunler-liste .baslik span {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.page-urunler-liste .baslik small {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 11px;
    line-height: 1.72727em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid transparent;
    transition: .5s;
}

.page-urunler-liste:hover .baslik small {
    border-bottom: 1px solid #fff;
}


/**/

.page-urunler-listele-resimler {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    transition: all 0.3s ease;
}

.page-urunler-listele-resimler .img-thumbnail {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    position: relative;
}

.page-urunler-listele-resimler:hover .img-thumbnail {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.page-urunler-listele-resimler .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.page-urunler-listele-resimler .image img {
    max-width: 100%;
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-urunler-listele-resimler:hover .image img {
    transform: scale(1.15) rotate(2deg);
}

.page-urunler-listele-resimler .image .zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: rgba(0, 0, 0, 0.4);
}

.page-urunler-listele-resimler:hover .image .zoom {
    opacity: 1;
}

.page-urunler-listele-resimler .image .zoom i {
    font-size: 30px;
    color: #fff;
    background: rgba(0, 123, 255, 0.85);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-urunler-listele-resimler .image .zoom i:hover {
    transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px 0;
    color: #555;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #f8f9fa;
    transition: color 0.3s ease, background 0.3s ease;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 0 15px 15px;
}

.page-urunler-listele-resimler:hover .images-list-text {
    color: #007bff;
    background: #e9ecef;
}


/**/

.page-baslik1 {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 25px 0px 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 130px;
}

.page-baslik1 .breadcrumb {
    margin-bottom: 16px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.page-baslik1 .breadcrumb li a {
    color: #3e3e3e;
}

.page-baslik1 .breadcrumb {
    opacity: 50%;
}

.breadcrumb-item {
    color: #00bbee;
    font-size: 11px;
}

.page-baslik1 .breadcrumb li a {
    color: #00bbee;
}

.breadcrumb-item.active {
    color: #00bbee;
}

.page-baslik1 h3 {
    margin-bottom: 0px;
    font-size: 33px;
    font-weight: 700;
    color: #00bbee;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}

.page-baslik1 h3::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #00bbee;
    left: 0px;
    margin-top: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #00bbee;
    content: "/";
}

.page-baslik2 {
    width: 100%;
    height: 400px;
    padding: 0px 0px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.page-baslik2 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-baslik2::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
}

.page-baslik2 .container {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.page-baslik2 h3 {
    margin-top: 0px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}

.page-baslik2 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.page-baslik2 .breadcrumb li a {
    color: #fff;
}

.page-baslik2 .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-baslik3 {
    width: 100%;
    height: 400px;
    padding: 0px 0px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.page-baslik3 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-baslik3::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 40%;
}

.page-baslik3 .container {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.page-baslik3 h3 {
    margin-bottom: 0px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}

.page-baslik3 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
    display: inline-flex;
}

.page-baslik3 .breadcrumb li a {
    color: #fff;
}

.page-baslik3 .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-icerik {
    padding: 25px 0px;
    min-height: 650px;
    position: relative;
}

.page-icerik:before{
    content: '';
    position: absolute;
    right: 35%;
    top: 30px;
    width: 300px;
    height: 300px;
    background: url(../images/hologram.png);
    background-size: cover;
    z-index: -2;
    opacity: 10%;
    filter: grayscale(1);
}

.page-video iframe {
    width: 100%;
}

.page-video .card-body {
    padding: 0.3125rem;
}

.page-dosya a.dosya-liste {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 0.90rem;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-dosya a.dosya-liste:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-dosya a.dosya-liste .dosya-icon {
    text-align: center;
    color: #555;
    padding: 40px 10px;
    display: block;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 1px solid #ddd;
    transition: background 0.3s ease;
}

.page-dosya a.dosya-liste .dosya-icon img {
    max-width: 100px;
    height: auto;
    display: inline-block;
}

.page-dosya a.dosya-liste:hover .dosya-icon .indir i {
    color: #404040;
}

.page-dosya a.dosya-liste .dosya-icon i {
    font-size: 23rem;
    color: #00bbee;
}

.page-dosya a.dosya-liste:hover .dosya-icon {
    background: linear-gradient(135deg, #000000, #5c5c5c);
}

.page-dosya a.dosya-liste:hover .dosya-icon i {
    color: #ffffff;
}

.page-dosya a.dosya-liste .indir {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #007bff;
    color: white;
    padding: 8px 12px;
    border-radius: 50%;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.page-dosya a.dosya-liste:hover .indir {
    background-color: #0056b3;
}

.page-dosya a.dosya-liste .dosya-aciklama {
    padding: 15px;
    background: #f9f9f9;
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik {
    font-size: 1rem;
    color: #333;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik i {
    padding-right: 5px;
}


/**/


/**/

.page-blog-list {
    width: 100%;
    height: auto;
    color: #45517F;
    border: solid 1px #efefef;
    padding: 10px;
    margin-bottom: 15px;
}

.page-blog-list .baslik1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    color: #89B22E;
    margin-bottom: 15px;
}

.page-blog-list .baslik2 {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: black;
}

.page-blog-list .resim {
    width: 100%;
    height: 150px;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.page-blog-list .resim img {
    max-width: 100%;
}

.page-blog-list .text {
    font-weight: 500;
    font-size: 13px;
    opacity: 60%;
    margin-top: 10px;
}

.page-blog-list small.detay {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #00bbee;
    position: relative;
    padding: 0px 0px;
    margin-top: 30px;
}

.page-blog-list small.detay:hover {
    color: #1F2749;
}

.page-blog-list small.detay span {
    font-size: 13px;
    margin-left: 12px;
}

.page-blog-details {
    width: 100%;
    height: auto;
    position: relative;
}

.page-blog-details h4 {
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    margin-bottom: 25px;
}

.page-blog-details .page-blog-details-image {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 5px;
}

.page-blog-details .page-blog-details-sosyal {
    width: 100%;
    height: auto;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-blog-details .page-blog-details-image img {
    width: 100%;
}

.page-blog-details h3 {
    font-weight: 700;
    font-size: 30px;
}

.page-blog-details h6 {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    opacity: 60%;
}

.page-blog-details p {
    font-weight: 400;
    font-size: 16px;
    opacity: 100%;
}

.sol-menu-style1 {
    width: 100%;
    height: auto;
}

.sol-menu-style1 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style1 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: .75rem;
    display: none;
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 12px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background: #f2f2f2;
    margin-top: 1px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a {
    width: 100%;
    font-size: 0.85rem;
    color: #23282d;
    line-height: 1.6em;
    padding: 16px 24px 14px;
    font-weight: 500;
    transition: all .25s ease !important;
    display: block;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li.active a {
    color: #fff;
    background: #00bbee;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a:hover {
    color: #fff;
    background: #00bbee;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul {
    display: none;
    background: #fff;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li {
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li a {
    padding: 8px 24px 8px;
    font-weight: 400;
    color: #23282d;
}

.sol-menu-style1 .navbar {
    padding: 0px;
}

.sol-menu-style1 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.80rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
}

.sol-menu-style1 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler i {
    padding-right: 5px;
}

.sol-menu-style2 {
    width: 100%;
    height: auto;
}

.sol-menu-style2 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style2 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    display: none;
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 0.8rem;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    margin-top: 1px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a {
    border-bottom: none;
    border-right: none;
    padding: 17px 30px;
    line-height: 1;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a {
    color: #fff;
    background: #00bbee;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a:after{
    color: white;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:after {
    content: '\eab8';
    display: block;
    position: relative;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #000000;
    background: #0000000d;
    cursor: pointer;
    border-radius: 2px;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover {
    color: #fff;
    background: #00bbee;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover:after {
    content: '\eab8';
    position: relative;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #000000;
    background: #0000000d;
    cursor: pointer;
    border-radius: 2px;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul {
    display: none;
    background: #fff;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li {
    margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a {
    padding: 13px 24px 13px;
    font-weight: 400;
    color: #23282d;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li.active a {
    color: #fff;
    background: #00bbee;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a:hover {
    color: #fff;
    background: #00bbee
}

.sol-menu-style2 .navbar {
    padding: 0px;
}

.sol-menu-style2 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.375rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
}

.sol-menu-style2 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler i {
    padding-right: 5px;
}

.ekibim {
    width: 100%;
    height: auto;
}

.ekibim .ekibimiz_listele {
    width: 100%;
    height: auto;
    border: solid 1px rgb(177 162 131 / 21%);
    padding: 5px 5px 15px;
}

.ekibim .ekibimiz_listele:hover {
    border: solid 1px rgb(177 162 131 / 95%);
}

.ekibim .ekibimiz_listele .detay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    opacity: 0;
}

.ekibim .ekibimiz_listele .detay i {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #00bbee;
    justify-content: center;
    font-size: 12px;
}

.ekibim .ekibimiz_listele:hover .detay {
    opacity: 1;
}

.ekibim .ekibimiz_listele .detay:focus {
    outline: none;
    box-shadow: none;
}

.ekibim .ekibimiz_listele .resim {
    width: 100%;
    height: auto;
    position: relative;
}

.ekibim .ekibimiz_listele .resim .ayin-danismani {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #00bbee;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 10px;
    box-shadow: 0 0 17px #6f6f6f;
}

.ekibim .ekibimiz_listele .resim img {
    width: 100%;
}

.ekibim .ekibimiz_listele .resim .ekibim-isim {
    width: auto;
    height: auto;
    background: #00bbee;
    color: #fff;
    padding: 8px 15px 8px 45px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: -20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}

.ekibim .ekibimiz_listele .aciklama {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 15px;
}

.ekibim .ekibimiz_listele .aciklama h4 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
}

.ekibim .ekibimiz_listele .aciklama h5 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 60%;
    font-weight: 400;
}

.ekibim .ekibimiz_listele a.sahibinden {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding: 2px 60px;
    border: solid 1px #00bbee;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #00bbee;
    margin: 10px 0px
}

.ekibim .ekibimiz_listele a.sahibinden:hover {
    border: solid 1px #00bbee;
    background: #00bbee;
    color: #fff;
}

.ekibim .ekibimiz_listele .sosyal {
    display: block;
    width: 100%;
}

.ekibim .ekibimiz_listele .sosyal li {
    display: inline-block;
    list-style: none;
    margin: 0px 0px;
}

.ekibim .ekibimiz_listele .sosyal li a {
    width: 100%;
    height: 26px;
    background: #00bbee;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    padding: 6px 8px;
}

.destek {
    width: 100%;
    height: auto;
}

.destek .destek-bg {
    width: 100%;
    height: 642px;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.destek .destek-bg:before {
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: .3;
    z-index: 2;
    left: 0px;
    top: 0px;
}

.destek .banner-text {
    max-width: 505px;
    margin: 0px auto;
    z-index: 99;
    position: relative;
    text-align: center;
}

.destek .banner-text small {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.destek .banner-text h2 {
    width: 100%;
    height: auto;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    display: block;
}

.destek .banner-text p {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.destek .banner-text a.detayy {
    margin-top: 25px;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    font-size: 11px;
    line-height: 26px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.destek .banner-text a.detayy:hover {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border: 1px solid #CC0000;
    background: #CC0000;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}


/**/

.iletisim10 .form1 {
    margin-bottom: 0;
}

.iletisim10 .form1 .btn {
    display: inline-block;
    height: 55px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: #ffc246;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
    border-radius: 0 !important;
}

.iletisim10 .form1 input,
.iletisim10 .form1 textarea {
    height: 56px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    color: #767676;
    background-color: #F8F8F8;
    border: none;
    border-bottom: solid #00000012 2px;
    border-radius: 0 !important;
}

.iletisim10 .form1 label {
    display: none;
}

.iletisim10 .form1 input::-webkit-input-placeholder,
.iletisim10 .form1 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input::-moz-placeholder,
.iletisim10 .form1 textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input:-ms-input-placeholder,
.iletisim10 .form1 textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input::-ms-input-placeholder,
.iletisim10 .form1 textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 input::placeholder,
.iletisim10 .form1 textarea::placeholder {
    font-size: 14px;
    line-height: 24px;
}

.iletisim10 .form1 textarea {
    height: 180px;
}

.iletisim10 .form1 input:hover,
.iletisim10 .form1 textarea:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    transition: box-shadow 0.3s ease;
}

.iletisim10 .elementor-widget-wrap {
    padding: 30px 0 0 30px;
}

.iletisim10 .elementor-widget-wrap hr {
    margin: 30px 0px;
    background: #0000007a;
}

.iletisim10 .cms-contact-form-layout1.style1 {
    background-color: #fff;
    padding: 50px 25px 50px;
    -webkit-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -khtml-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 57px rgba(0, 0, 0, .25);
    position: relative;
}

.iletisim10 .cms-contact-form-layout1.style1:before {
    content: '\e92a';
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    color: #fff;
    line-height: 1;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}

.iletisim10 .cms-contact-form-layout1.style1:after {
    content: '';
    border-width: 30px;
    border-style: solid;
    border-color: #f5ad0d transparent transparent #f5ad0d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.iletisim10 .cms-contact-form-layout1.style1 .row {
    margin: 0 -8px;
}

.iletisim10 .cms-contact-form-layout1.style1 .row>div {
    padding: 0 8px;
}

.iletisim10 .cms-contact-form-layout1.style1 .cms-contact-form-meta {
    text-align: center;
    margin-bottom: 30px;
}

.iletisim10 .cms-contact-form-layout1.style1 .cms-contact-form-meta h3 {
    font-size: 30px;
    margin-bottom: 10px;
    margin: 0 0 15px;
    font-weight: 700;
}

.iletisim10 .cms-contact-form-layout1.style1 .cms-contact-form-meta p {
    margin-bottom: 0;
    max-width: 340px;
    display: inline-block;
}

.iletisim10 .cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.iletisim10 .cms-contact-form-layout1.style1 .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #f5ad0d;
}

.iletisim10 .cms-contact-form-layout1.style1 .wpcf7-form-control.wpcf7-textarea {
    height: 140px;
}

.iletisim10 .cms-contact-form-layout1.style2 {
    background-color: #18185b;
    color: #ededed;
}

.iletisim10 .cms-contact-info2 .item--sub-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 3px;
}

.iletisim10 .cms-contact-info2 .item--title {
    font-size: 25px;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 0.03em;
    margin: 0 0 15px;
    font-weight: 700;
}

.iletisim10 .cms-contact-info2 .item--title:before {
    content: '';
    width: 65px;
    height: 2px;
    background-color: #f5ad0d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.iletisim10 .cms-contact-info2 .item--description {
    max-width: 290px;
    line-height: 2;
    font-size: 15px;
}

.iletisim10 .cms-contact-info2 .item--description label {
    color: #111;
    font-weight: 600;
}

.iletisim10 .cms-contact-info2.style2 {
    position: relative;
    padding-bottom: 17px;
}

.iletisim10 .cms-contact-info2.style2:before {
    content: '';
    width: 65px;
    height: 2px;
    background-color: #f5ad0d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.iletisim10 .cms-contact-info2.style2 .item--title {
    padding-bottom: 0;
    margin-bottom: 7px;
}

.iletisim10 .cms-contact-info2.style2 .item--title:before {
    display: none;
}

.iletisim10 .cms-contact-info2.style2 .item--description {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
}

.iletisim10 .cms-contact-info3 .item--title {
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
}

.iletisim10 .cms-contact-info3 .item--description {
    color: #ededed;
    max-width: 300px;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 23px;
}


/**/

.iletisim_yeni {
    width: 100%;
    height: auto;
    position: relative;
}

.iletisim_yeni .float-start {
    fill: #00bbee;
    background: #ffffff;
    width: 70px;
    height: 70px;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    padding: 0 !important;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

.iletisim_yeni svg {
    fill: #00bbee;
}

.iletisim_yeni .formbgg {
    width: 100%;
    height: auto;
    background: #F8F8F8;
}

.iletisim_yeni .formsol {
    width: 85%;
    margin-left: auto;
}

.iletisim_yeni .formsol h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
    display: none;
}

.iletisim_yeni form.form1 {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: none !important;
    padding: 0rem !important;
    background: transparent;
}

.iletisim_yeni form.form1 .basliklabel {
    display: none;
}

.iletisim_yeni form.form1 .form-control {
    font-size: 14px !important;
    padding: 15px 10px 15px 20px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-left: solid #00bbee;
}

.iletisim_yeni form.form1 textarea.form-control {
    min-height: 250px !important;
    padding: 15px 10px 15px 10px !important;
}

.iletisim_yeni form.form1 .btn {
    font-size: 0.85rem;
    height: 52px;
    padding: 0 1.9rem;
    display: flex;
    align-items: center;
}

.iletisim_yeni .maps {
    height: 100%;
}

.iletisim_yeni .maps iframe {
    width: 100%;
    height: 100%;
}


/**/

.iletisim5 .maps {
    box-shadow: 0px 0px 20px #0000000e;
    padding: 20px 20px;
    border-radius: 20px;
}

.iletisim5 .maps iframe {
    height: 100%;
    min-height: 550px;
}

.iletisim5 .form1 {}

.iletisim5 .form1 label {
    display: none;
}

.iletisim5 .form1 .form-control {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 12px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 0 !important;
}

.iletisim5 .form1 textarea:focus,
.iletisim5 .form1 input:focus {
    border-color: #ffc246;
    box-shadow: none;
}

.iletisim5 .form1 .btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: #ffc246;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
}

.iletisim5 .career-title-area {
    padding: 0 30px;
}

.iletisim5 .career-title-area h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.iletisim5 .career-title-area p {
    line-height: 1.66;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    color: #888;
}

.iletisim5 .work-process {
    position: relative;
    padding-bottom: 75px;
    padding-top: 75px;
}

.iletisim5 .work-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 30px;
}

.iletisim5 .work-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box i {
    color: #fff;
}

.iletisim5 .work-block-one .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #00bbee;
}

.iletisim5 .work-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box:before {
    box-shadow: 0 30px 70px 70px #00000030;
}

.iletisim5 .work-block-one .inner-box .icon-box .count {
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box .icon-box .count:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 500ms ease;
    z-index: -1;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box .count:before {
    transform: scale(1, 1);
}

.iletisim5 .work-block-one .inner-box:hover .icon-box .count {
    color: #fff;
    background: #171416;
}

.iletisim5 .work-block-one .inner-box .icon-box .bg-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    background-repeat: no-repeat;
}

.iletisim5 .work-block-one .inner-box .icon-box .overlay-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    opacity: 0;
    transform: translateY(30px);
    background-repeat: no-repeat;
    transition: all 500ms ease;
}

.iletisim5 .work-block-one .inner-box:hover .icon-box .overlay-pattern {
    opacity: 1;
    transform: translateY(0px);
}

.iletisim5 .work-block-one .inner-box h4 {
    margin-bottom: 7px;
}

.iletisim5 .work-block-one .inner-box p {
    padding: 0 20px;
    font-size: 16px;
}

.iletisim5 .work-process .sec-title {
    margin-bottom: 68px;
}

.iletisim5 .work-process .work-block {
    position: relative;
}

.iletisim5 .work-process .work-block:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    height: 1px;
    width: 150px;
    top: 50%;
    right: -70px;
    margin-top: -55px;
}

.iletisim5 .work-process .work-block.iki:before {
    display: none;
}

.iletisim5 .work-process .work-block:last-child:before {
    display: none;
}


/**/

.iletisim9 .form1 {
    margin-top: 30px;
}

.iletisim9 .form1 .form-control {
    color: #343434;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    border: 1px solid #cccccc;
    padding: 15px 15px;
    background: #ffffff;
}

.iletisim9 .form1 label {
    display: none;
}

.iletisim9-title h2 {
    text-transform: none;
    margin-bottom: 30px;
}

.iletisim9-title p {
    margin-bottom: 35px;
    text-transform: none;
}

.iletisim9-form textarea {}

.iletisim9-form .btn-two {
    border-radius: 5px;
}

.iletisim9-single-info {}

.iletisim9-single-info-icon i {
    font-size: 35px;
    color: #00bbee;
}

.iletisim9-single-info-content h4 {
    font-size: 22px;
    margin-bottom: 7px;
}

.iletisim9-single-info-content span {
    display: block;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 7px;
}

.iletisim9-single-info-content span:last-child {
    margin-bottom: 0;
}

.iletisim9-single-info:last-child {
    margin-bottom: 0;
}

.iletisim9-single-info:nth-last-child(2) {
    margin-bottom: 0;
}

.iletisim9-single-info:hover {
    transform: translateY(-5px);
}

.iletisim9-title h2 {
    text-transform: none;
    margin-bottom: 20px !important;
    font-size: 40px;
    line-height: 1.13;
    padding: 0;
    margin: 0;
    color: #051634;
    font-weight: 700;
    display: inline-block;
}

.iletisim9-title p {
    color: #737373;
    margin-bottom: 35px;
    text-transform: none;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.iletisim9-form textarea {
    height: 130px;
}

.iletisim9-form .btn-two {
    border-radius: 5px;
}

.iletisim9-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 70px;
}

.iletisim9-single-info {
    background-color: #f6f6f6;
    padding: 30px 15px;
    border-radius: 5px;
    transition: 0.4s;
    text-align: center;
    width: 45%;
    margin-right: 20px;
    margin-bottom: 28px;
}

.iletisim9-single-info-icon {
    background-color: white;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim9-single-info-content h4 {
    font-size: 22px;
    margin-bottom: 7px;
}

.iletisim9-single-info-content span {
    color: #737373;
    display: block;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0px;
}

.iletisim9-single-info-content span:last-child {
    margin-bottom: 0;
}

.iletisim9-single-info:last-child {
    margin-bottom: 0;
}

.iletisim9-single-info:nth-last-child(2) {
    margin-bottom: 0;
}

.iletisim9-single-info:hover {
    transform: translateY(-5px);
}

.location-map {
    height: 651px;
    margin-bottom: -6.5%;
    filter: grayscale(1);
}

.location-map iframe {
    width: 100%;
    height: 100%;
}


/**/

.iletisim8-address-area form.form1 .btn {
    display: inline-block;
    padding: 10px 40px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0 !important;
    font-size: 16px;
}

.iletisim8-address-area .form1 {}

.iletisim8-address-area .form1 .form-control {
    width: 100%;
    height: 56px;
    margin-bottom: 10px;
    padding-left: 15px;
    border: 2px solid #9DA7B3;
    transition: .5s;
    border-radius: 0;
}

.iletisim8-address-area .form1 label {
    display: none;
}

.iletisim8-address-area .row.contact-box {
    background: #fff;
    padding: 55px 40px 55px;
    box-shadow: 0px -20px 70px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: -235px;
    z-index: 1;
    margin-top: 50px;
}

.iletisim8-address-area .contact-title h2 {
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 1.3;
    font-weight: 700;
}

.iletisim8-address-area .contact-thumb {
    margin-right: 40px;
}

.iletisim8-address-area .contact-thumb img {
    width: 100%;
}

.iletisim8-address-area .map-area {
    position: relative;
    margin-bottom: -10px;
}

.iletisim8-address-area .map-area .container-fluid {
    padding: 0;
}

.iletisim8-address-area .map-area iframe {
    width: 100%;
    height: 650px;
}

.iletisim8-address-area .section-title {
    position: relative;
    z-index: 1;
}

.iletisim8-address-area .section-title h1 {
    margin: 0;
    font-weight: 800;
    font-size: 48px;
}

.iletisim8-address-area .section-title h5 {
    font-size: 16px;
    color: #0E1317;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    letter-spacing: 1px;
    padding-left: 8px;
    margin-bottom: 15px;
}

.iletisim8-address-area .section-title h5:before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 25px;
    height: 30px;
    background: #00bbee;
    z-index: -1;
}

.iletisim8-address-area h2.shape-title {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0E1317;
    font-size: 120px;
    text-transform: uppercase;
    position: absolute;
    top: -31px;
    opacity: 0.1;
    left: 25px;
    z-index: -1;
}

.iletisim8-address-area .section-title p {
    padding-top: 24px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.iletisim8-address-area .section-title.text-center {
    margin-bottom: 62px;
}

.iletisim8-address-area .section-title.text-center h2.shape-title {
    left: 0;
    right: 0;
}

.iletisim8-address-area .section-title.style-two p {
    padding-top: 24px;
    color: #6D7A8E;
}

.iletisim8-address-area .section-title.style-two h5:before {
    background: #00AFF5;
}

.iletisim8-address-area .about-area .section-title h5 {
    margin-top: 0;
}

.iletisim8-address-area {
    padding: 120px 0 0px;
}

.iletisim8-address-box {
    margin-left: 65px;
}

.iletisim8-address-single-box {
    border: 2px solid #E5E5E5;
    padding: 30px 35px 30px;
    margin-bottom: 30px;
    transition: .5s;
    display: flex;
    align-items: center;
}

.iletisim8-address-icon {
    margin-right: 30px;
}

.iletisim8-address-icon i {
    display: inline-block;
    background: #F3F3F5;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 45px;
    color: #00bbee;
    border-radius: 50%;
}

.iletisim8-address-content h5 {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 6px;
    line-height: 1.3;
    font-weight: 700;
}

.iletisim8-address-content p {
    margin-bottom: 0;
    color: #0E1317;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.iletisim8-address-button {
    padding-top: 40px;
}

.iletisim8-address-single-box:hover {
    border: 2px solid #00bbee;
}


/**/

.iletisim7 .map {
    padding: 0 0 0 50px;
}

.iletisim7 .map iframe {
    min-height: 550px;
}

.iletisim7 .contactalan {
    margin-top: 70px;
}

.iletisim7 .contactalan p {
    line-height: 1.66;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    color: #888;
    padding: 0 50px 20px 0px;
}

.iletisim7 .contactalan h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.iletisim7 .form1 {
    margin-bottom: 30px;
}

.iletisim7 .form1 .btn {
    display: inline-block;
    height: 55px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: #ffc246;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
    border-radius: 0 !important;
}

.iletisim7 .form1 input,
.iletisim7 .form1 textarea {
    height: 56px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    color: #767676;
    background-color: #F8F8F8;
    border: none;
    border-bottom: solid #00000012 2px;
    border-radius: 0 !important;
}

.iletisim7 .form1 label {
    display: none;
}

.iletisim7 .form1 input::-webkit-input-placeholder,
.iletisim7 .form1 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::-moz-placeholder,
.iletisim7 .form1 textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input:-ms-input-placeholder,
.iletisim7 .form1 textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::-ms-input-placeholder,
.iletisim7 .form1 textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::placeholder,
.iletisim7 .form1 textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 textarea {
    height: 180px;
}

.iletisim7 .form1 input:hover,
.iletisim7 .form1 textarea:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    /* Glowing red effect */
    transition: box-shadow 0.3s ease;
}

.iletisim7 {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.iletisim7 .liste {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 50px 60px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    min-height: 315px;
}

.iletisim7 .liste .icon {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
}

.iletisim7 .liste .icon img {
    height: 100%;
}

.iletisim7 .liste:hover .icon {
    transform: rotate(360deg);
    transition: transform 0.5s ease-in-out;
}

.iletisim7 .liste .icon .svgIcon {
    fill: #00bbee;
    height: 35px;
    width: 35px;
}

.iletisim7 .liste .icon path {
    fill: #00bbee;
}

.iletisim7 .liste .baslik {
    width: 100%;
    height: auto;
    font-size: 26px;
    font-weight: 700;
    color: #00bbee;
    margin-bottom: 20px;
}

.iletisim7 .liste .text {
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 15px;
}

.iletisim7 .liste .text2 {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 22px;
}


/**/

.iletisim6 .technology-section {
    position: relative;
    padding: 60px 0px 60px 0px;
}

.iletisim6 .technology-section .inner-content {
    position: relative;
    margin: 0px 15px;
}

.iletisim6 .technology-section .technology-block {
    padding: 0px 0px;
}

.iletisim6 .technology-section .technology-block:nth-child(2n+1) .technology-block-one .inner-box {
    background: #f6f6f6;
}

.iletisim6 .technology-block-one .inner-box {
    position: relative;
    display: block;
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px 35px 40px 35px;
    transition: all 500ms ease;
    min-height: 285px;
}

.iletisim6 .technology-block-one .inner-box:hover {
    margin: -5px 0px;
}

.iletisim6 .technology-block-one .inner-box .icon-box i {
    background: -webkit-linear-gradient(0deg, #d83371, #7a2d9e 100%);
}

.iletisim6 .technology-block-one .inner-box .icon-box:before {
    background: #00bbee;
    opacity: 50%;
}

.iletisim6 .technology-block-one .inner-box:before {
    background: -webkit-linear-gradient(0deg, #171717, #000000 100%);
}

.iletisim6 .technology-block-one .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    transition: all 500ms ease;
}

.iletisim6 .technology-block-one .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.iletisim6 .technology-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    margin-bottom: 16px;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #00000012;
}

.iletisim6 .technology-block-one .inner-box:hover .icon-box {
    font-size: 50px;
}

.iletisim6 .technology-block-one .inner-box .icon-box:before {
    opacity: 0;
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 0px;
    right: -19px;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}

.iletisim6 .technology-block-one .inner-box:hover .icon-box:before {
    opacity: 0;
}

.iletisim6 .technology-block-one .inner-box:hover .icon-box {
    background: #fff;
}

.iletisim6 .technology-block-one .inner-box .icon-box svg {
    width: 50px;
}

.iletisim6 .technology-block-one .inner-box .icon-box i {
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iletisim6 .technology-block-one .inner-box h4 {
    margin-bottom: 12px;
    transition: all 500ms ease;
}

.iletisim6 .technology-block-one .inner-box:hover h4,
.iletisim6 .technology-block-one .inner-box:hover h4 a,
.iletisim6 .technology-block-one .inner-box:hover p {
    color: #fff;
}

.iletisim6 .technology-block-one .inner-box p {
    transition: all 500ms ease;
    font-size: 16px;
}

.iletisim6 .technology-block-one .inner-box:hover h4,
.iletisim6 .technology-block-one .inner-box:hover h4 a,
.iletisim6 .technology-block-one .inner-box:hover p {
    color: #fff;
    position: relative;
}

.iletisim6 .technology-block-one .inner-box .pattern-layer {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 216px;
    height: 216px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: all 500ms ease;
    filter: brightness(0.5);
    opacity: 30%;
}

.iletisim6 .technology-block-one .inner-box:hover .pattern-layer {
    opacity: 1;
}

.iletisim6 .rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}


/**/

.iletisim1 {
    width: 100%;
    height: auto;
}

.iletisim1 .rounded-circle {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim1 .maps {
    width: 100%;
    height: 600px;
}

.iletisim1 .maps iframe {
    width: 100%;
    height: 100%;
}

.iletisim2 {
    width: 100%;
    height: auto;
    color: #00338D;
}

.iletisim2 form.form2 {
    background: transparent;
    background: #00338d;
    padding: 35px;
}

.iletisim2 h3 {
    color: #d81324;
    margin-bottom: 20px;
    font-size: 16px;
}

.iletisim2 h4 {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 700;
}

.iletisim2 .about_list .list-number {
    display: flex;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 35px;
    background: #d81324;
    font-weight: 600;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.iletisim2 .about_list li:first-child {
    margin-top: 0px;
}

.iletisim2 .about_list li {
    list-style: none;
    margin-top: 30px;
}

.iletisim2 .about_list__inner .list-number {
    background: #d81324;
    width: 40px;
    height: 40px;
    line-height: 40px;
    animation: pulseBig3 infinite 2s linear;
}

.iletisim2 .cta-area-3.cta-height::before {
    background-image: -moz-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -ms-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
}

@keyframes pulseBig3 {
    0% {
        box-shadow: 0 0 0 0 #d81324;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

.iletisim2 .about_list h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.iletisim2 .about_list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #596277;
    margin-bottom: 0;
}

.iletisim3 {
    width: 100%;
    height: auto;
}

.iletisim3 .title {
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.iletisim3 .title span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background: #00338D;
    margin-bottom: -8px;
}

.iletisim3 .editor {
    padding: 0px;
    color: #787878;
    margin-bottom: 25px;
}

.iletisim3 .editor .media {
    margin-bottom: 20px;
    background: #f9f9f9;
    overflow: hidden;
    min-height: 170px;
    border: solid 1px #ececec;
    padding: 15px 20px 11px 20px;
    border-radius: 5px;
}

.iletisim3 .editor .media .editor-list-icon {
    width: 30px;
    text-align: center;
    font-size: 28px;
    color: #00338D;
    background: transparent;
}

.iletisim3 .editor .media:hover .editor-list-icon {
    color: #1f2a4f;
}

.iletisim3 .editor .media .media-body .feature-box-content {
    line-height: 20px;
    font-size: 13px;
}

.iletisim3 .editor .media .media-body .feature-title h5 {
    font-size: 17px;
    /* display: none; */
    color: #1f2a4f;
    font-weight: 600;
}

.iletisim3 .maps {
    width: 100%;
    height: 433px;
}

.iletisim4 .maps {
    width: 100%;
    position: relative;
}

.iletisim4 .bilgiler {
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.iletisim4 .bilgiler .metin {
    background: white;
    padding: 40px 40px;
    border-radius: 5px;
}

.iletisim4 .about_list .list-number {
    display: flex;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 35px;
    background: #00338d;
    font-weight: 600;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background: #00338d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    animation: pulseBig4 infinite 2s linear;
}

.iletisim4 .about_list li {
    list-style: none;
    margin-top: 30px;
}

.iletisim4 .about_list li:first-child {
    margin-top: 0px;
}

.iletisim4 .cta-area-3.cta-height::before {
    background-image: -moz-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
    background-image: -ms-linear-gradient(0deg, rgba(216, 19, 36, 0.85882) 0%, rgba(150, 24, 52, 0.88) 32%, rgba(11, 33, 84, 0.9) 99%, #0b2154 100%);
}

@keyframes pulseBig4 {
    0% {
        box-shadow: 0 0 0 0 #00338d;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

.iletisim4 .about_list h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.iletisim4 .about_list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #596277;
    margin-bottom: 0;
    padding-left: 60px;
}


/**/

.form2 {
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    color: #333;
    position: relative;
    overflow: hidden;
}

.form2::before,
.form2::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.form2::before {
    width: 250px;
    height: 250px;
    top: -80px;
    right: -80px;
}

.form2::after {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: -50px;
}

.form2 label {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 1.5px;
}

.form2 .guvenlik_input {
    position: relative;
}

.form2 .guvenlik_resim {
    position: absolute;
    top: 40px;
    right: 0;
}

.form2 .guvenlik_resim .guvenlikResim {
    width: 80px;
}

.form2 input {
    width: 100%;
    padding: 16px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    height: 40px;
}

.form2 textarea {
    width: 100%;
    padding: 16px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    height: 70px;
}

.form2 input:focus,
.form2 textarea:focus {
    border-color: #3498db;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.2);
}

.form2 input::placeholder,
.form2 textarea::placeholder {
    color: #f9f9f9;
    display: none;
    opacity: 0;
}

.form2 button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 10px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 16px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
    margin-top: 30px;
}

.form2 button:hover {
    box-shadow: 0 8px 20px rgb(0 0 0 / 50%);
}

.form2 .help-block {
    color: #aaa;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 25px;
    display: none;
}

.form2 .alert {
    background-color: #e74c3c;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

@media (max-width: 768px) {
    .form2 {
        padding: 30px;
    }
}


/**/

form.form1 {
    width: 100%;
}

form.form1 .btn {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    font-size: 0.85rem;
    height: calc(3.5rem + 2px);
    padding: 0 1.90rem;
}

form.form1 .guvenlik_input {
    position: relative;
}

form.form1 textarea.form-control {
    position: relative;
    min-height: auto;
}

form.form1 .guvenlik_input .guvenlik_resim {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

form.form1 .guvenlik_input .guvenlik_resim img {
    height: 25px;
}

.neden-biz {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 70px;
}

.neden-biz a.Nedenbiz_liste {
    height: 241px !important;
    margin: 0 0 0px !important;
    padding: 11px 26px 21px 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 15px 35px 25px 28px;
    position: relative;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9;
    border: solid 1px #ffffff4a
}

.neden-biz a.Nedenbiz_liste .ikon-logo3 {
    position: absolute;
    top: 20px;
    width: 340px;
    opacity: 5%;
    right: -80px;
}

.neden-biz a.Nedenbiz_liste .icon {
    height: 51px;
    width: 51px;
    background-image: linear-gradient(to bottom, #f9b52c 0, #f9e145 104%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 9;
    margin-bottom: 25px;
}

.neden-biz a.Nedenbiz_liste h3 {
    width: 100%;
    height: auto;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 700;
}

.neden-biz a.Nedenbiz_liste p {
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

.neden-biz a.Nedenbiz_liste .detay {
    display: inline-block;
    align-items: center;
    border-bottom: 2px solid #000;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 9;
}

.icerik-yorumlar form .form-control{
    background: transparent;
    width: 100%;
    border-color: #eee;
    border-radius: 0px;
    font-size: 12px;
}

/**/

.icerik-sss .sss {
    padding: 119px 15px 119px 30px;
}

.icerik-sss .accordion {
    position: relative;
    z-index: 9;
}

.icerik-sss .accordion-item {
    margin-bottom: -1px;
    background: #FDFDFD;
    border: 1px solid #F0F0F0;
}

.icerik-sss .accordion-item p {
    font-size: 14px;
    margin-bottom: 0px;
}

.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #00bbee;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border-radius: 0px!important;
}

.icerik-sss button.accordion-button {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    padding: 9px 28px 9px 31px;
    color: #272B2E;
}

.icerik-sss button.accordion-button:focus {
    outline: none!important;
    border: none;
    box-shadow: none;
}

.icerik-sss .accordion-button:not(.collapsed)::after {
    background-image: url('../images/okbeyaz.png');
    transform: rotate(-180deg);
}


/**/

.testimonial-block .inner-box {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.testimonial-block .content {
    position: relative;
    padding: 20px 20px;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #2020202b;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #727289;
    font-weight: 400;
    margin-bottom: 0px;
    min-height: 90px;
}

.testimonial-block .info-box {
    position: relative;
    display: inline-block;
    padding-left: 0;
    min-height: 80px;
    padding-top: 0;
    text-align: left;
    left: 50px;
    padding-left: 80px;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 14px;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #858687;
    margin-bottom: 12px;
}

.testimonial-block .yildiz {
    display: flex;
    margin-bottom: 10px;
    color: #00bbee;
}


/**/

.kadrolar {
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.kadrolar .urun-liste {
    margin: 0px 0px;
    padding: 0px 5px;
    height: auto;
    color: #000;
    position: relative;
    width: 100%;
}

.kadrolar .urun-liste.renk1:hover {
    color: #00a330;
}

.kadrolar .urun-liste.renk2:hover {
    color: #000000;
}

.kadrolar .urun-liste.renk3:hover {
    color: #0A6B78;
}

.kadrolar .urun-liste.renk4:hover {
    color: #0A6B78;
}

.kadrolar .urun-liste.renk5:hover {
    color: #0A6B78;
}

.kadrolar .urun-liste.renk6:hover {
    color: #0A6B78;
}

.kadrolar .urun-liste.renk7:hover {
    color: #0A6B78;
}

.kadrolar .urun-liste .primary-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity 450ms ease 0s;
    z-index: 1;
}

.kadrolar .urun-liste .primary-overlay.renk1 {
    background: #00a3317a;
}

.kadrolar .urun-liste .primary-overlay.renk2 {
    background: #0000005d;
}

.kadrolar .urun-liste .primary-overlay.renk3 {
    background: #26c0ef65;
}

.kadrolar .urun-liste .primary-overlay.renk4 {
    background: #26c0ef65;
}

.kadrolar .urun-liste .primary-overlay.renk5 {
    background: #26c0ef65;
}

.kadrolar .urun-liste .primary-overlay.renk6 {
    background: #26c0ef65;
}

.kadrolar .urun-liste .primary-overlay.renk7 {
    background: #26c0ef65;
}

.kadrolar .urun-liste:hover .primary-overlay {
    opacity: 1;
}

.kadrolar .urun-liste:focus {
    box-shadow: none;
    outline: none;
}

.kadrolar .urun-liste .resim {
    width: 100%;
    position: relative;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: solid 1px #00000014;
}

.kadrolar .urun-liste .icon-wrap {
    width: 100%;
    height: auto;
    margin: 10px auto -5px;
    display: block;
}

.kadrolar .urun-liste .icon-wrap .svgIcon {
    height: 96px;
}

.kadrolar .urun-liste .item-holder {
    position: relative;
    padding: 0px 20px 20px;
    cursor: pointer;
    transition: all 500ms ease 0s;
    z-index: 9;
    margin-top: -40px;
}

.kadrolar .urun-liste .item-holder .item-holder-ic {
    position: relative;
    padding: 20px 10px 20px;
    cursor: pointer;
    transition: all 500ms ease 0s;
    z-index: 9;
    border-bottom: .1875rem solid #00bbee;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

.kadrolar .urun-liste .item-holder h4 {
    font-size: 15px;
    padding: 0px 0px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 15px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kadrolar .urun-liste .item-holder .item-content {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    transition: all 500ms ease 0s;
    text-align: center;
}

.kadrolar .urun-liste:hover .item-content,
.kadrolar .urun-liste:hover .item-readmore {
    opacity: 1;
}

.kadrolar .urun-liste:hover .item-content,
.kadrolar .urun-liste:hover .item-readmore {
    opacity: 1;
}

.kadrolar .urun-liste .detay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    opacity: 0;
    z-index: 9;
}

.kadrolar .urun-liste .detay i {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #00bbee;
    justify-content: center;
    font-size: 12px;
}

.kadrolar .urun-liste:hover .detay {
    opacity: 1;
}

.kadrolar .urun-liste .detay:focus {
    outline: none;
    box-shadow: none;
}

.kadrolar .tumunu-gor {
    background-color: #2f2a85;
    font-size: 14px;
    border: 2px solid #2f2a85;
    color: #fff;
    text-transform: capitalize;
    padding: 0 50px;
    line-height: 46px;
    letter-spacing: 0;
    -webkit-transition: all 300ms ease 0s;
    -khtml-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 34px;
    margin: 0px auto
}

.kadrolar .tumunu-gor:hover {
    outline: none;
    text-decoration: none;
    background-color: initial;
    border-color: #2f2a85;
    color: #2f2a85;
    box-shadow: none;
    background: transparent;
}


/**/

.kategoriler {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.kategoriler a.Liste {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    color: #000;
}

.kategoriler a.Liste .resim {
    width: 100%;
    height: 625px;
    position: relative;
    overflow: hidden;
}

.kategoriler a.Liste .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
}

.kategoriler a.Liste:hover .resim img {
    transform: scale(1.2);
}

.kategoriler a.Liste .resim.resim2 {
    width: 100%;
    height: 300px;
}

.kategoriler a.Liste .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
    padding-bottom: 15px;
    transition: transform .2s;
}

.kategoriler a.Liste .hover h4 {
    height: auto;
    background: #ffffff8f;
    padding: 13px 30px 16px;
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    transition: transform .2s;
}

.kategoriler a.Liste:hover .hover h4 {
    background: #fff;
    transition: transform .2s;
}

.kategoriler a.Liste:hover .hover {
    background: #0000004e;
    transition: transform .2s;
}


/**/


/*Hizmet_Liste*/

.hizmetlerSlider_Yeni {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.hizmetlerSlider_Yeni .bg {
    width: 100%;
    height: 550px;
    background-image: url(../images/pattern-new-01.png);
    border-radius: 0px;
    background-color: #f1f1f1;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hizmetlerSlider_Yeni .swiper {
    height: 100%;
    overflow: visible !important;
}

.hizmetlerSlider_Yeni .swiper-wrapper {
    margin-left: -400px;
}

.hizmetlerSlider_Yeni .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: auto;
    position: relative;
}

.hizmetlerSlider_Yeni .swiper-slide .resimm {
    width: 100%;
    height: 375px;
    background-position: center !important;
    background-size: cover !important;
    transition: transform .2s ease-in-out;
    display: block;
}

.hizmetlerSlider_Yeni .swiper-slide:hover .resimm {
    opacity: 1;
}

.hizmetlerSlider_Yeni .swiper-slide:hover .resimm {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.hizmetlerSlider_Yeni .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    text-align: left;
    cursor: url(https://www.simplex.ca/dist/assets/images/cursor-drag.png) 40 40, move;
    -webkit-transition: opacity .4s cubic-bezier(.25, 1, .5, 1);
    transition: opacity .4s cubic-bezier(.25, 1, .5, 1);
    color: #000;
}

.hizmetlerSlider_Yeni .swiper-text {
    margin-top: 33px;
    display: block;
}

.hizmetlerSlider_Yeni .owl-dots,
.hizmetlerSlider_Yeni .owl-theme .owl-nav {
    display: none;
}

.hizmetlerSlider_Yeni .swiper-text .swiper-baslik1 {
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    display: flex;
}

.hizmetlerSlider_Yeni .swiper-slide .swiper-text .swiper-baslik1 i {
    margin-left: 16px;
    transition: transform .2s ease-in-out;
}

.hizmetlerSlider_Yeni .swiper-slide:hover .swiper-text .swiper-baslik1 i {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.hizmetlerSlider_Yeni .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.Hizmet_Liste {
    width: 100%;
    height: auto;
    display: block;
    color: #000000;
    border: solid 8px #F1F2F1;
    border-bottom: none;
}

a.Hizmet_Liste:hover {
    color: #00bbee;
}

a.Hizmet_Liste .Hizmet_Liste_text {
    width: 100%;
    height: auto;
    padding: 50px 40px 20px;
    background: #fff;
    position: relative;
}

a.Hizmet_Liste .Hizmet_Liste_text h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    color: #00bbee;
}

a.Hizmet_Liste .Hizmet_Liste_text h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 0px;
}

a.Hizmet_Liste .Hizmet_Liste_text .iconbg {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 18px;
    align-items: center;
}

a.Hizmet_Liste .Hizmet_Liste_text .iconbg .icon {
    display: flex;
    font-size: 25px;
    align-items: center;
}

a.Hizmet_Liste .Hizmet_Liste_text .iconbg .icon small {
    font-size: 13px;
    margin-left: 10px;
}

a.Hizmet_Liste .Hizmet_Liste_text .iconbg .iconsag {
    display: block;
    margin-left: auto;
    font-size: 50px;
    color: #00B4ED;
    line-height: 1;
}

a.Hizmet_Liste .Hizmet_Liste_text .iconbg .iconsag .svgIcon {
    fill: #00B4ED;
    height: 65px;
}

a.Hizmet_Liste .Hizmet_Liste_text .iconbg .iconsag .svgIcon path {
    fill: #00B4ED;
}

a.Hizmet_Liste .Hizmet_Liste_resimm_bg {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: block;
}

a.Hizmet_Liste .Hizmet_Liste_resimm_bg .Hizmet_Liste_resimm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center !important;
    background-size: cover !important;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a.Hizmet_Liste:hover .Hizmet_Liste_resimm_bg .Hizmet_Liste_resimm {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.SliderBaslik {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}

.SliderBaslik h2 {
    color: #17476F;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}

.SliderBaslik h3 {
    display: block;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
}

.SliderBaslik h3 b {
    font-weight: 500;
}

.SliderBaslik p {
    font-weight: 400;
    font-size: 15px;
}

.swiper-pagination {
    display: none !important;
}

.Sitelinkk2 {
    font-size: 12px;
    color: #011F30;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 1.5em 4em 1.5em 4em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.65em;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.Sitelinkk2:hover {
    border-color: #011F30;
    color: #011F30;
}

.Sitelinkk2 .Sitelink1 {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    display: block;
}

.Sitelinkk2:hover .Sitelink1 {
    transform: translateY(-200%);
    opacity: 0;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.Sitelinkk2 .Sitelink2 {
    transform: translate(0px, 250px);
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
    position: absolute;
    width: 100%;
    opacity: 0;
}

.Sitelinkk2:hover .Sitelink2 {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}


/**/

.boxHaber {
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E8E6E6;
    border-radius: 20px;
    display: block;
}

.boxHaber .boxImg {
    height: 222px;
    margin-bottom: 10px;
}

.boxHaber .boxImg img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.boxHaber .miniText {
    color: #959FB5;
}

.boxHaber .miniTitle {
    font-size: 24px;
    color: #061027;
    letter-spacing: -0.9px;
    line-height: 34px;
    height: 68px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 700;
}

.boxHaber .detailBtn {
    display: inline-block;
    transition: .5s;
    position: relative;
    padding-right: 20px;
    margin: 0;
    color: #00bbee;
}


/**/

.hizmetler-YEni-liste {
    width: 100%;
    height: auto;
    position: relative;
    color: #000;
    display: block;
}

.hizmetler-YEni-liste:hover {
    color: #00bbee;
}

.hizmetler-YEni-liste .resim {
    width: 100%;
    height: 305px;
    overflow: hidden;
}

.hizmetler-YEni-liste .resim img {
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hizmetler-YEni-liste:hover .resim img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.hizmetler-YEni-liste .text {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    position: relative;
    text-align: center;
}

.hizmetler-YEni-liste .text span {
    font-size: 15px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
}

.hizmetler-YEni-liste .text .ok {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
    opacity: 0;
    transition: transform .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.hizmetler-YEni-liste:hover .text .ok {
    opacity: 1;
}

.hizmetler-YEni-liste .cizgi {
    width: 100%;
    height: 1px;
    background: #00000015;
    position: relative;
}

.hizmetler-YEni-liste .cizgi:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    background-color: #00bbee;
    will-change: width;
    -webkit-transition: width .4s ease;
    -ms-transition: width .4s ease;
    transition: width .4s ease;
}

.hizmetler-YEni-liste:hover .cizgi:after {
    width: 100%;
}


/**/

a.proje_liste_yeni {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    color: #424244;
}

a.proje_liste_yeni .urun_liste_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

a.proje_liste_yeni .proje_liste_yeni_ic {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding-top: 0;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #0000002e;
}

a.proje_liste_yeni .baslik {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    z-index: 99;
    padding: 40px 40px;
    transition: all .2s;
    text-align: left;
    background: #fff;
}

a.proje_liste_yeni .baslik .sayi::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    margin-right: 16px;
    background: #00bbee;
}

a.proje_liste_yeni .baslik .sayi {
    width: 100%;
    display: flex;
    text-align: left;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 700;
    align-items: center;
}

a.proje_liste_yeni .baslik span {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

a.proje_liste_yeni .baslik small {
    width: 100%;
    display: block;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
}

a.proje_liste_yeni .proje_liste_yeni_ic .resim {
    width: 100%;
    height: 325px;
    position: relative;
    z-index: 9;
}

a.proje_liste_yeni .proje_liste_yeni_ic .resim img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


/**/

.page-urunler-listele {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: #333;
}

.page-urunler-listele .page-urunler-resim {
    width: 100%;
    height: 310px;
    display: flex;
    position: relative;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
}

.page-urunler-listele .page-urunler-resim.logo-ortala img {
    max-width: 50%;
}

.page-urunler-listele .page-urunler-resim img {
    max-width: 100%;
    transition: transform .2s;
}

.page-urunler-listele:hover .page-urunler-resim img {
    transform: scale(1.1);
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.53);
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg .icon {
    margin: 0px auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #333;
}

.page-urunler-listele:hover .page-urunler-resim .urunler-iconbg {
    opacity: 1;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-title {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 0px;
}

.page-urunler-listele:hover .page-urunler-title {
    color: #00bbee;
}

.page-urunler-listele-resimler {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.page-urunler-listele-resimler .img-thumbnail {
    overflow: hidden;
}

.page-urunler-listele-resimler .image {
    width: 100%;
    height: auto;
    position: relative;
}

.page-urunler-listele-resimler .image img {
    max-width: 100%;
    transition: transform .2s;
}

.page-urunler-listele-resimler:hover .image img {
    transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
    width: 100%;
    height: 51px;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
}

.page-urunler-listele-resimler .image .zoom {
    display: flex;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
    transition: all .25s ease
}

.page-urunler-listele-resimler .image .zoom i {
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 3px #ababab;
    color: #333;
}

.page-urunler-listele-resimler:hover .image .zoom i {
    opacity: 1;
    transition: all .25s ease
}

.banner-bg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner-bg .swiper-button-prev,
.banner-bg .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    color: #fff;
    background: #ffffff94;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #00000021;
}

.banner-bg .swiper-button-prev:after,
.banner-bg .swiper-button-next:after {
    font-size: 15px;
    color: #000000;
}

.banner-bg .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-bg .swiper-slide {
    background-size: cover;
    background-position: center;
}

.banner-bg .swiper-slide:hover .buyut {
    opacity: 1;
}

.banner-bg .swiper-slide .buyut {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 25%);
    opacity: 0;
}

.banner-bg .swiper-slide .buyut i {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner-bg .swiper-slide .resim {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border: solid 1px #e6e6e6;
}

.banner-bg .swiper-slide .resim img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.banner-bg .gallery-top22 {
    width: 100%;
}

.banner-bg .gallery-top22 .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-bg .gallery-top22 .swiper-slide .over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #1F3C8A;
    opacity: 0.7;
}

.banner-bg .gallery-thumbs22 {
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bg .gallery-thumbs22 .swiper-slide {
    height: 90px;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.banner-bg .gallery-thumbs22 .swiper-slide img {
    height: 100%;
    border: solid 1px #e9e9e9;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active {
    opacity: 1;
    background: #fff;
    color: #1F3C8A;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active img {
    opacity: 50%;
}


/**/

.urundetaybutton {
    width: auto;
    margin: 0px auto;
    background: transparent;
    padding: 0px;
    margin-top: 20px;
    position: relative;
    justify-content: space-evenly;
}

.urundetaybutton a.tumunugor {
    z-index: 2;
    letter-spacing: 0.1em;
    border: 1px solid #1f242c;
    transition: all 0.9s;
    text-align: center;
    background: #1f242c;
    display: block;
    padding: 0.65rem 0rem;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
}

.urundetaybutton a.tumunugor i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.urundetaybutton a.tumunugor3 {
    z-index: 2;
    letter-spacing: 0.1em;
    border: 1px solid #c00615;
    transition: all 0.9s;
    text-align: center;
    background: #c00615;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton a.tumunugor3 i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor3:hover {
    background: #c00615;
    color: #fff !important;
    border-color: #c00615;
}

.urundetaybutton button.tumunugor2 {
    background-color: #00bbee !important;
    letter-spacing: 0.1em;
    border: 1px solid #00bbee;
    transition: all 0.9s;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 10px 20px !important;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
}

.urundetaybutton button.tumunugor2 i {
    margin-right: 6px;
}

.urundetaybutton button.tumunugor2:hover {}


/**/

.page-videolar .image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.page-videolar .image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.page-videolar .zoom:before {
    position: absolute;
    left: 0;
    height: 20px;
    content: '';
    width: 20px;
    background: white;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}

.page-videolar .zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-videolar .zoom i {
    color: white;
    font-size: 24px;
}

.page-videolar .image .zoom {
    opacity: 1;
}

.page-videolar .images-list {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 20px;
}

.page-videolar .images-list-text {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #333;
}


/**/

.round-button {
    height: 45px;
    padding: 0px 26px;
    font-size: 14px;
    position: relative;
    transition: transform .2s;
    color: #212121;
    font-weight: 700;
    line-height: 1;
    border-radius: 35px !important;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

.round-button:hover {
    background-color: #00bbee;
    transform: scale(1.05);
    color: white;
    border-color: red;
}


/**/


/* Blog */

.HomeBlog {
    padding: 70px 0px;
    position: relative;
    background: #f9f9f9;
}

.HomeBlog .ikon-logo {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 600px;
    transform: translateX(-50%);
    opacity: 5%;
}

.HomeBlog .box {
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E8E6E6;
    border-radius: 20px;
    display: block;
}

.HomeBlog .boxImg {
    height: 222px;
    margin-bottom: 10px;
}

.HomeBlog .boxImg img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.HomeBlog .box .miniText {
    color: #959FB5;
}

.HomeBlog .box .miniTitle {
    font-size: 24px;
    color: #061027;
    letter-spacing: -0.9px;
    line-height: 34px;
    height: 68px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 700;
}

.HomeBlog .detailBtn {
    color: #00bbee;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    padding-right: 20px;
}


/**/

.home-advanced {
    position: relative;
    padding: 70px 0px;
}

.home-advanced .btn-text {
    border-bottom: 2px solid #00bbee;
    color: #00bbee;
}

.home-advanced .heading {
    margin-bottom: 40px;
}

.home-advanced .heading .heading-title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 700;
}

.heading>.heading-desc {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
    color: #3C4858;
}

.home-advanced .faq {
    padding: 7px 15px;
    border: 1px solid #eaeef3;
    border-left: 0;
    border-right: 0;
    margin-bottom: -1px;
}

.home-advanced .faq h4 i {
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #3C4858;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 20px;
    color: #3C4858;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-advanced .faq h4[aria-expanded="true"] {
    color: #00bbee;
}

.home-advanced .faq h4 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    padding-left: 50px;
    padding-right: 30px;
    cursor: pointer;
    margin-bottom: 0px;
}

.home-advanced .faq p {
    line-height: 1.4;
    font-size: 15px;
}

.home-advanced .faq h4[aria-expanded="true"] i {
    color: #fff;
    border-color: #00bbee;
    background: #00bbee;
}

.home-advanced .faq h4[aria-expanded="true"]:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    right: 0;
    top: 14px;
    font-size: 20px;
}

.home-advanced .faq h4[aria-expanded="false"]:after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    right: 0;
    top: 14px;
    font-size: 20px;
}

.home-advanced .texticcc {
    width: 100%;
    height: auto;
    padding-left: 50px;
}

.home-advanced .faq .btn {
    padding: 8px 24px;
    height: 36px;
    min-height: 36px;
    font-size: 13px;
    border-color: #00bbee;
    color: #00bbee;
    font-weight: 600;
}

.home-advanced .faq .btn:focus {
    outline: none;
    box-shadow: none !important;
}

.home-advanced .faq .btn:hover {
    color: #fff;
    background-color: #00bbee;
    border-color: #00bbee;
}

.home-advanced .lazyload {
    width: 100%;
}


/**/

.yorum2 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 80px 0px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.yorum2 .bg {
    position: absolute;
    right: 0px;
}

.yorum2 .container {
    max-width: 900px;
    position: relative;
}

.yorum2 .yorum2-baslik {
    position: relative;
    display: block;
    color: #222E58;
    padding: 0px 0px;
    margin-bottom: 30px;
    position: relative;
    z-index: 999;
    text-align: center;
}

.yorum2 .yorum2-baslik h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 900;
    position: relative;
}

.yorum2 .yorum2-baslik p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    opacity: 50%;
    position: relative;
    margin-top: 0px;
    letter-spacing: 2px;
}

.yorum2 .yorum2-baslik a.button {
    background: #fff;
    color: #212E59 !important;
    display: flex;
    cursor: pointer;
    right: 0px;
    padding: 13px 20px 13px 20px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: solid 1px #212E59;
    align-items: center;
    display: inline-block;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    position: relative;
    margin-top: 20px;
}

.yorum2 .yorum2-baslik a.button:hover {
    background: #F17BAC;
    color: #fff !important;
    border-color: #F17BAC;
}

.yorum2slider {
    width: 100%;
    height: auto;
}

.yorum2sliderbg {
    display: block;
}

.yorum2slider .swiper-slide {
    width: 100%;
    height: auto;
    padding: 15px 0px 0px;
}

.yorum2slider .swiper-slide .swiper-slide-ic {
    display: flex;
    padding: 70px 55px 60px;
    background: #f7f7f7;
    border: solid 1px #ffffff14;
}

.yorum2slider .swiper-slide a {
    width: 100%;
    height: auto;
    color: #fff;
}

.yorum2slider .swiper-slide a:hover {
    color: #00B4ED;
}

.yorum2slider .swiper-slide .swiper-text {
    width: 100%;
    height: auto;
    background: transparent;
    text-align: center;
    display: block;
    color: #000;
    padding: 0px 0px;
}

.yorum2slider .swiper-slide .swiper-text .icon {
    position: absolute;
    top: -44px;
    left: 50%;
    color: #A6674A00;
    font-size: 94px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #00bbee;
    stroke: #00bbee;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -48px;
    font-weight: 600;
}

.yorum2slider .swiper-slide .elementor-testimonial-rating {
    width: 100%;
    height: auto;
    background: transparent;
    text-align: center;
    display: block;
    color: #00bbee;
    margin-bottom: 20px;
    margin-top: 13px;
    line-height: 1;
}

.yorum2slider .swiper-slide .swiper-text span {
    border-radius: 0;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: .3em;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    color: #000;
}

.yorum2slider .swiper-slide .swiper-text p {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    display: block;
    color: #000;
    margin-bottom: 0px;
    line-height: 1.4;
    min-height: 170px;
}

.yorum2slider .swiper-slide .swiper-text small {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    display: block;
    color: #00bbee;
    margin-bottom: 0px;
}

.yorum2slider .swiper-slide .elementor-testimonial-image {
    margin-bottom: 20px;
}

.yorum2 .swiper-pagination-bg {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yorum2 .swiper-pagination-bg .swiper-button-next,
.yorum2 .swiper-pagination-bg .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00bbee;
    position: relative !important;
    top: 0%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    opacity: 100%;
    margin-top: 0px;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #00bbee !important;
}

.yorum2 .swiper-pagination-bg .swiper-button-next:hover,
.yorum2 .swiper-pagination-bg .swiper-button-prev:hover {
    color: #000;
    background: #00bbee;
}

.yorum2 .swiper-pagination-bg .swiper-button-next:after,
.yorum2 .swiper-pagination-bg .swiper-button-prev:after {
    display: none;
}

.yorum2 .swiper-pagination-bg .swiper-button-next:focus,
.yorum2 .swiper-pagination-bg .swiper-button-prev:focus {
    outline: none;
}

.yorum2 .swiper-pagination-bg .swiper-button-next {
    right: 0px;
}

.yorum2 .swiper-pagination-bg .swiper-button-prev {
    left: 0px;
    border-top: 1px solid #f6f6f6;
}

.yorum2 .yorum-yaz {
    border: 1px solid #000;
    color: #000;
    padding: 10px 30px;
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

.yorum2 .yorum-yaz:hover {
    border: 1px solid #2855AC;
    color: #fff;
    background: #2855AC;
}


/**/

.team-style-two {
    position: relative;
    padding: 0;
}

.team-block-two {
    position: relative;
    display: block;
    padding-right: 24px;
}

.team-block-two .inner-box {
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
}

.team-block-two .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover:before {
    height: 100%;
    top: 0px;
}

.team-block-two .inner-box .image-box {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.team-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .contact-box {
    position: absolute;
    right: -104px;
    bottom: -58px;
    width: 50px;
    height: 110px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-block-two .inner-box .image-box .contact-box:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 30px;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .contact-box:before {
    width: 100%;
    left: 0px;
}

.team-block-two .inner-box .image-box .contact-box .email {
    position: absolute;
    top: 0px;
    right: 0px;
}

.team-block-two .inner-box .image-box .contact-box .email i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: transparent !important;
    background: -webkit-linear-gradient(0deg, #aeaeae, #aeaeae 100%);
    -webkit-background-clip: text !important;
    ;
    -webkit-text-fill-color: transparent !important;
    text-align: center;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .contact-box .email i {}

.team-block-two .inner-box .image-box .contact-box .email:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    height: 1px;
    width: 34px;
    left: 8px;
    bottom: 0px;
}

.team-block-two .inner-box .image-box .contact-box .email span {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 20px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border-radius: 3px;
    padding: 0px 12.5px;
    color: #666;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .contact-box .email:hover span {
    opacity: 1;
    visibility: visible;
    right: 65px;
}

.team-block-two .inner-box .image-box .contact-box .email span:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 12px;
    height: 12px;
    top: 6px;
    right: -3px;
    transform: rotate(45deg);
}

.team-block-two .inner-box .image-box .contact-box .social-links {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .share {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: transparent !important;
    background: -webkit-linear-gradient(0deg, #aeaeae, #aeaeae 100%);
    -webkit-background-clip: text !important;
    ;
    -webkit-text-fill-color: transparent !important;
    text-align: center;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image-box .contact-box .social-links .share {}

.team-block-two .inner-box .image-box .contact-box .social-links .list {
    position: absolute;
    top: 6px;
    right: 43px;
    width: 130px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.team-block-two .inner-box .image-box .contact-box .social-links:hover .list {
    visibility: visible;
    opacity: 1;
    right: 58px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li {
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li:first-child {
    margin-left: 0px;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #8d8d8d;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li a:hover {
    color: #fff;
}

.team-block-two .inner-box .lower-content {
    padding-top: 13px;
    position: relative;
}

.team-block-two .inner-box .lower-content h4 {
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 500ms ease;
    font-size: 20px;
}

.team-block-two .inner-box:hover .image-box .contact-box .email i {
    background: #00bbee;
}

.team-block-two .inner-box:hover .image-box .contact-box .social-links .share {
    background: -webkit-linear-gradient(0deg, #ff6629, #feb958 100%);
}

.team-block-two .inner-box .image-box .contact-box .social-links .list li a:hover {
    background: -webkit-linear-gradient(0deg, #ff6629, #feb958 100%);
}

.team-block-two .inner-box:before {
    background: -webkit-linear-gradient(0deg, #171717, #000000 100%);
}

.team-block-two .inner-box:hover .lower-content h4,
.team-block-two .inner-box:hover .lower-content h4 a,
.team-block-two .inner-box:hover .lower-content .designation {
    color: #fff;
}

.team-block-two .inner-box .lower-content .designation {
    position: relative;
    display: block;
    line-height: 20px;
    transition: all 500ms ease;
}

.team-style-two ul li {
    list-style-type: none;
}

.team-style-two .more-btn {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.team-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 10px;
    right: 0px;
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/**/

.kadro-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 0px;
    background: #f9f9f9;
}

.kadro-slider .slider {
    width: 100%;
    margin: 0px;
}

.kadro-slider .slick-slide .urun-liste {
    margin: 0px 0px;
    padding: 0px 10px;
    height: auto;
    color: #000;
    position: relative;
}

.kadro-slider .slick-slide .urun-liste:hover {
    color: #A4C117;
}

.kadro-slider .slick-slide .urun-liste:focus {
    box-shadow: none;
    outline: none;
}

.kadro-slider .slick-slide .urun-liste .urun-liste-ic {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 6%);
    padding: 0px;
}

.kadro-slider .slick-slide .urun-liste .resim {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
}

.kadro-slider .slick-slide .urun-liste .resim img {
    width: 100%;
    position: relative;
    z-index: 99;
}

.kadro-slider .slick-slide .urun-liste .text {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 99;
    background-color: #00bbee;
    color: #fff;
    bottom: 0px;
    text-align: center;
}

.kadro-slider .slick-slide .urun-liste .text .baslik1 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.kadro-slider .slick-slide .urun-liste:hover .text {
    transition: all 0.5s ease 0s;
    transform: translateY(0%);
    bottom: 0;
}

.kadro-slider .slick-slide .urun-liste .content-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.kadro-slider .slick-slide .urun-liste:hover .content-body {
    max-height: 200px;
}

.kadro-slider .slick-prev,
.kadro-slider .slick-next {
    display: none!important;
}

.kadro-slider .slick-prev:before,
.kadro-slider .slick-next:before {
    color: black;
}

.kadro-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.kadro-slider .slick-active {
    opacity: 1;
}

.kadro-slider .slick-current {
    opacity: 1;
}

.kadro-slider .slick-dots {
    margin-top: 15px;
    bottom: 0px;
    position: relative;
}

.kadro-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.kadro-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 5px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.kadro-slider .slick-dots li.slick-active button {
    width: 20px;
    padding: 0px;
    background: #cdba6d;
}

.kadro-slider .slick-dots li button:before {
    display: none;
}


/**/

.gallery-carousel {
    padding: 50px 0;
}

.gallery-carousel .container-fluid {
    padding: 0;
}

.gallery-carousel .gallery-carousel-box {
    --gap: 10px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
}

.gallery-carousel .gallery-scrolling-content {
    flex-shrink: 0;
    display: flex;
    min-width: 100%;
    animation: galleryscroll 30s linear infinite;
}

@keyframes galleryscroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.gallery-carousel .gallery-scrolling-content .gallery-image img {
    border-radius: 30px;
}

.gallery-carousel .gallery-carousel-box .gallery-scrolling-content .gallery-image:nth-child(even) {
    padding-top: 75px;
}

.gallery-carousel .image-anime {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.gallery-carousel .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;
}

.gallery-carousel .image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


/**/

.pbmit-marquee-effect-style-1 .pbmit-element-title a,
.pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 96px;
    line-height: 115px!important;
    position: relative!important;
    overflow: visible!important;
    display: flex;
    font-weight: 500 !important;
    overflow: visible!important;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    color: #ff613780;
    letter-spacing: -0.25px;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: attr(data-text);
    transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
    -webkit-text-fill-color: #ff6137;
    -webkit-text-stroke: transparent;
    max-width: 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before {
    max-width: 100%;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title a {
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title a:hover {
    -webkit-text-fill-color: #ffffff;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    padding-left: 100px;
    margin-left: 40px;
    position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    content: "\e87c";
    position: absolute;
    height: 70px;
    width: 70px;
    border: 1px solid #ff61374d;
    color: #ff61374d;
    border-radius: 50%;
    left: 0;
    top: 50%;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper:hover:before {
    color: #ff6137;
    border-color: #ff6137;
    transform: translateY(-50%) rotate(0deg);
}

.pbmit-marquee-effect-style-1 .pbmit-element-title a .pbmit-button-icon-wrapper {
    display: none;
}

.pbmit-marquee-slider {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 30s linear infinite;
    width: 3000px;
}

.pbmit-marquee-slider article {
    flex: none;
    padding: 0 50px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 96px;
    line-height: 115px !important;
    position: relative !important;
    overflow: visible !important;
    display: inline-block;
    font-weight: 500 !important;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    color: #ff613780;
    letter-spacing: -0.25px;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    content: attr(data-text);
    transition: max-width 0.8s cubic-bezier(.22, .61, .36, 1);
    -webkit-text-fill-color: #ff6137;
    -webkit-text-stroke: transparent;
    max-width: 0;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before {
    max-width: 100%;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
    padding-left: 100px;
    margin-left: 40px;
    position: relative;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    content: "\e945";
    position: absolute;
    height: 70px;
    width: 70px;
    border: 1px solid #ff61374d;
    color: #ff61374d;
    border-radius: 50%;
    left: 0;
    top: 50%;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease-out 0s;
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper:hover:before {
    color: #ff6137;
    border-color: #ff6137;
    transform: translateY(-50%) rotate(0deg);
}

.pbmit-marquee-effect-style-1 .pbmit-element-title a .pbmit-button-icon-wrapper {
    display: none;
}


/**/


/* Team */

.dlab-team1 {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.dlab-team1 .dlab-info {
    position: absolute;
    bottom: -55px;
    background: #fff;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.dlab-team1 .dlab-position {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #00bbee;
}

.dlab-team1 .dlab-social-icon {
    display: flex;
    list-style: none;
    margin-top: 20px;
    justify-content: center;
}

.dlab-team1 .dlab-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.dlab-team1 .dlab-info:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.dlab-team1:hover .dlab-info {
    bottom: 0;
    background: #00bbee;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.dlab-team1:hover .dlab-position {
    color: #fff;
    opacity: 0.6;
}

.dlab-team1:hover .dlab-title a {
    color: #fff;
}

.dlab-team1:hover .dlab-social-icon li a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dlab-team1 .dlab-social-icon li a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0 5px;
}

.dlab-team1:hover .dlab-info:after {
    background: #00bbee;
}


/**/

.ekibimiz-section {
    position: relative;
    padding: 40px 0px 70px 0px;
}

.ekibimiz-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 45px 20px 45px 20px;
    border-radius: 5px;
    transition: all 900ms ease;
    box-shadow: 0 0px 50px rgb(0 0 0 / 10%);
}

.ekibimiz-block-one .inner-box .numara {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 120px;
    line-height: normal;
    font-weight: 700;
    z-index: -3;
    opacity: 3%;
}

.ekibimiz-block-one .inner-box:hover {
    box-shadow: 0px 20px 30px rgba(251, 81, 85, 0.23);
}

.ekibimiz-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.ekibimiz-block-one .inner-box:hover:before {
    height: 100%;
    top: 0px;
}

.ekibimiz-block-one .inner-box h4 {
    margin-bottom: 30px;
}

.ekibimiz-block-one .inner-box .icon-box {
    position: relative;
    display: inline-flex;
    margin-bottom: 33px;
    align-items: center;
    justify-content: center;
}

.ekibimiz-block-one .inner-box .icon-box:before {
    display: none;
}

.ekibimiz-block-one .inner-box .icon-box img {
    position: relative;
    display: inline-block;
    font-size: 50px;
    background: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.ekibimiz-block-one .inner-box:hover .icon-box i {
    box-shadow: none;
}

.ekibimiz-block-one .inner-box .icon-box .border-layer {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -10px;
    top: -10px;
    border: 2px solid #00bbee;
    border-radius: 50%;
    clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
    transition: all 500ms ease;
    -webkit-animation: ekibimiz_hexagon 2s infinite linear;
    -moz-animation: ekibimiz_hexagon 2s infinite linear;
    -o-animation: ekibimiz_hexagon 2s infinite linear;
    animation: ekibimiz_hexagon 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

ekibimiz_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes ekibimiz_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes ekibimiz_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ekibimiz_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

ekibimiz_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-moz-keyframes ekibimiz_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes ekibimiz_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes ekibimiz_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.ekibimiz-block-one .inner-box:hover .icon-box .border-layer {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.ekibimiz-block-one .inner-box:hover .border-layer {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.ekibimiz-block-one .inner-box .icon-box .border-layer:before {
    position: absolute;
    content: '';
    background: #00bbee;
    width: 8px;
    height: 8px;
    left: 15px;
    bottom: 9px;
    border-radius: 50%;
}

.ekibimiz-block-one .inner-box p a {
    color: #666;
}

.ekibimiz-block-one .inner-box p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.ekibimiz-block-one .inner-box:hover h4,
.ekibimiz-block-one .inner-box:hover p a,
.ekibimiz-block-one .inner-box:hover h4 a,
.ekibimiz-block-one .inner-box:hover p {
    color: #fff;
    position: relative;
}

.ekibimiz-section .sec-title {
    margin-bottom: 10px;
}

.ekibimiz-section .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 1525px;
    background-repeat: no-repeat;
    background-position: center;
}

.ekibimiz-block-one .inner-box .icon-box i {
    color: #fa346d;
}

.ekibimiz-block-one .inner-box:before {
    background: -webkit-linear-gradient(0deg, #171717, #000000 100%);
}


/**/

.yorumlaryeni.type_one {
    position: relative;
    margin: 10px 10px 10px 49px;
    border-left: 3px solid #00bbee;
    background: #fff;
    cursor: pointer;
    padding: 40px 30px 40px 0px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
}

.yorumlaryeni.type_one .image {
    float: left;
    margin-left: -45px;
    margin-top: 60px;
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
}

.yorumlaryeni.type_one .image img {
    border-radius: 50px;
    padding: 3px;
}

.yorumlaryeni.type_one .image::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0;
    border: 1px dashed #bebebe;
    border-radius: 50px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.yorumlaryeni.type_one:hover .image::before {
    border-color: #00bbee;
}

.yorumlaryeni.type_one .content_inner {
    margin-left: 85px;
}

.yorumlaryeni.type_one .auhtour_name {
    position: relative;
    overflow: auto;
    margin-bottom: 20px;
}

.yorumlaryeni.type_one .auhtour_name span {
    float: left;
    font-size: 52px;
    line-height: 60px;
    color: #e8e8e8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.yorumlaryeni.type_one:hover .auhtour_name span {
    color: #00bbee;
}

.yorumlaryeni.type_one .name_authr {
    position: relative;
    margin-top: 5px;
    margin-left: 75px;
}

.yorumlaryeni.type_one .name_authr h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    color: #252525;
}

.yorumlaryeni.type_one .name_authr p {
    color: #00bbee;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.yorumlaryeni.type_one:hover .name_authr p {
    color: #808080;
}

.yorumlaryeni.type_one .content_inner p.description {
    margin-bottom: 20px;
    min-height: 120px;
}

.yorumlaryeni.type_one .content_inner ul li {
    display: inline-block;
}

.yorumlaryeni.type_one .content_inner ul li span {
    font-size: 20px;
    line-height: 20px;
    color: #00bbee;
}

.yorumlaryeni.type_one .content_inner ul li:last-child {
    float: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #aeadad;
    text-transform: uppercase;
}


/**/

.sorulansorular {
    position: relative;
    padding: 100px 0px 70px;
}

.sorulansorular .accordion {
    position: relative;
    margin-bottom: 40px;
}

.sorulansorular .accordion>.cardlar .cardlar-header {
    padding: 0px;
    border-radius: 0px;
    background: #fff;
    border: 0px solid #e6e6e6!important;
    margin: 0px;
    position: relative;
}

.sorulansorular .accordion>.cardlar .cardlar-header h5 button.btn {
    padding: 14px 50px 14px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
}

.sorulansorular .accordion>.cardlar .cardlar-header h5 button.btn::before {
    position: absolute;
    content: '\e8e7';
    right: 0px;
    font-size: 16px;
    top: 0px;
    height: 100%;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}

.sorulansorular .accordion>.cardlar {
    border-radius: 0px;
    border: 0px solid #e6e6e6!important;
    margin-bottom: 20px;
    overflow: inherit;
}

.sorulansorular .btn-link.collapsed {
    background: #fff!important;
    border-radius: 0px;
    color: #252525!important;
    border: 1px solid #e6e6e6!important;
}

.sorulansorular .btn-link.collapsed::before {
    border-left: 1px solid #e6e6e6;
    color: #888888!important;
}

.sorulansorular .btn-link {
    background: #00bbee!important;
    border-radius: 0px;
    color: #fff!important;
    border: 1px solid #ffffff !important;
}

.sorulansorular .btn-link::before {
    border-left: 1px solid #ffffff;
    color: #fff!important;
}

.sorulansorular .btn-link::after {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 13px solid #fff;
    bottom: 0;
    left: 33px;
}

.sorulansorular .btn-link.collapsed::after {
    display: none;
}

.sorulansorular .cardlar-body {
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    border-bottom: 5px solid #00bbee;
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    font-weight: 400;
}

.sorulansorular .any_questions {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.sorulansorular .any_questions h2 {
    padding: 14px 30px;
    color: #fff;
    background: #00bbee;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.sorulansorular .any_questions form {
    position: relative;
    padding: 25px 30px;
}

.sorulansorular .any_questions form label {
    display: block;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
    margin-bottom: 5px;
}

.sorulansorular .any_questions form .guvenlik_input label {
    display: none;
}

.sorulansorular form .btn {
    border: 0px;
    box-shadow: none;
    width: 100% !important;
    border-radius: 50px !important;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    transition: all .5s ease;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.sorulansorular input[type="text"],
.sorulansorular input[type="email"],
.sorulansorular textarea {
    position: relative;
    width: 100%!important;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6!important;
    padding: 20px;
    line-height: 60px;
    font-size: 16px;
    color: #676767;
    font-weight: 600;
    margin-bottom: 10px;
}

.sorulansorular textarea {
    height: 120px;
}


/**/

.yorum2yenialan.tp_four {}

.yorum2yenialan.tp_four.style_two {
    position: relative;
    background: #f6f6f6;
}

.yorum2yenialan.tp_four .heading_inner {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.yorum2yenialan.tp_four .heading_inner h1 {
    font-size: 40px;
    line-height: 48px;
    color: #252525;
    font-weight: 700;
}

.yorum2yeni.type_four {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    margin: 20px 20px 60px;
    text-align: center;
    padding: 40px 60px;
}

.yorum2yeni.type_four li {
    list-style: none;
}

.yorum2yenialan.tp_four.style_two .yorum2yeni.type_four::after {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 33px solid transparent;
    border-top: 33px solid #fff;
    border-left: 33px solid #fff;
    border-bottom: 33px solid transparent;
    bottom: -51px;
    left: 0px;
}

.yorum2yeni.type_four ul {
    position: relative;
    margin-bottom: 20px;
}

.yorum2yeni.type_four ul li span {
    font-size: 18px;
    color: #00bbee;
}

.yorum2yeni.type_four h6 {
    font-size: 16px;
    color: #808080;
    margin-bottom: 20px;
    line-height: 1.7;
    font-weight: normal;
    min-height: 160px;
}

.yorum2yeni.type_four h2 {
    font-size: 22px;
    color: #252525;
    font-weight: 700;
    line-height: 28px;
}

.yorum2yeni.type_four h2 span {
    font-size: 16px;
    color: #00bbee;
}

.yorum2yeni.type_four span.icon {
    position: absolute;
    font-size: 100px;
    line-height: 60px;
    opacity: .02;
    top: 25px;
    left: 40px;
}


/**/

.resimyeni-img-overlay1,
.resimyeni-img-overlay2,
.resimyeni-img-overlay3,
.resimyeni-img-overlay4,
.resimyeni-img-overlay5,
.resimyeni-img-overlay6,
.resimyeni-img-overlay7,
.resimyeni-img-overlay8,
.resimyeni-img-overlay9,
.resimyeni-img-overlay11,
.resimyeni-img-overlay12 {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.resimyeni-img-overlay1:before,
.resimyeni-img-overlay1:after,
.resimyeni-img-overlay2:before,
.resimyeni-img-overlay2:after,
.resimyeni-img-overlay3:before,
.resimyeni-img-overlay3:after,
.resimyeni-img-overlay4:before,
.resimyeni-img-overlay4:after,
.resimyeni-img-overlay5:before,
.resimyeni-img-overlay5:after,
.resimyeni-img-overlay6:before,
.resimyeni-img-overlay6:after,
.resimyeni-img-overlay7:before,
.resimyeni-img-overlay7:after,
.resimyeni-img-overlay8:before,
.resimyeni-img-overlay8:after,
.resimyeni-img-overlay9:before,
.resimyeni-img-overlay9:after,
.resimyeni-img-overlay11:before,
.resimyeni-img-overlay11:after,
.resimyeni-img-overlay12:before,
.resimyeni-img-overlay12:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -ms-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.resimyeni-box {}

.resimyeni-box img {
    width: 100%;
    height: auto;
}

.resimyeni-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.resimyeni-img-overlay1:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay1:before {
    opacity: 0.5;
}


/*effect 2*/

.resimyeni-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.resimyeni-img-overlay2.on:before {
    opacity: 1;
}

.resimyeni-img-overlay2:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay2:before {
    opacity: 0.9;
}


/*effect 3*/

.resimyeni-img-overlay3:before {
    left: 50%;
    top: 50%;
}

.resimyeni-img-overlay3:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*effect 4*/

.resimyeni-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}

.resimyeni-img-overlay4:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay4:before {
    width: 100%;
    left: 0;
}


/*effect 5*/

.resimyeni-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%;
}

.resimyeni-img-overlay5:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay5:before {
    height: 100%;
    top: 0;
}


/*effect 6*/

.resimyeni-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}

.resimyeni-img-overlay6:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay6:before {
    height: 100%;
}


/*effect 7*/

.resimyeni-img-overlay7:before,
.resimyeni-img-overlay7:after {
    height: 100%;
}

.resimyeni-img-overlay7:after {
    left: auto;
    right: 0;
}

.resimyeni-img-overlay7:hover:before,
.resimyeni-img-overlay7:hover:after,
.resimyeni-box:hover .resimyeni-img-overlay7:before,
.resimyeni-box:hover .resimyeni-img-overlay7:after {
    width: 50%;
}


/*effect 8*/

.resimyeni-img-overlay8:before,
.resimyeni-img-overlay8:after {
    height: 100%;
}

.resimyeni-img-overlay8:after {
    left: auto;
    right: 0;
}

.resimyeni-img-overlay8:hover:before,
.resimyeni-img-overlay8:hover:after,
.resimyeni-box:hover .resimyeni-img-overlay8:before,
.resimyeni-box:hover .resimyeni-img-overlay8:after {
    width: 100%;
    opacity: 0.3;
}


/*effect 9*/

.resimyeni-img-overlay9:before,
.resimyeni-img-overlay9:after {}

.resimyeni-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.resimyeni-img-overlay9:hover:before,
.resimyeni-img-overlay9:hover:after,
.resimyeni-box:hover .resimyeni-img-overlay9:before,
.resimyeni-box:hover .resimyeni-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}


/*effect 10*/

.resimyeni-img-overlay10:before,
.resimyeni-img-overlay10:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.resimyeni-img-overlay10:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay10:before {
    opacity: 0.5;
}

.resimyeni-img-overlay10:hover:after,
.resimyeni-box:hover .resimyeni-img-overlay10:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: 0.5;
    background: none;
    border: 1px dashed #FFFFFF;
}

.resimyeni-img-overlay11:hover:after,
.resimyeni-box:hover .resimyeni-img-overlay11:after {
    height: 95%;
    opacity: 1;
    right: 7.5%;
    top: 2.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 85%;
}

.resimyeni-img-overlay11:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay11:before {
    height: 85%;
    left: 2.5%;
    opacity: 1;
    top: 7.5%;
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    width: 95%;
}

.resimyeni-img-overlay11:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 5%;
    height: 80%;
    left: auto;
    right: 5%;
    top: auto;
    -moz-transform: skewY(70deg);
    -webkit-transform: skewY(70deg);
    -o-transform: skewY(70deg);
    -ms-transform: skewY(70deg);
    transform: skewY(70deg);
    width: 90%;
}

.resimyeni-img-overlay11:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: auto;
    height: 90%;
    left: 5%;
    right: auto;
    top: 5%;
    -moz-transform: skewX(-70deg);
    -webkit-transform: skewX(-70deg);
    -o-transform: skewX(-70deg);
    -ms-transform: skewX(-70deg);
    transform: skewX(-70deg);
    width: 80%;
}

.resimyeni-img-overlay11 {
    background-color: #000 !important;
}

.resimyeni-img-overlay11:hover img {
    opacity: 0.7 !important
}


/* overlay-12 */

.resimyeni-img-overlay12:hover:after,
.resimyeni-box:hover .resimyeni-img-overlay12:after {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.resimyeni-img-overlay12:after {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    width: 100%;
    height: 100%;
}

.resimyeni-img-overlay12.left:hover:after,
.resimyeni-box:hover .resimyeni-img-overlay12.left:after {
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.resimyeni-img-overlay12.left:after {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
}

.resimyeni-img-overlay12:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.resimyeni-img-overlay12:hover:before,
.resimyeni-box:hover .resimyeni-img-overlay12:before {
    opacity: 0.4;
}


/**/

.yorum4 {
    border: 10px solid;
    padding: 40px 0 25px 0;
    margin: 30px 30px 60px;
    text-align: center;
    position: relative;
    color: #00bbee;
}

.yorum4:before {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #ff5e14;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: '\e885';
}

.yorum4 p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 50px;
    color: black;
    min-height: 165px;
    display: flex;
    align-items: center;
}

.yorum4 .testimonial-detail {
    padding: 7px 0;
    margin: 0 -30px 20px;
    border: 7px solid #fff;
    background: #152332;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.yorum4 .testimonial-detail:before {
    content: "";
    border-top: 15px solid;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.yorum4 .testimonial-detail:after {
    content: "";
    border-top: 15px solid;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
    color: #00bbee;
}

.yorum4 .testimonial-detail:after,
.yorum4 .testimonial-detail:before {
    border-top-color: #00bbee;
}

.yorum4.quote-left:before {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #00bbee;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.bg-gray .yorum4.quote-left:before {
    background: #F7F9FB;
}

.yorum4 .testimonial-detail {
    border-color: #152332;
}


/**/

.yorum5 {
    background-color: #282a3c;
    position: relative;
    padding: 30px 40px 30px 10px;
    margin-left: 140px;
    min-height: 150px;
}

.yorum5:after {
    background-color: #282a3c;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #EFBB20;
    border-color: #00bbee;
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.yorum5 .testimonial-pic {
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -110px;
}

.yorum5 [class*="quote-"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #00bbee;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}

.yorum5 [class*="quote-"]:after,
.yorum5 [class*="quote-"]:before {
    top: 0;
    right: -20px;
    font-size: 20px;
    color: #fff;
}

.yorum5 .testimonial-text,
.yorum5 .testimonial-detail {
    padding: 0;
}

.yorum5 .testimonial-text {
    margin-bottom: 10px;
    color: white;
    min-height: 120px;
}

.yorum5 .testimonial-name,
.yorum5 .testimonial-position {
    display: inline-block;
}

.yorum5 .testimonial-name:after {
    content: "/";
    color: #00bbee;
    margin: 0 2px 0 5px;
}

.yorum5 .testimonial-name {
    color: white;
    text-transform: uppercase;
}

.yorum5 .testimonial-position {
    font-style: italic;
    color: #bebebe;
}

.yorum5 .testimonial-pic {
    border-color: #00bbee;
    border-width: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}


/**/

.yorum6 .quote-left:before {
    left: 15px;
}

.yorum6 .quote-left:before,
.yorum6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}

.yorum6 .testimonial-text {
    padding: 25px 35px 70px 40px;
    box-shadow: 0px 0px 10px 0px #0000000f;
}

.yorum6 .testimonial-text p {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.yorum6 .testimonial-detail h4 {
    font-weight: 700;
    margin: 0 0 0px 0;
}

.yorum6 .testimonial-detail .testimonial-position {}

.yorum6 .testimonial-detail {
    position: relative;
    padding: 15px 35px;
    top: -30px;
    width: 85%;
    background-color: #00bbee !important;
}

.yorum6 .testimonial-pic {
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    border: solid 5px;
}

.yorum6 .quote-left:before,
.yorum6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}

.yorum6 .quote-left:before {
    left: 15px;
}

.yorum6 .quote-right:after {
    right: 15px;
    bottom: 20px;
    top: auto;
}

.yorum6 .testimonial-detail:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -27px;
    top: 0px;
    transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    width: 80px;
    z-index: 1;
}


/**/

.sssyeni {
    position: relative;
    padding: 10px 30px 0px 0px;
    border: 1px solid #f2f2f2;
}

.sssyeni .acc-content {
    overflow: hidden;
    transition: height 0.3s ease;
}

.sssyeni .block {
    position: relative;
}

.sssyeni li {
    list-style: none;
}

.sssyeni .block:last-child .acc-btn {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.sssyeni .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #252525;
    font-weight: 500;
    padding: 15px 40px;
    border-bottom: 1px solid #f2f2f2;
    font-family: 'Poppins', sans-serif;
}

.sssyeni .block .icon-outer {
    position: absolute;
    right: 28px;
    top: 20px;
    color: #929292;
    transition: all 500ms ease;
}

.sssyeni .block .icon-outer .icon {
    position: absolute;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    border: 1px solid #898989;
    transition: all 0.3s ease;
}

.sssyeni .block .acc-btn.active .icon-outer .icon-plus {
    color: #00bbee;
    border-color: #00bbee;
    transform: rotate(180deg);
}

.sssyeni .block .acc-content {
    position: relative;
    display: none;
}

.sssyeni .block .acc-content.show {
    display: block;
}

.sssyeni .block .acc-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #00bbee;
}

.sssyeni .block .content {
    font-size: 14px;
    padding: 20px 30px 15px;
    border-bottom: 1px solid #e9e9e9;
}

.sssyeni .block .content .text {
    margin-bottom: 0;
    line-height: 1.6em;
    font-size: 18px;
    color: #848484;
}

.accordion .acc-content {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
}


/**/

.haber3 {
    position: relative;
    margin-bottom: 50px;
}

.haber3 .inner-box {
    position: relative;
    padding: 40px 20px 40px 0;
    border: 2px solid #f7f7f7;
}

.haber3 .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 170px;
    height: 100%;
    display: block;
    background-color: #f7f7f7;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.haber3 .inner-box:hover::before {
    width: 100%;
}

.haber3 .inner-box .image-column {
    position: relative;
}

.haber3 .inner-box .image-column .image {
    position: relative;
    margin-left: 22px;
    padding: 10px;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
}

.haber3 .inner-box .image-column .image img {
    width: 100%;
}

.haber3 .inner-box .image-column .image .overlay-box {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.80);
}

.haber3 .inner-box:hover .image-column .image .overlay-box {
    opacity: 1;
}

.haber3 .inner-box .image-column .image .overlay-box .get-now {
    position: relative;
    top: 45%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: -20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.haber3 .inner-box .image-column .image .overlay-box .get-now:hover {
    color: #00bbee;
}

.haber3 .content-column {
    position: relative;
}

.haber3 .content-column .inner-column {
    position: relative;
}

.haber3 .content-column .inner-column h3 {
    position: relative;
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}

.haber3 .content-column .inner-column h3 a {
    position: relative;
    color: #252525;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.haber3 .content-column .inner-column h3 a:hover {
    color: #00bbee;
}

.haber3 .content-column .inner-column .post-date {
    position: relative;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 16px;
    margin-bottom: 18px;
    display: inline-block;
    background-color: #00bbee;
}


/**/

.haber4 {
    position: relative;
    margin-bottom: 40px;
}

.haber4 .inner-box {
    position: relative;
}

.haber4 .inner-box .image {
    position: relative;
}

.haber4 .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.haber4 .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    padding: 50px 30px;
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.haber4 .inner-box:hover .image .overlay-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.haber4 .inner-box .image .overlay-box .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.haber4 .inner-box .image .overlay-box .content .search-btn {
    position: absolute;
    left: 50%;
    top: 45%;
    color: #ffffff;
    font-size: 40px;
    margin-left: -15px;
    margin-top: -15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.haber4 .inner-box .image .overlay-box .content .search-btn:hover {
    color: #00bbee;
}

.haber4 .inner-box .image .overlay-box .content h2 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.haber4 .inner-box .image .overlay-box .content h2 a:hover {
    color: #00bbee;
}

.haber4 .inner-box .image .overlay-box .content .category {
    position: relative;
    color: #00bbee;
    font-size: 18px;
    font-weight: 500;
}

.haber4 .inner-box .image .overlay-box .content .link-box {
    position: absolute;
    bottom: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.haber4 .inner-box .image .overlay-box .content .link-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 20px;
    height: 2px;
    background-color: #00bbee;
}

.haber4 .inner-box .image .overlay-box .content .link-box:hover {
    color: #00bbee;
}

.haber4 .inner-box .lower-content {
    position: relative;
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.haber4 .inner-box .lower-content .detail {
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    padding-left: 28px;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.haber4 .inner-box .lower-content .detail:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 20px;
    height: 2px;
    background-color: #00bbee;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.haber4 .inner-box .lower-content .detail:hover::before {
    width: 40px;
}

.haber4 .inner-box .lower-content .detail:hover {
    padding-left: 50px;
    color: #00bbee;
}

.haber4 .inner-box .lower-content h2 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.haber4 .inner-box .lower-content h2 a {
    position: relative;
    color: #222222;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.haber4 .inner-box .lower-content h2 a:hover {
    color: #00bbee;
}

.haber4 .inner-box .lower-content .category {
    position: relative;
    color: #00bbee;
}


/**/

.haber5 .hover_1 {
    position: relative;
}

.haber5 .hover_1 .oh {
    position: absolute;
    content: '';
    width: 25%;
    height: 100%;
    left: 0;
    background: #00bbee;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    bottom: -50%;
    transform: translateY(50%);
    opacity: 0;
}

.haber5 .hover_1 .oh.ho_2 {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    left: 25%;
    transform: translateY(40%);
}

.haber5 .hover_1 .oh.ho_3 {
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    left: 50%;
    transform: translateY(20%);
}

.haber5 .hover_1 .oh.ho_4 {
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    transform: translateY(30%);
    left: 75%;
}

.haber5 .hover_1_get:hover .hover_1 .oh {
    opacity: 0.7;
    bottom: 0;
    transform: translateY(0%);
}

@keyframes animation_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.haber5 .blog_box {
    position: relative;
    margin-bottom: 30px;
}

.haber5 .blog_box.type_one {
    padding-top: 40px;
    transform: translateY(0px);
    transition: 0.5s ease-in-out;
}

.haber5 .blog_box.type_one .vertical_text_1 {
    position: absolute;
    top: 30px;
    left: 20px;
    color: #00bbee;
}

.haber5 .blog_box.type_one .vertical_text_1 .date_tm {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.haber5 .blog_box.type_one .vertical_text_1 .date_tm i {
    top: -5px;
    position: relative;
}

.haber5 .blog_box.type_one .blog_inner {
    position: relative;
    padding-left: 70px;
    background: white;
    box-shadow: 0 5px 22px 0px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.haber5 .blog_box.type_one .blog_inner .image_box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 270px;
    top: -40px;
}

.haber5 .blog_box.type_one .blog_inner .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.haber5 .blog_box.type_one .blog_inner .content {
    position: relative;
    top: -15px;
    padding: 10px 20px 20px 0px;
}

.haber5 .blog_box.type_one .blog_inner .content h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.haber5 .blog_box.type_one .blog_inner .content p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}

.haber5 .blog_box.type_one .blog_inner .content .authour {
    position: relative;
    margin-bottom: 15px;
}

.haber5 .blog_box.type_one .blog_inner .content .authour img {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.haber5 .blog_box.type_one .blog_inner .content .title_22 a {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.haber5 .blog_box.type_one .blog_inner .content a.rd_more {
    color: #00bbee;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: start;
}

.haber5 .blog_box.type_one:hover {
    transform: translateY(-10px);
    animation-timing-function: ease-in-out;
    transition: 0.5s ease-in-out;
}

.haber5 .blog_box.type_one.borenable .blog_inner {
    border-radius: 0px;
}

.haber5 .blog_box.type_one.borenable .blog_inner .image_box {
    border-radius: 0px;
}


/**/

.blog-card {
    position: relative;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.blog-card__image {
    position: relative;
    overflow: hidden;
}

.blog-card__image img {
    transition: 0.5s;
    background-size: cover;
    width: 100%;
}

.blog-card__image img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover .blog-card__image img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
    width: auto;
}

.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card__date {
    width: 74px;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 14px 20px 16px;
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 10;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #00bbee;
}

.blog-card__date span {
    margin-top: -2px;
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.blog-card__content {
    position: relative;
    transition: all 500ms ease;
}

.blog-card__content__inner {
    padding: 20px 40px 30px;
}

@media (max-width: 400px) {
    .blog-card__content__inner {
        padding: 20px 30px;
    }
}

.blog-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 145.833%;
    margin-bottom: 12px;
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card__title a:hover {
    background-size: 100% 1px;
}

.blog-card__title a:hover {}

.blog-card__link {
    font-size: 14px;
    font-weight: 600;
    line-height: 178.571%;
    position: relative;
    display: block;
    padding: 5px 0px;
    z-index: 1;
}

.blog-card__link:hover {}

.blog-card__link:hover::after {}

.blog-card__link i {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 35%;
}

.blog-card__link::after {
    content: "";
    right: 40px;
    height: 1px;
    position: absolute;
    top: 55%;
    left: 95px;
    transition: all 0.4s ease-in-out;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 15px 40px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 400px) {
    .blog-card__meta {
        padding: 15px 25px;
    }
}

.blog-card__meta li {
    display: flex;
    align-items: center;
}

.blog-card__meta li i {
    margin-right: 5px;
    font-size: 19px;
}

.blog-card__meta li a {
    display: flex;
    align-items: center;
    color: inherit;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 162.5%;
}

.blog-card__meta li a:hover {
    text-shadow: 0 0 1px currentColor;
}

.blog-card__meta li+li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 214.286%;
    text-transform: capitalize;
}

.blog-card__meta img {
    border-radius: 100%;
    margin-right: 10px;
    width: 35px !important;
}


/**/

.haberler7ci.masonry .card {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.haberler7ci .items .item .card.no-image .image-over:before {}

.haberler7ci.filter-section .card:hover .card-caption {
    opacity: 1;
}

.haberler7ci .card {
    overflow: hidden;
    height: auto;
    background-color: transparent;
}

.haberler7ci .card:not(.no-hover):hover {
    transform: none;
}

.haberler7ci .card .image-over {
    overflow: hidden;
}

.haberler7ci .card .image-over:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.5;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.haberler7ci .card .image-over img {
    position: relative;
    z-index: -1;
    height: auto;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.haberler7ci .card .card-body {
    padding: 50px 25px;
    transform: translateY(100px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.haberler7ci .card:hover .card-body {
    transform: translateY(0);
}

.haberler7ci .card:hover .card-footer {
    transform: translateY(0);
    opacity: 1;
}

.haberler7ci .card .card-body h4 {
    margin-bottom: 50px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.haberler7ci .card:hover .card-body h4 {
    margin-bottom: 1.5rem;
}

.haberler7ci .card .card-body p {
    margin: 1.5rem 0 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.haberler7ci .card:hover .card-body p {
    opacity: 1;
}

.haberler7ci .card .card-footer .btn-icon {
    margin: 0;
}

.haberler7ci .card .card-footer .btn-icon {
    margin: 0;
    opacity: 1;
}

.haberler7ci .card-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.haberler7ci .no-image .card-caption {
    position: relative;
}

.haberler7ci .card-footer {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    padding: 50px 25px;
    border: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    transform: translateY(-100px);
}

.haberler7ci .card-footer a:not(.btn) {
    line-height: 1.2;
    text-align: center;
}

.haberler7ci .no-image .card-footer {
    border-color: rgba(0, 0, 0, 0.15);
}

.haberler7ci .card:hover .image-over:before {
    opacity: 0.75;
}

.haberler7ci .card:hover .image-over .mask-radius-full {
    opacity: 0;
}

.haberler7ci .card:hover .image-over img {
    transform: scale(1.1);
    filter: blur(2px);
}

.haberler7ci .card:hover .image-over .play-video-full {
    transform: translateY(-15%);
}

/**/


.section-padding {
  padding: 100px 0px;
}

@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0px;
  }
}

.subtitle-two {
  color: #00bbee;
  font-size: 16px;
  line-height: 14px;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.48px;
  padding-left: 14px;
}

.subtitle-two::after {
  content: '';
  position: absolute;
  background: #00bbee;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}



.btn-two {
    background: #00bbee;
    color: white;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 20px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
}

.btn-two:hover{
    color: white;
}

.btn-one::after, .btn-one::before, .btn-three::after, .btn-three::before, .btn-two::after, .btn-two::before{
        position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background: #1f242c;
    border-radius: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
    z-index: -1;

}

.btn-one::after, .btn-three::after, .btn-two::after {
    left: inherit;
    right: -20px;
    transform: translate(50%, -50%);
}
.btn-two:hover::before {
    animation: criss-cross-left 0.8s both;
    animation-direction: alternate;

}

.btn-two:hover::after {
    animation: criss-cross-right 0.8s both;
    animation-direction: alternate;
}


@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}



.about__two-area {
  background: #f8f8f8;
  display: flex;
  align-items: stretch;
  background-position: right;
}

.about__two-left {
  z-index: 1;
  position: relative;
  flex-shrink: 0;
  max-width: 42%;
  width: 42%;
}

.about__two-left-image {
  height: 100%;
}

.about__two-left-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about__two-left-image-experience {
  position: absolute;
  right: -15px;
  bottom: 50px;
  padding: 40px;
  background: white;
  border-right: 4px solid #00bbee;
}

.about__two-left-image-experience h2 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 74px;
  font-weight: 800;
}

.about__two-left-image-experience h6 {
  max-width: 135px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
}

.about__two-right {
  padding: 80px 75px;
}

.about__two-right-title h2 {
  font-size: 35px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  color: #1f242c;
  font-weight: 800;
}

.about__two-right-title p {
  max-width: 530px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #414141;
  margin-top: 30px;
}

.about__two-right-list {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.about__two-right-list i {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00bbee;
  background: #00bbee47;
  border-radius: 50%;
  font-size: 45px;
}

.about__two-right-list h6{font-size: 20px;line-height: 30px;padding: 0;margin: 0;color: #1f242c;font-weight: 800;}

.about__two-right-list p {
  margin-bottom: 0;
  margin-top: 5px;
  max-width: 315px;
  color: #414141;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.about__two-right-bottom {
}

@media (max-width: 991px) {
  .about__two-left {
    max-width: 100%;
    width: 100%;
    display: none;
  }
  .about__two-left img {
    width: 100%;
  }
  .about__two-area {
    display: block;
    padding: 40px 20px;
  }
  .about__two-right {
    padding: 0;
  }
}


/**/
.counter__one-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.counter__one-item {
  text-align: center;
  width: 23%;
  margin-bottom: 0;
  display: block;
  align-items: center;
}

.counter__one-item h2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  font-weight: bold;
  color: #333;
}

.counter__one-item h2 .counter {
  font-size: 64px;
  font-weight: bold;
  color: #333;
  margin-right: 5px;
  margin-left: 0;
  margin-top: 0;
}

.counter__one-item span {
  color: #555;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  max-width: 100%;
  text-align: center;
  margin-left: 0;
  margin-top: 10px;
}

.counter__one-item {
  transition: all 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
  padding: 20px 10px;
}

.counter__one-item:hover {
  transform: scale(1.05);
  background-color: #00bbee;
  color: white;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.counter__one-item:hover h2,
.counter__one-item:hover span {
  color: white;
}

@media (max-width: 992px) {
  .counter__one-item {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .counter__one-item {
    width: 50%;
  }
}


/**/

.service__two {
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__two-title {margin-bottom: 20px;}

.service__two-title h2{
    font-size: 35px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    color: #1f242c;
    font-weight: 800;
}

.service__two-btn {text-align: right;}

.service__two-item {
  margin-top: 25px;
}

.service__two-item-image {
}

.service__two-item-image img {
  width: 100%;
  height: auto;
}

.service__two-item-content {
  position: relative;
  margin: -35px 30px 0 30px;
  padding: 35px 40px 0 40px;
  background: white;
  transition: 0.5s;
  box-shadow: 0px 0px 10px 0px #00000014;
}

.service__two-item-content-icon {
  width: 80px;
  height: 80px;
  background: #00bbee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: 0;
  color: white;
}

.service__two-item-content-icon i {
  font-size: 50px;
  line-height: 0;
}

.service__two-item-content span {
  color: #00bbee;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.service__two-item-content span i {
  margin-right: 8px;
  font-size: 30px;
}

.service__two-item-content h6 {
  transition: 0.4s;
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  color: #1f242c;
  font-weight: 800;
}

.service__two-item-content h6:hover {
}

.service__two-item-content p {
  margin-top: 10px;
  margin-bottom: 0;
  transition: 0.5s;
  color: #414141;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}

.service__two-item-content .simple-btn {
  opacity: 0;
}

.service__two-item-content .simple-btn span::before,
.service__two-item-content .simple-btn:hover {
}


.service__two-item:hover .service__two-item-content {
  margin-top: -90px;
  padding-bottom: 30px;
}

.service__two-item:hover .service__two-item-content p {
  margin-bottom: 25px;
}

.service__two-item:hover .service__two-item-content .simple-btn {
  opacity: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service__two.services .service__two-item-content .simple-btn span::before,
.service__two.services .service__two-item-content .simple-btn:hover {
}

.service__two.services .service__two-item-content h6 a:hover,
.service__two.services .service__two-item-content > span {
}

.service__two.services .service__two-item-content-icon {
}


@media (max-width: 1299px) {
  .service__two-item-content {
    margin: -35px 20px 0 20px;
    padding: 35px 30px 0 30px;
  }
}

@media (max-width: 1199px) {
  .service__two-item-content {
    padding: 35px 25px 0 25px;
  }
}

/**/

.choose__area {
    background: #1f242c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.choose__area-left {
}

.choose__area-left-title {
}

.choose__area-left-title h2 {
  padding: 0;
  margin: 0;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
}

.choose__area-left-title p {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #b4b4b9;
  margin-top: 20px;
}

.choose__area-left-list {
}

.choose__area-left-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.choose__area-left-list-item h6{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    max-width: 165px;
    color: #ffffff;
}

.choose__area-left-list-item i {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00bbee;
    color: white;
    font-size: 35px;
}

.choose__area-left-skill {
  margin-top: 2rem;
}

.skill__area-item {
  margin-bottom: 1rem;
}

.skill__area-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skill__area-item-content h6 {
  margin-bottom: 0;
}


.skill__area-item-inner {
  height: 10px;
  background: #eee;
  margin-top: 0.5rem;
  overflow: hidden;
}

.skill__area-item-bar {
  height: 100%;
  transition: width 0.5s ease;
}

.choose__area-right {
  position: relative; 
}

.choose__area-right img {
  width: 100%;
  height: 100%;
}

.choose__area-right .content {
  position: absolute;
  bottom: 50px;
  left: -30px;
  background-color: white;
  padding: 30px 30px;
}

.choose__area-right .content span{color: #00bbee;}

.choose__area-right .content p{font-size: 25px;font-weight: 700;line-height: 35px;color: #1f242c;max-width: 270px;margin: 0;}



/**/

.portfolio__one-item-image {
  position: relative;
}

.portfolio__one-item-image img {
  width: 100%;
}

.portfolio__one-item-image-content {
  position: absolute;
  padding: 30px 25px;
  border-radius: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 30px 55px 15px 30px;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}

.portfolio__one-item-image-content span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.portfolio__one-item-image-content span i {
  margin-right: 8px;
}

.portfolio__one-item-image-content h6 a {
  transition: 0.4s;
}

.portfolio__one-item-image-content h6 a:hover {
}

.portfolio__one-item-image-content > a i {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  line-height: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}

.portfolio__one-item-image-content > a i:hover {
  transform: translateY(-50%) rotate(45deg);
}

.portfolio__one-item.swiper-slide.swiper-slide-active .portfolio__one-item-image-content,
.portfolio__one-item:hover .portfolio__one-item-image-content {
  opacity: 1;
  transform: translateY(-15px);
}



/*==========================================================================
* Portfolio Two CSS
==========================================================================*/

.portfolio__two-title h2{font-size: 35px;line-height: 35px;padding: 0;margin: 0 0 40px 0;color: #1f242c;font-weight: 800;}

.portfolio__two-area {
  display: flex;
  gap: 25px;
  overflow: hidden;
}

.portfolio__two-item {
  position: relative;
  flex: 2;
  transition: 0.5s;
  height: 380px;
  background: white;
}

.portfolio__two-item img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: 0.5s;
  width: 100%;
}

.portfolio__two-item-content {
  position: absolute;
  left: 30px;
  bottom: 0px;
  background: white;
  padding: 0 25px 30px 25px;
  border-radius: 5px;
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  width: 250px;
  height: 100px;
  box-shadow: 0px 0px 10px 0px #0000001a;
}

.portfolio__two-item-content-icon i {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00bbee;
  color: white;
  font-size: 15px;
}

.portfolio__two-item-content > span {
  color: #00bbee;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
  display: none;
}

.portfolio__two-item-content > span i {
  margin-right: 10px;
}

.portfolio__two-item-content h6{
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #1f242c;
  font-weight: 800;
  transition: 0.4s;
}

.portfolio__two-item-content h6:hover {
}

.portfolio__two-item > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 120px;
  font-weight: 800;
  z-index: 1;
  opacity: 0.4;
  transition: 0.5s;
}

.portfolio__two-item.active {
  flex: 6;
}

.portfolio__two-item.active .portfolio__two-item-content {
  opacity: 1;
  transform: translateY(-20px);
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
}

.portfolio__two-item.active img {
  filter: brightness(1);
  width: 100%;
  height: 350px;
  object-fit: contain;
  padding: 30px 50px;
}

.portfolio__two-item.active > span {
  opacity: 0;
}

.portfolio__two-page .portfolio__two-item {
  margin-top: 25px;
}

.portfolio__two-page .portfolio__two-item img {
  filter: brightness(1);
}

.portfolio__two-page .portfolio__two-item-content-icon a i {
}

.portfolio__two-page .portfolio__two-item-content h6 a:hover,
.portfolio__two-page .portfolio__two-item-content > span {
}

.portfolio__two-page .portfolio__two-item:hover .portfolio__two-item-content {
  opacity: 1;
  transform: translateY(-20px);
}


.portfolio__three-item {
  position: relative;
  z-index: 1;
}

.portfolio__three-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
  opacity: 0;
  transition: 0.4s;
}

.portfolio__three-item > a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
  font-size: 20px;
  z-index: 1;
  opacity: 0;
}

.portfolio__three-item > a i:hover {
  transform: translate(-50%, -50%) rotate(45deg);
}

.portfolio__three-item-image {
  position: relative;
}

.portfolio__three-item-image img {
  width: 100%;
  transition: 0.4s;
}

.portfolio__three-item-image-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 40px 40px 20px 40px;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}

.portfolio__three-item-image-content span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.portfolio__three-item-image-content span i {
  margin-right: 8px;
}

.portfolio__three-item-image-content h6 {
}

.portfolio__three-item-image-content h6 a {
  transition: 0.4s;
}

.portfolio__three-item-image-content h6 a:hover {
}

.portfolio__three-item:hover::after {
  opacity: 1;
}

.portfolio__three-item:hover > a i {
  opacity: 1;
}

.portfolio__three-item:hover .portfolio__three-item-image-content {
  opacity: 1;
  transform: translateY(-20px);
}

.portfolio__three-page .portfolio__three-item > a i {
}

.portfolio__three-page .portfolio__three-item-image-content h6 a:hover,
.portfolio__three-page .portfolio__three-item-image-content span {
}


.portfolio__two-item-content-icon {
    margin: -25px 0 15px 0;
}

.portfolio__details-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding-bottom: 35px;
}

.portfolio__details-meta-item h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}


@media (max-width: 991px) {
  .portfolio__two-item {
    height: 400px;
  }
  .portfolio__two-item > span {
    font-size: 70px;
  }
  .portfolio__two-item.active {
    height: 500px;
  }
  .portfolio__details-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .portfolio__two-area {
    display: grid;
    gap: 20px;
  }
  .portfolio__two-item {
    height: 120px;
  }
  .portfolio__two-item-content {
    left: 25px;
    bottom: 5px;
    padding: 0 25px 25px 25px;
  }
}

@media (max-width: 575px) {
  .portfolio__details-meta {
    grid-template-columns: repeat(1, 1fr);
  }
}