.row_gap{
    row-gap: 20px;
}
.wp_message_fixed{
    position: fixed;
    bottom: 30px;
    right: 20px;
    animation-name: wpMessage;
    animation-duration: 5s;
    z-index: 99999;
    transform: translateY(0);
    animation-iteration-count: infinite;
    animation-delay: 0.65s;
    animation-fill-mode: forwards;
}
.sosial_fixed{
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 17px;
    border-radius: 6px;
    padding: 7px 9px;
}
.sosial_fixed a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    align-items: center;
    box-shadow: 0 0 12px #c9c9c9;
    justify-content: center;
    transition: .3s;
    font-size: 24px;
    color: #b5710b;
}
.sosial_fixed a:hover{
    background: #b5710b;
    color: #fff;
}
@keyframes wpMessage{
    0%{
        transform: translateY(-20px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-20px);
    }
}
.wp_message_fixed img{
    width: 64px;
}
header{
    position: relative;
    z-index: 99;
}
nav{
    background: #fff;
}
.logo img{
    max-width: 100px;
}
.nav_call_link{
    display: flex;
    gap: 15px;
}
.nav_call_link img{
    width:35px;
    height:100%;
}

.swiper-slide-active .desk_slider_img{
  animation-name: mainSliImg;
  animation-duration: .3s;
  position: relative;
  z-index: 3;
  animation-delay: 0.65s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 0 0 0 -30px;
  transform: translateY(70px);
}
.main_sli_img_bg img{
    position: absolute;
    z-index: 2;
    transition: 1s;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
}
.swiper-slide-active .main_sli_img_bg img{
      animation-name: mainSliBgImg;
      animation-duration: .3s;
      animation-delay: 0.5s;
      animation-fill-mode: forwards;

}
@keyframes mainSliBgImg{
    0%{
        width: 0;
        height: 0; 
    }
    100%{
        width: 694px;
        height: 540px; 
    }
}
@keyframes mainSliImg{
    0%{
        opacity: 0;
        transform: translateY(70px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@media only screen and (max-width: 1200px){
    @keyframes mainSliBgImg{
        0%{
            width: 0;
            height: 0; 
        }
        100%{
                width: 550px;
        height: 500px;
        }
    }
    .nav_call_link{
            display: none !important;
        }
}

@media only screen and (max-width: 992px){
    .main_slider .container{
        max-width: inherit;
        padding: 0 40px;
    }
    .nav_call_link{
            display: flex !important;
        }
    .main_swi {
        height: 474px !important;
    }
    .main_slider_content_text a{
        padding: 15px 62px;
    }
    .main_slider_content_text h3{
        font-size: 48px !important;
    }
    @keyframes mainSliBgImg{
        0%{
            width: 0;
            height: 0; 
        }
        100%{
            width: 430px;
            height: 370px;
        }
    }
}
@media only screen and (max-width: 920px){
    .main_slider .container{
        max-width: inherit;
        padding: 0 20px;
    }
    .main_swi {
        height: 474px !important;
    }
    .main_slider_content_text a{
        padding: 15px 32px !important;
    }
    .main_slider_content_text h3{
        font-size: 48px !important;
    }
    @keyframes mainSliBgImg{
        0%{
            width: 0;
            height: 0; 
        }
        100%{
            width: 430px;
            height: 370px;
        }
    }
}
@media only screen and (max-width: 768px){
    .main_slider .container{
        max-width: inherit;
        padding: 0 20px;
    }
    .main_sli_img_bg img{
        display: none;
    }
    .main_slider_content_text{
        opacity: 1 !important;
        transform: inherit !important;
    }
    .main_slider_content_text h3{
        text-align: center;
        order: 2;
    }
    .main_slider_content_text a{
        order: 3;
        justify-content: center;
    }
    .main_swi {
        height: fit-content !important;
    }
    .swiper_buttons_main {
        position: absolute !important;
         animation-name: inherit !important; 
        left: 0;
        opacity: 1 !important;
        top: 50%;
        transform: translate(0, -50%);
        width: 100%;
        margin: 0 !important;
    }
    .main_slider_content_text a{
        padding: 15px 32px !important;
    }
    .main_slider_content_text h3{
        font-size: 48px !important;
    }
    .swiper-slide-active .main_slider_content_text{
        animation-name: inherit !important;
    }
    @keyframes mainSliBgImg{
        0%{
            width: 0;
            height: 0; 
        }
        100%{
            width: 430px;
            height: 370px;
        }
    }
}
@media only screen and (max-width: 420px){
    .slider_img{
        height: 300px !important;
    }
    .main_swi {
        min-height: 520px;
    }
}
 .nav_call_link  {
        display: flex;
        gap: 8px;
        align-items:center;
        color: #333;
    }
   .nav_call_link .calling_number{
        font-size: 15px;
        padding: 0 0 5px;
        display: block;
        white-space: nowrap;
    }
   .nav_call_link .calling_text{
        font-size:10px;
        color: #535050;
        white-space: nowrap;
    }
.mynavbar{
    gap: 2px;
}
.mynavbar li a,.mynavbar li span{
    color: #000;
    transition: .3s;
    padding: 12px 14px;
    border-radius: 6px;
}
.mynavbar li a.active{
    background: #e8eaf4;
}
.mynavbar li a:hover{
    background: #e8eaf4;
}
.mynavbar li.dropdown{
    position: relative;
    padding: 7px 0;
    /* padding: 15px 0; */
}
.dropdown_link{
    gap: 5px;
}
.dropdown_content{
    position: absolute;
    top: 60px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    display: flex;
    z-index: 999;
    left: -20px;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 7px;
    flex-direction: column;
    box-shadow: 0 0 10px #d1d5ed;
    background: #fff;
}
.mynavbar li.dropdown:hover .dropdown_content{
    visibility: visible;
    opacity: 1;
    top: 50px;
}
.dropdown_content li a{
    white-space: nowrap;
}
.dropdown_content li a:hover{
    background: transparent;
    color: #b5710b;
}
.navbar_contact{
    gap: 20px;
    align-items: center;
}
.lang_change{
    display: flex;
    gap: 10px;
    align-items: center;
}
.lang_change span{
    width: 1px;
    height: 20px;
    background: #ccc;
}
.navbar_contact a{
    color: #000;
    /*width: 45px;*/
    transition: .3s;
    /*height: 45px;*/
    /*background: #e8eaf4;*/
    /*border-radius: 50%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.navbar_contact a.active{
    background: #e8eaf4;
    padding: 10px;
    border-radius: 4px;
}
/*.navbar_contact a:hover{*/
/*    background: #383838;*/
/*    color: #e8eaf4;*/
/*}*/
.navbar_feedback_button{
    background: #e25544;
    color: #fff;
    border: 1px solid #e25544;
    outline: none;
    transition: .3s;
    white-space: nowrap;
    font-size: 15px;
    border-radius: 4px;
    padding: 13px 12px;
}
.navbar_feedback_button:hover{
    color: #e25544;
    background: transparent;
}
.ham_open,.ham_logo,.for_ham_icon,.mynavbar .navbar_feedback_button,.ham_close,.accor{
    display: none !important;
}
@media only screen and (max-width: 1200px){
    .mynavbar li a,.mynavbar li span{
        padding: 10px 12px;
        font-size: 14px;
    }
    .navbar_feedback_button{
        padding: 10px 6px;
    }
    .nav_call_link img{
        width: 28px;
    }
    .nav_call_link .calling_number{
        font-size: 13px;
    }
    .nav_call_link .calling_text{
        font-size: 12px;
    }
}
@media only screen and (max-width: 992px){
    .ham_open,.ham_logo,.for_ham_icon,.mynavbar .navbar_feedback_button,.accor{
        display: block !important;
    }
    .navbar_feedback_button{
        display: none;
    }
    .mynavbar{
        position: fixed;
        top: 0;
        width: 40%;
        right: -200%;
        z-index: 99999;
        background: #fff;
        overflow-y: auto;
        transition: .7s;
        align-items: flex-start !important;
        box-shadow: 0 0 10px #d1d5ed;
        flex-direction: column;
        min-width: 260px;
        height: 100%;
        /* justify-content: center; */
        padding: 40px 30px;
        /* gap: 25px; */
    }
    .mynavbar li,.mynavbar li a{
        width: 100%;
    }
    .mynavbar.active{
        right: 0;
    }
    .ham_close{
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .ham_close span{
        transform: translateY(-15px);
    }
    .ham_logo{
        max-width: 200px;
        margin: 0 auto 50px;
    }
    .mynavbar li a.active{
        background: transparent;
    }
    .mynavbar li a,.mynavbar li span{
        padding: 14px 0;
        border-bottom: 1px solid #000;
        font-size: 21px; display: block;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mynavbar .navbar_feedback_button{
        margin: 40px 0;
        width: 100%;
    }
    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
      }
      .line {
        fill: none;
        stroke: black;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
          stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
      }
      .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
      }
      .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
      }
      .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
      }
      .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
      }
      .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
      }
      .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
      }
      .accor_cont,.dropdown{
          display: none;
    }
    .accor_content{
        flex-direction: column;
        gap: 27px;
        padding: 20px 10px;
      }
      .accor_content li a{
        padding: 0 0 5px 0;
        font-size: 18px;
      }
      
}
@media only screen and (max-width: 600px){
    .nav_call_link{
        display: none !important;
    }
    .nav{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .nav .col-sm-4{
        width: 100%;
    }
}

/* main slider */
.main_slider{
    overflow: hidden;
    position: relative;
}
.main_swi{
    height: 600px;
    position: relative;
    background: url("/img/slider_bg_main.jpg") center/cover no-repeat;
    z-index: 3;
}
.main_swi .swiper-slide{
    padding: 40px 0;
}
.swiper-wrapper{
    z-index: 99 !important;
}
.main_swi_sec_bg{
    width: 0;
    height: 0;
    background: #f1f1f1;
    position: absolute;
    top: -119px;
    visibility: hidden;
    opacity: 0;
    left: -214px;
    animation-name: mainSliBack;
    animation-duration: .5s;
    animation-delay: .35s;
    animation-fill-mode: forwards;
    border-radius: 50%;
}
.main_swi_sec_bg_second{
    width: 212px;
    /* height: 400px; */
    z-index: 67;
    transform: rotate(55deg);
    position: absolute;
    top: -107px;
    left: -41px;
}
.main_slider_bg span{
    width: 1400px;
    height: 1400px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(15%, -50%);
}
@keyframes mainSliBack{
    0%{
        top: -119px;
        left: -214px;
        width: 0px;
        height: 0px;
    }
    100%{
        top: 0px;
        left: 0px;
        border-radius: 0px;
        width: 100%;
        height: 100%;
    }
}
.swiper-wrapper{
    z-index: 10;
    position: relative;
}

.main_slider_bg_f_circle{
    z-index: 9;
    width: 600px;
    height: 600px;
}
/*.main_slider_bg span.main_slider_bg_s_circle{*/
/*    background: rgba(234, 237, 254, 0.69);*/
/*    width: 850px;*/
    
/*    height: 850px;*/
/*    z-index: 8;*/
/*}*/
.main_slider_bg::after,.main_slider_bg::before{
    /*content: '';*/
    position: absolute;
    top: 50%;
    right: 0%;
    border-radius: 50%;
    transform: translate(15%, -50%);
}
.main_slider_bg::after{
    z-index: 7;
    width: 1100px;
    height: 1100px;
    background: rgba(234, 237, 254, 0.39);
}
.main_slider_bg::before{
    z-index: 1;
    width: 4000px;
    height: 4000px;
    background: rgba(234, 237, 254, 0.19);
}
.main_slider_content_text{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.main_slider_content_text h3{
    font-size: 57px;
    color: #000;
    line-height: 1.15;
    font-weight: 600;
}
.main_slider_content_text p {
    font-size: 18px;
    line-height: 1.32;
}
.main_slider_content_text a{
    padding: 15px 114px;
    background: #0d681b;
    width: fit-content;
    transition: .3s;
    border: 1px solid #0d681b;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
}
.main_slider_content_text{
    transform: translateY(90px);
    opacity: 0;
}
.swiper-slide-active .main_slider_content_text{
    animation-name: mainSliText;
    animation-duration: .3s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}
@keyframes mainSliText{
    0%{
    transform: translateY(90px);
    opacity: 0;
    }
    100%{
    transform: translateY(00px);
    opacity: 1;
    }
}
.main_slider_content_text a:hover{
    background: transparent;
    color: #0d681b;
    border: 1px solid #000000;
}
.slider_img{
    height: 500px;
    object-fit: contain;
}

.mob_slider_img{
    display: none;
}
.swiper_buttons_main{
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 999;
    animation-name: mainSliButton;
    animation-duration: .3s;
    animation-delay: 1s;
    position: relative;
    animation-fill-mode: forwards;
    margin: -40px 0 0;
        opacity: 0;
}
@keyframes mainSliButton{
    0%{
    margin: -40px 0 0;
        opacity: 0;
    }
    100%{
        opacity: 1;
    margin: -110px 0 0;
    }
}
.swiper_button_main{
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 9999;
    border-radius: 50%;
    background: #d1d5ed;
    color: #000;
}
.swiper_buttons_main .swiper-button-prev_my{
    left: 10px;
}
.swiper_buttons_main .swiper-button-next_my{
    right: 10px;
}
@media only screen and (max-width: 992px){
    .main_swi{
        /*height: 740px;*/
    }
    .main_slider_content_text h3{
        font-size: 32px;
    }
    .main_slider_content_text p{
        font-size: 16px;
    }
    .slider_img{
        height: 380px;
    }
}
@media only screen and (max-width: 768px){
    .main_swi{
        height: inherit;
    }
.main_slide_content .row{
    flex-direction: column;
}
.mob_slider_img{
    display: block;
}
.desk_slider_img{
    display: none;
}
.main_slider_content_text a{
    width: 100%;
    text-align: center;
}
.swiper_button_main{
    position: absolute;
    background: #fff;
}
}
/* main slider end */

/* advantages */
.advantages_main_row{
    row-gap: 20px;
}
.advantages_section h4{
    font-size: 36px;
    font-weight: 400;
    padding: 0 0 20px;
}
.advantages_section p{
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 10px;
}
.advantages_card_row{
    row-gap: 25px;
}
.advantages_card {
    display: flex;
    align-items: center;
    gap: 20px;
}
.advantages_card img{
    width: 55px;
    height: 55px;
}
.advantages_card h6{
    font-weight: 500;
    font-size: 20px;
    color: #124a27;
    padding: 0 0 7px;
}
.advantages_card p{
    font-size: 15px;
    padding: 0;
    line-height: 1.4;
}
.advantages_img{
    padding: 80px;
    border-radius: 10px;
    /*box-shadow: 0 0 10px #e8eaf4;*/
    height: 100%;
    
}
@media only screen and (max-width: 992px){
    .advantages_order{
        order: -1;
    }
}
@media only screen and (max-width: 768px){
    .advantages_img{
        padding: 15px;
        text-align: center;
    }
    .advantages_img img{
        max-width: 250px;
    }
}
/* advantages end */
/* istifade yerleri */

.services_cards {
  display: grid;
  grid-template-columns: 1fr 2fr repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 5px;
}

.services_card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 230px;
  cursor: pointer;
}

.services_card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 25%, rgba(255, 255, 255, 0) 100%);
}

