body {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}


.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


a {
    color: #000;
    text-decoration: none;
}


a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.cursorKapat {
    cursor: url(../images/cursor-close.png), pointer;
    transition: .1s;
}

.menubg {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    font-weight: 400;
    background-color: #fff;
}

.menubg::before {

    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30%;
    height: 3px;
    background-color: orangered;
}

.menubg::after {

    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 70%;
    height: 3px;
    background-color: black;
}


.menubg .navbar {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all .5s;
}

.menubg .navbar.header {
    background-color: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    z-index: 99;
    top: 0px;
    border-bottom: 1px solid #efefef;
    position: fixed;
}


.menubg .navbar .navbar-brand img {
    transition: ease-in-out .5s;
    max-height: 50px;
}

.menubg .navbar .navbar-nav li a {
    font-size: 15px;
    color: #000;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.menubg .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 0px;
}

.menubg .navbar .navbar-nav .nav-item .nav-link:hover {
    transition: transform .3s;
    color: #af2f2f;
    border-bottom: 1px solid #fff;
}


.menubg .navbar.header .navbar-nav .nav-item .nav-link {
    color: #16181b;
    border-bottom: 1px solid transparent;
}

.menubg .navbar.header .navbar-nav .nav-item .nav-link:hover {
    color: #16181b;
    border-bottom: 1px solid #d8101b;
}


.menubg .navbar.topmenuacik .navbar-nav .nav-item .nav-link {
    color: #fff;
    border-bottom: 1px solid transparent;
}

.menubg .navbar.topmenuacik .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid #0e5572;
}

.menubg .navbar.topmenuacik .lang-bar,
.lang-bar a {
    color: #fff;
    font-weight: 400;
    margin: 0px 5px;
}

.navbar .nav-item {
    position: relative;
    margin-left: 15px;
}

.search-bar svg {
    fill: #000;
}

.lang-bar,
.lang-bar a {
    color: #000;
    font-weight: 400;
    margin: 0px 5px;
}

.navbar.header .search-bar svg {
    fill: #000;
}

.navbar.header .lang-bar,
.navbar.header .lang-bar a {
    color: #000;
    font-weight: 400;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #16181b;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0px 10px;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    left: 0;
    background-color: transparent;
}

