:root {
    --body-bg-color: #fff;
    --theme-bg-color: #f9f9f9;
    --body-font: "Montserrat", sans-serif;
    --body-color: #2f2f33;
    --active-color: #c1272d;
    --active-light-color: #e1ebfb;
    --active-hover-bg-color: #ac000b;
    --header-bg-color: #ffffff;
    --search-border-color: #efefef;
    --border-color: #d8d8d8;
    --subtitle-color: #83838e;
    --inactive-color: #f0f0f0;
    --placeholder-color: #9b9ba5;
    --button-color: #fff;
    --job-card: #f9f9f9;
    --text: black;
    --tw-gradient-to: #FFEEFE;
    --tw-gradient-stops: #e4f2fe, var(--tw-gradient-to)
}

::placeholder {
    color: var(--placeholder-color)
}

::-webkit-scrollbar {
    width: .5rem;
    background-color: #fff
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    border-radius: 3rem;
    background-color: #c4c2c2
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #222;
    text-align: left;
    background-color: var(--body-bg-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
}

a {
    color: var(--text);
    cursor: pointer;
    transition: 0.3s;
}

a:hover {
    color: var(--active-color);
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
}

main {
    position: relative;
}

.auto-container {
    max-width: 1310px;
    width: 100%;
}

.auto-container,
.small-container {
    position: static;
    padding: 0 15px;
    margin: 0 auto;
}

.menu-header .nav-link-toggle::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
    content: "";
    margin-left: 0.5rem;
    transition: 0.3s ease;
}

.header {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.header-section {
    position: relative;
    z-index: 1;
    background-color: #333;
}

.header-section-divider {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.header-box-shadow .header-section {
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}

.header-box-shadow-on-scroll.scrolled .header-section {
    box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}

.header,
.menu-header {
    background-color: #333;
}

.headbox {
    display: flex;
    border-right: 1px solid white;
    padding-right: 10px;
    padding-left: 10px;
}

.headbox:last-child {
    display: flex;
    border-right: 0px solid white;
    padding-right: 0px;
    padding-left: 10px;
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #677788;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0.3125rem;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #677788;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: var(--active-color);
    border-color: var(--active-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: #1164ff;
    border-color: #045cff;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1164ff;
    border-color: #045cff;
    box-shadow: 0 0 0 0.2rem rgba(85, 145, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--active-color);
    border-color: var(--active-color);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #045cff;
    border-color: #0056f6;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 145, 255, 0.5);
}

.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}

.btn-icon.btn-xs {
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn {
    font-size: 0.8125rem;
    width: 2.6875rem;
    height: 2.6875rem;
}

.btn-icon.btn-lg,
.btn-group-lg>.btn-icon.btn {
    font-size: 1.25rem;
    width: 4.25rem;
    height: 4.25rem;
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }
}

.alt {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    background-color: var(--theme-bg-color);
}

.alt .about {
    padding: 100px 0px 50px;
}

.mainabout h5 {
    font-size: 40px;
    line-height: 40px;
    color: #2b2b2b;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.mainabout p {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    margin-left: 40px;
}

.mainabout h5 b {
    display: block;
    font-weight: 800;
}

.mainaboutimg {
    position: relative;
}

.mainaboutimg img {
    width: 100%;
    border-radius: 0.25rem;
}

.mainabout {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.altslogan {
    position: relative;
    padding-left: 70px;
    padding-bottom: 50px;
}

.altslogan span {
    font-size: 24px;
    color: var(--active-color);
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    display: block;
}

.altslogan h3 {
    font-size: 36px;
    line-height: 36px;
    padding: 0px;
    margin: 0px;
    font-weight: 800;
    letter-spacing: -1px;
    position: relative;
}

.altslogan h3:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: -70px;
    top: 17px;
    background: var(--active-color);
}

.footer {
    position: relative;
    z-index: 10
}

.footer h6 {
    font-family: "Montserrat", sans-serif
}

.footer-row {
    padding-top: 2rem
}

.footer .menu-footer {
    display: inline-block;
    padding: 0;
}

.footer-img {
    width: 10%
}

.footer .menu-footer li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 15px
}

.footer .menu-footer li a {
    display: inline-block;
    color: #696969;
    transition: all .2s ease
}

.footer .menu-footer li:before {
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 0;
    content: "";
    border-bottom: 2px solid var(--active-color);
    transition: all .3s ease
}

.footer .menu-footer li:hover:before {
    width: 15px
}

.footer .menu-footer li:hover a {
    transform: translateX(25px);
    color: var(--active-color)
}

.footer .footer-bottom {
    border-top: 1px solid var(--active-color);
    padding: 30px 0;
    color: var(--text);
    font-size: 14px
}

.footer .footer-bottom strong {
    color: var(--active-color);
    font-weight: 700
}

.footer .footer-bottom a {
    text-decoration: none
}

.footer .footer-bottom .icon-socials {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-left: 15px;
    margin-top: 5px;
    transition: all .3s ease
}

.footer .footer-bottom .icon-socials:hover {
    transform: translateY(-3px);
    transition-duration: .2s
}

.footer .footer-social i {
    font-size: 17px
}

.nav-link i {
    display: flex;
    align-items: center;
}

.page-title {
    padding-top: 2.5rem !important;
}

.page-title h1 {
    font-size: 1.75rem;
    margin: 0;
    color: var(--text);
}

.card {
    border-width: 0;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}

.card-title {
    display: block;
    margin-bottom: 0;
}

.card-subtitle {
    display: block;
    color: #8c98a4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.card-text {
    display: block;
    color: #677788;
}

.card h3 {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
}

.card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card-header-title {
    margin-bottom: 0;
}

.card-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
    .card-group>.card+.card {
        border-left: 0.0625rem solid rgba(231, 234, 243, 0.7);
    }
}

