.head_ust {
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 10%);
    height: 40px;
    background-color: #FFF;
    position: relative;
    z-index: 500;
}

.head_ust .head_ust_sol {
    display: flex;
    height: 40px;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}


.head_ust .head_ust_sol a {
    color: #7B7C7E;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.head_ust .head_ust_sol a i {
    font-size: 12px;
    margin-right: 1px;
}


.head_ust .head_ust_sag {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}

.head_ust .head_ust_sag a {
    margin-left: 10px;
    font-size: 14px;
    color: #7B7C7E;
    text-decoration: none;
}

#header1 .navbar-default {
    background: #fff;
    border: none;
    height: 100px;
}

.Logo {
    display: flex;
    height: 100px;
    justify-content: flex-start;
    align-items: center;
}

.Logo img {
    width: auto;
    height: 80px!important;
}


.Menus {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.Menus li {
    margin-left: 20px;
}

.Menus li a {
    color: #7B7C7E;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-decoration: none!important;
}


.Menus li a:hover {
    color: #df6796;
    text-decoration: none!important;
}


.randevu {
    background-color: #86D7EA;
    color: #FFF!important;
    padding: 3px 15px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px!important;
    font-weight: 600!important;
}


.randevu:hover {
    background-color: #DF6796;
}


.slider {
    position: relative;
    width: 100%;
    height: 550px;
    background-color: #f4f4f4;
}

.slider .container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0;
    margin-right: 0;
}


.slider .slider_back {
    width: 100%;
    height: 550px;
    background-image: url(../../layout/images/slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}


.slider .slider_desc {
    width: 350px;
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}

.slider .slider_desc h1 {
    color: #4E4F51;
    font-size: 80px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 80px;
    z-index: 500;
}


.slider .slider_desc h1:before {
    content: attr(data-text);
    position: absolute;
    right: 0;
    top: -50px;
    opacity: 0.04;
    font-size: 150px;
    text-align: right;
    line-height: 150px;
    font-weight: 400;
    z-index: -1;
}


.slide_buton {
    display: block;
    text-align: left;
    margin: 35px 0 0 0;
}


.btn-slider {
    background-color: #DF6796;
    display: inline-flex;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 500;
    transition: ease-in-out .3s;
}


.btn-slider:hover {
    background-color: #DF6796;
    display: inline-flex;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 500;
    transition: ease-in-out .3s;
}


.btn-slider:before {
    content: "";
    position: absolute;
    right: 0;
    left: 100%;
    top: 20px;
    border-radius: 20px;
    bottom: 0;
    height: 2px;
    background-color: #4E4F51;
    margin-left: 10px;
    transition: ease-in-out .3s;
}


.btn-slider:hover:before {
    content: "";
    position: absolute;
    right: -80px;
    left: 100%;
    top: 20px;
    border-radius: 20px;
    bottom: 0;
    height: 2px;
    background-color: #4E4F51;
    margin-left: 10px;
    transition: ease-in-out .3s;
}


.testler {
    padding: 50px 0;
}


h2 {
    color: #4e4f51!important;
    font-size: 25px!important;
    font-weight: 600!important;
    display: inline-block!important;
    position: relative!important;
    margin-bottom: 60px!important;
    z-index: 500!important;
}


h2:before {
    
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 65px;
    z-index: -1;
    width: 1170px;
    opacity: 0.057;
    font-weight: 700;

}


h2:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 5px;
    right: -30px;
    left: 100%;
    height: 2px;
    background-color: #4e4f51;
    margin-left: 5px;
    opacity: 0.3;
}


.t_box img {
    width: 100%;
}

