.page_breadcrumbs {
    position: relative;
    background-image: url(../img/iletisime-gec-bg.jpg);
    padding: 173px 0 113px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    z-index: 1; /* katman sırası */
}

/* Şeffaf siyah katman */
.page_breadcrumbs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* 0.5 = %50 şeffaf siyahlık */
    z-index: -1; /* Arka planda kalması için */
}


.background_cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_breadcrumbs .breadcrumbs-title {
    display: inline;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 600;
}

.breadcrumb {
    margin: 16px 0 0 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #24a3dd;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    display: block;
}

.breadcrumb li {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb li a {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    text-transform: capitalize;
}

.breadcrumb li a:hover {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.breadcrumb > li + li:before {
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    padding: 0 16px 0 10px;
    content: "│";
    font-size: 11px;
    position: relative;
    top: -1px;
}

.hakkimizda-img {
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

.hakkimizda-img img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

.hakkimizda-detay {
    padding-right: 45px;
}

.hakkimizda-detay .hak-sub-title .sub-title {
    color: #5451c1;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.hakkimizda-detay .hak-sub-title .main-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: none;
}

.description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.description ul li {
    display: flex;
    margin-bottom: 10px;
}

.description ul li i {
    color: #5451c1;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    height: 55px;
    line-height: 55px;
}

.description .content-desc {
    padding-left: 15px;
    color: #434964;
    margin-bottom: 0;
    line-height: 1.7;
}

.content-desc p {
    margin: 0
}

/* Yorumlar */

.yorumlarBg {
    background: linear-gradient(rgba(41, 26, 85, 0), #0603947d), transparent url(../img/yorumlar-bg.jpg) center center / cover no-repeat scroll;
    padding: 110px 0 110px;
}

.section-title {
    text-align: center;
    color: #ffffff;
}

.yorumlarBg .sub-title {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: 700;
    text-transform: capitalize;
}

.yorumlarBg .main-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    color: #ffffff;
}

.yorumbg {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    margin-top: 96px;
    background: #fff;
    border-radius: 165px;
    margin-bottom: 30px;
    border-bottom: 10px solid #ADACE1;
}

.yorumbg .yorum-resim {
    margin-top: -64px;
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 0;
    overflow: visible;
}

.yorumbg .yorum-resim img {
    border-radius: 100%;
    width: 131px;
    border: 10px solid #fff;
    height: inherit;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.yorumbg .yorum-resim a {
    display: inline-block;
    background: #5451c1;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    border-radius: 100%;
    border: 3px solid #fff;
    position: absolute;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

.yorumbg .yorum-resim a:hover {
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
}

.yorum-twitter {
    bottom: 21px;
    right: -10px;
}

.yorum-linkedin {
    bottom: 21px;
    left: -10px;
}

.yorumbg .yorum-baslik {
    margin-top: 3px;
    overflow: hidden;
}

.yorumbg .yorum-baslik h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: #434964;
    font-weight: 700;
    margin: 0;
}

.yorumbg .yorum-baslik span {
    color: #5451c1;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding-top: 7px;
    margin-bottom: 10px;
}

.yorumbg .yorum-icerik {
    position: relative;
    margin-bottom: 31px;
}

.yorumbg .yorum-icerik {
    line-height: 30px;
    background: transparent;
    position: relative;
    padding: 0 50px;
    text-align: center;
    font-size: 16px;
    color: #434964;
}

/* Yorumlar */
.progresbarBg {
    padding: 0 0 100px;
}

.sureclerBg {
    min-height:470px;
}

.surec .sayi {
    width: 96px;
    height: 130px;
    text-align: center;
    line-height: 96px;
    font-size: 26px;
    color: #ffffff;
    margin: 0 auto;
}

.surec .surec-ok {
    width: 290px;
    height: 21px;
    margin: -1px auto 20px;
}
.surec .sure-baslik {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.surec .surec-detay p{
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 1px;
    color: rgb(0 0 0) !important;
}
.surec.blue .sure-baslik {
    color: rgb(56, 72, 149);
}
.surec.blue .surec-detay p {
    color: rgba(56, 72, 149, 0.7);
}
.surec.purple .sure-baslik {
    color: rgb(107, 93, 233);
}
.surec.purple .surec-detay p {
    color: rgba(107, 94, 233, 0.7);
}
.surec.pink .sure-baslik {
    color: rgb(221, 96, 168);
}
.surec.pink .surec-detay p {
    color: rgba(221, 96, 168, 0.7);
}
.surec.orange .sure-baslik {
    color: rgb(244, 122, 20);
}
.surec.orange .surec-detay p {
    color: rgba(244, 122, 20, 0.7);
}

.surec.alt {
    position: relative;
    height: 226px;
}

.surec.alt .surec-ok {
    position: absolute;
    bottom: 56px;
}

.surec.alt .sayi {
    position: absolute;
    left: 50%;
    bottom: -118px;
    transform: translate(-50%, -50%);
    line-height: 155px;
}

.surec.alt .surec-detay {
    position: relative;
    top: 0;
}

.sikca-sorulan-sorular-bg {
    padding: 0 0 120px;
}

.sikca-sorulan-sorular-bg .card-header:first-child {
    border-radius: 0 !important;
    border-bottom: none;
}

.sikca-sorulan-sorular-bg .card {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border-bottom: none;
}

.sikca-sorulan-sorular-bg .card-header {
    background: #f6fafc;
    color: #1e1666;
    cursor: pointer;
    padding: 15px 15px;
}

.sikca-sorulan-sorular-bg .card-header h3 {
    position: relative;
    font-size: 20px;
}
.card-header h3:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro",serif;
    font-weight: 900;
    position: absolute;
    right: 15px;
}

.sikca-sorulan-sorular-bg .card-header h3:before {
    content: "\f068";
}
.sikca-sorulan-sorular-bg .card-header.collapsed h3:before {
    content: "\f067";
}
.sikca-sorulan-sorular-bg .card-header.collapsed {
    background: #f6fafc;
    color: #291a55;
    border-color: #f6fafc;
}

.sikca-sorulan-sorular-bg .card-header.collapsed h3 {
    color: #291a55;
}

.sikca-sorulan-sorular-bg .card-header h3 {
    color: #291a55;
    padding-right: 45px;
}

.sikca-sorulan-sorular-bg .card-body {
    border: 0;
}

/* Paketler */
.paketDetaylariBg {
    margin-top: -150px;
}

.paketDetaylariBg .paket-detay {
    background: #fff;
    padding: 25px 50px 10px 50px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
}

.paketDetaylariBg .paket-detay .paket {
    margin-bottom: 25px;
    text-align: left;
}

.paketDetaylariBg .paket-detay .paket .paket-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.paketDetaylariBg .paket-detay .paket h2 {
    color: #091e42;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.paketDetaylariBg .paket-detay .paket p {
    color: #42526e;
    font-size: 16px;
    margin: 10px 0;
}

.paketTable {
    padding: 0 0 90px;
    margin-bottom: 90px;
}

.header-title {
    padding: 56px 0 !important;
}

.header-title h3 {
    font-size: 26px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f7fa;
}

td:first-child, th:first-child {
    text-align: left;
    width: 20%;
}

td, th {
    text-align: center;
}

.table thead th, .table td, .table th {
    border: none;
}

.table thead th:first-child {
    font-weight: 600;
}

.table thead th {
    font-weight: 500;
    color: #4b4cdd;
}

.table tbody td {
    color: #445869;
}

.table tbody td i {
    font-weight: bold;
}

.table tbody td .fa-check {
    color: #291a55;
}

.table tbody tr td:first-child {
    color: #445869;
    font-weight: 500;
}
.table-striped.table thead th {
    padding: 0;
    vertical-align: middle;
}

.table-striped.table tbody th {
    vertical-align: middle;
}

.table-striped .paket-bg-white {
    color: #4b4cdd;
    background-color: #ffffff;
    width: 100%;
    display: block;
    line-height: 1.8rem;
    border:3px solid rgba(75, 76, 221, 0.5);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -5px;
    padding: 10px;
}

.table-striped .paket-bg-white .paket-title {
    display: block;
}

.table-striped .paket-bg-white.pop {
    position: relative;
    background-color: #4b4cdd;
    color: #ffffff;
    border:3px solid rgba(75, 76, 221, 0.5);
}

.table-striped .paket-bg-white .paket-title .fiyat {
    color: #291a55;
}

.table-striped .paket-bg-white.pop .paket-title .fiyat {
    color: #ffffff;
}

.table-striped .paket-bg-white .fiyat {
    display: inline-block;
    margin-right: 7px;
}

.table-striped .paket-bg-white .fiyat del {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    font-weight: 400;
}

.table-striped .paket-bg-white .fiyat del:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: rgba(75, 76, 221, 0.80);
    left: -5px;
    bottom: 10px;
    transform: rotate(-15deg);
}

.table-striped .paket-bg-white.pop .fiyat del:after {
    background-color: rgba(255, 255, 255, 0.80);
}

.table-striped .paket-bg-white .indirimli-fiyat {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

/* S.S.S*/
.sikca-sorulan-sorular-bg {
    padding: 34px 0 180px;
    background: linear-gradient(180deg, rgba(245, 247, 250, 1) 0%, rgba(254, 254, 254, 1) 100%);
}

.sikca-sorulan-sorular-bg .header-title i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    color: #5350c2;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 15px;
    -webkit-box-shadow: -1px 2px 2px 0 rgb(154, 154, 154);
    -moz-box-shadow: -1px 2px 2px 0 rgb(154, 154, 154);
    box-shadow: -1px 2px 2px 0 rgb(154, 154, 154);
}

.sikca-sorulan-sorular-bg .header-title h3 {
    color: #1c4363;

}

.sikca-sorulan-sorular-bg .header-title p {
    color: #8ea1b2;
    font-size: 16px;
}

.sikca-sorulan-sorular-bg .card-header:first-child {
    border-radius: 0 !important;
}

.sikca-sorulan-sorular-bg .card {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border-bottom: none;
}

.sikca-sorulan-sorular-bg .card-header {
    background: rgba(233, 237, 241, 0.6196078431372549);
    color: #ffffff;
    cursor: pointer;
    padding: 20px 15px;
}

.sikca-sorulan-sorular-bg .card-header h4 {
    font-size: 20px;
    position: relative;
    color: #444446;
}

.sikca-sorulan-sorular-bg .card-header h4:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: 900;
    content: "▬";
    position: absolute;
    right: 15px;
}

.sikca-sorulan-sorular-bg .card-header.collapsed h4:before {
    content: "▼";
}

.sikca-sorulan-sorular-bg .card-header.collapsed {
    background: rgba(233, 237, 241, 0.6196078431372549);
    color: #2a2a2a;
    border-color: rgba(233, 237, 241, 0.6196078431372549);
}

.sikca-sorulan-sorular-bg .card-body {
    border: 0;
    padding: 10px 15px 30px;
    background: #f1f4f6;
}

.sikca-sorulan-sorular-bg .card-body p {
    color: #818181;
    font-size: 15px;
    margin: 0;
}

/* S.S.S*/

/* Hizmet */
.hizmetlerimiz-bg {
    background-color: #f6f6fc;
}

.hizmetlerimiz-bg .hizmet {
    margin: 0 0 30px;
    text-align: center;
    padding: 45px 25px 45px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 15px 32px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
}

.hizmetlerimiz-bg .hizmet:hover {
    background: #5451C1;
    transition: .5s;
}

.hizmetlerimiz-bg .hizmet:hover .hizmet-icon i, .hizmetlerimiz-bg .hizmet:hover .hizmet-detay h3, .hizmetlerimiz-bg .hizmet:hover .hizmet-detay p {
    color: #fff;
}

.hizmetlerimiz-bg .hizmet:hover .shape-one {
    transform: scale(1);
    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}

.hizmetlerimiz-bg .hizmet:hover .shape-two {
    opacity: 0.6;
    transform: translate(50%, 50%);
    -webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}

.hizmetlerimiz-bg .hizmet:hover .shape-three {
    opacity: 0.4;
    -webkit-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    transition-delay: 900ms;
    transform: translate(50%, 50%);
}

.hizmetlerimiz-bg .hizmet .hizmet-icon {
    margin-bottom: 30px;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hizmetlerimiz-bg .hizmet .hizmet-icon i {
    display: inline-block;
    text-align: center;
    font-size: 80px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #5451c1;
}

.hizmetlerimiz-bg .hizmet .hizmet-detay h3 {
    font-size: 25px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 700;
    color: #434964;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hizmetlerimiz-bg .hizmet .hizmet-detay p {
    color: #434964;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*.shape-one {*/
/*    content: '';*/
/*    width: 250px;*/
/*    height: 250px;*/
/*    background: #d858f5;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    bottom: -120px;*/
/*    right: -120px;*/
/*    transform: scale(0);*/
/*    -webkit-transition: all 600ms ease;*/
/*    -moz-transition: all 600ms ease;*/
/*    -ms-transition: all 600ms ease;*/
/*    -o-transition: all 600ms ease;*/
/*    transition: all 600ms ease;*/
/*    z-index: -1;*/
/*}*/

/*.shape-two {*/
/*    content: '';*/
/*    width: 373px;*/
/*    height: 373px;*/
/*    background: #c647fe;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    opacity: 0;*/
/*    -webkit-transition: all 600ms ease;*/
/*    -moz-transition: all 600ms ease;*/
/*    -ms-transition: all 600ms ease;*/
/*    -o-transition: all 600ms ease;*/
/*    transition: all 600ms ease;*/
/*    transform: translate(100%, 100%);*/
/*    z-index: -1;*/
/*}*/

/*.shape-three {*/
/*    content: '';*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    background: #a461e8;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    opacity: 0;*/
/*    -webkit-transition: all 600ms ease;*/
/*    -moz-transition: all 600ms ease;*/
/*    -ms-transition: all 600ms ease;*/
/*    -o-transition: all 600ms ease;*/
/*    transition: all 600ms ease;*/
/*    transform: translate(100%, 100%);*/
/*    z-index: -1;*/
/*}*/

/* Hizmet */


/* İletişime Geç */
.iletisime-gec-bg {
    background: linear-gradient(rgba(41, 26, 85, 0), #0603947d), transparent url(../img/iletisime-gec-bg.jpg) center center / cover no-repeat scroll;
}

.iletisime-gec {
    margin-bottom: 60px;
}
.iletisime-gecPad {
    margin-bottom: 60px;
}

.iletisime-gec h3 {
    font-size: 45px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    margin: 38px 0 0;
}

.iletisime-gec h3 span {
    display: block;
}

/* İletişime Geç */
.iyisiyiz-bg .sol-bolum {
    padding-top: 20px;
}

.iyisiyiz-bg .sol-bolum .sub-title {
    color: #5451c1;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.iyisiyiz-bg .sol-bolum p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.iyisiyiz-bg .sol-bolum h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0 0;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
    color: #5451c1;
}

.iyisiyiz-bg .sol-bolum .proje-sayi {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    -webkit-transition: .3s;
    margin: 0;
    transition: .3s;
    position: relative;
    color: #434964;
}


/*Neler yaptık*/
.neler-yaptik-bg .tabs-heading {
    margin: 0;
    display: flex;
    border: 1px solid #4e64f5;
    padding: 4px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
}

.tab-link h2 {
    margin: 0;
}

.tab-link a {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    color: #a5b7d2;
    padding: 15px 28px;
    border-radius: 25px !important;
}

.tab-link a h2 {
    font-size: 16px;
    color: #4e64f5;
}

.tab-link a.active h2, .tab-link a:hover h2 {
    color: #ffffff;
}

.tab-link .nav-link:first-child {
    border: none;
}

.tab-link .nav-link.active, .tab-link .nav-link:hover {
    background: #4e64f5;
    color: #fff;
    font-weight: 600;
    box-shadow: 8px 8px 18px 0 rgba(42, 67, 113, .3);
    -webkit-box-shadow: 8px 8px 18px 0 rgba(42, 67, 113, .3);
    -moz-box-shadow: 8px 8px 18px 0 rgba(42, 67, 113, .3);
}

.tab-link .nav-link.active, .tab-link .nav-link:hover {
    box-shadow: 0 5px 15px 0 rgba(78, 100, 245, 0.35);
}

/*Neler yaptık*/
.neler-yaptik-bg figure {
    position: relative;
}

.neler-yaptik-bg figure figcaption a {
    opacity: 0;
}

.neler-yaptik-bg figure figcaption a {
    display: block;
    text-align: center;
    background: #ffffff;
    color: #94929a;
    padding: 15px 0;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 25px;
    box-shadow: -15px 15px 15px 0 rgba(210, 219, 232, 0.65);
}

.neler-yaptik-bg figure:hover figcaption a {
    opacity: 1;
}

.referans {
    width: 100%;
    min-height: 380px;
    background-size: cover;
    transition: 5s all;
    margin-top: 0;
    position: relative;
}

.referans:hover {
    background-position: bottom;
}

.ref-link {
   box-shadow: -15px 15px 15px 0 rgba(210, 219, 232, 0.27);
}

.ref-link img {
    width: 100%;
}
.nelerYaptik .item {
    border: 3px solid rgba(199, 199, 199, 0.34);
    margin-bottom: 30px;
}
.nelerYaptik .item .title {
    height: 30px;
    background: rgba(199, 199, 199, 0.24);
    display: flex;
    align-items: center;
}

.nelerYaptik .item .title span {
    width: 8px;
    height: 8px;
    background: #f69f19;
    border-radius: 50%;
    position: relative;
    margin-left: 30px;
}

.nelerYaptik .item .title span::before {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #e9203a;
    position: absolute;
    top: 0;
    left: -15px;
}

.nelerYaptik .item .title span::after {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: #4eac2f;
    position: absolute;
    top: 0;
    right: -15px;
}

figcaption h3 {
    display: none
}

.fancybox-caption__body a, .fancybox-caption__body h3 {
    color: #ffffff;
}


/* İçerik Sol-Menu */
.icerik-sol-menu {
    box-shadow: 0 1px 15px 0 rgba(139, 101, 248, 0.37);
}

.icerik-sol-menu ul.sol-menu {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.icerik-sol-menu h2 {
    text-align: left;
    font-size: 22px;
    background: #394af0;
    color: #ffffff;
    padding: 10px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0;
}

.icerik-sol-menu ul.sol-menu li a {
    border: none;
    border-radius: 1px;
    margin: 0;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    color: rgba(101, 133, 248, 0.58);
    padding: 10px 10px 10px 30px;
    display: block;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.icerik-sol-menu ul.sol-menu li a:after {
    position: absolute;
    left: 14px;
    top: 18px;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
}

.icerik-sol-menu ul.sol-menu li:last-child a:after {
    display: none;
}

.icerik-sol-menu ul.sol-menu li a:before {
    position: absolute;
    left: 10px;
    top: 15px;
    content: "";
    padding: 4px;
    border: 1px solid #ddd;
    z-index: 1;
    background: #fff;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.icerik-sol-menu ul.sol-menu li.active a, .icerik-sol-menu ul.sol-menu li a:hover, .icerik-sol-menu ul.sol-menu li a:hover:before {
    color: #394af0;
}

.icerik-sol-menu ul.sol-menu li a:hover, .icerik-sol-menu ul.sol-menu li.active a {
    padding-left: 35px;
}

.icerik-sol-menu ul.sol-menu li.active a:before, .icerik-sol-menu ul.sol-menu li a:hover:before {
    background: #394af0;
    padding: 5px;
    left: 9px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.icerik-detay-bg .sol-menu-icerik {
    margin-bottom: 30px;
}

.icerik-detay-bg .sol-menu-icerik h2 {
    font-size: 26px;
    padding: 10px 0;
}

.icerik-detay-bg .sol-menu-icerik .icerik-detay p {
    font-size: 15px;
    line-height: 30px;
    color: #3a505f;
}

/* İçerik Sol-Menu */

.iletisim-bg {
    background-color: #ffffff;
    position: relative;
}

.iletisim-bg .heading-title {
    margin-bottom: 30px;
}

.iletisim-bg .heading-title p {
    color: #999
}

.iletisim-sol-bolum h3 {
    margin-bottom: 30px;
    font-weight: bold;
}

.iletisim-sol-bolum ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iletisim-sol-bolum ul li, .iletisim-sol-bolum ul li:hover {
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.iletisim-sol-bolum ul li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.iletisim-sol-bolum ul li:last-child {
    border-bottom: 0;
}

.iletisim-sol-bolum ul li:hover .ilet-detay h4, .iletisim-sol-bolum ul li:hover i {
    color: #5350c2;
}

.iletisim-sol-bolum ul li i {
    width: 45px;
    font-size: 30px;
    line-height: 40px;
    margin-right: 20px;
    color: #282828;
}

.iletisim-sol-bolum ul li .ilet-detay, .iletisim-sol-bolum ul li .detay a {
    display: block;
}

.iletisim-sol-bolum ul li .ilet-detay h4 {
    font-size: 20px;
    margin: 0;
    color: #282828;
    font-weight: bold;
    line-height: 28px;
}

.iletisim-sol-bolum ul li .ilet-detay p {
    display: flex;
    margin: 0;
    color: #666;
    font-size: 14px;
}

.iletisim-sol-bolum ul li .ilet-detay a {
    color: #666;
    font-size: 14px;
}

.iletisim-sol-bolum ul li .ilet-detay a:hover {
    color: #5350c2;
}

.iletisim-sol-bolum ul li .ilet-detay p a:after {
    content: "/";
    position: relative;
    padding: 0 5px;
    color: #666 !important;
}

.iletisim-sol-bolum ul li .ilet-detay p a:last-child:after {
    display: none;
}

.iletisim-form button {
    background-color: #2c4698;
    padding: 15px 30px;
    line-height: inherit;
}

.iletisim-form button i {
    margin-right: 5px;
}

.iletisim-form button:hover {
    background-color: #2f44c1;
}

@media (max-width: 768px) {
    .form-group .form-control {
        margin-bottom: 1rem;
    }
    .form-group {
        margin-bottom: 0;
    }
    .icerik-sol-menu {
        margin-bottom: 70px;
    }

    .paketDetaylariBg {
        margin-top: -15px;
    }

    .page_breadcrumbs {
        padding: 120px 0 90px;
    }

    .progresbg {
        box-shadow: none;
        padding: 30px 0 30px 0;
    }

    .progresbarBg {
        padding: 0 0 30px;
    }

    .hakkimizda-img {
        margin-top: 30px;
    }

    .hakkimizda-detay .hak-sub-title .main-title {
        font-size: 26px;
    }

    .hakkimizda-detay {
        padding: 0;
    }

    .progresbg h3 {
        font-size: 16px;
    }

    .surec.alt {
        position: relative;
        height: 195px;
        margin-bottom: 80px;
    }

    .surec.alt .surec-ok {
        position: absolute;
        bottom: 45px;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .surec.alt .sayi {
        position: absolute;
        left: 50%;
        bottom: -118px;
        transform: translate(-50%, -50%);
        line-height: 155px;
    }

    .surec.alt .surec-detay {
        position: relative;
        top: 30px;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .surec.alt {
        position: relative;
        height: 225px;
        margin-bottom: 80px;
    }

    .surec.alt .surec-ok {
        position: absolute;
        bottom: 45px;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .surec.alt .sayi {
        position: absolute;
        left: 50%;
        bottom: -118px;
        transform: translate(-50%, -50%);
        line-height: 155px;
    }

    .surec.alt .surec-detay {
        position: relative;
        top: 10px;
    }
    .surec .surec-detay p {

    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .surec-ok {
        background-size: 240px 21px !important;
    }
    .surec.pink .surec-ok {
        z-index: -1;
        left: -40px;
    }.surec.orange .surec-ok {
        z-index: -1;
        left: -40px;
    }
}

/* Header Image Logo Styling */
.headedrImg {
    text-align: right;
}

.headedrImg img {
    height: 420px;
}