.page-numbers {
    z-index: 3;
    color: var(--active-color);
    background-color: transparent;
    border-color: transparent;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    cursor: pointer;
    text-align: center;
    min-width: 2.25rem;
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 1.25;
    border: 0 solid #e7eaf3;
}

.page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: var(--active-color);
    border-color: var(--active-color);
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    cursor: pointer;
    text-align: center;
    min-width: 2.25rem;
    position: relative;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    border: 0 solid #e7eaf3;
}

.page-numbers:hover {
    background-color: var(--active-color);
    color: #fff;
}

.nav-links .next,
.nav-links .prev {
    background-color: var(--active-color);
    color: #fff;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.3125rem;
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.3125rem;
}

.avatar-initials {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.avatar-circle {
    border-radius: 50%;
}

.avatar-circle .avatar-img {
    border-radius: 50%;
}

.avatar-centered {
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.avatar-border-lg {
    border: 0.1875rem solid #fff;
}

.avatar-lg {
    width: 4.25rem;
    height: 4.25rem;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.mainhizmetler {
    position: relative;
    padding: 100px 0px;
    display: block;
}

.mainhizmetler h3 {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}

.mainhizmetler h3 b {
    position: absolute;
    opacity: 0.15;
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

@media (max-width: 576px) {
    .mainhizmetler h3 b {
        font-size: 50px;
    }

    .mainhizmetler h3 {
        font-size: 22px;
    }
}

.mainhizmet {
    display: block;
    position: relative;
    text-align: center;
}

.mainhizmet .mainhizmetimg {
    border-radius: 5px;
    display: block;
    background: #f1f2f3;
    overflow: hidden;
}

.mainhizmet .mainhizmetimg img {
    width: 100%;
    transition: all .3s
}

.mainhizmet:hover .mainhizmetimg img {
    transform: scale(1.15);
}

.mainhizmet h4 {
    font-size: 20px;
    line-height: 18px;
    padding: 0px;
    margin: 20px 0px;
    display: block;
}

.mainhizmet h4 a {
    color: #09192c;
    transition: all .3s
}

.mainhizmet:hover h4 a {
    color: #e3000f;
}

.mainhizmet p {
    padding: 0px;
    margin: 0px;
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 300;
    color: #6b6b6b !important;
}

.mainhizmet p strong {
    margin-right: 5px;
    font-weight: 300;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    background-color: #fff;
    transition: all .3s ease;
}

.contact-section {
    position: relative;
    padding: 100px 0;
}

.contact-section .upper-box {
    position: relative;
    padding: 90px 200px 70px;
    margin-top: -300px;
    margin-bottom: 50px;
    z-index: 1;
    background: #fff;
}

.contact-block {
    margin-bottom: 30px;
}

.contact-block,
.contact-block .inner-box {
    position: relative;
}

.contact-block .icon {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.contact-block .h4,
.contact-block h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 20px;
}

.contact-block p {
    font-size: 15px;
    line-height: 26px;
    color: dimgray;
}

.contact-section .contact-form {
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 50px 50px 70px;
}

.contact-section .contact-form .h3,
.contact-section .contact-form h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 15px;
}

.map-area,
.map-section {
    position: relative;
}

.map-canvas {
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
}

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

.default-form .form-group {
    position: relative;
    margin-bottom: 15.5px
}

.default-form .form-group>label {
    font-size: 15px;
    line-height: 20px;
    color: var(--text);
    font-weight: 500;
    margin-bottom: 10px
}

.default-form .form-group input,
.default-form .form-group textarea {
    position: relative;
    width: 100%;
    display: block;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: #696969;
    background-color: rgba(64, 79, 104, .05);
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: all .3s ease
}

.default-form .form-group textarea {
    height: 160px;
    resize: none
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border: 1px solid #f0f5f7;
    border-color: var(--active-color);
    background-color: #fff
}

.theme-btn {
    position: relative;
    display: inline-flex;
    transition: all .5s ease;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

.btn-style-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: var(--active-color);
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 35px 15px
}

.cont-box {
    background-color: #fff;
    margin-top: -315px;
    padding: 21px 29px 6px 29px;
    border-radius: 6px;
    box-shadow: 1px 3px 23px rgb(0 0 0 / 8%);
    position: relative;
    top: 0;
    width: 320px;
    max-width: 100%;
    z-index: 999999;
}

.tedavi-side .cont-box {
    background-color: #fff;
    margin-top: 40px;
    margin-top: -116px;
    padding: 21px 29px 6px 29px;
    border-radius: 6px;
    box-shadow: 1px 3px 23px rgb(0 0 0 / 8%);
    position: relative;
    top: 0;
    width: 86%;
    z-index: 999999;
}

.contbox-alt {
    margin-top: 30px !important;
}

.cont-box ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.cont-box ul li {
    border-bottom: 1px solid #eee;
}

.cont-box ul li.active a {
    color: var(--active-color);
}

.cont-box ul a {
    padding-left: 0;
    color: #010102;
    font-size: 14px !important;
}

@media only screen and (max-width: 1266px) {
    .contact-section .upper-box {
        padding: 50px 30px 20px;
    }
}

@media (max-width: 768px) {
    .tedavi-side .cont-box {
        background-color: #fff;
        margin-top: 40px;
        margin-top: 0;
        padding: 21px 29px 6px 29px;
        border-radius: 6px;
        box-shadow: 1px 3px 23px rgb(0 0 0 / 8%);
        position: relative;
        top: 0;
        width: 86%;
        z-index: 999999;
    }

    .contact-section .upper-box {
        margin-top: 0;
    }
}

.banner-section {
    position: relative;
    background: #000;
}

.banner-section.style-three {
    margin-top: 102px;
}

.banner-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    transition: opacity 1s ease-in-out;
}

.owl-carousel .owl-item:not(.active) {
    opacity: 0;
    pointer-events: none;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 7000ms linear 0s;
    -o-transition: all 7000ms linear 0s;
    transition: all 7000ms linear 0s;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 5;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px auto;
    padding: 0px;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 70px;
    line-height: 1.15em;
    color: rgb(255, 255, 255);
    font-weight: 800;
    opacity: 0;
    position: relative;

    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    color: rgb(255, 255, 255);
    margin: 20px 0px 40px;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
}

.banner-section .owl-theme .owl-dots {
    display: none;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: block;
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.banner-section .owl-theme .owl-nav .owl-prev::after {
    font-family: uicons-regular-rounded !important;
    content: "\f134";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 56px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -30px;
    background: transparent;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-next::after {
    font-family: uicons-regular-rounded !important;
    content: "\f135";
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner-section .owl-theme .owl-nav button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.banner-section .owl-theme .owl-nav button:hover:before {
    opacity: 1;
}

.banner-section .owl-theme .owl-nav button:hover:after {
    border-color: transparent;
}

.tedaviler .col-md-3,
.tumhizmetler .col-md-3 {
    padding: 0px !important;
    margin: 0px !important;
}

.tedavi {
    margin: 0px 15px 25px 15px;
    text-align: center;
    width: 330px;
}

.tedavi h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 24px;
    position: relative;
}

.tedavi h2:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    top: -15px;
    background: #114263;
    border-radius: 50%;
}

.tedavi:hover h2:before {
    background: #1b699d;
}

.tedavi .tedaviimg {
    width: 100%;
    min-height: 200px;
    display: block;
    overflow: hidden;
    background: rgba(35, 55, 135, .1);
    border-radius: 5px;
    background: #FFF;
}

.tedavi .tedaviimg img {
    transition: all .3s;
    opacity: 1;
    width: 100%;
}

.tedavi:hover .tedaviimg img {
    opacity: .5;
    transform: scale(1.2);
}

.filterDiv {
    display: none;
    transition: opacity 0.7s ease-in-out;
}

.govde {
    margin-top: 20px;
    overflow: hidden;
}

.mainservicetitle {
    margin-bottom: 30px !important;
}

.mainservicetitle h2 {
    font-size: 45px;
    line-height: 45px;
    display: block;
    font-weight: 700;
    letter-spacing: -2px;
}

.mainservicetitle p {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-60%);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.btn2 {
    padding: 0px 25px !important;
    margin: 0px !important;
    line-height: 30px;
    display: inline-block;
    border-bottom: 3px solid #EFEFEF;
    border-left: 0px !important;
    border-right: 0px !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px !important;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
}

.btn2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 0px;
    bottom: -3px;
    background: var(--active-color);
    transition: all 0.3s ease-in-out;
}

.btn2:hover:before {
    width: 100%;
}

.btn2.active:before {
    width: 100%;
}

.btn2.active {
    color: rgba(0, 0, 0, 0.9);
}

.ara {
    position: relative;
    display: block;
    padding: 100px 0px;
    background: url(../image/back-1.png) bottom right;
    background-size: cover;
    color: #FFF;
}

.ara:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.75);
}

