.page-icerik {
    padding: 25px 0px;
    min-height: 650px;
}


a{
    color: black;
}

/**/

header {
    background-color: #481b43 !important;
    padding: 10px 0 !important;
}

header img {
    width: auto !important;
    height: 40px !important;
}

/**/

/**/

.serviceitem {
  margin-bottom: 70px;
}

.serviceitem:nth-child(2n) .row {
  display: flex;
  flex-direction: row-reverse;
}

.serviceitem:nth-child(2n) .row .sectiontextser {
  text-align: end;
  align-items: flex-end;
}

.serviceitem .sectionimgser {
  height: 100%;
  width: 100%;
  display: flex;
}

.serviceitem .sectionimgser img {
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}

.serviceitem .sectiontextser {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: auto;
  height: 100%;
}

.serviceitem .sectiontextser h1 {
  color: #3c3c3c;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 25px;
  margin-top: 0;
}

.serviceitem:nth-child(2n) .sectiontextser p {
  padding-left: 60px;
  padding-right: 0;
}


.serviceitem .sectiontextser p {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  padding-right: 60px;
  width: 100%;
  line-height: 25px;
}

.serviceitem .sectiontextser a span {
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
  padding: 10px 25px;
  border: 1px solid #707070;
  border-radius: 10px;
  transition: all 0.6s;
  letter-spacing: 2px;
  color: #3c3c3c;
}

.serviceitem .sectiontextser a span:hover {
  background: #3c3c3c;
  color: #fff;
}

.serviceitem .sectiontextser a {
  margin-top: 20px;
  margin-bottom: 20px;
}



/**/


/**/

.hizmetler-YEni-liste {
    width: 100%;
    height: auto;
    position: relative;
    color: #000;
    display: block;
}

.hizmetler-YEni-liste:hover {
    color: #481b43;
}

.hizmetler-YEni-liste .resim {
    width: 100%;
    height: 305px;
    overflow: hidden;
}

.hizmetler-YEni-liste .resim img {
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hizmetler-YEni-liste:hover .resim img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.hizmetler-YEni-liste .text {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    position: relative;
    text-align: center;
}

.hizmetler-YEni-liste .text span {
    font-size: 15px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
}

.hizmetler-YEni-liste .text .ok {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
    opacity: 0;
    transition: transform .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.hizmetler-YEni-liste:hover .text .ok {
    opacity: 1;
}

.hizmetler-YEni-liste .cizgi {
    width: 100%;
    height: 1px;
    background: #00000015;
    position: relative;
}

.hizmetler-YEni-liste .cizgi:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    background-color: #481b43;
    will-change: width;
    -webkit-transition: width .4s ease;
    -ms-transition: width .4s ease;
    transition: width .4s ease;
}

.hizmetler-YEni-liste:hover .cizgi:after {
    width: 100%;
}


/**/

/**/

.iletisim_yeni {
    width: 100%;
    height: auto;
    position: relative;
}

.iletisim_yeni .float-start {
    fill: #481b43;
    background: #ffffff;
    width: 70px;
    height: 70px;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    padding: 0 !important;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #0000001f;
}

.iletisim_yeni svg {
    fill: #481b43;
}

.iletisim_yeni .formbgg {
    width: 100%;
    height: auto;
    background: transparent;
    margin-top: 30px;
}

.iletisim_yeni .formsol {
    width: 85%;
}

.iletisim_yeni .formsol h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
    display: none;
}

.iletisim_yeni form.form1 {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border: none !important;
    padding: 0rem !important;
    background: transparent;
}

.iletisim_yeni form.form1 .basliklabel {
    display: none;
}

.iletisim_yeni form.form1 .form-control {
    width: 100%;
    font-size: 14px !important;
    padding: 15px 10px 15px 20px !important;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-left: solid #481b43;
}

.iletisim_yeni form.form1 textarea.form-control {
    min-height: 250px !important;
    padding: 15px 10px 15px 10px !important;
    width: 100%;
}

.iletisim_yeni form.form1 .btn {
    font-size: 0.85rem;
    height: 52px;
    padding: 0 1.9rem;
    display: flex;
    border: none;
    align-items: center;
    border-radius: 5px;
}

.iletisim_yeni .maps {
    height: 100%;
}

.iletisim_yeni .maps iframe {
    width: 100%;
    height: 100%;
}


/**/


/**/

.page-baslik1 {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 25px 0px 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 60px;
}

