html {
    scroll-behavior: smooth;
}

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

h1 {
    font-weight: 700;
    letter-spacing: 0.36px;
}

a:hover {
    color: currentColor;
    text-decoration: none;
}

p {
    font-size: 20px;
    color: #5C5C5C;
    letter-spacing: 0.25px;
    line-height: 41px;
}

.p-mt-75 p {
    margin-top: 75px;
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a {
    color: currentColor;
}

.hamburger {
    width: 40px;
    z-index: 999;
    padding-top: 40px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s!important;
    -o-transition: all 0.5s!important;
    transition: all 0.5s!important;
    position: absolute;
    right: 15px;
    top: 0;
    display: none
}

.hamburger-box {
    position: absolute;
    display: block;
    width: 34px;
    height: 24px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -17px;
    margin-top: -12px
}

.hamburger--spring .hamburger-inner {
    top: 22px;
    -webkit-transition: background-color 0s linear .13s;
    -o-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #000;
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    -webkit-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 34px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #000;
}

.hamburger--spring .hamburger-inner:after {
    top: 17px;
    -webkit-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent!important
}

#mobileMenu {
    display: none
}

#mobileMenu .nav {
    flex-direction: column;
}

.mobileSide {
    height: 44%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: -1px;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 13%;
    background: #fff;
}

.mobileSide .bartitles .active {
    color: #fff;
    width: 100%;
}

.mobileSide .bartitles a {
    padding: 2px 0;
    color: #000;
    display: block;
    opacity: 1;
    margin-bottom: 2%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px;
}

.add-style-mobilemenu {
    width: 100%!important;
    display: block!important
}

.bartitles {
    margin-top: 38px
}

.bar-head {
    margin-top: 37px
}

.bartitles a {}

.bar-head a {
    color: #75391C;
    margin-right: 10px;
    font-weight: bold;
}

header {
    padding-top: 27px;
    padding-bottom: 35px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9999;
}

header.scroll-header {
    position: fixed;
    top: 0;
    padding-top: 8px;
    padding-bottom: 18px;
}

.logo img {
    position: relative;
    z-index: 9999;
}

header .menu li {
    margin-left: 40px;
}

.header-row {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .menu .nav {
    width: 100%;
    justify-content: flex-end;
    padding-top: 15px;
}

.cozum-ortak {
    margin-top: 150px;
}

.cozum-ortak h1 {
    color: #61DADE;
}

.banner-title {
    position: relative;
    min-height: 110px;
}

.banner-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: #E0E0E0;
    height: 1px;
    width: 502px;
    left: 50%;
    transform: translateX(-50%);
}

.kurumsal-banner {
    background: #F0F0F0;
}

.kurumsal-banner h1 {
    color: #F0D077;
}

.banner-top-110 {
    padding-top: 110px;
}

#kurumsal-tab-menu li {
    margin-left: 70px;
}

#kurumsal-tab-menu a {
    color: #5C5C5C;
    font-weight: 700;
    letter-spacing: 0.36px;
    padding-bottom: 7px;
}

#kurumsal-tab-menu a.active {
    border-bottom: 3px solid #707070;
}

#kurumsal-tab-menu.nav {
    justify-content: center;
}

.tab-content {
    margin-top: 60px;
}

.tab-content p {
    text-align: center;
}

.standartlar {
    margin-top: 70px;
}

.standart-elements {
    margin-bottom: 90px;
}

.standart-elements.active,
.standart-elements:hover {
    background: #F0D077;
    padding: 30px 18px 25px 31px;
}

.standart-elements.active .name,
.standart-elements.active p {
    color: #fff;
}

.standart-elements .col-11 {
    margin-top: -22px;
}