.services_card:nth-child(1) {
  grid-area: 1 / 1 / 2 / 4;
  height: 370px;
}

.services_card:nth-child(2) {
  grid-area: 1 / 4 / 2 / 6;
  height: 370px;
}

.services_card:nth-child(3) {
  grid-area: 1 / 6 / 2 / 8;
  height: 370px;
}

.services_card:nth-child(4) {
  grid-area: 2 / 1 / 3 / 3;
}

.services_card:nth-child(5) {
  grid-area: 2 / 3 / 3 / 6;
}

.services_card:nth-child(6) {
  grid-area: 2 / 6 / 3 / 8;
}

.services_card img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: .3s;
}

.services_card:hover img {
  transform: scale(1.1);
}

.service_text {
  position: absolute;
  padding: 30px 13px;
  line-height: 1.3;
  bottom: 0;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: .3s;
}

.service_text h5 {
  font-size: 23px;
}

.service_text button {
  border-radius: 6px;
  border: none;
  width: fit-content;
  background: transparent;
  color: #fff;
  outline: none;
}

/* .services_card:hover .service_text{
  bottom: 0;
} */
/* services 2 end */
@media only screen and (max-width:992px) {
  .services_cards {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 4px;
  }

  .services_card:nth-child(1) {
    grid-area: 1 / 1 / 3 / 4;
    height: 444px;
  }
  .services_card:nth-child(2) {
    grid-area: 1 / 4 / 2 / 6;
    height: 220px;
  }
  .services_card:nth-child(3) {
    grid-area: 2 / 4 / 3 / 6;
    height: 220px;
  }
  .services_card:nth-child(4) {
    grid-area: 3 / 1 / 4 / 3;
    height: 220px;
  }
  .services_card:nth-child(5) {
    grid-area: 4 / 1 / 5 / 3;
    height: 220px;
  }
  .services_card:nth-child(6) {
    grid-area: 3 / 3 / 5 / 6;
    height: 444px;
  }
}
@media only screen and (max-width:768px) {
  .services_cards {
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-template-rows: inherit;
    gap: 15px;
  }
  .services_card {
    grid-area: inherit !important;
    height: 230px !important;
  }
}
@media only screen and (max-width:540px) {
  .services_cards {
    grid-template-columns: 100%;
    grid-template-rows: inherit;
    gap: 15px;
  }
  .services_card {
    grid-area: inherit !important;
    height: 230px !important;
  }
}
@media only screen and (max-width: 400px) {
  .section_head h3 {
    font-size: 25px;
  }
}
/* istifade yerleri */
/* product section */
.product_section_head h2{
    font-size: 36px;
    color: #124a27;
}
.product_section_head a{
    color: #000;
    position: relative;
}
.product_section_head a::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #383838;
    transition: .3s;
}
.product_section_head a:hover::after{
    width: 100%;
}
.product_slide_head h5{
    font-size: 15px;
    font-weight: 500;
}
.product_more {
    gap: 10px;
}
.pdoducts_swi_1{
    padding: 20px 10px;
}
.product_slide{
    /* text-align: center; */
    color: #000;
    box-shadow: 0 0 5px #d1d5ed;
    display: block;
    padding: 20px 30px;
    overflow: hidden;
    border-radius: 8px;
}
.product_slide:hover{
    color: #000;
}
.product_slide:hover img{
    transform: scale(1.08);
}
.products_inner_section h1{
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    padding: 30px 0 0;
}
.product_slide h3{
    font-size: 20px;
    font-weight: 600;
    min-height: 72px;
}
.product_slide p{
    font-size: 16px;
    /*min-height: 79px;*/
    margin: 0 0 20px;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
    line-height: 1.24;
}
.product_slide img{
    width: 100%;
    transition: .3s;
    margin: 10px 0 20px;
    height: 300px;
    object-fit: contain;
}
.product_slide button{
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 6px;
    background: #d38e27;
    border: none;
    outline: none;
    color: #fff;
    transition: .3s;
}
.product_slide button i{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: .3s;
}
.product_slide button:hover{
    background: #b5710b;
}
.product_slide button:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
/* products section end */

