h1,
h2 {
    font-family: "Bai Jamjuree", sans-serif;
}
h3,
h4,
h5,
input,
select,
textarea,
button,
ul,
li,
span,
table,
td,
tr,
th {
    font-family: "Manrope", sans-serif;
}
html {
    scroll-behavior: smooth;
}
h1 {
    font-size: 90px;
    line-height: 91px;
}
h2 {
    font-size: 80px;
    line-height: 80px;
    color: #3d3d3b;
    font-weight: 500;
}
h3 {
    font-size: 30px;
    line-height: 30px;
}
h4 {
    font-size: 25px;
    line-height: 42px;
    font-weight: 300;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
h6 {
    font-size: 18px;
    line-height: 18px;
}
p {
    font-size: 16px;
    line-height: 16px;
}
a:hover {
    text-decoration: none;
}
input,
select,
button,
textarea {
    outline: 0;
}
.anasayfa-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-left: 80px;
}
.anasayfa-slider-width {
    display: inline-block;
    width: 20%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
}
.anasayfa-slider-width:hover img {
    transition: 1s;
    transform: scale(1.1);
}
.anasayfa-slider-width:hover .anasayfa-slider-desc {
    transition: 0.5s;
    bottom: 7%;
    left: 5%;
}
.anasayfa-slider-width:hover .anasayfa-slider-number {
    transition: 0.5s;
    bottom: 4%;
}
.anasayfa-slider-width .anasayfa-slider-desc {
    transition: 0.5s;
    position: absolute;
    bottom: 14%;
    left: 12%;
}
.anasayfa-slider-width .anasayfa-slider-desc span {
    font-family: "Bai Jamjuree", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 2vw;
    color: #fff;
}
.anasayfa-slider-width .anasayfa-slider-number {
    transition: 0.5s;
    position: absolute;
    bottom: -2vw;
    right: 0;
}
.anasayfa-slider-width .anasayfa-slider-number span {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 23vw;
    line-height: 282px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    opacity: 0.5;
}
.anasayfa-slider-width img {
    width: 100%;
    transition: 1s;
    height: 100vh;
    object-fit: cover;
}
.anasayfa-slider-film {
    background: linear-gradient(180deg, transparent -84.85%, rgb(0 0 0/29%) 15.15%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.piramit-logo {
    position: absolute;
    top: 3%;
    left: 3%;
    z-index: 1;
    width: 19%;
    text-align: center;
}
.piramit-logo img {
    width: 250px;
}
.width-genislet {
    width: 47%;
    transition: 0.5s;
}
.width-daralt {
    width: 13%;
    transition: 0.5s;
}
.anasayfa-slider-desc-hover {
    position: absolute;
    bottom: 24%;
    width: 80%;
    height: auto;
    opacity: 0;
    transition: 0.5s;
    left: 5%;
}
.anasayfa-slider-desc-hover h1 {
    color: #fff;
}
.anasayfa-slider-desc-hover h5 {
    color: #fff;
    height: 100px;
    margin-bottom: 0;
    margin-top: 7%;
}
.anasayfa-slider-desc-hover .anasayfa-buton {
    margin-top: 4%;
}
.buton {
    background: #39b54a;
    border: 1px solid #39b54a;
    box-sizing: border-box;
    border-radius: 30px;
    width: 240px;
    height: 50px;
    padding: 10px 35px;
    display: inline-block;
}
.buton .buton-yazi {
    display: inline-block;
    width: 72%;
}
.buton .buton-yazi span {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    transition: 0.5s;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    top: -10px;
}
.buton .buton-oklar {
    display: inline-block;
    width: 25%;
    text-align: right;
    position: relative;
    overflow: hidden;
    height: 30px;
}
.buton .buton-oklar img {
    width: auto;
    height: auto;
}
.buton .buton-oklar .buton-ok-ilk {
    position: absolute;
    margin-top: 24%;
    right: 10%;
    transition: 0.5s;
}
.buton .buton-oklar .buton-ok-son {
    position: absolute;
    margin-top: 24%;
    right: 70%;
    transition: 0.5s;
}
.anasayfa-slider-width:hover .anasayfa-slider-desc-hover {
    opacity: 1;
    transition: 0.5s;
}
.buton:hover {
    background: #fff;
    transition: 0.5s;
}
.buton:hover .buton-oklar .buton-ok-ilk {
    transition: 0.5s;
    right: -50%;
}
.buton:hover .buton-oklar .buton-ok-son {
    transition: 0.5s;
    right: 10%;
}
.buton:hover .buton-yazi span {
    transition: 0.5s;
    color: #39b54a;
}
.main-header {
    width: 80px;
    height: 100vh;
    background: #3d3d3b;
    position: fixed;
    left: 0;
    z-index: 11;
}
.hamburger-menu {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.hamburger-menu img {
    width: 60%;
}
.main-header-giris-whatsup {
    position: absolute;
    top: 5%;
    width: 100%;
}
.main-header-giris-whatsup ul {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
}
.main-header-giris-whatsup ul li {
    list-style: none;
    margin-bottom: 20px;
}
.footer {
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.piramit-footer-bayiler {
    margin-bottom: 50px;
}
.piramit-footer-bayiler .footer-bayi-logo {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 80px;
    object-fit: contain;
}
.piramit-footer-bayiler ul {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 60px;
    vertical-align: middle;
}
.piramit-footer-bayiler ul li {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 20px;
    border-left: 1px solid #3d3d3b;
    padding-left: 25px;
    margin-bottom: 10px;
}
.piramit-footer-bayiler ul li a {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #101010;
}
.piramit-footer-bayiler ul li a:hover {
    color: #e52822;
}
.piramit-footer-bayiler ul li:before {
    content: "";
    background-image: url(../img/footer-bayi-sag-kirmizi-ok.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 12px;
    top: 34%;
}
.footer-center {
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
    margin-top: 2%;
}
.footer-center .footer-center-first {
    width: 34%;
    padding-left: 2%;
}
.footer-center .footer-center-first input {
    border: 1px solid #3d3d3b;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    padding-right: 10%;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #3d3d3b;
    padding-left: 10px;
    width: 250px;
    height: 45px;
    margin-bottom: 30px;
    position: relative;
}
.footer-center .footer-center-first input::placeholder {
    color: #3d3d3b;
}
.footer-center .footer-center-first p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3d3d3b;
    margin-bottom: 10px;
    width: 50%;
}
.footer-center .footer-center-first ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 5%;
}
.footer-center .footer-center-first ul li {
    display: inline-block;
    margin: 0 12px 0 0;
}
.footer-center .footer-center-first ul li:nth-of-type(1) {
    border-right: 1px solid #e52822;
    padding-right: 20px;
}
.footer-center .footer-center-first ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3d3d3b;
}
.footer-center-second1 {
    width: 20%;
}
.footer-center-second1 ul {
    padding-left: 0;
}
.footer-center-second1 ul li {
    list-style: none;
}
.footer-center-second1 ul li a {
    font-weight: 500;
    font-size: 30px;
    color: #393939;
}
.footer-center-second1 ul li a:hover {
    font-weight: 700;
}
.footer-center-second2 {
    width: 20%;
}
.footer-center-second2 ul {
    padding-left: 20%;
}
.footer-center-second2 ul li {
    list-style: none;
}
.footer-center-second2 ul li a {
    font-weight: 500;
    font-size: 30px;
    color: #393939;
}
.footer-center-second2 ul li a:hover {
    font-weight: 700;
}
.footer-center-third {
    width: 26%;
    padding-left: 8%;
}
.footer-center-third h3 {
    font-weight: 500;
    color: #393939;
}
.footer-center-third p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3d3d3b;
    margin-bottom: 0;
}
.footer-center-third ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10%;
}
.footer-center-third ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer-copyright {
    margin-top: 3%;
}
.footer-copyright p {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #555;
    margin-bottom: 0;
}
.footer-copyright p a {
    color: #555;
    font-weight: 700;
}
.mainpage-hakkinda {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.mainpage-hakkinda h2 {
    margin-bottom: 40px;
}
.mainpage-hakkinda h5 {
    font-weight: 300;
    color: #404040;
}
.hakkinda-buton {
    margin-top: 7%;
}
.outline-btn {
    background: 0 0;
    border: 1px solid #e52822;
}
.outline-btn .buton-yazi span {
    color: #e52822;
}
.outline-btn:hover {
    background: #e52822;
}
.outline-btn:hover .buton-yazi span {
    color: #fff;
}
.outline-btn:hover .buton-oklar .buton-ok-ilk {
    right: 50%;
}
.outline-btn .buton-oklar .buton-ok-son {
    right: 50%;
}
.main-hakkinda-right {
    padding-left: 10%;
    padding-right: 15%;
}
.main-hak-yuzgec {
    position: absolute;
    right: 0;
    bottom: 8%;
}
.main-hak-yuzgec img {
    width: 100%;
}
.banner {
    position: relative;
    overflow: hidden;
}
.banner .banner-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 80% 90%, 0 90%);
    width: 100%;
}
.banner .banner-pattern {
    position: absolute;
    bottom: 0;
    right: 15%;
}
.banner .banner-pattern img {
    width: 100%;
}
.piramit-hakkinda {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.piramit-hakkinda .row {
    margin-top: 5%;
}
.piramit-hakkinda .row .col-lg-6 {
    padding-right: 5%;
}
.piramit-hakkinda .row h4 {
    color: #404040;
}
.piramit-hakkinda .row h4 ul {
    margin-bottom: 0;
    padding-left: 0;
}
.piramit-hakkinda .row h4 ul li {
    list-style: none;
    position: relative;
    padding-left: 3%;
}
.piramit-hakkinda .row h4 ul li:before {
    content: "";
    background-image: url(../img/s-list-red-ok.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 34%;
    background-size: contain;
    background-repeat: no-repeat;
}
.izlence {
    position: relative;
    z-index: 1;
}
.izlence ul {
    padding-left: 0;
    margin-bottom: 0;
}
.izlence ul li {
    display: inline-block;
}
.izlence ul li:last-child a {
    font-weight: 700;
    color: #e52822;
    cursor: default;
}
.izlence ul li span {
    font-weight: 300;
    font-size: 26px;
    line-height: 110px;
    letter-spacing: 0.075em;
    color: #3d3d3b;
}
.izlence ul li a {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.075em;
    color: #3d3d3b;
}
.piramit-hakkinda-atom {
    position: absolute;
    right: 10%;
    top: 0;
    display: none;
}
.yuzgec-ic {
    position: relative;
}
.main-hak-yuzgec-ic-sayfa {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -90px;
}
.main-hak-yuzgec-ic-sayfa img {
    width: 14%;
}
.mainpage-first-yuzgec {
    position: absolute;
    top: 0;
    width: 100%;
    right: -20%;
    text-align: center;
}
.mainpage-first-yuzgec img {
    width: 17%;
}
.tarihce {
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.tarihce-owl {
    margin-top: 7%;
}
.tarihce-card {
    text-align: center;
    width: 80%;
    margin: auto;
    position: relative;
    cursor: pointer;
}
.tarihce-card .tarihce-card-yil {
    position: absolute;
    top: -8%;
    width: 100%;
    z-index: 1;
}
.tarihce-card .tarihce-card-yil span {
    -webkit-text-stroke: 5px rgba(61, 61, 59, 0.5);
    -webkit-text-fill-color: transparent;
    font-family: "Bai Jamjuree", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 84px;
    transition: 1s;
}
.tarihce-card .tarihce-card-main-image {
    margin-top: 15%;
    transition: 1s;
    opacity: 0.5;
    position: relative;
}
.tarihce-card .tarihce-card-main-image img {
    transition: 1s;
}
.tarihce-card h5 {
    font-weight: 300;
    text-align: center;
    color: #404040;
    margin-top: 10%;
    height: 90px;
    margin-bottom: 0;
}
.tarihce-owl .owl-item.center .tarihce-card .tarihce-card-yil span {
    transition: 1s;
    -webkit-text-stroke: 0 #e52822;
    -webkit-text-fill-color: #e52822;
}
.tarihce-owl .owl-item.center .tarihce-card-main-image {
    transition: 1s;
    opacity: 1;
}
.tarihce-owl .owl-item.center .tarihce-card-main-image:after {
    transition: 1s;
    opacity: 1;
}
.tarihce-owl .owl-nav {
    display: block !important;
    top: -20%;
    position: absolute;
    right: 10%;
}
.tarihce-ustu-desen {
    position: relative;
}
.tarihce-ustu-desen .tarihce-ustu-desen-image {
    position: absolute;
    right: 11%;
    margin-top: -25%;
}
.tarihce-ustu-desen .tarihce-ustu-desen-image img {
    width: 100%;
}
.tarihce-sol-desen {
    position: absolute;
    left: 1%;
}
.tarihce-alti-yuzgec {
    position: absolute;
    right: 19%;
    bottom: 0;
}
.tarihce-alti-yuzgec img {
    transform: rotate(-180deg);
    width: 70%;
}
.yonetim-kurulu-uyelerimiz {
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
    overflow: hidden;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.yonetim-kurulu-uyelerimiz h2 {
    margin-bottom: 5%;
    margin-top: 5%;
}
.yonetim-kurulu-uyelerimiz .yku-box {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e52822;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.yonetim-kurulu-uyelerimiz .yku-box .yku-first {
    display: inline-block;
    width: 20%;
    padding-left: 2%;
}
.yonetim-kurulu-uyelerimiz .yku-box .yku-first img {
    border: 1px solid #3d3d3b;
    width: 50%;
}
.yonetim-kurulu-uyelerimiz .yku-box .yku-second {
    display: inline-block;
    width: 30%;
    margin-top: auto;
}
.yonetim-kurulu-uyelerimiz .yku-box .yku-second span {
    font-weight: 700;
    font-size: 40px;
    line-height: 162.5%;
    color: #838383;
}
.yonetim-kurulu-uyelerimiz .yku-box .yku-third {
    display: inline-block;
    width: 50%;
    padding-right: 2%;
    margin-top: auto;
}
.yonetim-kurulu-uyelerimiz .yku-box .yku-third span {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 162.5%;
    color: #838383;
}
.yku-desen {
    position: absolute;
    bottom: 50%;
    right: 20%;
}
.yoneticilierimiz-yuzgec {
    position: absolute;
    right: -5%;
}
.yoneticilierimiz-yuzgec img {
    transform: rotate(-180deg);
    width: 90%;
}
.vizyonumuz {
    position: relative;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 5%;
    overflow: hidden;
}
.vizyonumuz h2 {
    margin-bottom: 5%;
}
.vizyonumuz .vizyonumuz-left-side h4 {
    font-weight: 300;
    color: #404040;
}
.vizyonumuz .vizyonumuz-right-side {
    position: relative;
    height: 600px;
}
.vizyonumuz .vizyonumuz-right-side .vizyonumuz-first-image {
    position: absolute;
    z-index: 1;
    top: -5%;
    right: 10%;
}
.vizyonumuz .vizyonumuz-right-side .vizyonumuz-first-image:before {
    content: "";
    background-image: url(../img/ikili-resim-kesik-yuvarlak.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 151px;
    height: 150px;
    position: absolute;
    top: -40%;
}
.vizyonumuz .vizyonumuz-right-side .vizyonumuz-first-image img {
    width: 100%;
}
.vizyonumuz .vizyonumuz-right-side .vizyonumuz-second-image {
    position: absolute;
    z-index: 0;
    right: 0;
}
.vizyonumuz .vizyonumuz-right-side .vizyonumuz-second-image img {
    width: 100%;
}
.strateji-list {
    margin-bottom: 0;
    padding-left: 0;
}
.strateji-list li {
    font-weight: 300;
    font-size: 24px;
    line-height: 162.5%;
    color: #404040;
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    padding-left: 5%;
}
.strateji-list li span {
    color: #e30613;
}
.strateji-list li:before {
    content: "";
    background-image: url(../img/s-list-red-ok.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 2%;
    top: 15%;
}
.atik-yonetim-btn {
    margin-top: 5%;
}
.atik-yontemi-right-image {
    position: relative;
}
.atik-yontemi-right-image img {
    width: 100%;
}
.atik-yonetimi-yuvarlak {
    position: absolute;
    top: -60%;
    z-index: -1;
}
.atik-yonetimi-yuvarlak img {
    width: 100%;
}
@keyframes rotating {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 12s linear infinite;
    -moz-animation: rotating 12s linear infinite;
    -ms-animation: rotating 12s linear infinite;
    -o-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
}
.liman-hizmetleri-yuzgec {
    position: absolute;
    top: 38%;
    right: 8%;
}
.hizmetlerimiz-double-images {
    height: 650px;
}
.hizmetlerimiz-double-images-1 {
    position: absolute;
    z-index: 1;
    top: 14%;
    right: 7%;
}
.hizmetlerimiz-double-images-1 img {
    width: 100%;
}
.hizmetlerimiz-double-images-2 {
    position: absolute;
    z-index: 0;
}
.hizmetlerimiz-double-images-2 img {
    width: 100%;
}
.hizmetlerimiz-part-yuzgec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.hizmetlerimiz-part-yuzgec img {
    width: 20%;
}
.cevre-part-yuzgec {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    right: 0;
    z-index: -1;
}
.cevre-part-yuzgec img {
    width: 15%;
}
.sosyal-sorumluluk-left-desc {
    width: 70%;
}
.sosyal-sorumluluk-left-desc h3 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 40px;
}
.dijitalizayon-right-side-desc h4 ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 3%;
}
.dijitalizayon-right-side-desc h4 ul li {
    list-style: none;
    position: relative;
    padding-left: 3%;
    line-height: 45px;
}
.dijitalizayon-right-side-desc h4 ul li:before {
    content: "";
    background-image: url(../img/s-list-red-ok.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.dijitalizasyon-ust-desen {
    position: absolute;
    bottom: 20%;
    right: 20%;
}
.surdurulebilirlik-ic-first {
    position: relative;
    padding-top: 5%;
    padding-bottom: 2%;
}
.surdur-atom {
    position: absolute;
    right: 10%;
    top: 40%;
    display: none;
}
.surdurulebilirlik-ic-second {
    overflow: hidden;
    position: relative;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.surdurulebilirlik-ic-second h2 {
    margin-bottom: 4%;
}
.surdurulebilirlik-ic-second h5 {
    font-weight: 300;
    color: #404040;
}
.surdurulebilirlik-ic-second h3 {
    font-weight: 700;
    color: #404040;
    margin-top: 2%;
    margin-bottom: 2%;
}
.surdurulebilirlik-ic-second ul {
    padding-left: 0;
    margin-bottom: 0;
}
.surdurulebilirlik-ic-second ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    font-weight: 300;
    font-size: 25px;
    line-height: 131%;
    color: #101010;
    margin-bottom: 15px;
}
.surdurulebilirlik-ic-second ul li:before {
    content: "";
    background-image: url(../img/s-list-red-ok.png);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sur-ic-images {
    padding-left: 6.8%;
    margin-top: 2%;
    padding-bottom: 2%;
}
.sur-ic-images img {
    width: 100%;
    height: 520px;
    object-fit: contain;
}
.download-pdf {
    position: absolute;
    right: 10%;
    top: 1%;
}
.download-pdf a {
    background: #e52822;
    border-radius: 60px;
    padding: 16px 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    width: 260px;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e52822;
    transition: 0.5s;
}
.download-pdf a:hover {
    transition: 0.5s;
    border: 1px solid #e52822;
    background: #fff;
    color: #e52822;
}
.download-pdf a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-left: 20px;
}
.pdf-normal {
    transition: 0.5s;
    display: inline-block;
}
.pdf-hover {
    transition: 0.5s;
    display: none;
}
.download-pdf a:hover .pdf-normal {
    transition: 0.5s;
    display: none;
}
.download-pdf a:hover .pdf-hover {
    transition: 0.5s;
    display: inline-block;
}
.isg-utgulamalarimiz-slider {
    padding-top: 4%;
    padding-bottom: 4%;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.isg-uygulama-owl {
    margin-top: 5%;
}
.isg-uyg-owl-desc {
    padding-left: 5%;
    padding-right: 5%;
}
.isg-uyg-owl-desc h3 {
    font-weight: 700;
    color: #404040;
    margin-bottom: 30px;
}
.isg-uyg-owl-desc h4 {
    color: #404040;
}
.isg-uygulama-owl .owl-nav {
    display: block !important;
    position: absolute;
    top: -15%;
    right: 0;
}
.isg-slider-yuzgec {
    position: absolute;
    right: 20%;
}
.isg-slider-yuzgec img {
    transform: rotate(-180deg);
    width: 70%;
}
.ssp-part {
    padding-top: 7%;
    padding-bottom: 2%;
    overflow: hidden;
    position: relative;
}
.ssp-part h3 {
    font-weight: 700;
    color: #404040;
    margin-bottom: 30px;
}
.ssp-part h4 {
    color: #404040;
}
.ssp-part img {
    width: 100%;
}
.ssp-owl-desc {
    padding-right: 20%;
}
.ssp-owl {
    margin-left: 7%;
}
.ssp-owl .owl-nav {
    display: block !important;
    position: absolute;
    top: -10%;
    right: 14%;
}
.piramit-ik-yuzgec {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    right: 3%;
}
.piramit-ik-yuzgec img {
    width: 15%;
}
.piramit-is-staj-yuzgec {
    position: absolute;
    top: 20%;
    right: 15%;
}
.piramit-is-staj-yuzgec img {
    width: 70%;
    transform: rotate(-180deg);
}
.is-staj-basvuru-btn {
    float: right;
    margin-top: 5%;
    position: relative;
    margin-bottom: 5%;
    margin-right: 10%;
}
.is-staj-basvuru-btn a {
    background: #e52822;
    border-radius: 40px;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 18px 40px;
    border: 1px solid #e52822;
    transition: 0.5s;
}
.is-staj-basvuru-btn a:hover {
    transition: 0.5s;
    border: 1px solid #e52822;
    background: #fff;
    color: #e52822;
}
.haberler {
    position: relative;
    padding-top: 5%;
    padding-bottom: 0;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.haberler .haberler-title-tab {
    width: 100%;
}
.haberler .haberler-title-tab .haberler-title {
    width: 50%;
    padding-left: 1%;
}
.haberler .haberler-title-tab .haberler-tab {
    width: 35%;
    padding-right: 1%;
    text-align: right;
    align-items: center;
    justify-content: right;
    display: flex;
}
.haberler .haberler-title-tab .haberler-tab ul {
    margin-bottom: 0;
    padding-left: 0;
}
.haberler .haberler-title-tab .haberler-tab ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 10px;
    letter-spacing: 0.04em;
    color: #000;
    display: inline-block;
    margin: 0 0 0 25px;
    cursor: pointer;
}
.haberler .haberler-title-tab .haberler-tab ul li.active-haber-tab-menu {
    background: #e52822;
    border-radius: 30px;
    padding: 20px;
    letter-spacing: 0.04em;
    color: #fff;
    font-weight: 700;
}
.haberler-cards {
    margin-top: 10%;
}
.haber-card {
    width: 100%;
    position: relative;
    border: 0;
    transition: 1s;
    margin-bottom: 15%;
}
.haber-card .overflow-hidden {
    border: 1px solid transparent;
    transition: 1s;
}
.haber-card .haber-card-image {
    width: 100%;
    transition: 1s;
    height: 250px;
    object-fit: cover;
}
.haber-card .card-body {
    padding: 30px 0 30px 0;
}
.haber-card .card-body h3 {
    font-weight: 700;
    color: #3d3d3b;
    height: 100px;
    margin-bottom: 0;
}
.haber-card .card-body h5 {
    font-weight: 300;
    color: #8b8b8b;
    margin-bottom: 0;
    height: 180px;
}
.haber-card .card-body .haber-card-btn a {
    font-weight: 500;
    font-size: 20px;
    line-height: 162.5%;
    color: #8b8b8b;
    transition: 1s;
}
.haber-card .card-body .haber-card-btn a img {
    margin-left: 10px;
    width: auto;
    display: inline-block;
}
.haber-card .haber-yil {
    margin-bottom: -10px;
    text-align: center;
}
.haber-card .haber-yil span {
    -webkit-text-stroke: 2px rgba(61, 61, 59, 0.5);
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 10px;
    transition: 1s;
    font-family: "Bai Jamjuree", sans-serif;
    text-align: center;
}
.haber-card:hover {
    transition: 1s;
}
.haber-card:hover .overflow-hidden {
    border: 1px solid #e52822;
    transition: 1s;
}
.haber-card:hover .haber-card-image {
    transition: 1s;
    transform: scale(1.1);
}
.haber-card:hover .card-body .haber-card-btn a {
    transition: 1s;
    margin-left: 4%;
}
.basin-bultenleri {
    position: relative;
    padding-top: 0;
    padding-bottom: 5%;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.basin-bultenleri h5 {
    font-weight: 500;
    color: #404040;
    margin-top: 2%;
}
.bain-bultenleri-inputlar {
    margin-top: 4%;
    padding-left: 1%;
    padding-right: 1%;
}
.bain-bultenleri-inputlar .bbi-left {
    width: 25%;
}
.bain-bultenleri-inputlar .bbi-left h4 {
    width: 70%;
    font-weight: 700;
    line-height: 30px;
    color: #3d3d3b;
}
.bain-bultenleri-inputlar .bbi-left h6 {
    font-weight: 400;
    color: #8692a6;
    margin-top: 15px;
}
.bain-bultenleri-inputlar .bbi-right {
    width: 75%;
}
.bain-bultenleri-inputlar .bbi-right p {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #3d3d3b;
    margin-bottom: 0;
}
.bain-bultenleri-inputlar .bbi-right input {
    width: 100%;
    border-bottom: 1px solid #e52822;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 40px;
    margin-bottom: 50px;
}
.bbi-buton {
    text-align: right;
}
.bbi-buton button {
    border: 1px solid #e52822;
    box-sizing: border-box;
    border-radius: 30px;
    background: 0 0;
    padding: 6px 30px;
    transition: 0.5s;
}
.bbi-buton button:hover {
    transition: 0.5s;
    background: #e52822;
    border: 1px solid #e52822;
    color: #fff;
}
.footer-bayi-row {
    position: relative;
    width: 100%;
}
.footer-bayi-row .footer-bayi-row-logo {
    display: inline-block;
    width: 13%;
}
.footer-bayi-row .footer-bayi-row-liste {
    display: inline-block;
    width: 86%;
}
.footer-email-gonder-btn {
    position: relative;
}
.footer-email-gonder-btn button {
    position: absolute;
    right: 55%;
    z-index: 1;
    background: no-repeat;
    border: 0;
    margin-top: 8px;
}
.yuksek-performans-urunleri {
    position: relative;
    padding-top: 7%;
    padding-bottom: 7%;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.yuksek-performans-urunleri h2 {
    margin-bottom: 30px;
}
.yuksek-performans-urunleri h5 {
    font-weight: 300;
    color: #404040;
}
.cimeto-hazir-beton-tab {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}
.cimeto-hazir-beton-tab .chbt-left-side {
    position: relative;
}
.cimeto-hazir-beton-tab .chbt-left-side ul {
    padding-left: 0;
    margin-bottom: 0;
}
.cimeto-hazir-beton-tab .chbt-left-side ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 152.5%;
    color: #3d3d3b;
    list-style: none;
    margin-bottom: 15%;
    position: relative;
    width: 90%;
    cursor: pointer;
}
.cimeto-hazir-beton-tab .chbt-left-side ul li span {
    font-size: 25px;
    line-height: 101px;
    color: #e52822;
    font-weight: 700;
    vertical-align: super;
    margin-right: 1%;
}
.cimeto-hazir-beton-tab .chbt-left-side ul li img {
    float: right;
    margin-top: 3%;
    transition: 0.5s;
    opacity: 0;
}
.cimeto-hazir-beton-tab .chbt-right-side .chbt-images img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}
#parent-chbt-tab-menu {
    position: relative;
}
.ypu-right-circle {
    position: absolute;
    display: block !important;
    top: -60%;
    right: -20%;
    z-index: -1;
}
.ypu-right-circle img {
    width: 90%;
}
.ypu-right-rotate-circle {
    position: absolute;
    z-index: -1;
    top: -60%;
    display: block !important;
}
.ypu-right-rotate-circle img {
    width: 100%;
}
.cimeto-hazir-beton-tab .chbt-left-side ul li.active-chbt-tab-menu {
    font-weight: 700;
}
.cimeto-hazir-beton-tab .chbt-left-side ul li.active-chbt-tab-menu img {
    transition: 0.5s;
    opacity: 1;
}
.cimeto-hazir-beton-tab .chbt-left-side ul li a {
    color: #3d3d3b;
}
.ypu-desen {
    position: absolute;
    top: 0;
    left: 0;
}
.ypu-desen img {
    width: 60%;
}
.basin-bultenleri-desen {
    position: relative;
    overflow: hidden;
    padding-top: 8%;
    padding-bottom: 8%;
    z-index: -6;
}
.basin-bultenleri-desen ul {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    left: 10%;
    top: 30%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.basin-bultenleri-desen ul li {
    position: relative;
    font-weight: 400;
    font-size: 100px;
    line-height: 110px;
    display: inline-block;
    -webkit-text-stroke: 2px rgba(61, 61, 59, 0.5);
    -webkit-text-fill-color: transparent;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0 0 0 10%;
}
.materyal-bankasi {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow: hidden;
}
.basin-bultenleri-el {
    position: absolute;
    bottom: -52%;
    left: 3%;
}
.basin-bultenleri-yuzgec {
    position: absolute;
    z-index: -1;
    text-align: center;
    right: 20%;
    top: -15%;
}
.basin-bultenleri-yuzgec img {
    width: 80%;
    transform: rotate(-180deg);
}
.materyal-bankasi-right-iamge {
    position: absolute;
    top: 0;
    right: 0;
}
.materyal-bankasi-right-iamge img {
    width: 100%;
    height: 100%;
}
.materyal-bank-accordion {
    margin-top: 14%;
    margin-left: 7%;
    position: relative;
    height: 500px;
}
.mba-left-side {
    position: relative;
    display: inline-block;
    width: 25%;
}
.mba-left-side .mba-left-desc {
    background: #e52822;
    padding: 20% 10% 20% 10%;
    position: relative;
    width: 100%;
    height: 550px;
}
.mba-left-side .mba-left-desc h3 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.mba-left-side .mba-left-desc span {
    font-weight: 400;
    font-size: 350px;
    line-height: 110px;
    color: #3d3d3b;
    font-family: "Bai Jamjuree", sans-serif;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
}
.mba-right-side {
    position: relative;
    display: inline-block;
    width: 73%;
    vertical-align: top;
}
.mb-accordion-main {
    padding: 20px 50px 20px 50px;
    height: 180px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background-image: url(../img/mb-accordion-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #838383;
    transition: 1s;
    cursor: pointer;
}
.mb-acc-first {
    width: 20%;
    align-items: center;
    display: flex;
    padding-top: 0;
}
.mb-acc-first h4 {
    color: #3d3d3b;
    font-weight: 700;
    width: 90%;
    margin-bottom: 0;
}
.mb-acc-second {
    width: 70%;
    transition: 1s;
    opacity: 0;
}
.mb-acc-second h5 {
    font-weight: 300;
    color: #404040;
    margin-bottom: 0;
    padding-top: 4%;
}
.mb-acc-second .mb-acc-buton {
    margin-top: 8%;
    display: none;
    transition: 1s;
}
.mb-acc-second .mb-acc-buton a {
    background: #e52822;
    border: 1px solid #e52822;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 14px 40px;
    text-align: left;
    transition: 0.5s;
}
.mb-acc-second .mb-acc-buton a:hover {
    transition: 0.5s;
    background: #000;
    border: 1px solid #000;
}
.mb-acc-second .mb-acc-buton a img {
    margin-left: 20px;
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.mb-acc-third {
    width: 10%;
    text-align: center;
    align-items: center;
    display: flex;
    padding-top: 2%;
}
.acc-height {
    height: 250px;
    transition: 1s;
}
.iletisim-main-harita span {
    font-weight: 700;
    font-size: 50px;
    line-height: 105.5%;
    margin-bottom: 30px;
    color: #3d3d3b;
    display: block;
}
.iletisim-main-harita ul {
    padding-left: 0;
    margin-bottom: 0;
}
.iletisim-main-harita ul li {
    list-style: none;
    margin-bottom: 30px;
}
.iletisim-main-harita ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #3d3d3b;
    margin-bottom: 0;
    display: inline-block;
    width: 90%;
}
.iletisim-main-harita ul li p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #3d3d3b;
    margin-bottom: 0;
    display: inline-block;
    width: 90%;
}
.iletisim-main-harita ul li img {
    display: inline-block;
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 15px;
}
.iletisim-main-harita iframe {
    height: 500px;
}
.fabrika-ve-tesislerimiz {
    position: relative;
}
.imh-yuzgec {
    position: absolute;
    bottom: -25%;
    right: -15%;
}
.imh-yuzgec img {
    width: 80%;
}
.fab-tes-select {
    position: absolute;
    right: 10%;
    top: 0;
}
select {
    background-color: #fff;
    border: thin solid #00f;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dropdown-fab-tes {
    position: relative;
    background: #e52822;
    border-radius: 60px;
    display: inline-block;
    padding: 16px 20px;
    width: 270px;
}
.dropdown-fab-tes span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.dropdown-fab-tes img {
    margin-left: 10px;
}
.dropdown-content-fab-tes {
    display: none;
    position: absolute;
    min-width: 160px;
    padding: 12px 16px;
    z-index: 1;
}
.dropdown-fab-tes:hover .dropdown-content-fab-tes {
    display: block;
    width: 100%;
    left: 0;
    top: 30px;
    padding-top: 40px;
}
.dropdown-content-fab-tes ul {
    padding-left: 20px;
    margin-bottom: 0;
    padding-right: 20px;
}
.dropdown-content-fab-tes ul li {
    list-style: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #616161;
    margin-bottom: 20px;
    cursor: pointer;
}
.iletisim-adres-box {
    margin-top: 5%;
}
.iletisim-adres-box h3 {
    font-weight: 700;
    color: #3d3d3b;
}
.iletisim-adres-box ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 5%;
}
.iletisim-adres-box ul li {
    list-style: none;
    margin-bottom: 30px;
}
.iletisim-adres-box ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}
.iletisim-adres-box ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #3d3d3b;
    transition: 0.5s;
}
.iletisim-adres-box ul li a:hover {
    color: #e52822;
    transition: 0.5s;
    font-weight: 700;
}
.iletisim-adres-box ul li p {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    color: #3d3d3b;
}
.tesislerimiz-ic-yuzgec {
    position: absolute;
    top: 0;
    right: 7%;
}
.tesislerimiz-ic-yuzgec img {
    width: 60%;
    transform: rotate(90deg);
}
.tesislerimiz-don-btn {
    position: absolute;
    top: 7%;
    right: 12%;
    z-index: 1;
}
.tesislerimiz-don-btn a {
    background: #e52822;
    border-radius: 60px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    transition: 0.5s;
    padding: 14px 30px;
    border: 1px solid #e52822;
}
.tesislerimiz-don-btn a:hover {
    transition: 0.5s;
    border: 1px solid #000;
    background: #000;
}
.tesislerimiz-don-btn a img {
    transform: rotate(180deg);
    margin-right: 10px;
}
.ysb-owl {
    margin-top: 5%;
}
.yonetim-sistemi-belgeleri {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.yonetim-sistemi-belgeleri .ysb-card {
    width: 100%;
    text-align: center;
    border: 1px solid #8e8d8d;
    padding: 12% 10% 8% 10%;
    transition: 0.5s;
}
.yonetim-sistemi-belgeleri .ysb-card .ysb-card-main-icon {
    margin-bottom: 50px;
}
.yonetim-sistemi-belgeleri .ysb-card .ysb-card-main-icon img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.yonetim-sistemi-belgeleri .ysb-card .ysb-card-main-icon .ysb-icon-normal {
    display: inline;
    transition: 0.5s;
}
.yonetim-sistemi-belgeleri .ysb-card .ysb-card-main-icon .ysb-icon-hover {
    display: none;
    transition: 0.5s;
}
.yonetim-sistemi-belgeleri .ysb-card h3 {
    margin-bottom: 0;
    height: 100px;
    color: #3d3d3b;
    font-weight: 700;
}
.yonetim-sistemi-belgeleri .ysb-card .ysb-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.yonetim-sistemi-belgeleri .ysb-card .ysb-download-btn a {
    border: 1px solid #e52822;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #3d3d3b;
    transition: 0.5s;
    display: flex;
    width: 45%;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.yonetim-sistemi-belgeleri .ysb-card .ysb-download-btn a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: inline-block;
    margin-left: 30px;
}
.yonetim-sistemi-belgeleri .ysb-card:hover {
    transition: 0.5s;
}
.yonetim-sistemi-belgeleri .ysb-card:hover .ysb-card-main-icon .ysb-icon-hover {
    display: inline;
    transition: 0.5s;
}
.yonetim-sistemi-belgeleri .ysb-card:hover .ysb-card-main-icon .ysb-icon-normal {
    display: none;
    transition: 0.5s;
}
.yonetim-sistemi-belgeleri .ysb-card:hover .ysb-download-btn a {
    background: #e52822;
    color: #fff;
    border: 1px solid #e52822;
    transition: 0.5s;
}
.ysb-owl .owl-nav {
    display: block !important;
    position: absolute;
    top: -30%;
    right: 0;
}
.ysb-yuzgec {
    position: absolute;
    top: -20%;
    right: 20%;
    z-index: -1;
}
.tesisler-ic-galeri {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
.tesisler-ic-galeri h2 {
    margin-bottom: 5%;
}
.t-fancy-gal-box {
    margin-bottom: 30px;
}
.t-fancy-gal-box img {
    width: 100%;
}
.tesislerimiz {
    position: relative;
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
}
.tesislerimiz h2 {
    margin-bottom: 30px;
}
.tesislerimiz h4 {
    color: #404040;
}
.tesilerimiz-secim-btns {
    text-align: right;
}
.tesilerimiz-secim-btns .tesislerimiz-sec {
    width: 40%;
    display: inline-block;
}
.dropdown-tes-sec {
    position: relative;
    display: inline-block;
    background: 0 0;
    border-radius: 59px;
    padding: 16px 40px;
    border: 1px solid #e52822;
    transition: 0.5s;
    cursor: pointer;
    z-index: 111;
}
.dropdown-tes-sec:hover {
    transition: 0.5s;
    background: #e52822;
    border: 1px solid #e52822;
}
.dropdown-tes-sec:hover span {
    color: #fff;
}
.dropdown-tes-sec:hover img {
    display: inline;
    transition: 0.5s;
}
.dropdown-tes-sec span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #e52822;
    text-align: left;
    display: inline-block;
}
.dropdown-tes-sec img {
    margin-left: 20px;
    transition: 0.5s;
    display: none;
}
.dropdown-content-tes-sec {
    display: none;
    position: absolute;
    min-width: 160px;
    padding: 12px 16px;
    z-index: 1;
}
.dropdown-content-tes-sec ul {
    margin-bottom: 0;
    margin-top: 5%;
    padding-left: 0;
}
.dropdown-content-tes-sec ul li {
    list-style: none;
    margin-bottom: 15px;
}
.dropdown-content-tes-sec ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #616161;
    transition: 0.5s;
}
.dropdown-content-tes-sec ul li a:hover {
    transition: 0.5s;
    font-weight: 700;
    color: #e52822;
}
.dropdown-tes-sec:hover .dropdown-content-tes-sec {
    display: block;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: left;
    height: 250px;
    overflow: auto;
}
.tesislerimiz-yuzgec {
    position: absolute;
    top: -25%;
    right: 14%;
}
.tesislerimiz-yuzgec img {
    transform: rotate(90deg);
    width: 90%;
}
.il-isimleri {
    position: absolute;
    z-index: 2;
}
.il-isimleri div {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.svg-turkiye-haritasi {
    max-width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 5%;
}
.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}
#svg-turkiye-haritasi path {
    cursor: default;
    fill: #0000006e;
}
#svg-turkiye-haritasi path:hover {
    fill: #0000006e;
}
.vizyonumuz-yazilar {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 9%;
    padding-bottom: 9%;
}
.vizyonumuz-yazilar ul {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    top: 25%;
    left: -16%;
}
.vizyonumuz-yazilar ul li {
    position: relative;
    font-weight: 400;
    font-size: 100px;
    line-height: 110px;
    display: inline-block;
    -webkit-text-stroke: 2px rgba(61, 61, 59, 0.5);
    -webkit-text-fill-color: transparent;
    font-family: "Bai Jamjuree", sans-serif;
    margin: 0 0 0 4%;
}
.vizyonumuz-yazilar-circle-main {
    position: absolute;
    top: 0;
    right: 0;
}
.vizyonumuz-yazilar-circle-main .vizyonumuz-yazilar-circle {
    z-index: 1;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    height: 340px;
    width: 340px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
.vizyonumuz-yazilar-circle-main .vizyonumuz-yazilar-circle img {
    width: 65%;
}
.ypu-urun-yuzgec {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 38%;
}
.ypu-urun-yuzgec img {
    width: 70%;
}
.piramit-cimento-urunlerimiz-long-pattern {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;
}
.piramit-urunlerimiz-tab-menuler {
    position: absolute;
    right: 10%;
    bottom: 15%;
}
.piramit-urunlerimiz-tab-menuler ul {
    margin-bottom: 0;
    padding-left: 0;
}
.piramit-urunlerimiz-tab-menuler ul li {
    display: inline-block;
    margin: 0 20px 0 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 10px;
    letter-spacing: 0.04em;
    color: #e52822;
    border: 1px solid #e52822;
    padding: 26px 50px;
    border-radius: 60px;
    width: 280px;
    text-align: center;
    cursor: pointer;
}
.urunlerimiz-tablo .table thead {
    background: #e30613;
}
.urunlerimiz-tablo .table tbody {
    background-image: url(../img/urunlermiz-table-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.urunlerimiz-tablo .table tbody tr {
    border-bottom: 2px solid #000;
}
.urunlerimiz-tablo .table tr td {
    padding-left: 30px;
    font-weight: 300;
    font-size: 18px;
    line-height: 162.5%;
    color: #404040;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.urunlerimiz-tablo .table tr td a {
    color: #404040;
    transition: 0.5s;
}
.urunlerimiz-tablo .table tr td:hover a {
    color: #e30613;
    transition: 0.5s;
    font-weight: 700;
}
.urunlerimiz-tablo .table tr th {
    font-weight: 700;
    font-size: 20px;
    line-height: 162.5%;
    color: #fff;
    padding-left: 30px;
    width: 25%;
}
.urunlerimiz-tablo .table tr td img {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.urunlerimiz-tablo .table tr td .table-download-icon-normal {
    transition: 0.5s;
    display: inline;
}
.urunlerimiz-tablo .table tr td .table-download-icon-hover {
    transition: 0.5s;
    display: none;
}
.urunlerimiz-tablo .table tr td:hover a .table-download-icon-hover {
    transition: 0.5s;
    display: inline;
}
.urunlerimiz-tablo .table tr td:hover a .table-download-icon-normal {
    transition: 0.5s;
    display: none;
}
.urunlerimiz-standart-urunlerimiz-part h4 {
    color: #404040;
}
.urunlerimiz-standart-urunlerimiz-part ul {
    padding-left: 0;
    margin-bottom: 2%;
    margin-top: 1%;
}
.urunlerimiz-standart-urunlerimiz-part ul li {
    list-style: none;
    display: inline-block;
    margin: 0 30px 0 0;
}
.urunlerimiz-standart-urunlerimiz-part ul li span {
    display: block;
    font-weight: 300;
    font-size: 25px;
    line-height: 42px;
    color: #404040;
}
.urunlerimiz-tablo .table tr td h4 strong {
    display: block;
    font-weight: 700;
}
.table-tab-menu.active-table-tab-menu {
    background: #e52822;
    border: 1px solid #e52822;
    color: #fff;
}
.projelerimiz {
    background-image: url(../img/cimento-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.projelerimiz ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 3%;
}
.projelerimiz ul li {
    display: inline-block;
    margin: 0 20px 0 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 10px;
    letter-spacing: 0.04em;
    color: #e52822;
    border: 1px solid #e52822;
    padding: 26px 20px;
    border-radius: 60px;
    width: 40%;
    text-align: center;
    cursor: pointer;
}
.projelerimiz .tp-rows {
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
}
.tp-left-side {
    margin-top: 2%;
}
.tp-left-side h3 {
    color: #404040;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    line-height: 42px;
}
.tp-left-side strong {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 162.5%;
    color: #e52822;
    display: block;
}
.tp-left-side h3:before {
    content: "";
    background-image: url(../img/s-list-red-ok.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.tp-yuzgec-first {
    position: absolute;
    top: -5%;
    right: 38%;
    z-index: -1;
}
.tp-yuzgec-first img {
    width: 70%;
}
.tp-long-first-pattern {
    position: absolute;
    bottom: -30%;
    right: 0;
    z-index: -1;
}
.kariyer-kisisel-bilgileri {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
}
.kariyer-kisisel-bilgileri h3 {
    margin-bottom: 4%;
}
.kariyer-kisisel-bilgileri p {
    font-weight: 700;
    font-size: 20px;
    line-height: 152.5%;
    color: #404040;
    margin-bottom: 0;
    position: relative;
    padding-left: 3%;
}
.kariyer-kisisel-bilgileri input {
    border: 1px solid #000;
    width: 90%;
    height: 30px;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 30px;
    margin-left: 3%;
}
.kariyer-kisisel-bilgileri .kb-left-ok:before {
    content: "";
    background-image: url(../img/s-list-red-ok.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.radiowrapper {
    position: absolute;
}
.radiowrapper input {
    visibility: hidden;
    width: 0;
    margin-bottom: 0;
    height: auto;
}
.radiowrapper label:hover {
    font-weight: 700;
}
.radiowrapper input:checked + label {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #e30613;
}
.radiowrapper label {
    border: 1px solid #e30613;
    width: 50px;
    height: 50px;
    padding: 8px 15px;
    font-size: 25px;
    color: #5c5c5c;
    cursor: pointer;
    font-weight: 700;
}
#wrap1 {
    z-index: 1111;
}
#wrap2 {
    z-index: 111;
}
#wrap3 {
    z-index: 11;
}
#ask1 {
    z-index: 1111;
}
#ask2 {
    z-index: 111;
}
#ask3 {
    z-index: 11;
}
.radio-buton-cinsiyet-liste li {
    display: inline-block;
    margin: 0 40px 0 0;
}
.radio-buton-cinsiyet-liste li:before {
    display: none;
}
.radio-buton-cinsiyet {
    position: relative;
    height: 60px;
    top: -70px;
    left: 110px;
}
.radio-buton-medenihal {
    position: relative;
    height: 60px;
    top: -70px;
    left: 130px;
}
.radio-buton-askerlik {
    position: relative;
    height: 60px;
    top: -88px;
    left: 240px;
}
.radio-buton-askerlik .radiowrapper label span {
    position: absolute;
    top: 40px;
    left: -60px;
    font-size: 20px;
    font-weight: 300;
}
.radio-buton-askerlik .radio-buton-cinsiyet-liste li {
    margin: 0 80px 0 20px;
}
.radio-buton-askerlik .radiowrapper input:checked + label span {
    left: -60px;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.radio-buton-engel {
    position: relative;
    height: 60px;
    top: -40px;
    left: 50px;
}
.radio-buton-engel .radiowrapper label {
    width: 40px;
    height: 40px;
}
.radio-buton-engel .radiowrapper label span {
    position: absolute;
    top: 40px;
    left: -60px;
    font-size: 20px;
    font-weight: 300;
}
.radio-buton-engel .radio-buton-cinsiyet-liste li {
    margin: 0 100px 0 20px;
}
.radio-buton-engel .radiowrapper input:checked + label span {
    left: -60px;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
}
.kariyer-egitim-bilgileri {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
}
.kariyer-tables-css {
    margin-top: 2%;
}
.kariyer-tables-css thead {
    background: #e30613;
    width: 100%;
}
.kariyer-tables-css thead th {
    width: 21%;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.kariyer-tables-css tbody {
    width: 100%;
}
.kariyer-tables-css tbody tr {
    border-bottom: 1px solid #000;
}
.kariyer-tables-css tbody td {
    width: 20%;
}
.kariyer-tables-css tbody td textarea {
    height: 90px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    resize: none;
    padding-top: 10px;
    border: 0;
}
.egitimbilgilerTable-btn {
    margin-top: 3%;
    text-align: right;
}
.egitimbilgilerTable-btn button {
    background: #e30613;
    border-radius: 42px;
    border: 1px solid #e30613;
    padding: 12px 20px;
    color: #fff;
    transition: 0.5s;
}
.egitimbilgilerTable-btn button:hover {
    transition: 0.5s;
    background: #fff;
    color: #e30613;
    border: 1px solid #e30613;
}
.kariyer-yabanci-diller {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
}
.basvuru-formu-gonder-butonu {
    text-align: right;
    margin-top: 3%;
}
.basvuru-formu-gonder-butonu button {
    border: 1px solid #e30613;
    border-radius: 42px;
    transition: 0.5s;
    background: 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 129%;
    color: #e30613;
    padding: 16px 40px;
}
.basvuru-formu-gonder-butonu button:hover {
    transition: 0.5s;
    border: 1px solid #e30613;
    background: #e30613;
    color: #fff;
}
#backtotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 0;
    outline: 0;
    color: #fff;
    cursor: pointer;
    background: no-repeat;
    padding: 15px;
    border-radius: 4px;
}
#backtotop img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.haberler .mainpage-bizdenhaberler .haberler-title-tab .haberler-tab {
    justify-content: left;
}
.haberler .mainpage-bizdenhaberler .haberler-title-tab .haberler-title {
    width: 35%;
}
.haberler .mainpage-bizdenhaberler .haberler-title-tab .haberler-main-tumunu-gor {
    width: 30%;
}
.mainpage-bizdenhaberler .haberler-cards {
    margin-top: 5%;
}
.haberler-main-tumunu-gor .hakkinda-buton {
    margin-top: 11%;
}
.mainpage-news-owl .owl-nav {
    display: block !important;
    position: absolute;
    top: -10%;
}
.bizdenhaberler-yuzgec {
    position: absolute;
    top: 4%;
    z-index: -1;
    right: 10%;
}
.bizdenhaberler-yuzgec img {
    transform: rotate(90deg);
    width: 80%;
}
.fabrikalar-ve-tesisler {
    position: relative;
    overflow: hidden;
}
.fabrikalar-ve-tesisler h2 {
    margin-bottom: 30px;
}
.fabrikalar-ve-tesisler h5 {
    font-weight: 300;
    color: #3d3d3b;
}
.fabrikalar-ve-tesisler-bg {
    position: absolute;
    z-index: -5;
    top: -10%;
    right: 0;
}
.fabrikalar-ve-tesisler-bg img {
    width: 100%;
    height: 100%;
}
.fabrikalar-ve-tesisler .svg-turkiye-haritasi {
    margin-top: 22%;
}
.mainpage-harita-box {
    position: absolute;
    top: 22%;
    width: 20%;
    border: 1px solid transparent;
    background: #fff;
    padding: 40px 40px 60px 40px;
    right: 28%;
    height: 300px;
    overflow: auto;
}
.mainpage-harita-box h3 {
    font-weight: 700;
    color: #3d3d3b;
    margin-bottom: 20px;
}
.mainpage-harita-box p {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 138%;
    color: #8b8b8b;
    margin-bottom: 0;
}
.mainpage-harita-box:before {
    content: "";
    background: #e52822;
    position: absolute;
    left: 0;
    top: 0;
}
.harita-box-kapat {
    position: absolute;
    top: 5%;
    right: 5%;
}
.harita-box-kapat img {
    cursor: pointer;
}
.piramit-hakkinda-owl-rakam {
    position: absolute;
    top: 32%;
    z-index: 1;
    left: 6%;
}
.piramit-hakkinda-owl-rakam ul {
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}
.piramit-hakkinda-owl-rakam ul li {
    display: inline-block;
    -webkit-text-stroke: 1px rgba(61, 61, 59, 0.5);
    -webkit-text-fill-color: transparent;
    font-family: "Bai Jamjuree", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    line-height: 84px;
    transition: 1s;
    margin: 0;
}
.mainpage-hakkinda .buton .buton-oklar img {
    width: auto;
}
.piramit-hakkinda-owl .item {
    margin-top: 8%;
}
.mb-accordion-main.active-mb-accordion-main {
    height: 240px;
}
.mb-accordion-main.active-mb-accordion-main .mb-acc-second {
    transition: 1s;
    opacity: 1;
}
.mb-accordion-main.active-mb-accordion-main .mb-acc-second .mb-acc-buton {
    display: block;
    transition: 1s;
}
.mb-acc-third-icon-normal {
    transition: 1s;
    display: inline;
}
.mb-acc-third-icon-active {
    transition: 1s;
    display: none;
}
.mb-accordion-main.active-mb-accordion-main .mb-acc-third-icon-normal {
    transition: 1s;
    display: none;
}
.mb-accordion-main.active-mb-accordion-main .mb-acc-third-icon-active {
    transition: 1s;
    display: inline;
}
.sidenav-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 555;
    top: 0;
    left: 0;
    background-color: #3d3d3b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.open-menu-right-serit {
    height: 100vh;
    width: 100px;
    position: absolute;
    top: 0;
    background: #242424;
    right: 0;
}
.open-menu-right-serit .open-menu-serit-logo {
    height: 10%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.open-menu-right-serit .open-menu-serit-logo img {
    width: 100%;
}
.open-menu-right-serit .open-menu-hamburger {
    height: 80%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.open-menu-right-serit .open-menu-hamburger .omh-normal {
    transition: 1s;
    display: inline;
}
.open-menu-right-serit .open-menu-hamburger .omh-hover {
    transition: 1s;
    display: none;
}
.open-menu-right-serit .open-menu-hamburger img {
    width: 50px;
    transition: 1s;
}
.open-menu-right-serit .open-menu-arama {
    height: 10%;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.open-menu-hamburger a:hover .omh-normal {
    transition: 1s;
    display: none;
}
.open-menu-hamburger a:hover .omh-hover {
    transition: 1s;
    display: inline;
}
.open-menu-hamburger a:hover .omh-hover:hover {
    transform: rotate(360deg);
    transition: 1s;
}
#open-menu-arama-popup .modal-dialog {
    top: 35%;
}
#open-menu-arama-popup .modal-dialog .modal-body input {
    width: 100%;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
}
.open-menu-links {
    position: absolute;
    top: 10%;
    left: 7%;
}
.open-menu-links .oml-big-list {
    padding-left: 0;
}
.open-menu-links .oml-big-list li {
    list-style: none;
    line-height: 100px;
    position: relative;
    width: max-content;
}
.open-menu-links .oml-big-list li a {
    font-family: "Bai Jamjuree", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 80.1%;
    color: #fff;
}
.open-menu-links .oml-small-list {
    padding-left: 0;
}
.open-menu-links .oml-small-list li {
    list-style: none;
    line-height: 50px;
    position: relative;
    width: max-content;
}
.open-menu-links .oml-small-list li a {
    font-weight: 400;
    font-size: 35px;
    line-height: 80.1%;
    color: #e52822;
    font-family: "Bai Jamjuree", sans-serif;
}
.open-menu-links .oml-big-list li:before {
    left: 0;
    content: "";
    background-color: #fff;
    height: 2px;
    position: absolute;
    bottom: 25px;
    width: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    transition-duration: 0.5s;
}
.open-menu-links .oml-big-list li:hover:before {
    width: 100%;
}
.open-menu-links .oml-small-list li:before {
    left: 0;
    content: "";
    background-color: #e52822;
    height: 2px;
    position: absolute;
    bottom: 8px;
    width: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    transition-duration: 0.5s;
}
.open-menu-links .oml-small-list li:hover:before {
    width: 100%;
}
.open-menu-musteri-whatsapp {
    position: absolute;
    right: 15%;
    top: 35%;
    opacity: 0;
    transition: 1s;
}
.open-menu-musteri-whatsapp ul {
    margin-bottom: 0;
    padding-left: 0;
}
.open-menu-musteri-whatsapp ul li {
    list-style: none;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw {
    transition: 0.5s;
    padding: 20px;
    width: 300px;
    height: 65px;
    cursor: pointer;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw:hover {
    transition: 0.5s;
    background: #717070;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: super;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw div {
    display: inline-block;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw div p {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 5px;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw div span {
    font-weight: 400;
    font-size: 9px;
    color: #a6a6a6;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw .ommw-ok {
    margin-left: 35px;
    transition: 0.5s;
    opacity: 0;
}
.open-menu-musteri-whatsapp ul li .open-menu-mw:hover .ommw-ok {
    transition: 0.5s;
    opacity: 1;
}
.open-menu-sosyla-medya {
    position: absolute;
    bottom: 10%;
    right: 10%;
}
.open-menu-sosyla-medya ul {
    padding-left: 0;
    margin-bottom: 0;
}
.open-menu-sosyla-medya ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.dropdown-openmenu-dil {
    position: relative;
    display: inline-block;
    border: 1px solid #e52822;
    border-radius: 30px;
    padding: 10px 20px;
}
.dropdown-openmenu-dil span {
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #e52822;
}
.dropdown-openmenu-dil img {
    margin-left: 10px;
}
.dropdown-content-openmenu-dil {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}
.dropdown-openmenu-dil:hover .dropdown-content-openmenu-dil {
    display: block;
    left: 0;
}
.dropdown-content-openmenu-dil ul li {
    margin: auto;
    text-align: center;
    display: block;
}
.dropdown-content-openmenu-dil ul li a {
    color: #000;
}
#musteri-girisi-popup .modal-dialog {
    top: 15%;
}
.dropdown-menudiller {
    position: relative;
    display: inline-block;
}
.dropdown-menudiller span {
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}
.dropdown-menudiller img {
    margin-left: 5px;
}
.dropdown-content-menudiller {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}
.dropdown-menudiller:hover .dropdown-content-menudiller {
    display: block;
}
.dropdown-content-menudiller ul {
    padding-bottom: 0;
    padding-left: 0;
}
.dropdown-content-menudiller ul li {
    margin-bottom: 0;
}
.dropdown-content-menudiller ul li a {
    color: #000;
}
.projelerimiz ul .tp-tab-menu.active-tp-tab-menu {
    background: #e52822;
    color: #fff;
}
.dropdown-tes-sec.active-maptab-menu {
    background: #e52822;
    border: 1px solid #e52822;
}
.dropdown-tes-sec.active-maptab-menu span {
    color: #fff;
}
.dropdown-tes-sec.active-maptab-menu img {
    display: inline;
}
.dropdown-tes-sec.active-maptab-menu .dropdown-content-tes-sec {
    display: block;
    width: 100%;
    left: 0;
    top: 102%;
    text-align: left;
    height: 250px;
    overflow: auto;
}
.mhbox-btn {
    margin-top: 8%;
}
.mhbox-btn a {
    background: #e52822;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #e52822;
    transition: 0.5s;
    font-size: 12px;
}
.mhbox-btn a:hover {
    border: 1px solid #e52822;
    transition: 0.5s;
    background: #fff;
    color: #e52822;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #e52822;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #e52822;
}
#parent-maptab-menu {
    position: relative;
}
#parent-maptab-menu .harita-main {
    margin-top: 12%;
}
#parent-maptab-menu .mainpage-harita-box {
    top: -32%;
    right: 25%;
}
.map-box-1 {
    display: none;
}
.projegorseli img {
    height: 100%;
    object-fit: cover;
}
.gelentesis {
    margin-bottom: 10%;
    position: relative;
}
.gelentesis::before {
    content: "";
    background: #e52822;
    width: 5px;
    height: 80%;
    position: absolute;
    left: -13%;
    top: 0;
}
.piramit-hakkinda-owl .hkslider {
    height: 600px;
    object-fit: cover;
}
.piramit-hakkinda-owl-rakam ul li:nth-of-type(2) {
    position: absolute;
    left: 675px;
}
.piramit-hakkinda-owl-rakam ul li:nth-of-type(3) {
    position: absolute;
    left: 1330px;
}
.tarihce-owl .tarihce-card-main-image img {
    height: 420px;
    border-radius: 50%;
    object-fit: cover;
}
.urun-ic-sayfa-tab-baslik {
    position: absolute;
    top: 1%;
    width: 30%;
}
.urunlersayfasirelative {
    position: relative;
}
.urunlertop {
    margin-top: 4%;
}
.sliderimage-1 {
    object-position: 23% 10%;
}
.sliderimage-5 {
    object-position: 60% 10%;
}
.new-tesisler-ic-title-width {
    width: 60%;
}
.dijitalisayon-new-image-height {
    height: 100%;
    object-fit: cover;
}
.fabrikalar-alti-kibris {
    position: absolute;
    bottom: 0;
    left: 40%;
}
.fabrikalar-alti-kibris img {
    opacity: 0.45;
}
.vizyonumuz ul li:before {
    content: "";
    background-image: url(../img/s-list-red-ok.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 34%;
    background-size: contain;
    background-repeat: no-repeat;
}
.vizyonumuz ul li {
    list-style: none;
    position: relative;
    padding-left: 3%;
}
.degerlerimiz-piramit ul {
    padding-left: 0;
}
.degerlerimiz-piramit ul li {
    list-style: none;
    line-height: 30px;
}
.degerlerimiz-piramit ul li strong {
    color: #e30613;
}
.kvkk {
    padding-top: 3%;
    padding-bottom: 3%;
}
.kvkk h4 {
    color: #e52822;
    margin-bottom: 2%;
    font-weight: 500;
}
.kvkk p {
    color: #333333ba;
    line-height: 150%;
}
.checkbox-kvkk {
    float: right;
    margin-right: 10%;
}
.checkbox-kvkk a {
    color: #e30613;
}

.pagination {
    position: absolute;
    bottom: 0;
    left: 40%;
}
.pagination {
    position: absolute;
    bottom: 0;
    left: 40;
}
.pagination li {
    width: 40px;

    border: 1px solid #e52822;

    text-align: center;

    margin-left: 2%;
}

.pagination li a {
    color: #333;
}
.blogdetay ul li {
    font-weight: 300 !important;
    color: #404040 !important;
    font-size: 20px;
    line-height: 30px;
}