.t5 {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.standart-elements p {
    font-size: 18px;
}

.standart-elements .icon {
    margin-right: 32px;
}

.standart-elements .name {
    font-size: 24px;
    font-weight: 300;
    color: #5C5C5C;
    line-height: 3;
}

.right-s {
    padding-left: 70px;
}

.uretim {
    background-image: url('../../images/uretim-bg.png');
    background-repeat: no-repeat;
    margin-top: -4%;
    padding-top: 228px;
    color: #fff;
    padding-bottom: 10%;
}

.uretim-card {
    margin-top: 150px;
}

.uretim-card p {
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}

.uretim-card .title {
    margin-top: 17px;
}

.uretim-card .item {
    padding: 37px 15px 90px 15px;
}

.uretim-card .active {
    background: #61DADE;
}

.hizmetler h1 {
    color: #61DADE;
}

.mt-75 {
    margin-top: 75px;
}

.sidebyside {
    margin-top: 127px;
}

.notification {
    margin-top: 95px;
}

.notification .icon {
    margin-right: 20px;
}

.slogan {
    background: #EA6867;
    height: 207px;
    display: flex;
    align-items: center;
    color: #fff;
}

.slogan p {
    color: #fff;
}

.surdurebilirlik {
    background: #F0F0F0;
    padding: 117px 0 164px 0;
}

.button-blocks {
    display: flex;
    justify-content: center;
}

.center {}

.button-elements.active {
    background: #9DCC53!important;
}

.button-elements {
    background: #61DADE;
    color: #fff;
    height: 63px;
    width: 265px;
    margin-right: 2px;
    text-align: center;
    font-weight: 300;
    font-size: 19px;
    line-height: 3.1;
    display: block;
}

.top-block-banner {
    border-color: rgba(97, 158, 133, 0);
    border: none;
    background-color: #619e85;
    height: 100px;
    color: #fff;
    display: flex;
    align-items: center;
}

.entry-title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 100;
    letter-spacing: 0px;
    font-style: normal;
}

.urunler .banner-title {
    color: #EA6867;
}

.urunler .item {
    border: 1px solid #707070;
    height: 100%;
}

.urunler .txtContent {
    padding: 33px 28px 20px 27px;
}

.urunler .p-title {
    font-size: 22px;
    font-weight: 700;
    color: #5C5C5C;
    letter-spacing: 0.26px;
}

.urunler p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.25px;
    color: #5C5C5C;
}

.urunler .img-area {
    border-bottom: 1px solid #707070;
}

.urunler .col-md-4 {
    margin-bottom: 50px;
}

.urunler .img-area {
    min-height: 232px;
}

.contact {
    position: relative;
}

.contact .bg-blue {
    background: #61DADE;
    height: 22px;
}

.contact .area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact::before {
    content: '';
    position: absolute;
    width: 100%;
    background: #5369CC;
    height: 100%;
    top: 22px;
    z-index: -2;
}

.contact h1 {
    color: #fff;
}

.contact p {
    color: #fff;
}

.contact .area {
    padding-top: 133px;
    padding-bottom: 10%;
}

.contact form {
    background-image: url('../../images/contact/form-bg.svg');
    background-repeat: no-repeat;
    /*min-height: 855px;*/
    background-size: auto 100%;
}

.contact input {
    width: 100%;
    height: 46px;
    border: none;
    background: #fff;
    padding-left: 20px;
    border-radius: 0;
}

.contact form {
    width: 60%;
    padding: 15% 53px 0 53px;
    margin-top: 115px;
}

.form-group {
    color: #fff;
    font-size: 18px;
    /*margin-bottom: 65px;*/
    margin-bottom: 20px;
}

.form-group textarea {
    width: 100%;
    height: 160px;
    border: none;
    border-radius: 0;
}

.contact button {
    width: 100%;
    background: #5369CC;
    height: 63px;
    color: #fff;
    font-size: 18px;
    display: block;
    border: none;
}

.custom-file-upload {
    width: 100%;
    background: #2e165b;
    height: 63px;
    color: #fff;
    font-size: 18px;
    display: block;
    border: none;
    text-align: center;
    line-height: 63px;
}

.social-media {
    background: #DD1111;
    color: #fff;
}

.social-media {
    /*background: #DD1111;*/
    background-color: #120632;
    height: 207px;
    display: flex;
    align-items: center;
}

.social-lists a {
    margin-left: 15px;
}

.social-media p {
    color: #fff;
}

.map {
    padding: 32px 0;
    /*background: #ea6867;*/
    background-color: #2e165b;
}