/* blogs */
.blog_row{
    row-gap: 35px;
}
.yenilik_card{
    display: flex;
    flex-direction: column;
    gap: 13px;
    color: #000;
}
.yenilik_card_img{
    height: 100%;
    max-height: 220px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #d1d5ed;
}
.yenilik_card_img img{
    width: 100%;
    transition: .3s;
    object-fit: cover;
    height: 220px;
}
.yenilik_card:hover .yenilik_card_img img{
    transform: scale(1.2);
}
.yenilik_card h3{
    color: rgb(18, 20, 22);
    font-size: 20px;
    line-height: 25px;
}
.yenilik_card p{
    color: rgb(18, 20, 22);
    font-size: 15px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    /* white-space: normal; */
    line-height: 22px;
    -webkit-box-orient: vertical;
}

/* blogs end */

/* referances */
.swiper-slide{
    cursor: pointer;
}
.swiperPartners .swiper-slide img,.partners_sec .partners_card img{
    max-width: 100%;
    object-fit:contain;
    height: 80px;
}
.swiperPartners .swiper-slide,.partners_sec .partners_card {
    background: #eee;
    padding: 10px 20px;
    border-radius: 14px;
    text-align: center;
}

.referans-content {
  text-align: center;
}

.referans-content h3 {
  font-size: 38px;
  padding: 0 0 40px;
  font-weight: 600;
}

.referans-content p {
  width: 65%;
  margin: 20px auto 50px auto;
  line-height: 23px;
  font-size: 17px;
}
.swiperPartners .swiper-slide img{
    transition: .3s;
}
.swiperPartners .swiper-slide:hover img{
    transform: scale(1.08);
}
@media only screen and (max-width: 768px){
    .swiperPartners .swiper-slide img{
        height: 60px;
    }
}

/* referances end */
/* call to action */
.call-to-action{
    padding: 50px 0;
    background-color: #000;
}

.call-to-action h4{
    font-size: 23px;
    color: white;
}