.t_box .content {
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


.t_box .content .content_desc {
    padding-top: 10px;
    padding-left: 5px;
}

.t_box .content .content_desc h3 {
    color: #4e4f51;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}


.t_box .content .content_desc p {
    margin: 0;
    line-height: 18px;
    color: #505050;
    font-weight: 300;
    padding: 5px 0 0 0;
}


.tedaviler {
    padding: 50px 0;
}

.te_box {
    position: relative;
    padding-right: 60px;
}

.te_box img {
    width: 60px!important;
    height: 60px!important;
    margin-bottom: 15px;
}


.te_box h3 {
    font-size: 16px;
    color: #4e4f51;
    font-weight: 600;
}

.te_box p {
    color: #505050;
    line-height: 18px;
    font-weight: 400;
}


.te_box a {
    font-size: 12px;
    font-weight: 500;
    color: #1d2d56;
    display: inline-block;
    text-decoration: none;
    transition: ease-in-out .3s;
}

.te_box a i {
    font-size: 10px;
    position: relative;
    left: 2px;
    top: 1px;
    transition: ease-in-out .3s;
}

.te_box a:hover i {
    transition: ease-in-out .3s;
    left: 4px;
}


.hakkimda {
    padding: 50px 0;
}


.hak_index span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #535456;
    line-height: 25px;
}


.hak_index small {
    font-size: 14px;
    color: #8c8c8c;
    display: block;
    padding: 8px 0 5px 0;
}


.hak_index p {
    margin: 0;
    font-size: 13px;
    color: #505050;
    line-height: 25px;
}


imza {
    display: block;
    margin: 10px 0 0 0;
    font-weight: 700;
    color: #1d2d56;
    font-size: 14px;
}


.hak_img {
    width: 85%;
    height: 280px;
    background-image: url(../../layout/images/hakkimizda.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  
    margin: 0 auto;
}


.hak_desc {
    padding-right: 50px;
}


.blog {
    padding: 50px 0;
}


.blog_box {
    display: flex;
    height: 250px;
}

.blog_image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog_image img {
    width: 100%;
}


.blog_index {
    width: 100%;
    height: 250px;
}


.blog_index .blog_desc {
    padding: 30px 15px;
}


.blog_index .blog_desc span{
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 0;
    color: #4e4f51;
}


.blog_index .blog_desc h4{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 5px 0 15px 0;
    color: #535456;
    font-weight: 500;
}


.blog_index .blog_desc p{
    margin: 0;
    line-height: 20px;
    color: #929292;
}


.blog [class*="col-"] {
    padding-right: 0!important;
    padding-left: 0!important;
}


.b1,.b2 {
    position: relative;
}


.b1:before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -7px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #FFF;
}


.b2:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -7px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #FFF;
}


.f_box img {
    width: auto;
    height: 85px;
}


.f_box span {
    display: block;
    padding: 15px 0;
    color: rgba(255,255,255,0.7);
    line-height: 16px;
    font-size: 12px;
}


.bulten .form-control {
    box-shadow: none;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,0.1);
    height: 40px;
    color: #fff;
}


.bulten {
    display: flex;
    align-items: center;
}


.btn-bulten {
    background-color: #DF6796;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    height: 40px;
    width: 120px;
    outline: none;
}


.f_box h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}


.f_box h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 70%;
    bottom: -12px;
    height: 2px;
    background-color: #86D7EA;
    border-radius: 20px;
}


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

.f_box ul li {
    padding: 2px 0;
}

.f_box ul li a {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-decoration: none;
}


.f_box ul li a:hover {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    text-decoration: none;
}


.f_social {
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    text-align: right;
}


.f_social a {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-left: 5px;
}


.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


.sss {
    padding: 50px 0;
}


.btn-question {
        position: relative;
    z-index: 500;
    width: 100%;
    height: 40px;
    background-color: #e06896;
    border: none;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}


.galerii {
    padding: 50px 0;
}


.hak_desc a {
    display: inline-block;
    margin: 15px 0 0 0;
    background-color: #df6796;
    padding: 6px 25px;
    border-radius: 20px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}


.hak_desc a:hover {
    display: inline-block;
    margin: 15px 0 0 0;
    background-color: #86D7EA;
    padding: 6px 25px;
    border-radius: 20px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}


.service {
    padding: 50px 0;
}


.service h2:before {
    display: none!important;
}


.iletisim {
    padding: 50px 0;
}


.modal-title  {
    font-size: 18px;
}


.modal-body .form-control {
    height: 40px;
    border: none;
    outline: none;
    background-color: #f4f4f4;
    box-shadow: none;
}


.modal-body textarea.form-control {
    height: auto!important;
}


.btn-gonder {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #df6796;
    color: #FFF;
    border-radius: 5px;
}


.owl-nav {
    display: none!important;
}

.owl-dots {
    display: none!important;
}





.topnav {
  overflow: hidden;
  background-color: #FFF;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
    color: #7b7c7e;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 13px;
    display: block;
}


.topnav a:hover {
    background-color: #ddd;
}

.topnav a.icon {
  background: #FFF;
    color: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.topnav a:hover {
  background-color: #FFF;
  color: black;
}

.topnav .active {
  background-color: #FFF;
}


.topnav img {
    width: auto;
    height: 70px!important;
}