.d-flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.map-iframe {
    width: 58%;
}

.map-contact {
    padding-left: 100px;
    color: #fff;
}

.map-contact .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    min-height: 55px;
}

.map-contact .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 56px;
    height: 1px;
}

.clear {
    clear: both;
}

.map p {
    color: #fff;
}

footer {
    /*background: #DD1111;*/
    background-color: #120632;
    min-height: 134px;
    display: flex;
    align-items: center;
}

footer span {
    font-size: 18px;
    color: #fff;
}

.da-thumbs {
    margin: 2.6% 0;
}

.da-thumbs a {
    overflow: hidden;
    border: 1px solid #999;
    display: block;
    position: relative;
}

.da-thumbs .hover-a:hover:before {
    opacity: 1;
    left: 0;
}

.da-thumbs .hover-a:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s!important;
    -o-transition: all 0.5s!important;
    transition: all 0.5s!important;
    opacity: 0;
    left: -100px;
    background: url("../../images/galeriHoverImg.png") no-repeat;
}

.product-name-lists li {
    margin-right: 3%;
}

.product-name-lists {
    margin-bottom: 70px;
}

.product-name-lists a {
    color: #000000;
    font-size: 16px;
}

.product-name-lists a.active {
    color: #DD1111;
    font-weight: bold;
    font-size: 18px;
}

.product__title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 7px;
}

.productGallery .owl-nav span {
    font-size: 0;
    width: 36px;
    height: 59px;
    display: block;
}

.productGallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 118%;
    display: flex;
    justify-content: space-between;
    left: -9%;
}

.productGallery .owl-prev span {
    background: url("../../images/prev.png") no-repeat;
}

.productGallery .owl-next span {
    background: url("../../images/next.png") no-repeat;
}

.surdurebilirlikBlock {
    color: #707070;
    position: relative;
    width: 313px;
    top: 66px;
}

.tech-world__title {
    font-size: 22px;
}

.tech-world p {
    font-size: 20px;
}

.tech-world {
    position: relative;
}

.surdurebilirlikBlock:after {
    content: '';
    position: absolute;
    left: 53%;
    width: 203px;
    background: url(../../images/01-tech-left.png) no-repeat;
    height: 248px;
    top: 11px;
}

.geri-donusum-block {
    width: 294px;
    position: absolute;
    top: 18%;
    right: 0;
    color: #707070;
}

.geri-donusum-block:before {
    content: '';
    position: absolute;
    left: -65%;
    width: 203px;
    background: url(../../images/01-tech-right.png) no-repeat;
    height: 100%;
    top: 10px;
}

.productGallery img {
    height: 663px;
}

.precedence {
    height: 46.99px;
}

.image-space {
    position: relative;
    top: 2px;
    left: 0;
    width: 98%;
    height: 130px;
    border: 4px dashed #762efd;
    background-color: #120632;
    margin: 0 auto;
}

.image-space input {
    position: absolute;
    margin: 0;
    padding: 0;
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.image-space p {
    text-align: center;
    line-height: 170px;
    color: #afafaf;
    font-family: "Roboto";
    font-size: 1.6rem;
    line-height: 133px;
}

.image-preview {
    width: 6rem;
    height: 6rem;
    border-radius: .6rem;
    display: none;
    object-fit: cover;
}

.preview-image-capsule {
    margin-top: .8rem;
}

.remove-image {
    visibility: hidden;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    left: 6.4rem;
    bottom: 0.4rem;
}

.remove-image i {
    cursor: pointer;
}

.counter-text {
    line-height: 3rem;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 1rem;
}

.counter {
    line-height: 3rem;
    color: #000;
    font-weight: 600 !important;
    font-size: 1rem;
}

.counter-message {
    color: #400;
    display: none;
    font-size: 13px;
    -webkit-animation: message-down .3s ease-out;
    margin-top: .5rem;
}

.contact-counter-container {
    display: none;
    margin-top: -.4rem;
}

.custom-input-error {
    border: 2px solid #f94c4c !important;
}

.reCAPTCHA {
    margin-top: 2rem;
}

.custom-spinner {
    margin-bottom: .2rem;
    visibility: hidden;
}