.rl{
    right: 30px;!important;
}
*{
    font-family: 'Rubik', sans-serif;
}
body{
    color: #222;
    font-size: 16px;
    line-height: 26px;

}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}tr_menu_resim
 .c-orj{
    color: #e68d00
}
.c-red{
    color: #e60000;
}
.f-vib{
    font-family: 'Great Vibes', cursive;
}
.f-rajd{
    font-family: 'Rajdhani', cursive;
}
.pri-17{
    padding-right: 17px!important;
}
.slider_hizmetler{
    position: relative;
    top: -150px;
    border-top: 1px solid #FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}
.slider_hizmetler div[class^='col']{
    padding: 0;
}
.slider_hizmet{
    height: 130px;
    width: 100%;
}
.slider_hizmet.active{
    border-top: 3px solid #FFF;
}
.slider_hizmet .sayi{
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.slider_hizmet .sayi::after{
    content:"";
    position: absolute;
    bottom: -3px;
    right:-1px;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border:1px solid #FFF;
    border-radius: 50%;
}

.anasayfa_slider_img{
    width: 100%;
    height: 100vh!important;
    background-size: cover;
    background-position: center;
}
.anasayfa_slider_img::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;

}

.anasayfa_hakkimizda_slider .item img{
    max-width: 250px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.tp-bannertimer.tp-bottom {
    bottom:unset!important;
    top:50px!important;
    height:1px!important;
    background-color:#e68d00!important;
}
.tp-tabs{
    max-width: 80%!important;
    width:100%!important;
    position: relative!important;
    left: 10%!important;
    -webkit-transform: matrix(1, 0, 0, 1, -5, -200)!important;
    -ms-transform: matrix(1, 0, 0, 1, -5, -200)!important;
    transform: matrix(1, 0, 0, 1, -5, -200)!important;
    bottom: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #FFF;
    padding:0!important;
}
.tp-tab{
    opacity: 1;
    border-top: 3px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tp-tab.selected .slider_hizmet .sayi{
    background: rgba(0,0,0,0.2)
}
.tp-tab:not(.selected):hover .slider_hizmet .sayi{
    background: rgba(255,255,255,.2)!important;
}
.tp-tab.selected{
    border-top: 3px solid #fff
}
.tp-tab.selected .slider_hizmet .sayi{
    color: #e68d00

}
.feature-box-1 .icon img{
    height: 50px
}
.referans_filter_kapsayici{
    width: 100%;
}
.referans_filter{
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px -15px #ccc;
    box-shadow: 0px 10px 20px -15px #ccc;
    border: 1px solid #f2f2f2;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:10px;
    text-align: center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}
.referans_filter:not(.active):hover{
    -webkit-box-shadow:   0px 13px 20px -15px #888;
    box-shadow:   0px 13px 20px -15px #888;
}
.referans_filter.active{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border:1px solid #e68d00;

}
.referans_filter img {
    height: 50px;
    margin-bottom: 10px
}
#logo-footer{
    width: 100%;
    height: auto;
    max-width: 250px;
    max-height: 250px;
}
.instagram_img_kapsayici{
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px -7px #ccc, 0 0 40px -3px #ccc;
    box-shadow: 0px 10px 30px -7px #ccc, 0 0 40px -3px #ccc;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.like_comment{
    position: absolute;
    width: 101%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    left: 0;
    bottom: -100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.insta_content_kapsayici .like_comment{
    height: unset;
    width: 100%;
    position: absolute;
    bottom: 70px;
    background: #FFF;
}

.instagram_img_kapsayici:hover .like_comment{
    bottom: 0;
}
.like,.comment{
    text-shadow: 0 0 5px #000
}
.insta_content_kapsayici .like,.insta_content_kapsayici .comment{
    text-shadow: none;

}
.insta_content_kapsayici .like i{
    color: #e91e63;
}
.insta_content_kapsayici .comment i{
    color: #24348a
}
.insta_content_kapsayici{
    max-width: 100%;
    width: 800px;
    border-radius: 10px;
    overflow:hidden;
}
.fancybox-content{
    padding: 0;
}
div[data-content^='instagram']{
    overflow: visible;
    border-radius: 10px
}

div[data-content^='instagram'] .fancybox-close-small{
    right: -50px;
    top: -10px;
    color: #FFF
}
.insta_profil_img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding:10px;
    overflow: hidden;
    border: 3px double #ddd;
}
.insta_content_img{
    width: 100%;
}
span.dot{
    width: 3px;
    height:3px;
    background: #333;
    border-radius: 50%;
}
.takip_et{
    color: #3897f0!important
}
.hr_gray{
    height: 1px;
    margin:10px 0;
    background: #eaeaea
}
.insta_go{
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 2px solid #ccc;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width:calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
}
.insta_go:hover{
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px -4px #ccc;
    box-shadow: 0px 10px 20px -4px #ccc;
    background: -webkit-radial-gradient(33% 100%, circle, #e68d00 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: -o-radial-gradient(33% 100%, circle, #e68d00 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient(circle at 33% 100%, #e68d00 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer{
    font-size: 14px;
}
.footer_social{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_social a{
    font-size: 22px;
    margin-right: 8px;
    color: #999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding:10px;
    position: relative;
    left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position: relative;
}

.footer_social a:hover{
    color: #e68d00
}
.referans_kapsayici{
    border-radius: 10px 10px 0 0;
    border:1px solid #f2f2f2;
    overflow:hidden;
    background: #FFF;
    -webkit-box-shadow: 0px 15px 30px -10px #ddd;
    box-shadow: 0px 15px 30px -10px #ddd;
    margin-bottom: 30px;
    transition: .1s;
}
.referans_kapsayici.marka:hover{
    box-shadow: 0px 15px 30px -8px #ddd,  0px 0px 20px -5px #ddd;
}
.referans_kapsayici.marka{
    border-radius: 10px;
    border: 0;
}
.referans_kapsayici .baslik{
    padding:15px;
    text-align:center;
}
.referans_kapsayici span{
    font-size: 13px
}
.section-title img{
    margin-bottom: 10px
}
.hizmet_content{
    min-height: 400px
}
.hizmet_liste li{
    list-style: none;
}
.hizmet_liste li::before{
    content: "";
    margin-right: 5px;
    color: #009257;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}
.page-breadcrumb i{
    color: #FFF
}
.contact-2 .feature-box-3{
    min-height: 72px
}
footer .usefull-link:before{
    content: "";
    background: #e68d00;
    width: 50px;
    height: 1px;
    position: absolute;
}
.fullwidthbanner-container .fullwidthabanner {
    height: 100vh!important;
    max-height: unset!important;
}
#rev_slider_8_1_forcefullwidth{
    height: 100vh!important;
}

.address ul li a{
    color: #909090;
}
.copyright_link{
    color: #ccc!important
}

.bg-gradient::before{
    background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 200%;

}
.why_us::after{
    height: 540px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/a1.png);
    background-repeat: repeat;
}
.custom-block-5-content,.bg-gradient{
    position: relative;
    z-index: 2
}

@-webkit-keyframes follow_me {
    from { transform: scale(.8); }
    to { transform: scale(1.1); }
}

@keyframes follow_me {
    from { transform: scale(.8); opacity: .9 }
    to { transform: scale(1.1) translateY(-3px); opacity: 1 }
}

.follow_me{
    animation: .8s follow_me infinite alternate ease-out;

}
.footer .copyright{
    margin-top: 20px
}
.sayfa_icerik *{
    font-family: 'Rubik', sans-serif!important;
}
.sayfa_icerik h1,.sayfa_icerik h2, .sayfa_icerik h3, .sayfa_icerik h4, .sayfa_icerik h5, .sayfa_icerik h6{
    text-align: center;
}
.sayfa_icerik hr{
    border-color: #ccc;
}
.sayfa_icerik img{
    max-width: 100%;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.inner-intro::before{
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,.3) 100%); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0;
}
.inner-intro .ucgen{
    height: 410px;
}
.inner-intro .ucgen::after{
    content: '';

    position: absolute;
    width: 100%;
    height: 12px;
    bottom: -1px;
    z-index: 2
}

.inner-intro::after,.why_us::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
    background-image: url(dot_light_x.png);
    background-repeat: repeat;
}

.form_mesaj{
    width: 100%; height: 70px; box-shadow: 0px 10px 30px -14px #ccc, 0px 0 30px -9px #ccc; border-radius: 10px;
}
.hizmetler h3{
    margin-bottom: 0;
}
.formpost{
    max-width: 300px;
    margin-left: auto;
    margin-right:auto;
}
.slider_bant{
    z-index: 5!important;
    white-space: nowrap!important;
    font-size: 17px!important;
    line-height: 23px!important;
    font-weight: 400!important;
    color: rgba(255, 255, 255, 1.00)!important;
    background-color:rgb(230, 141, 0)!important;
}
.slider_baslik{
    z-index: 7!important;
    white-space: nowrap!important;
    font-size: 30px!important;
    line-height: 32px!important;
    font-weight: 700!important;
    color: rgba(255, 255, 255, 1.00)!important;
    text-transform: unset!important;

}
.slider_link{
    z-index: 9!important;
    white-space: nowrap!important;
    font-size: 14px!important;
    line-height: 18px!important;
    font-weight: 400!important;
    color: rgba(255, 255, 255, 1.00)!important;
    box-sizing:border-box!important;
    background-color:rgb(230, 141, 0)!important;
    padding:7px 20px!important;
    text-transform: unset!important;
}
.mega-menu.desktopTopFixed .menu-list-items{
    background: #000
}
li.hoverTrigger{
    cursor:pointer;
}
.mega-menu .drop-down-multilevel{
    top: 75px;
}
@media (max-width: 1530px) {
    .tp-tab-mask,.tp-tabs-inner-wrapper{
        width: 100%!important;
        max-width: 100%!important;
    }
    .tp-tabs-inner-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tp-tabs-inner-wrapper .tp-tab{
        max-width: 25%!important;
        width: 25%!important;
        position: static!important;
    }
    .tp-tabs .baslik{
        font-size: 15px
    }
}
@media (max-width: 1400px) {
    .tp-tabs{
        max-width: 90%!important;
        left: 5%!important;
    }
    .tp-tabs .baslik{
        font-size: 14px
    }
}
@media  (min-width: 992px) and (max-width: 1199px) {
    .address span{
        font-size: 14px;
    }

    .contact-2 .gray-form {
        padding-right: 0
    }

    .slider_baslik{

        font-size:24px!important;
        line-height: 32px!important;

    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(1){
        top: 350px!important;
    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(2){
        top: 400px!important;

    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(3){
        top: 450px!important;
    }
    .tp-revslider-slidesli.video_slider.caption_br .tp-parallax-wrap:nth-child(3){
        top:480px!important;
    }

    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(2){
        top: 350px!important;
    }
    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(3){
        top: 400px!important;

    }
    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(4){
        top: 450px!important;
    }
    .tp-revslider-slidesli.caption_br.image_slider .tp-parallax-wrap:nth-child(4){
        top: 480px!important;
    }

}
@media  (min-width: 576px) and (max-width: 1272px) {
    .tp-bannertimer.tp-bottom {
        top:50px!important;
        height:1px!important;
    }
}
@media (max-width: 1199px) {
    .address{
        margin-top: 0;
    }
    .tp-tabs{
        max-width: 96%!important;
        left: 2%!important;
    }
    .tp-tabs .baslik{
        font-size: 13px
    }
    .tp-tabs-inner-wrapper .slider_hizmet {
        padding:0;
    }
    .referans_filter{
        width: 180px;
    }
    .hizmetler h3{
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .mega-menu .menu-mobile-collapse-trigger.active:before {
        -webkit-transform: rotate(38deg);
        -ms-transform: rotate(38deg);
        transform: rotate(38deg);
    }
    .mega-menu .menu-mobile-collapse-trigger.active:after {
        -webkit-transform: rotate(-38deg);
        -ms-transform: rotate(-38deg);
        transform: rotate(-38deg);
        top: 29px;
    }

    .slider_baslik{

        font-size:24px!important;
        line-height: 32px!important;

    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(1){
        top: 210px!important;
    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(2){
        top: 260px!important;

    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(3){
        top: 310px!important;
    }
    .tp-revslider-slidesli.video_slider.caption_br .tp-parallax-wrap:nth-child(3){
        top:340px!important;
    }

    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(2){
        top: 210px!important;
    }
    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(3){
        top: 260px!important;

    }
    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(4){
        top: 310px!important;
    }
    .tp-revslider-slidesli.caption_br.image_slider .tp-parallax-wrap:nth-child(4){
        top: 340px!important;
    }
    .iletisim_kapsayici{
        margin-bottom: 30px
    }
    .hizmet_content{
        min-height: unset;
    }
    .mega-menu .menu-links > li > a{
        height: 100%!important;
        display: block!important;
        width: 100%!important;
        padding: 12px!important;
    }
    .mega-menu .menu-logo a {  top: 0 }
    .custom-block-3 .custom-block-content {
        padding-top: 32px;
    }
    .tp-tabs-inner-wrapper .tp-tab{
        max-width: unset!important;
        width: auto!important;
        position: static!important;
    }
    .tp-tabs-inner-wrapper .slider_hizmet {
        padding:10px;
    }
    .slider_hizmet .sayi{
        width: 40px;
        height: 40px;
        margin-right: 13px;
        font-size: 24px
    }
    .tp-tabs .baslik{
        font-size: 11px
    }
    .tp-tabs-inner-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .recent-vehicle .isotope.column-4 .grid-item{
        padding:15px;
    }
    .fullwidthbanner-container .fullwidthabanner {
        height: 600px!important;
        max-height: unset!important;
    }
    #rev_slider_8_1_forcefullwidth{
        height: 600px!important;
    }
    .anasayfa_slider_img::before{
        height: 550px;
    }
    .tp-tabs{

        -webkit-transform: matrix(1, 0, 0, 1, -5, -130)!important;

        -ms-transform: matrix(1, 0, 0, 1, -5, -130)!important;

        transform: matrix(1, 0, 0, 1, -5, -130)!important;
    }
    .referans_filter{
        width: 160px;
        height: 110px
    }
    .referans_filter span{
        font-size: 11px!important;
    }
    .referans_filter img {
        height: 40px;
        margin-bottom: 5px;
    }

}

@media( max-width:845px) {
    .referans_filter_kapsayici{
        flex-wrap: wrap;
        margin-bottom: 15px

    }
    .referans_filter:first-child{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .referans_filter{
        flex-direction: row;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        height: 60px;
        justify-content:flex-start;
        margin-bottom: 15px;
    }
    .referans_filter img{
        height: 40px;
        margin-bottom: 0;
        margin-right:15px;
    }
    .referans_filter span{
        font-size: 13px!important;
        text-align: left;
    }

    .tp-tabs-inner-wrapper .tp-tab{
        max-width: unset!important;
        width: auto!important;
        position: static!important;
    }
    .tp-tabs-inner-wrapper .slider_hizmet {
        padding:10px;
    }
    .slider_hizmet .sayi{
        width: 35px;
        height: 35px;
        margin-right: 10px;
        font-size: 22px
    }
    .tp-tabs .baslik{
        font-size: 12px
    }
    .tp-tabs-inner-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 820px){
    .slider_hizmet .sayi{
        margin-right: 0
    }
    #header .topbar .container-orta {
        max-width: 92%!important;
    }
    .topbar-left{
        text-align: left!important
    }
    .topbar-right{
        text-align: right!important
    }
    .topbar div[class^='col']{
        padding-left:10px;
        padding-right: 10px;
    }
    .tp-tabs-inner-wrapper .tp-tab{
        width: 25%!important;
    }
    .slider_hizmet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important;
        -webkit-box-align:center!important;
        -ms-flex-align:center!important;
        align-items:center!important;
        text-align: center;
    }
    .fullwidthbanner-container .fullwidthabanner {
        height: 550px!important;
        max-height: unset!important;
    }
    #rev_slider_8_1_forcefullwidth{
        height: 550px!important;
    }
    .anasayfa_slider_img::before{
        height: 500px;
    }

}
@media (min-width: 576px) and ( max-width:767px) {

    .insta_yazi{
        font-size: 13px;
        line-height: 22px;
    }
    .insta_kapsayici{
        padding: 5px 0
    }
    .insta_profil_img {
        width: 45px;
        height: 45px;
        padding: 5px;

    }

}
@media (min-width: 576px) and ( max-width:650px) {
    .insta_yazi_col{
        padding: 0 10px;
    }
    .insta_yazi{
        font-size: 12px;
        line-height: 20px;
    }
    .insta_kapsayici{
        padding: 5px 0
    }
    .insta_profil_img {
        width: 45px;
        height: 45px;
        padding: 5px;

    }
    .insta_content_kapsayici .like_comment{
        bottom: 45px;
    }
    .insta_go{
        bottom: 5px
    }
}


@media( max-width:767px) {
    .topbar div[class^='col'] {
        padding-left: 0;
        padding-right: 0;
    }

    .sayfa_icerik img{
        max-width: 100%;
        float: unset!important;
        display: block;
        margin:auto;
        padding: 10px;
        padding-bottom: 0;
    }
    .anasayfa_hakkimizda_slider .item{
        max-width: 300px;
        margin:auto;
    }
    .referans_filter_kapsayici{
        padding: 0 15px
    }
    .tp-tabs .baslik{
        font-size: 11px
    }
    .d-none-767{
        display: none!important;
    }
    .custom-block-3 .custom-block-content{
        padding-top: 40px;
    }
    .contact-map .container-fluid iframe{
        height: 260px;
    }
    .fullwidthbanner-container .fullwidthabanner {
        height: 450px!important;
        max-height: unset!important;
    }
    #rev_slider_8_1_forcefullwidth{
        height: 450px!important;
    }
    .anasayfa_slider_img::before{
        height: 400px;
    }
}
@media( max-width:670px) {
    .tp-tabs .baslik{
        font-size: 10px
    }
}
@media( max-width:600px) {
    .tp-tab.selected .slider_hizmet .baslik{
        color: #e68d00;
        transition: .3s;
    }
    .tp-tabs .sayi{
        display: none!important;
    }
    .tp-tabs .baslik{
        line-height: 18px;
        font-size: 9px
    }
    .tp-tabs-inner-wrapper .slider_hizmet{
        padding: 2px;
    }
    .slider_hizmet{
        height: 80px;
    }
    .tp-tab-mask, .tp-tabs-inner-wrapper{
        bottom: -15px!important
    }
    .tp-tabs-inner-wrapper{
        height: 70px!important;
    }
    .tp-tab{
        height: 70px!important;
    }
    .tp-tabs{
        border: 0
    }

    .tp-tab.selected{
        border-color: transparent
    }
    .list-inline>li.social_li{
        padding-right: 4px;
        padding-left: 4px
    }
}
@media( max-width:575px) {
    #logo-footer{
        max-width: 250px;
        max-height: 250px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .referans_filter span{
        font-size: 11px!important;
        text-align: left;
    }
    .topbar-left{
        text-align: center!important
    }
    .topbar-right{
        text-align: center!important
    }
    .tp-bannertimer.tp-bottom {
        bottom:unset!important;
        top:80px!important;
        height:1px!important;
        background-color:#e68d00!important;
    }
    .insta_content_img img{
        width: 300px!important;
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .insta_kapsayici{
        height: 320px;
    }
}
@media( max-width:480px) {
    .tp-tabs .baslik{
        line-height: 13px;
        font-size:9px
    }
    .referans_filter{
        height:50px;
        padding: 7px;
        margin-bottom: 10px;

    }
    .referans_filter img{
        height: 28px;
        margin-right:7px;

    }
    .referans_filter span{
        font-size: 11px!important;
        line-height: 18px;
    }
    .footer_social a{
        font-size: 20px
    }
    .custom-block-3 .custom-block-content{
        padding-top: 20px;
    }
}
@media( max-width:425px) {
    .referans_filter_kapsayici{
        flex-wrap: wrap;
        margin-bottom: 0
    }
    .referans_filter{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height:50px;
        justify-content:flex-start;
        margin-bottom: 10px;
        padding: 7px
    }

    .referans_filter img{
        height: 28px;
        margin-bottom: 0;
        margin-right:10px;
    }
    .referans_filter span{
        font-size: 14px!important;
        text-align: left;
        line-height: 18px;
    }
    .fullwidthbanner-container .fullwidthabanner {
        height: 350px!important;
        max-height: unset!important;
    }
    #rev_slider_8_1_forcefullwidth{
        height: 350px!important;
    }
    .anasayfa_slider_img::before{
        height: 300px;
    }

    .slider_hizmet{
        height:100px
    }
    .tp-tabs{
        border: 0
    }

    .tp-tab.selected{
        border-color: transparent
    }
    #header .topbar .container-orta{
        max-width: 96%!important;
    }
    .insta_kapsayici{
        height: 360px;
    }
}
@media( max-width:374px) {
    #header .topbar .container-orta{
        max-width: 100%!important;
    }
    #logo-footer{
        max-width: 200px;
        max-height: 200px;
    }

    .footer_social a{
        font-size: 18px;
        margin-right: 5px;
    }
    .p-375-10{
        padding: 10px;
    }
    .topbar div[class^='col'] {
        padding-left: 7px;
        padding-right: 7px;
    }
    .list-inline>li.social_li{
        padding-right: 3px;
        padding-left: 3px
    }
    .form_mesaj{
        font-size: 14px
    }
    .g-recaptcha{
        position: relative;
        left: -1%
    }
    .slider_hizmet .sayi{
        width: 32px;
        height: 32px;
        font-size: 20px
    }
    .insta_kapsayici{
        height: auto;
        padding-bottom: 100px;
    }
}

@media( max-width:345px) {
    .list-inline>li.social_li{
        padding-right: 1px;
        padding-left: 1px
    }
    .g-recaptcha{
        position: relative;
        left: -8%
    }
}

@media (min-width: 992px) and (max-height: 650px) {
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(1){
        top: 250px!important;
    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(2){
        top: 300px!important;

    }
    .tp-revslider-slidesli.video_slider .tp-parallax-wrap:nth-child(3){
        top: 350px!important;
    }
    .tp-revslider-slidesli.video_slider.caption_br .tp-parallax-wrap:nth-child(3){
        top:390px!important;
    }

    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(2){
        top: 250px!important;
    }
    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(3){
        top: 300px!important;

    }
    .tp-revslider-slidesli.image_slider .tp-parallax-wrap:nth-child(4){
        top: 350px!important;
    }
    .tp-revslider-slidesli.caption_br.image_slider .tp-parallax-wrap:nth-child(4){
        top: 390px!important;
    }
    .tp-tabs-inner-wrapper .tp-tab{
        max-width: unset!important;
        width: 25%!important;
        position: static!important;
    }
    .tp-tabs-inner-wrapper .slider_hizmet {
        padding:10px;
    }
    .slider_hizmet .sayi{
        width: 40px;
        height: 40px;
        margin-right: 13px;
        font-size: 24px
    }
    .tp-tabs .baslik{
        font-size: 11px
    }
    .tp-tabs-inner-wrapper{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .slider_hizmet{
        justify-content:center!important;
    }
    .tp-tabs{

        -webkit-transform: matrix(1, 0, 0, 1, -5, -130)!important;

        -ms-transform: matrix(1, 0, 0, 1, -5, -130)!important;

        transform: matrix(1, 0, 0, 1, -5, -130)!important;
    }
}

 .home-newsletter {
     padding: 30px 0;
 }
.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
.home-newsletter .single h2 {
    font-size: 22px;
    color: white;
    margin-bottom: 40px; }
.home-newsletter .single .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    }
.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f; }
.home-newsletter .single .btn
{
    min-height: 50px;
    background: #243c4f;
    color: #fff;
}

.sendbtn
{
    min-height: 50px;
    border-radius: 0px 20px 20px 0px;
    color: #fff;
}