.ara h3 {
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {

    .banner-carousel .content-box.style-two h2,
    .banner-carousel .content-box h2 {
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 1139px) {

    .banner-carousel .content-box.style-two h2,
    .banner-carousel .content-box h2 {
        font-size: 50px !important;
    }
}

@media only screen and (max-width: 991px) {
    .banner-carousel .content-box .text {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 991px) {
    .banner-carousel .content-box .btn-box {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {

    .main-header .nav-outer .main-menu,
    .main-header .header-top .inner .top-left,
    .navbar-right-info .sidemenu-nav-toggler,
    .banner-section .owl-theme .owl-nav,
    .testimonial-section .swiper-nav-button,
    .sticky-header {
        display: none !important;
    }
}

.announcement {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}

.announcement .columns {
    list-style: none;
}

.announcement .vertical-align-cell:before {
    float: left;
    font-size: 48px;
    margin-right: 30px;
    color: #F4BC16;
    border: 1px solid #E2E6E7;
    padding: 19px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.announcement .vertical-align {
    height: 88px;
}

.announcement h3 {
    margin-left: 118px;
}

.announcement .yeni h3 {
    margin-left: 0px;
    margin-top: 22px;
}

.announcement p.description {
    margin-top: 14px;
    margin-left: 118px;
    /* white-space: nowrap; */
}

.announcement .yeni p.description {
    margin-top: 14px;
    margin-left: 0px;
    /* white-space: nowrap; */
}

.section .intro {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s 0.3s ease;
    -o-transition: opacity 1s 0.3s ease;
    transition: opacity 1s 0.3s ease;
    margin-bottom: 5%;
}

.section:not(.scrollable-home) .intro {
    -webkit-transform: translateY(7rem);
    -ms-transform: translateY(7rem);
    -o-transform: translateY(7rem);
    transform: translateY(7rem);
    -webkit-transition: all 0.35s 0.6s ease;
    -o-transition: all 0.35s 0.6s ease;
    transition: all 0.35s 0.6s ease;
}

.section.active .intro {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.title-uppercase {
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.33333;
    margin: 3rem 0 5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.map-2 {
    width: 100%;
    height: 20rem;
    border: 0;
    text-align: center;
}

.contact-info {
    overflow: hidden;
    margin-top: 5.5rem;
}

.row-contact-info {
    margin: -5rem -4% 0;
}

.success-message,
.error-message {
    display: none;
    margin-top: 2rem;
}

.col-contact-info {
    padding: 0 4%;
    margin-top: 5rem;
}

.col-contact-info:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-info h3 {
    font-size: 1.92rem;
    line-height: 1.06;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin: 0 0 2rem 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.contact-info .col-right {
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
}

.contact-info-row {
    line-height: 1.5;
    margin-bottom: 2.14rem;
}

.contact-info-row:last-child {
    margin-bottom: 0;
}

.contact-info-row strong {
    font-size: 1.1428rem;
    text-transform: uppercase;
    color: #000;
}

.row-contact-info {
    margin: -5rem -4% 0;
}


.vertical-align-cell {
    display: table-cell;
    vertical-align: middle;
}

.gri-bg{
    margin: 2% 40px 40px 40px;
    background-color: #f7f7f7;
  }
  .container-fluid {
      padding-right: 20px !important;
      padding-left: 20px !important;
  }
  @media (max-width: 700px){
    .gri-bg{
      margin: 80px 0px 0px 0px;
    }
    .filter li {
      margin: 1rem 1rem 1rem 0;
      display: inline-block;
      font-size: 12px;
    }
  }

  .kategori-content{
    margin-top: 20px;
  }
  .kategori-content a{
    background-color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    margin-right: 5px;
    font-weight: 700;
  }
  .kategori-content a.active{
    background-color: var(--active-color);
    color: #fff;
  }
  @media (max-width: 700px){
    .kategori-box{
      margin-top: 60px;
    }
    .sizi-arayalim{
      margin-top: -17px;
      margin-right: 35px;
    }
  }

  
  .section-projects{
    padding-bottom: 8rem;
  }
  
  .filter-content{
    position: relative;
    overflow: hidden;
  }
  
  .filter{
    list-style: none;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    padding-left: 0;
    margin:0;
  }
  
  .filter li{
    margin:1rem 1rem 1rem 0 ;
    display: inline-block;
  }
  
  .filter li:last-child{
    margin-right: 0;
  }
  
  .filter li a{
    color: inherit;
  }
  
  .filter li a:hover,
  .filter .active a{
    color: var(--active-color);
    text-decoration: none;
  }
  
  .section-projects .filter-content{
    margin:2rem 0 0 0;
  }
  
  .section-projects .filter{
    margin: 0;
  }
  
  .section-projects .view-projects{
    margin:0.85rem 0 0 0;
  }
  
  .view-projects{
    display: inline-block;
    font-style: italic;
    color: #999999;
  }
  
  .view-projects:hover{
    text-decoration: none;
    color: var(--active-color);
  }

  .proje-bilgi{
    padding: 40px;
    margin: 20px 0;
    background-color: #fff;
  }
  .proje-bilgi h1{
    font-size: 32px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .paylas{
    margin-top: 50px;
  }
  .paylas .social-list{
    float: right;
    margin-top: 6px;
  }
  .proje-menu li{
    list-style: none;
    cursor: pointer;
    margin-top: 5px;
  }
  .proje-menu li:hover, .proje-menu li.c{
    color: #fec000;
  }
  .proje-icerik{
    padding: 20px;
    margin: 20px 0px;
    background-color: #fff;
    min-height: 500px;
  }
  .proje-icerik .gorsel{
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .sekme{
    display: none;
  }
  .sekme.harita iframe{
    width: 100%;
  }

  .proje{
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .proje a{
    position: relative;
    margin: 7px;
  }

  .project-item{
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .project-item img{
    width:100%;
  }
  
  .item-shadow{
    position: relative;
  }
  
  .item-shadow:before{
    content:'';
    position: absolute;
    z-index: 1;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.6) 100%);
  }
  
  .project-item .link-arrow{
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 3rem;
    bottom: 2.3rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  
  .project-hover{
    position: absolute;
    z-index: 2;
    left: 0;
    top:0;
    width: 100.1%;
    height: 100%;
    padding:4.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  
  .project-title{
    color: #fff;
    margin:0;
  }
  
  .project-hover .project-title{
    position: absolute;
    bottom: 5.5rem;
  }
  
  .project-description{
    opacity: 0;
    margin-top:12%;
    line-height: 1.71;
    color:#333333;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
  }
  
  .project-item:hover .project-hover{
    background-color: var(--active-color);
  }
  
  .project-item:hover .project-hover .project-title{
    position: relative;
    color: #000;
    bottom:2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  
  .project-item:hover .project-hover .project-description{
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
  }
  
  .project-item:hover .link-arrow{
    color: #000;
  }

  .social-list{
    overflow:hidden;
  }
  
  .social-list a{
    float: left;
    font-size: 1.428rem;
    line-height: 1;
    color:#000;
    margin-left: 2rem;
  }
  
  .social-list a:first-child{
    margin-left: 0;
  }
  
  .social-list a:hover{
    color:#ffc000;
    text-decoration: none;
  }