.call-to-action h3{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}

.call-to-action a{
    display: inline-block;
    cursor: pointer;
    padding: 15px 45px;
    font-weight: 700;
    border-radius: 100px;
    -webkit-transition-property: 0.4s all ease-in;
    transition-property: 0.4s all ease-in;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ffffff;
    border: 2px solid #fff;
    font-size: 18px;
    display: inline-block;
    color: #333;
    -webkit-animation: play 4s ease infinite;
    -moz-animation: play 4s ease infinite;
    animation: play 4s ease infinite;
}

.call-to-action a:hover{
    background-color: transparent;
    color: #fff !important;
}

.call-to-action .order_btn{
    width: max-content;
    margin-left: auto;
}
@media only screen and (max-width:768px){
    .call-to-action .row{
        justify-content: center;
        row-gap: 20px;
        text-align: center;
    }
    .call-to-action .order_btn{
        max-width: inherit;
        margin: 0 auto;
    }
}
/* call to action end */
/* footer */
footer {
	border-top: 1px solid hsla(0,0%,76.9%,.6);
}

footer .section-top {
	background-color: #f4f4f4;
	padding: 60px 0;
}

footer .section-top .media-wrapper {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

footer .section-top .footer-brand {
	margin-bottom: 30px;
	display: block;
}

footer .section-top .footer-brand .logo-text {
    padding-top: 5px;
    width: max-content;
}

footer .section-top .footer-brand .logo-text span {
    font-size: 13px;
    color: #000;
}

footer .section-top .social-media-wrap h6 {
	font-family: "Averta",sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}

footer .section-top .social-media-wrap .social-media li {
	float: left;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #e2e2e2;
}

footer .section-top .social-media-wrap .social-media li:not(:last-child) {
	margin-right: 10px;
}

footer .section-top .social-media-wrap .social-media li a {
	display: -ms-flexbox;
  	display: flex;
	-ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
	height: 100%;
}

footer .section-top .social-media-wrap .social-media li i {
	color: #f4f4f4;
	font-size: 20px;
	text-shadow: 1px 1px #080808;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
}

footer .section-top .social-media-wrap .social-media li:nth-child(1):hover {
	background-color: #3b5998;
}

footer .section-top .social-media-wrap .social-media li:nth-child(2):hover {
	background-color: #f62403;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

footer .section-top .social-media-wrap .social-media li:nth-child(3):hover {
	background-color: #0966c2;
}

footer .section-top .social-media-wrap .social-media li:nth-child(4):hover {
	background-color:red;
}

footer .section-top .social-media-wrap .social-media li:nth-child(5):hover {
	background-color: #f70100;
}

footer .section-top .footer-list li {
	padding-right: 8px;
}

footer .section-top .footer-list li:not(:last-child) {
	margin-bottom: 15px;
}

footer .section-top .footer-list li a {
	font-size: 16px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	color: #000;
  	transition: all 0.225s ease 0s;
}

footer .section-top .footer-list li:hover a {
	color: #f99074;
}

footer .section-top .info-box {
	padding: 22px 28px 24px;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

footer .section-top .contact-info-box {
	border: 1px solid #fff;
	background-color: #fff;
}

footer .section-top .order-info-box {
	border: 1px solid #d7dde3;
	background-color: transparent;
}

footer .section-top .info-box h6 {
	font-family: "Averta",sans-serif;
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px;
}

footer .section-top .contact-info-box h6 {
	color: #124a27;
} 

footer .section-top .info-box .tel-link {
	color: #000;
	font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
	display: block;
}

footer .section-top .info-box span,
footer .section-top .info-box .email-link {
	display: block;
	font-size: 14px;
	color: #000;
    line-height: 20px;
    margin-bottom: 18px;
}
footer .section-top .info-box span,
footer .section-top .info-box .email-link {
	display: block;
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}
.custom-btn2 {
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
	padding: 15px 0;
	text-align: center;
	display: block;
}
footer .section-top .contact-info-box .contact-btn {
    
	background-color: #124a27;
	-webkit-box-shadow:none;
	-moz-box-shadow: 0 20px 30px -18px #124a27;
	-o-box-shadow: 0 20px 30px -18px #124a27;
	box-shadow: 0 20px 30px -18px #124a27;
	width: 100%;
	border:1px solid #124a27;
	
}

footer .section-top .contact-info-box .contact-btn:hover {
	background-color: #fff;
	color:#000;
	
}

footer .section-top .order-info-box .order-btn {
	color: #2f3032;
	background-color: #fff;
	/*-webkit-box-shadow: 0 20px 30px -18px #7fd958;
	-moz-box-shadow: 0 20px 30px -18px #7fd958;
	-o-box-shadow: 0 20px 30px -18px #7fd958;
	box-shadow: 0 20px 30px -18px #7fd958;*/
}

footer .section-top .order-info-box .order-btn:hover {
		background-color: #2f3032;
		color:#fff;
}

footer .section-bottom {
    background-color: #fff;
    padding: 30px 0;
	color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.footer_b > *{
    color: #000;
}
footer .section-bottom .footer-row {
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
	margin: 0;
}
.footer_end{
    text-align:end;
}
.okmedia{
    display: inline-block;
    max-width: 80px;
}
.okmedia img{
    width: 100%;
}
footer .section-bottom .footer-row .createby {
	margin-bottom: 0;
	display:flex;
	gap: 20px;
    align-items: center;
    justify-content: flex-end;
}
footer .section-bottom .footer-row .createby img{
    width: 50px;
    border-radius:  4px;
}
footer .section-bottom .footer-row .createby a {
	position: relative;
	color: #fff;
	margin-left: 5px;
	display:flex;
}

footer .section-bottom .footer-row .createby a::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: block;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    bottom: 0;
    left: 0;
}

footer .section-bottom .footer-row .createby a:hover::after {
    width: 0;
}

@media only screen and (max-width: 1199.98px) {
    footer .section-top .social-media-wrap .social-media li {
        margin-bottom: 10px;
    }
    
    footer .section-top .info-box .tel-link {
        font-size: 18px;
    }
}
@media only screen and (max-width: 990.98px) {
   
    footer .section-top .footer-list {
        -moz-column-count: 2;
        column-count: 2;
    }
    
    footer .section-top .info-box {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    
    
    footer .section-top {
        padding: 30px 0;
    }
    
    footer .section-top .media-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
    
    footer .section-top .info-box {
        text-align: center;
    }
    
    footer .section-top .info-box h6 {
        min-height: auto;
    }
    
    footer .section-top .info-box .custom-btn2 {
        width: 50%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 575.98px) {
    footer .section-bottom .footer-row span,
    footer .section-bottom .footer-row p {
        width: 100%;
        text-align: center;
    }
    
    footer .section-bottom .footer-row p {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 500px) {
    footer .section-top .media-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    footer .section-top .footer-list {
        -moz-column-count: 1;
        column-count: 1;
        margin-top: 20px;
    }
    
    footer .section-top .footer-list li a {
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    footer .section-top .info-box .custom-btn2 {
        width: 100%;
    }
    
    .team-wrapper .team-member .member-img {
        width: 170px;
        height: 170px;
    }
}
/* footer end */



/* full story */
.area_of_use_main{
    grid-template-columns: 55% 45%;
}
.area_of_use_main .static-desc{
    padding: 0 20px 0 0;
}
body.col_bg{
    background: #f1f1f1;
}
.product_page_full{
    position: relative;
    background: url("/img/full_bg.webp");
    background-position: left;
    background-repeat: no-repeat ;
    background-attachment: fixed;
}
.product_page_bg{
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.product_page_all_cont{
    position: relative;
    z-index: 2;
}
.product_page_img {
    position: sticky;
    top: 40px;
    left: 0;
}
.product_page_img img{
    height: 500px;
    object-fit: contain;
}
.speedbar{
    display: flex;
    align-items: center;
    /* list-style: disc; */
    gap: 20px;
    padding: 0 0 0 30px;
}
.speedbar li a{
    color: #000;
    background: #fff;
    transition: all .3s ease;
    border-radius: 25px;
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
}
.speedbar li a.avtive{
    background: #d38e27;
    color: #fff;
}
.produt_page_details{
    background: #fff;
    width: 100%;
    padding: 30px 0;
    height: 100%;
    border-radius: 20px;
}
.produt_page_details h1{
    font-size: 36px;
    padding: 0 40px 20px;
}
.product_page_buttons_list{
    gap: 5px;
    position: relative;
    padding: 0 40px;
    /* border-bottom: 1px solid #d1d5ed; */
}
.product_info{
    line-height: 1.3;
}
.product_info h3,.product_page_down h3{
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 15px;
}
.product_info ul,.product_page_down ul{
    list-style: disc !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product_page_buttons_list::after{
    position: absolute;
    z-index: 1;
    height: 1px;
    content: '';
    width: 100%;
    background: #d1d5ed;
    bottom: 0;
    left: 0;
}
.product_page_buttons_list li{
    padding: 10px 20px;
    cursor: pointer;
}
.product_page_buttons_list li.active{
    border: 1px solid #d1d5ed;
    border-radius: 10px 10px 0 0 ;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 2;
}
.product_info{
    padding: 20px 40px;
}

.full-story-wp {
    padding: 30px;
    background: rgba(151, 164, 175, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  
  .full-story-wp h3 {
    font-size: 27px;
  }
  .modal.fade.show {
      opacity: 1;
  }
  .full-story-product-box{
    gap: 20px;
    padding: 0 20px;
  }
  .full-story-wp{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .full-story-wp a,
  .full-story-wp button {
    padding: 17px 102px;
    background: #eb7353;
    color: #fff;
    border: 1px solid transparent;
    margin: 0 auto;
    border-radius: 32px;
    display: block;
    text-align: center;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: fit-content;
    line-height: 20px;
    justify-content: center;
    transition: all 0.5s ease;
    font-weight: 600;
  }
  
  .full-story-wp a:hover,
  .full-story-wp button:hover {
    background: #fff;
    border: 1px solid #eb7353;
    color: #eb7353;
  }
  
  button.add-to-wish {
    background-color: #fff;
    border: 0.0625rem solid #999;
    height: 3.125rem;
    max-width: 10.9375rem;
    border-radius: 0.25rem;
    padding: 0 1.125rem;
    font-family: 400;
    font-size: 16px;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    color: #444;
  }
  
  button.add-to-wish i {
    font-size: 12px;
    font-size: #999;
  }
  
.full-story-product-information-buttons {
    overflow-x: auto;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .full-story-product-information-buttons {
    border-bottom: 2px solid #7b7b7b;
  }
  
  .full-story-product-information-buttons button {
    background: #ececec;
    padding: 8px 24px 8px;
    display: inline-block;
    font-weight: bold;
    color: #555;
    border: solid 1px #e4e4e4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    white-space: nowrap;
  }
  
  .full-story-product-information-buttons button.active-full-story-info-button {
    padding-top: 10px;
    background: #000;
    border-color: #000;
    font-weight: 600;
    color: #f1f1f1;
    font-size: 14px;
  }
  
  .full-story-product-information-buttons button.active-full-story-info-button i {
    font-size: 14px;
  }
  
  .full-story-product-information-buttons button.active-full-story-info-button span {
    width: 1px;
    background: #fff;
    height: 13px;
  }
  .product_page_down_cont{
    line-height: 1.3;
  }
  .product_page_down_cont_tech{
    display: none;
    padding: 40px 0;
  }
  .product_page_down_cont_tech table{
    width: 100%;
  }
  .product_page_down_cont_tech table,.product_page_down_cont_tech table tr,.product_page_down_cont_tech table tr td{
    border: 1px solid #b8b8b8;
  }
  .product_page_down_cont_tech table tr td{
    padding: 11px 33px;
  }
  .product_page_down_cont_tech table tr td:nth-child(even){
    text-align: end;
  }

#document-tab-pane p{
    display: flex;
    flex-wrap:wrap;
    gap:20px;
}
#document-tab-pane a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #3338;
    justify-content: center;
    align-items: center;
    width: 25%;
    min-width: 200px;
    padding: 20px;
    border: 2px solid #3333;
    border-radius: 10px;
    transition: all .3s linear;
}
#document-tab-pane a img {
    transition: all .3s linear;
    width: 70px;
    margin-bottom: 25px;
    filter: opacity(0.4);
}
#document-tab-pane a:hover {
    border: 2px solid #333;
    color: #000;
}
#document-tab-pane a:hover img {
    filter: opacity(1);
}
@media only screen and (max-width: 992px){
    .product_page_full{
        background-size: 283px;
    }
    .full-story-product-box{
        display: grid !important;
        grid-template-columns: 100%;
    }
}
@media only screen and (max-width: 768px){
    .product_page_full{
        background-size: 330px;
    }
    .product_page_all_cont{
        gap: 20px;
    }
}
@media only screen and (max-width: 600px){
    .product_page_full{
        background-size: 200px;
        background-position: 0 209px;
    }
    .product_page_all_cont{
        gap: 20px;
    }
    .product_page_img img{
        height: 380px;
    }
    .produt_page_details h1{
        font-size: 30px;
    }
    .product_info{
        padding: 20px 25px;
        line-height: 1.3;
    }
    .product_info p{
        font-size: 15px;
    }
    .full-story-wp,.product_page_up_row{
        gap: 18px;
    }
    .full-story-wp a, .full-story-wp button{
        padding: 13px 32px;
    }
    .speedbar{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .speedbar li a{
        white-space: nowrap;
    }
    .product_info ul, .product_page_down ul{
        padding: 0 20px;
    }
}
/* full story end */

/* contact */
.contact_page_heading h1{
    font-size: 36px;
    font-weight: 600;
    padding: 0 0 60px;
    text-align: center;
}
.contact_wrap .contact_box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
    /*height: 621px;*/
}

.contact_wrap .contact_form_wrap.contact_box{
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.contact_wrap .contact_box .contact_box_header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

.contact_wrap .contact_info .contact_box_header{
    background: transparent;
    color: black;
    font-size: 36px;
    margin-bottom: 30px;
}

.contact_wrap .contact_info .mail{
    border-top: 1px solid #f0f0f0;
}

.contact_wrap .contact_info ul{
    padding: 0px 30px;
}

.contact_wrap .contact_info ul li {
    padding: 35px 0px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.contact_wrap .contact_info ul li a:not(:nth-child(2)){
    margin-left: 15px;
}

.contact_wrap .contact_info ul li span{
    display: block;
    margin-right: 15px;
}

.contact_wrap .contact_info li img{
    width: 20px;
}

.contact_wrap .contact_form_wrap.contact_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-bottom: 6px solid black;
}

.contact_form{
    padding: 20px 30px 50px;
}
.contact-information-right-side-card{
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.adress-contact{
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    width: 75%;
}
.adress-info-contact{
    width: 70%;
}
.adress-contact p i{
color: #f60c0b;
margin-right: 20px;
}

.adress-info-contact p{
    margin: 8px 0 16px 0;
}
.adress-info-contact p:first-child{
    margin: 0 0 16px 0;
}
.adress-info-contact p a{
    color: #191919;
    transition: .4s;
}
.adress-info-contact p a:hover{
    opacity: 0.6;
}
.contact-form{
    padding: 40px 0;
}
.contact-information-right-side ul{
    margin: 13px 0;
}
.contact-information-right-side p {
    white-space: nowrap;
}
.contact-form-flex{
    display: flex;
    justify-content: space-between;
}
#map{
    height: 400px;
}
/* contact end */
/* partners */
.partners_heading{
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    padding: 0 0 40px;
}
.partners_card{
    padding: 15px 30px;
}





/*about*/
.static-main{
    display: grid;
    justify-content: space-between;
}
.main_content_static{
    display: grid;
    grid-template-columns: 40% 50%;
    justify-content: space-between;
}
.map_desc{
    font-size: 32px;
    font-weight: 600;
    padding: 50px 0 20px !important;
}
.static-about-content svg {
        width: 72%;
        margin: 0 auto;
        fill: rgb(255, 255, 255);
        filter: drop-shadow(0 0 0.25rem rgb(177, 177, 177));
      }
.static-about-content svg path:hover {
        fill: #d48f28;
      }
     .static-about-content .region_name {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        color: white;
        padding: 5px;
        border-radius: 3px;
        display: none;
        z-index: 99;
      }
.static-about-content {
    padding: 50px 0 20px;
}
.static-about-content h1{
    font-size: clamp(38px, 5.5vw, 42px);
    padding: 0 0 50px;
    font-weight: 500;
    color: #435969;
}
.static-main img {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    object-fit: contain;
}
.static-desc{
    /*padding: 30px 0 0;*/
    max-height: 350px;
    overflow-y: auto;
}
.static-desc::-webkit-scrollbar {
  width: 5px;
}

.static-desc::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.static-desc::-webkit-scrollbar-thumb {
  background: #d38e27; 
  border-radius: 10px;
}

.static-desc::-webkit-scrollbar-thumb:hover {
  background: #d38e27; 
}
.static-desc img{
    display: none !important;
}
.static-desc p,
.static-desc span{
    font-size: 15px;
}

.static-desc img{
    display: none;
}
.static-desc p{
    font-size: 18px;
    /*padding: 0 0 20px;*/
    line-height: 1.57;
}

/*about end*/

.katalog-bg-image {
    background: linear-gradient(90deg, rgb(3 1 22 / 85%) 2%, rgb(9 9 9 / 21%) 51%, rgb(0 0 0 / 13%) 100%), url('https://suinsaat.az/img/inner-page-bg-img.jpeg') center/cover;
    padding: 140px 0
}

.kataloq-bg-basliq {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    padding-bottom: 30px
}

.kataloq-geri {
    font-size: 1rem;
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding: 10px
}

.kataloq-geri a {
    color: #ffffff7a;
    transition: .4s
}

.kataloq-ana-sehife {
    font-size: 1rem;
    padding: 10px;
    color: #fff
}

.kataloq-ana-sehife a {
    color: #fff;
    text-decoration: underline !important;
    transition: .4s
}

.kataloq-ana-sehife a:hover {
    text-decoration: none !important
}

.kataloq-geri-ana-sehife {
    display: flex;
    padding-top: 25px
}

.kataloq-bg-color-2 {
    background-color: #fafafa;
    padding: 80px 0
}

.about-static .about-heading .page-title,
.kataloq-bg-color-2 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

/*product inner*/
.products_inner_cat{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 30px;
}
.products_inner_cat_div{
    padding: 35px 25px;
    border-radius: 10px;
    position: sticky;
    top: 40px;
    box-shadow: 0 0 8px #d1d5ed;
}
.product_cat_list{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.product_cat_list li{
    color: #000;
    overflow: hidden;
    /*background:#e8eaf4;*/
    /*border-radius: 6px;*/
}
.product_cat_list li ul{
    padding: 10px 0 0 10px;
    display: none;
}
.product_cat_list li ul.active{
    display: block;
}
.product_cat_list li ul li{
    padding: 7px 0 7px;
}
.product_cat_list li ul li:not(:last-child){
    padding: 7px 0 ;
    border-bottom: 1px solid #dcdcdc;
}
.product_cat_list li a{
    color: #000;
    gap: 10px;
    line-height: 1.3;
}
.product_cat_list li a.active{
    background: #d38e27;
    color: #fff;
}
/*blog full*/
.blog_section{
    background: #fff;
}
.blog-all-sides{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(242, 242, 242, 1);
}
.blog-full-left-side{
    border-right: 1px solid rgba(242, 242, 242, 1) ;
    width: 70%;
    padding: 0 30px 0 0;
}
.blog-left-side-head{
    background: rgba(0, 0, 0, 0.05);
    padding: 16px;
    border-radius: 4px;
    margin: 20px 0 40px 0;
}
.blog-left-side-head p{
    gap: 10px;
    font-size: 13px;
}
.bloglar-left-side-avtor-all{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bloglar-avtor-img-all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 0 ;
}
.blog-full-story h2{
    font-size:25px;
}
.blog-full-story h3{
    font-size:20px;
    
    margin:0 0 20px 0;
}
.blog-full-story ol{
    list-style:"1";
    padding-left:40px;
}
.blog-full-story ul{
    list-style:disc;
    padding-left:40px;
}
.blog-full-story ol li{
    list-style-type: none;
      counter-increment: my-sec-counter;
      line-height:30px;
      padding: 0 0 6px 8px;
      position:relative;
}
.blog-full-story ol li::before{
    content:  counter(my-sec-counter ) ;
    position: absolute;
    left: -24px;
    top: 2px;
     font-size: 14px;
    line-height: 22px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    /* background: 100% 0 no-repeat #f9af22; */
    background: #f9af22 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAWCAMAAAA/86biAAAANlBMVEX////5ryL5tC7//vv7w1r//Pj//PX/+vH/+vD+9eT81o780oT7ymz7yGj7xmD6wVT6vEb6tzklMqcOAAAAMElEQVQI12MgHnAzg0hGHlYgycTIwgEiGQU4QSQjH4jkZweJszEwCPKClHIxE2kwACwgALUm5O19AAAAAElFTkSuQmCC) 100% 0 no-repeat;
    padding: 0 9px;
    background-size:contain;
    height: 22px;
}
.blog-full-story ul li{ 
    line-height:30px;
    padding:0 0 6px 0;
}
.blog-full-story ul li::marker{
    color:#baba00;
}
.bloglar-avtor-img {
    margin-right: 16px;
}
.bloglar-avtor-img img{
    width: 48px;
    height: 48px;
    object-fit:cover;
    border-radius: 50%;
}
.bloglar-avtor-content h3{
    font-size: 16px;
    line-height: 24px;
}
.avtor-content-down span{
    color: rgba(117, 117, 117, 1);
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px 0 0;
}
.post-share-icons{
    text-align:center;
    padding: 70px 0 40px 0;
}
.post-share-icons h5{
    font-size:30px;
    
    line-height:36px;
}
.avtor-icons,.down-icons{
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    align-items:center;
}
.down-icons{
    justify-content:center;
}
.down-icons a .fa-twitter{
    margin-left:2px;
}
.avtor-icons span{
    font-size:16px;
}
.avtor-icons a{
    width: 35px;
    height: 35px;
    background: #454545;
    color: aliceblue;
    display: inline-flex;
    margin:0 8px 0 0 ;
    justify-content: center;
    font-size:14px;
    transition:.3s;
    align-items: center;
    border-radius: 50% ;
}.avtor-icons a:last-child{
    margin: 0 ;
}
.avtor-icons a:hover{
    opacity:0.6;
}
.blog-full-left-side-blog-name{
    padding: 30px 0;
    line-height:26px;
}
.blog-left-side-full-title h2{
    font-size: 32px;
    line-height: 40px;
    padding: 20px 0 50px 0;
    
}
.blog-full-left-side-blog-name p{
    font-size: 20px;
    line-height: 32px;
}

.blog-full-left-side-blog-name img{
    width: 100%;
    transition: .4s;
    max-height: 456px;
    margin:0 !important;
    border-radius:20px;
    object-fit: cover;
}

.blog-full-right-side{
    padding: 20px 0 0 20px;
    text-align: start;
    width: 30%;
    position: relative;
}
.blog-full-right-side h4{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.blog-right-side-avtors-img img{
    width: 88px;
    height: 88px;
    object-fit:cover;
    border-radius: 50%;
}
.blog-right-side-avtors-img h4{
    font-size: 16px;
    padding: 16px 0 5px 0;
}
.blog-right-side-avtors-img  p{
    color: rgba(117, 117, 117, 1);
    font-size: 14px;
}
.blog-right-side-other-blogs{
    padding: 30px 10px 30px 0;
    position: sticky;
    max-height: 95vh;
    overflow-y: auto;
    top: 0;
    left: 0;
}
.blog-right-side-other-blogs::-webkit-scrollbar {
  width: 5px;
}
.blog-right-side-other-blogs::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 105px;
}
.blog-right-side-other-blogs::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 105px;
}
.blog-right-side-other-blogs::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.blog-right-side-other-blog{
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    padding: 20px 0;
}
.other-blog-img{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.other-blog-avtor-img-name{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 0 10px 0;
}
.other-blog-avtor-img-name h4{
    font-size: 13px;
    color: rgba(41, 41, 41, 1);
}
.other-blog-avtor-img-name img{
    width: 20px;
    height: 20px;
    object-fit:cover;
    border-radius: 50%;
    margin-right: 8px;
}
.other-blog-img img{
    width: 56px;
    height: 56px;
    object-fit:cover;
    border-radius: 2px;
}
.other-blog-img h5{
    color: #000;
    font-size: 16px;
    line-height:20px;
    
    width:90%;
}
.blog-right-side-other-blog:hover .other-blog-img h5{
    opacity:0.8;
}
.down-icons{
    padding: 20px 0 0px 0;
}
.down-icons a{
    margin: 0 20px 0 0 ;
    width: 45px;
    height: 45px;
    color: aliceblue;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% ;
    font-size: 20px;
    transition:.3s;
}
.down-icons a:last-child{
    margin:0 ;
}
.down-icons a:hover{
    background:transparent;
}
.post-facebook{
    background: #3B5998;
    border: 2px solid #3B5998;
}
.post-facebook:hover{
    color:#3B5998;
}
.post-whatsapp{
    background: rgb(77, 194, 71);
    border: 2px solid rgb(77, 194, 71);
}
.post-whatsapp:hover{
    color: rgb(77, 194, 71);
}
.post-youtube:hover{
    color: rgb(77, 194, 71);
}
.post-pinterest{
    background: rgb(203, 32, 39);
    border:2px solid rgb(203, 32, 39);
}
.post-pinterest:hover{
    color: rgb(203, 32, 39);
}
.post-linkedin{
    background: rgb(0, 119, 181);
    border: 2px solid rgb(0, 119, 181) ;
}
.post-linkedin:hover{
    color:rgb(0, 119, 181);
}
.post-twitter{
    background: #009be9;
    border:2px solid #009be9;
}
.post-twitter:hover{
    color:#009be9;
}
.full-story-navigation-arrow{
    font-size:14px;
}
.masha_index{
    display:none;
}
@media only screen and (max-width:882px){
    .blog-all-sides{
        display: initial;
    }
    .blog-full-left-side{
        border: none;
        width: 100%;
        border-bottom: 1px solid rgba(242, 242, 242, 1);
        padding: 30px;
    }
    .blog-full-right-side{
        width: 100%;
    }
    .other-blog-avtor-img-name{
        display: none;
    }
    .other-blog-name h5{
        font-size: 22px;
        line-height: 28px;
    }
    .other-blog-img img{
        width: 112px;
        height: initial;
    }
}
@media only screen and (max-width:600px){
    .bloglar-left-side-avtor-all{
        display: initial;
    }
    .bloglar-avtor-img-all{
        justify-content: start;
        padding: 0 0 20px 0;
    }
    .full-story-navigation a, .full-story-navigation span{
        font-size: 15px;
    }
}
@media only screen and (max-width:520px){
        .down-icons a{
    margin: 0 10px 0 0 ;
    width: 37px;
    height: 37px;
    font-size: 18px;
}
}
@media only screen and (max-width:450px){
    .full-story-navigation a, .full-story-navigation span{
        font-size: 11px;
    }

}
@media only screen and (max-width:420px){
        .blog-full-left-side{
        padding: 15px;
    }
            .down-icons a{
    margin: 0 7px 0 0 ;
    width: 32px;
    height: 32px;
    font-size: 16px;
}
}
@media only screen and (max-width:370px){
        .blog-full-left-side{
        padding: 0px;
    }
            .down-icons a{
    margin: 0 5px 0 0 ;
    width: 35px;
    height: 35px;
    font-size: 15px;
}
}
@media only screen and (max-width:315px){
    .full-story-navigation a, .full-story-navigation span{
        font-size: 9px;
    }
}
@media only screen and (max-width:295px){
            .down-icons a{
    margin: 0 5px 0 0 ;
    width: 30px;
    height: 30px;
    font-size: 15px;
}
}
.full-story-navigation a{
    color: #383838;
}
/*blog full story end*/

/*istifade saheleri inner*/
.section-2 {
    justify-content: space-between;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    /*grid-template-column: auto;*/
}
.section_2_updated_card{
    position:relative;
    /*width: calc(20% - 30px);*/
    color: #fff;
    flex: 1 1 208px;
    padding: 0;
}
.section_2_updated_card_img{
    width:100%;
    height:206px;
    object-fit:cover;
}
.section_2_updated_card::after{
    content: "";
    position: absolute;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
    width: 100%;
    height: 160px;
    bottom: 0px;
    left: 0;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}
.section_2_updated_card:hover::after{
    opacity:0;
}
.section_2_updated_card_text{
    width:100%;
    transition:.3s;
    text-align:center;
    z-index:2;
    font-size:23px;
    font-weight: 600;
    bottom:20px;
}
.section_2_updated_card:hover .section_2_updated_card_text{
    bottom: 40px;
}
.section_2_services_card {
    width: 100%;
    border-radius: 10px;
    color: #000;
    display: block;
    overflow: hidden;
    height: 427px;
    transition: .4s;
}

.section_2_card_imgs_button {
    height: 100%;
    transition: .4s;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.section_2_card_imgs_button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 3;
    transition: .4s;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5))
}

.section_2_card_imgs_button span {
    bottom: 45px;
    font-size: 1rem;
    line-height: 1.75rem;
    line-height: 1.5rem;
    padding: .5rem 0.75rem;
    right: 30px;
    position: absolute;
    background-color: #008d84;
    border-radius: 30px;
    color: #fff;
    z-index: 4;
}

.section_2_card_imgs_button img {
    width: 100%;
    height: 100%;
    transition: .4s;
    object-fit: cover;
}

.section_2_card_imgs_button img:nth-child(1) {
    height: 427px;
}

/* .section_2_services_card:hover{
    height: 400px;
} */
.section_2_card_imgs_button {
    height: 340px;
}

.section_2_services_card:hover .section_2_card_imgs_button img:nth-child(1) {
    /* transform: translateY(30px); */
    height: 400px;
}

.section_2_card_date {
    bottom: 10px;
    color: #484848;
    font-size: 16px;
    left: 15px;
}

.section_2_card_info {
    left: 15px;
    position: absolute;
    bottom: 35px;
    font-size: 20px;
    color: #000;
}

/* ! section 2 responsive */
@media only screen and (min-width:467px) {
 
    
    .section_2_services_card {
        height: 427px;
        cursor: pointer;
    }

    .section_2_card_imgs_button {
        height: 100%;
    }

    .section_2_card_imgs_button img:nth-child(1) {
        height: 427px;
    }

    .section_2_card_imgs_button span {
        bottom: 45px;
        font-size: 1.25rem;
        line-height: 1.75rem;
        line-height: 1.5rem;
        padding: 1rem 1.25rem;
        right: 30px;
        position: absolute;
        background-color:#2f3032;
        border-radius: 30px;
        color: #fff;
        z-index: 4;
    }

    .section_2_card_info {
        position: absolute;
        bottom: 90px;
        font-size: 0px;
        z-index: 1;
        left: 30px;
        transition: .4s;
    }

    .section_2_card_date {
        bottom: 62px;
        left: 30px;
        color: transparent;
        font-size: 16px;
        color: #cacaca;
        z-index: 4;
        transition: .4s;
    }

    /* ? hover effects */
    .section_2_card_imgs_button:hover::after {
        opacity: 0;
    }

    .section_2_services_card:hover .section_2_card_imgs_button {
        height: 360px;
    }

    .section_2_services_card:hover .section_2_card_date {
        bottom: 0px;
        color: #484848;
        font-size: 16px;
    }

    .section_2_services_card:hover .section_2_card_info {
        left: 30px;
        position: absolute;
        bottom: 20px;
        text-align:start;
        font-size: 18px;
        color: #000;
    }
}
@media only screen and (min-width:992px){
    
    .section_2_card_imgs_button span{
        bottom: 48px;
        font-size: 0.85rem;
        line-height: 1.5rem;
        padding: 0.7rem 1.25rem;
    }
}
@media only screen and (min-width:1200px){
    /*li.hover:hover .mobile-nav-accorrr{*/
    /*    visibility: hidden;*/
    /*}*/
    
/*      .mobile-nav-accorrr {*/
/*    position: absolute;*/
/*    left: 300px;*/
  
/*    opacity: 1;*/
/*    z-index: 11;*/
    /*visibility: hidden;*/ /* İhtiyaca bağlı olarak kullanılabilir */
/*    top: 0;*/
    /* display: none; */ /* Bu satırı kaldırın */
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.ura: .mobile-nav-accorrr {*/
/*    display: block;*/
/*}*/



    
    .section_2_card_imgs_button span{
        bottom: 45px;
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 1rem 1.25rem;
    }
}

/* istifade saheleri inner end*/
/* career */
.career_form_section h4,.career_map{
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 10px;
    color: #124a27;
}
.career_map{
    padding: 0 0 30px;
}
.career_form_section p{
    font-size: 15px;
    line-height: 1.27;
    color: #124a27;
}
.career_section form{
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
}
.career_section form label:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.career_section form label:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.career_section form label:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
.career_section form label:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
.career_section form label:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
.career_section form button { grid-area: 4 / 1 / 5 / 3; }
.career_section form button{
    background: #124a27;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #127a27;
    outline: none;
    transition: .3s;
    min-height: 45px;
}
.career_section form button:hover,.career_section form button.active{
    background: transparent;
    color: #124a27;
}
.career_section form button img{
    width: 22px;
    animation-name: loadingImg;
    animation-duration: 1.7s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.form_succes_text{
    color: #d89a3d !important;
    display: flex;
    gap: 10px;
}
@keyframes loadingImg{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(1800deg);}
}
.career_section form label,.career_section form label span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.career_section form label span{
    flex-direction: row;
    color: #6a6a6a;
}

.career_section form label input:not(.career_section form label.cv_upload_input input),.career_section form label.cv_upload_input{
    width: 100%;
    display: block;
    height: 45px;
    background: #eee;
    padding: 0 15px;
    border: none;
    outline: none;
    border-radius: 10px;
}
.career_section form label.cv_upload_input input{
    display: none;
}
.career_section form label.cv_upload_input{
    display: flex;
    align-items: center;
    flex-direction: row;
}
#map2{
    width: 100%;
    height: 320px;
    border-radius: 20px;
    box-shadow: 0 0 10px #eee;
    overflow: hidden;
}
/* career end */
@media only screen and (max-width:992px){
    .career_form_section_col{
        order: -1;
    }
}
@media only screen and (max-width:768px){
    .career_section form{
        display: flex;
        flex-direction: column;
    }
}
.navigation{
    padding: 20px 0 0;
}
.navigation_my{
    gap:10px;
}
.navigation_my a{
    color: #000;
    transition: .3s;
}
.inner_pages_navigation{
    gap:5px;
}
.page_nav_button span{
    display: none;
}
.inner_pages_navigation span,.inner_pages_navigation a,.page_nav_button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    background: #d9d9d9;
    transition: .3s;
}
.navigation_my a:hover{
    color: #fff;
    background: #d38e27;
}
.inner_pages_navigation span{
    background: #d38e27;
    color: #fff;
}
.product_page_down {
    background: #fff;
}