.menubg .navbar-nav .nav-item+.megadrop {
    width: 100%;
    background-color: #16181b;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}


.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li {
    padding: 3px 0px;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    color: #fff;
    text-align: left;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    transition: ease-in-out .5s;
    padding: 3px;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: transparent;
    transform: translateX(5px);
}

.menubg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.sticky {
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 5px 0px rgb(142, 142, 142);
}

.logo-two {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fixed-top .logo-one {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fixed-top .logo-two {
    opacity: 1;
    visibility: visible;
    display: block;
}





/*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #16181b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
}

.sidebar_active {
    width: 450px;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
    animation-delay: .5s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
    animation-delay: .7s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
    animation-delay: .9s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
    animation-delay: 1.1s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
    animation-delay: 1.2s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
    animation-delay: 1.3s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
    animation-delay: 1.4s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
    animation-delay: 1.5s;
}

#dismiss_mobil {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

.accordion-menu {
    width: 100%;
}

.mobil_dropdown_content .dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 5px;
}

.dropdownlink i {
    position: absolute;
    top: 6px;
    left: 16px;
}

.dropdownlink .fa-chevron-down {
    right: 10px;
    left: auto;
}

.submenuItems {
    display: none;
}

.submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mobil_dropdown_content {
    padding-top: 20px;
}

.submenuItems a:hover {
    color: #fff;
}

.sidenav_ul ul {
    margin-bottom: 0px;
}

.sidenav_ul ul li {
    padding: 5px 5px;
}

.sidenav_ul ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 5px;
    white-space: nowrap
}

ul.submenuItems {
    margin-top: 15px;
}

.nav_mobil_bg .accordion-menu {
    background: transparent;
}

.sidenav_ul ul li .mobil_link {
    white-space: nowrap
}

.sidenav_ul ul li a::after {
    display: none;
}

.sidenav_ul .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
}

.accordion-menu ul li {
    padding: 5px;
}

.mobil_social li {
    display: inline-block;
    padding: 5px !important;
    border-bottom: none !important;
}

.sidenav_ul ul li .mobil_link span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

.overlay_mobil_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay_mobil_bg_active {
    display: block;
    opacity: 1;
}

.wrapper-menu {
    width: 30px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

.wrapper-menu.open {
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #c81a21;
    width: 100%;
    height: 4px;
}

.line-menu.half {
    width: 50%;
}

.line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menubg .navbar.header .line-menu {
    background-color: #cc1c22;
    width: 100%;
    height: 4px;
}

.menubg .navbar.header .line-menu.half {
    width: 50%;
}

.menubg .navbar.header .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menubg .navbar.header .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.menubg .navbar.header .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.mobil_menu .menu_lang {
    animation-delay: .5s;
    display: inline-block;
    margin-bottom: 0;
}

.mobil_social {
    animation-delay: 1.5s;
}

.mobil_social li,
.mobil_menu .menu_lang li {
    display: inline-block;
    padding: 5px;
}

.navbar_mobil_bg {
    display: none;
}

#mobil_btn {
    display: none
}

@media(max-width:991px) {
    #mobil_btn {
        display: block;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 60px;
    }
}

@media(max-width:565px) {
    .sidebar_active {
        width: 70%;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 60px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

}


.adresspage {
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    padding: 91px 50px 50px 50px;
}

.adresspage .adress-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.adresspage .adress-txt {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.adresspage .adress-txt .links {
    font-size: 16px;
    font-weight: 600;
    color: orangered;
}

.adresspage .teklifal-btn {
    background-color: orangered;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 10px;
    display: block;
}


.productpage {
    position: relative;
    padding: 21px 0;
    width: 100%;
}

.productpage .product-title {
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}

.productpage .product-title::before {
    content: "";
    position: absolute;
    background-color: orangered;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.productpage .product-text {
    color: black;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    width: 90%;
    margin: 30px auto;
    text-align: center;
}


.productpage .services-item {
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: 8px solid transparent;
    background-color: #fff;
    flex-direction: column;

    padding: 0 44px 40px;
    transition: border-color .2s, transform .2s linear;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    overflow: visible;
    box-shadow: 0 0 50px 7px rgba(44, 45, 46, .06);
}

.productpage .transport-images {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -30px;
}

.productpage .trasport-title {
    color: #131c21;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
}


.productpage .transport-text {
    color: rgba(19, 28, 33, .6);
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
}

.productpage .services-item:hover {
    border: 8px solid orangered;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-top: 0;
    transform: translateY(-7px);
}





.formpage {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0;
}


.contact-form {
    width: 100%;
    max-width: 780px;
    padding: 40px 35px;
    box-shadow: 0 0 50px 14px rgba(0, 0, 0, .04);
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.contact-form .form-title {
    color: #131c21;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    line-height: 1.2;
}

.w-form {
    margin: 0 0 15px;
}

.contact-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 57px 57px 57px 57px auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 57px;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
}

.input-container {
    background-color: #f3f5f6;
}

.textarea-element {
    background-color: #f3f5f6;
    border: 1px #000;
    font-family: Poppins, sans-serif;
    position: static;
}

#w-node {
    grid-area: span 1/span 2/span 1/span 2;
}

.teaxtarea {
    z-index: 10;
    position: relative;
}

.base-form-field {
    height: 57px;
    color: #000;
    background-color: transparent;
    border: 1px #000;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
}



.w-input {
    width: 100%;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.gonderbtn {
    min-width: 155px;
    cursor: pointer;
    background-color: orangered;
    margin-left: auto;
    margin-right: auto;
    padding: 21px 32px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.15;
    transition: background-color .25s;
    border-radius: 0;
    position: relative;
    margin-top: 65px;
    color: #fff;
    font-weight: bold;
}

.submit-button.gonderbtn {
    width: 100%;
    margin-left: 0;
}

.gonderbtn:hover {
    opacity: 1;
    background-color: #d64009;
    color: #fff;
    font-weight: bold;
}

.contact-info {
    width: 100%;
    padding: 40px 15px 40px 60px;
}

.contact-info-title {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
}

.hightlight-dot-title {
    color: orangered;
    font-weight: 700;
    margin-left: 3px;
}

.we-care-text {
    color: #838383de;
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
}


.form-contact-info-title {
    color: #131c21;
    font-size: 25px;
}

.contact-info-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    display: flex;
}

.icont {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: orangered;
    border-radius: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 13px;
    line-height: 1;
    display: flex;
    padding: 5px 10px;
}

.contact-info-link {
    color: rgba(19, 28, 33, .6);
    font-size: 15px;
    text-decoration: none;
    transition: color .4s;
}


.number-progressbar-title {
    width: 100%;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
}

.progressbar-item {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    display: flex;
    box-shadow: 0 0 50px 7px rgba(44, 45, 46, .06);
}

.counter {
    color: #131c21;
    text-align: center;
    margin-top: 10px;
    font-size: 45px;
    display: block;
}

.counter-title {
    color: #131c21;
    text-align: center;
    margin-bottom: 30px;
    font-size: 23px;
}

.paragraph {
    color: rgba(19, 28, 33, .6);
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
    overflow: visible;
}

.paragraph.progressbar-description {
    text-align: center;
    margin-bottom: 0;
}

.progressbar-image {
    height: 165px;
}


.number-txt {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}


.footer {
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-container {
    width: 100%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.footer-item-container.item-logo {
    width: 50%;
    padding-right: 20px;
}

.footer-item-container {
    width: 25%;
}

.footer-item-container2 {
    width: 33%;
}

.footer-lists-title {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.address {
    color: #9fa3a5;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}

.footer-links {
    opacity: .6;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transition: opacity .3s;
    display: block;
}

.footer-links:hover {
    opacity: 1;
    color: #fff;
}

.powered-footer {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
}

.powered-footer a {
    color: #ff4500;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: opacity .3s;
}


.underpages {
    position: relative;
    padding: 10% 0;
}

.underpages .underpage-title {
    color: #ff4500;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

.tabback {
    background-color: #ff4500 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.leftmenu {
    position: relative;
    margin: 0;
    padding: 0;
}

.leftmenu .leftmenuli {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}

.leftmenu .leftmenuli .leftmenulink {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    display: block;
    width: 100%;
    transition: .5s;
    border-bottom: 1px solid #f7f7f7;
}

.leftmenu .leftmenuli:hover .leftmenulink {
    color: orangered;
    font-size: 17px;
    font-weight: 400;
    display: block;
    width: 100%;
    transition: .5s;
    border-bottom: 1px solid orangered;
}

.syf-title {
    background-color: orangered;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.onayliUye {
    background: linear-gradient(45deg, #999 5%, #fff 10%, #ccc 30%, #ddd 50%, #ccc 70%, #fff 80%, #999 95%);
}

/* Redesign Sections */
.section-tag {
    background-color: #e34e24;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
}

.text-orange {
    color: #e34e24;
}

.fh2-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.fh2-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.fh2-title span {
    color: #e34e24;
}

.fh2-top-right {
    max-width: 400px;
    font-size: 14px;
    color: #666;
    text-align: right;
    margin: 0;
}

.hizmet-intro-box {
    border-left: 4px solid #e34e24;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.neden-ttr-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.neden-ttr-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.neden-ttr-icon {
    width: 32px;
    height: 32px;
    background-color: #e34e24;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 14px;
}

.neden-ttr-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.neden-ttr-content p {
    font-size: 15px;
    color: #666;
    margin: 0;
}


.neden-ttr-text {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    border-left: 4px solid #e34e24;
    padding-left: 16px;
}


.ek-owl h3 {
    font-size: 16px;

}

@media (max-width: 768px) {
    .fh2-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .fh2-top-right {
        text-align: left;
        margin-top: 15px;
    }
}