.page-baslik1 .breadcrumb {
    margin-bottom: 16px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.page-baslik1 .breadcrumb li a {
    color: #3e3e3e;
}

.page-baslik1 .breadcrumb {
    opacity: 50%;
}

.breadcrumb-item {
    color: #481b43;
    font-size: 11px;
}

.page-baslik1 .breadcrumb li a {
    color: #481b43;
}

.breadcrumb-item.active {
    color: #481b43;
}

.page-baslik1 h3 {
    margin-bottom: 0px;
    font-size: 33px;
    font-weight: 700;
    color: #481b43;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}

.page-baslik1 h3::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #481b43;
    left: 0px;
    margin-top: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #481b43;
    content: "/";
}


/**/



/**/

.page-urunler-liste {
    width: 100%;
    height: auto;
    position: relative;
}

.page-urunler-liste .resim {
    width: 100%;
    height: 420px;
    position: relative;
}

.page-urunler-liste .resim::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99;
    transition: .3s;
}

.page-urunler-liste:hover .resim::before {
    background-color: rgba(0, 0, 0, 0.326);
}

.page-urunler-liste .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-urunler-liste .baslik {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    bottom: 50px;
    left: 0px;
    transition: .5s;
    z-index: 9;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.page-urunler-liste .baslik span {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.page-urunler-liste .baslik small {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 11px;
    line-height: 1.72727em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid transparent;
    transition: .5s;
}

.page-urunler-liste:hover .baslik small {
    border-bottom: 1px solid #fff;
}

/**/


.sol-menu-style2 {
    width: 100%;
    height: auto;
}

.sol-menu-style2 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style2 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 12px;
    display: none;
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 0.8rem;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
    margin-top: 1px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a {
    border-bottom: none;
    border-right: none;
    padding: 17px 30px;
    line-height: 1;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: right;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a {
    color: #fff;
    background: #481b43;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover {
    color: #fff;
    background: #481b43;
}


.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul {
    display: none;
    background: #fff;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li {
    margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a {
    padding: 13px 24px 13px;
    font-weight: 400;
    color: #23282d;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li.active a {
    color: #fff;
    background: #481b43;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a:hover {
    color: #fff;
    background: #481b43
}

.sol-menu-style2 .navbar {
    padding: 0px;
}

.sol-menu-style2 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.375rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
    display: none;
}

.sol-menu-style2 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style2 .navbar .navbar-toggler i {
    padding-right: 5px;
}

/**/



.sol-menu-style1 {
    width: 100%;
    height: auto;
}

.sol-menu-style1 .breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
    background: transparent;
    padding: 0px;
}

.sol-menu-style1 .breadcrumb li a {
    color: #3e3e3e;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    position: relative
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: .75rem;
    display: none;
}

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-alt-var {
    display: inline-block;
    float: right;
    font-size: 12px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon {
    width: 100%;
    text-align: left;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li:first-child {
    border: none;
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
    background: #f2f2f2;
    margin-top: 1px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a {
    width: 100%;
    font-size: 0.85rem;
    color: #23282d;
    line-height: 1.6em;
    padding: 16px 24px 14px;
    font-weight: 500;
    transition: all .25s ease !important;
    display: block;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li.active a {
    color: #fff;
    background: #481b43;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a:hover {
    color: #fff;
    background: #481b43;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul {
    display: none;
    background: #fff;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li {
    margin-top: 0px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li a {
    padding: 8px 24px 8px;
    font-weight: 400;
    color: #23282d;
}

.sol-menu-style1 .navbar {
    padding: 0px;
}

.sol-menu-style1 .navbar .navbar-toggler {
    width: 100%;
    position: relative;
    margin-top: 0px;
    top: 0px;
    padding: 16px 24px 14px;
    font-size: 0.80rem;
    text-align: left;
    background: #333;
    color: #fff;
    border: none;
    outline: none;
    display: none;
}

.sol-menu-style1 .navbar .navbar-toggler:focus {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler:hover {
    border: none;
}

.sol-menu-style1 .navbar .navbar-toggler i {
    padding-right: 5px;
}


/**/


.banner-bg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner-bg .swiper-button-prev,
.banner-bg .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    color: #fff;
    background: #ffffff94;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #00000021;
}

.banner-bg .swiper-button-prev:after,
.banner-bg .swiper-button-next:after {
    font-size: 15px;
    color: #000000;
}

.banner-bg .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-bg .swiper-slide {
    background-size: cover;
    background-position: center;
}

.banner-bg .swiper-slide:hover .buyut {
    opacity: 1;
}

.banner-bg .swiper-slide .buyut {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 25%);
    opacity: 0;
}

.banner-bg .swiper-slide .buyut i {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner-bg .swiper-slide .resim {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    border: solid 1px #e6e6e6;
}

.banner-bg .swiper-slide .resim img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.banner-bg .gallery-top22 {
    width: 100%;
}

.banner-bg .gallery-top22 .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-bg .gallery-top22 .swiper-slide .over {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #1F3C8A;
    opacity: 0.7;
}

.banner-bg .gallery-thumbs22 {
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bg .gallery-thumbs22 .swiper-slide {
    height: 90px;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.banner-bg .gallery-thumbs22 .swiper-slide img {
    height: 100%;
    border: solid 1px #e9e9e9;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active {
    opacity: 1;
    background: #fff;
    color: #1F3C8A;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active img {
    opacity: 50%;
}


/**/

.urundetaybutton {
    width: auto;
    margin: 0px auto;
    background: transparent;
    padding: 0px;
    margin-top: 20px;
    position: relative;
    justify-content: space-evenly;
}

.urundetaybutton a.tumunugor {
    z-index: 2;
    letter-spacing: 0.1em;
    border: 1px solid #40403f;
    transition: all 0.9s;
    text-align: center;
    background: #40403f;
    display: block;
    padding: 0.65rem 0rem;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton a.tumunugor i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.urundetaybutton a.tumunugor3 {
    z-index: 2;
    letter-spacing: 0.1em;
    border: 1px solid #c00615;
    transition: all 0.9s;
    text-align: center;
    background: #c00615;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton a.tumunugor3 i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor3:hover {
    background: #c00615;
    color: #fff !important;
    border-color: #c00615;
}

.urundetaybutton button.tumunugor2 {
    background-color: #481b43 !important;
    letter-spacing: 0.1em;
    border: 1px solid #481b43;
    transition: all 0.9s;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 10px 20px !important;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton button.tumunugor2 i {
    margin-right: 6px;
}

.urundetaybutton button.tumunugor2:hover {}



/**/

.page-urunler-listele {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    color: #333;
}

.page-urunler-listele .page-urunler-resim {
    width: 100%;
    height: 310px;
    display: flex;
    position: relative;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: white;
}

.page-urunler-listele .page-urunler-resim.logo-ortala img {
    max-width: 50%;
}

.page-urunler-listele .page-urunler-resim img {
    max-width: 100%;
    transition: transform .2s;
}

.page-urunler-listele:hover .page-urunler-resim img {
    transform: scale(1.1);
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.53);
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg .icon {
    margin: 0px auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #333;
}

.page-urunler-listele:hover .page-urunler-resim .urunler-iconbg {
    opacity: 1;
    transition: all .25s ease !important;
}

.page-urunler-listele .page-urunler-title {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 0px;
}


/**/

.urundetaybutton {
    width: auto;
    margin: 0px auto;
    background: transparent;
    padding: 0px;
    margin-top: 20px;
    position: relative;
    justify-content: space-evenly;
}

.urundetaybutton a.tumunugor {
    z-index: 2;
    letter-spacing: 0.1em;
    border: 1px solid #40403f;
    transition: all 0.9s;
    text-align: center;
    background: #40403f;
    display: block;
    padding: 0.65rem 0rem;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton a.tumunugor i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor:hover {
    background: #000;
    color: #fff !important;
    border-color: #000;
}

.urundetaybutton a.tumunugor3 {
    z-index: 2;
    letter-spacing: 0.1em;
    border: 1px solid #c00615;
    transition: all 0.9s;
    text-align: center;
    background: #c00615;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton a.tumunugor3 i {
    margin-right: 6px;
}

.urundetaybutton a.tumunugor3:hover {
    background: #c00615;
    color: #fff !important;
    border-color: #c00615;
}

.urundetaybutton button.tumunugor2 {
    background-color: #481b43 !important;
    letter-spacing: 0.1em;
    border: 1px solid #481b43;
    transition: all 0.9s;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    display: block;
    padding: 10px 20px !important;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
}

.urundetaybutton button.tumunugor2 i {
    margin-right: 6px;
}

.urundetaybutton button.tumunugor2:hover {}


/**/


/**/

.iletisim7 .map {
    padding: 0 0 0 50px;
}

.iletisim7 .map iframe {
    min-height: 550px;
}

.iletisim7 .contactalan {
    margin-top: 70px;
}

.iletisim7 .contactalan p {
    line-height: 1.66;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    color: #888;
    padding: 0 50px 20px 0px;
}

.iletisim7 .contactalan h4 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.iletisim7 .form1 {
    margin-bottom: 30px;
}

.iletisim7 .form1 .btn {
    display: inline-block;
    height: 55px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: #ffc246;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
    border-radius: 0 !important;
}

.iletisim7 .form1 input,
.iletisim7 .form1 textarea {
    height: 56px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    color: #767676;
    background-color: #F8F8F8;
    border: none;
    border-bottom: solid #00000012 2px;
    border-radius: 0 !important;
}

.iletisim7 .form1 label {
    display: none;
}

.iletisim7 .form1 input::-webkit-input-placeholder,
.iletisim7 .form1 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::-moz-placeholder,
.iletisim7 .form1 textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input:-ms-input-placeholder,
.iletisim7 .form1 textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::-ms-input-placeholder,
.iletisim7 .form1 textarea::-ms-input-placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 input::placeholder,
.iletisim7 .form1 textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
}

.iletisim7 .form1 textarea {
    height: 180px;
}

.iletisim7 .form1 input:hover,
.iletisim7 .form1 textarea:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 16%);
    /* Glowing red effect */
    transition: box-shadow 0.3s ease;
}

.iletisim7 {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.iletisim7 .liste {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 50px 60px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    min-height: 315px;
}

.iletisim7 .liste .icon {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
}

.iletisim7 .liste .icon img {
    height: 100%;
}

.iletisim7 .liste:hover .icon {
    transform: rotate(360deg);
    transition: transform 0.5s ease-in-out;
}

.iletisim7 .liste .icon .svgIcon {
    fill: #481b43;
    height: 35px;
    width: 35px;
}

.iletisim7 .liste .icon path {
    fill: #481b43;
}

.iletisim7 .liste .baslik {
    width: 100%;
    height: auto;
    font-size: 26px;
    font-weight: 700;
    color: #481b43;
    margin-bottom: 20px;
}

.iletisim7 .liste .text {
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 15px;
}

.iletisim7 .liste .text2 {
    width: 100%;
    height: auto;
    font-weight: 700;
    font-size: 22px;
}


/**/


.page-blog-details {
    width: 100%;
    height: auto;
    position: relative;
}

.page-blog-details h4 {
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
    margin-bottom: 25px;
}

.page-blog-details .page-blog-details-image {
    width: 100%;
    height: auto;
    border: solid 1px #f1f1f1;
    padding: 5px;
}

.page-blog-details .page-blog-details-sosyal {
    width: 100%;
    height: auto;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-blog-details .page-blog-details-image img {
    width: 100%;
}

.page-blog-details h3 {
    font-weight: 700;
    font-size: 30px;
}

.page-blog-details h6 {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    opacity: 60%;
}

.page-blog-details p {
    font-weight: 400;
    font-size: 16px;
    opacity: 100%;
}

/**/



.product-section {display: flex;padding: 0px 0px;gap: 20px;flex-wrap: wrap; /* mobilde alt alta gelmesi iÃ§in */width: 100%;}

.product-image {flex: 1 1 300px;max-width: 400px;border-radius: 5px;overflow: hidden;max-height: 300px;display: flex;align-items: center;}

.product-image img {width: 100%;height: auto;display: block;}

.product-text {flex: 1 1 300px;max-width: 100%;}

.product-text h2 { margin-top: 0;}

@media (max-width: 768px) {
    .product-section {
      flex-direction: column-reverse; /* mobilde metin Ã¼stte resim altta */
      text-align: center;
    }
}


/**/

@media(max-width:1024px){
    .satis-sonrasi-left-panel{
        display: none;
    }
    .satis-sonrasi-container{
    background-color: transparent !important;
    display: block !important;
    }

    .page-baslik1{
    margin-top: 0;
    }

    .alannn {
        display: none;
    }
    
    [class*="col-"]{
        width: 100%;
        padding: 0;
    }  
    .sol-menu-style2 .sol-menu .menu-akordiyon{
        margin-bottom: 35px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .serviceitem:nth-child(2n) .sectiontextser p{
        padding-left: 0;
    }
    
    .serviceitem .sectiontextser p {
        padding-right: 0;
    }

    .header-baslik h3 {
        font-size: 35px;
    }
}