@media only screen and (min-width: 1200px) {
    .site-header-menu-inner .navs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .menu,
    .ttm-header-icons,
    .ttm-header-icon {
        float: right;
    }
    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        margin: 0;
        padding: 0 10px 0 6px;
        position: relative;
        z-index: 1;
        height: 60px;
        font-size: 14px;
        line-height: 67px;
        font-weight: 400;
    }
    #site-header-menu #site-navigation .menu ul > li:hover > ul {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }
    #site-header-menu #site-navigation .menu ul ul {
        background-color: #fff;
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        width: 250px;
        padding: 0px;
        opacity: 0;
        line-height: 14px;
        margin: 0;
        list-style: none;
        left: 0;
        box-shadow: 0 3px 25px 0px rgba(0, 0, 0, 0.07), 0 0 0 rgba(0, 0, 0, 0.1) inset;
        background-clip: padding-box;
        transition: all 0.2s ease;
        z-index: 99;
    }
    #site-header-menu #site-navigation .menu > ul ul li a {
        margin: 0;
        display: block;
        padding: 15px 20px;
        position: relative;
        font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    }
    .mobile-menu,
    .mobile-menu-bg {
        display: none !important;
    }
    .second-footer > div > .row .widget-area:first-child .widget {

    }
    .sticky-footer {
        display: none;
    }
}
@media (max-width: 1199px) {
     .search-box .fa-search {
          left: 280px;
        top: -21px;
    }
    .site-branding2 {
        display: flex;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .navs{
        max-height: 70px;
    }
    .site-navigation{
        position: relative;
        bottom: 120px;
    }
    .home-link span{
        background-color: #ffffff;
        padding: 18px;
        display: block;
        width: fit-content;
        margin: auto;
        z-index: 99;
        position: relative;
        border-radius: 50%;
        bottom: 15px;
    }
    .site-branding img{
        display: block;
        margin: auto;
        position: relative;
        z-index: 99;
        background-color: transparent;
        padding: 10px;
        bottom: 2px;
        max-height: 70px;
    height: 70px;
    width: auto;
    }
    #site-header-menu #site-navigation .menu,
    #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
    }
    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }
    #site-header-menu #site-navigation .menu,
    #site-header-menu #site-navigation .menu > ul ul,
    #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }
    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }
    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }
    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }
    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        height: auto;
        line-height: 18px !important;
    }
    .ttm-menu-toggle {
        position: relative;
        width: 20px;
        float: right;
        left: 68px;
    }
    .ttm-menu-toggle label {
cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 80%;
        width: 95%;
        top: 43px;
        right: 75px;
        margin: 0;
    }
    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }
    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .ttm-menu-toggle .toggle-block {
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }
    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }
    .fbody {

    }
    .dsa-logo {
        margin-top: 15px;
        display: block;
    }
}
@media (min-width: 576px) {
    .main-slider .item .content {
        left: 2%;
    }
    .cbody {

    }
}
@media (max-width: 575px) {
    .search-box .fa-search {
            background-color: #0069dd !important;
    }
    #Image{
        display: none;
    }
    .main-slider,
    .main-slider .owl-carousel,
    .main-slider .owl-stage-outer,
    .main-slider .owl-item,
    .main-slider img {
        height: 500px !important;
        overflow: hidden;
    }
    .sitenitasarlacom-icerik2 {
        padding: 0;
    }
    .main-slider .item .content {
        justify-content: end;
        width: 100%;
    }
    .cbody h2{
        font-size: 20px;
    }
    .galleryy{
        margin-bottom: 35px;
    }
    @keyframes move {
        0% {
            transform: translate(120%, -800%) scaleX(0.2);
            height: 60px;
        }
        30% {
            transform: translate(120%, -20%);
            height: 10px;
        }
        70% {
            transform: translate(120%, 20%);
            height: 20px;
        }
        100% {
            transform: translate(0%, 20%) scaleX(0.2);
            height: 0px;
        }
    }
    @keyframes move2 {
        0% {
            transform: translate(120%, -800%) scaleX(0.2);
            height: 60px;
        }
        30% {
            transform: translate(120%, -20%);
            height: 10px;
        }
        70% {
            transform: translate(120%, 20%);
            height: 20px;
        }
        100% {
            transform: translate(0%, 20%) scaleX(0.2);
            height: 0px;
        }
    }

    .name-slider{
        color: #EB4141;
        font-weight: 400;
        font-size: 16px;
        position: relative;
        left: 2px;
    }
    .btn-shine{
        top: 70%;
        left: -26%;

    }
    #containerr .drop{
        display: none;
        height: 2px;
        width: 6px;
        border-radius: 0;
        background-color: #90d36d;
        position: relative;
        top: 0%;
        left: 40%;
        transform: translate(120%, -800%) scaleX(0.5);
        animation: move 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite;
    }
    .resim {
        padding: 8px;
    }
    .gallery-area{
        padding-bottom: 0px;
        margin-top: 50px;
    }
    .ab-icerik{
        padding: 0px 11px 51px 20px;
    }
    .services-head h2{
        left: 12px;
    }
    .copyright p{
        text-align: center;
    }
    .dsa-logo img{
        max-height: 35px;
        margin-top: -15px;
        padding-bottom: 5px;
    }
    .footer .widget ul > li{
        display: none;
    }
    .footer .widget ul > li:nth-child(1){
        display: inline-flex;
    }
    .footer .widget ul > li:nth-child(2){
        display: inline-flex;
    }
    .footer .widget ul > li:last-child{
        display: inline-flex;
    }
    .widget ul{
        display: flex;
        justify-content: center;
    }
    #containerr .text{
        font-size: 37px;
    }
    .vdo .owl-carousel .owl-stage-outer{
        overflow: visible;
    }
    #containerr2 .text2{
        display: block;
        font-size: 37px;
        position: absolute;
        top: 30%;
        left: 14%;
        margin-left: 50px;
        transform: translate(-50%, -50%);
        font-family: Anton;
        z-index: 999;
        color: #fff;
    }
    #containerr2 .drop2{
        display: none;
        height: 5px;
        width: 4px;
        border-radius: 0;
        background-color: #90d36d;
        position: absolute;
        top: 8%;
        left: 45%;
        transform: translate(120%, -800%) scaleX(0.5);
        animation: move2 6s cubic-bezier(1, 0.04, 0.74, 0.2) infinite
    }
    .btn-shine2{
        top: 45%;
        left: -11%;
    }
    .dots-area{
        display: none;
        bottom: -16px;
        margin: auto;
        left: 0;
        justify-content: center;
    }
    .cbody .sum p{
        font-size: 14px;
    }
    .dots-area .dots img{
        width: 33px;
        height: 33px;
    }
    .animated-button{
        padding: 5px 28px;
        font-size: 12px;
    }
    .animated-button svg{
        width: 20px;
    }
}
@media (max-width: 768px) {
    .search-box .fa-search{
      height: 20px;
    width: 20px;
    background-color: #0f2a48;
    position: relative;
    /* top: 26px; */
    z-index: 999;
    /* left: 17px; */
}
    .sticky-desktop {
        width: 85% !important;
    }

    .sticky-desktop li a i{
        height: 25px;
        width: 25px;
        background-color: #0f2a48;
    }
    
    .mobile-social{
        display: block;
        position: fixed;
        top: -40px;
        width: 300px;
        border-radius: 0 !important;
        background-color: white;
        height: 60px;
    }
    .mobile-social ul{
        background: transparent;
        display: flex;
        justify-content: center;
    }

    .mobile-social i{
        height: 25px;
        width: 25px;
        margin-left: 15px;
        background-color:#0f2a48 ;
        background: #0f2a48 !important;
        margin-bottom: 10px;
        bottom: 7px;
        position: relative;
    }

    .main-slider .item .content .inner {
        background: #0f2a48;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        height: 180px;
    }
    .widget img {
        width: 250px;
    }
    .cont-marka-baslik {
        text-align: center;
    }
    .cizgiduz::after {
        display: none;
    }
    .conicon1,
    .conicon2,
    .conicon3,
    .conicon4 {
        padding: 20px 10px 0px 125px;
    }
    .anab1 {
        font-size: 30px !important;
        text-align: center;
    }
    .cizgiduz::after {
        width: 50% !important;
    }
    .ttm-search-overlay .ttm-site-searchform input[type="search"] {
        max-width: 100%;
    }
    .ttm-search-overlay .ttm-site-searchform {
        left: 20px;
        margin-left: 0;
        max-width: calc(100% - 40px);
    }
    .ttm-search-overlay .ttm-search-outer .ttm-form-title {
        font-size: 32px;
    }
    .footer .widget {
        margin: 15px 0 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .resim img {
        height: 510px !important;
        object-fit: cover;
    }
}
@media (max-width: 992px) {
    .breadcrumb-wrapper {
        width: 100%;
        margin: auto;
        display: contents;
    }
    .ttm-header-icons {
        padding-left: 15px;
    }
}
