.byardimcialt ul{
    align-items: center;
    padding: 5px;
    padding-left: 10px!important;
  }
  .byardimcialt ul li{
    padding: 20px;
    color: #444;
    border-radius: 10px;
    height: fit-content;
    margin-right: 5px;
    font-weight: 500;
    background-color:#ffffff;
    font-family: 'PT Sans';
    box-shadow: 0 0 15px rgba(73, 82, 91, 0.15);
  }
  .baskanicerigi{
    justify-content:center;
    margin:20px 0 20px 0;
  }
  .baskan img,.baskanyardimci img{
    max-height: 150px;
    width: 100px;
    border-radius: 10%;
    margin-top:10px;
    object-fit: unset;
  }
  .baskan{
    justify-content:center;
  }
  .baskanyardimci{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    min-width:230px;
  }
  .uyeler{
    flex-direction:column;
    padding:20px;
    justify-content: center;
    align-items:center;
  }
  .adsoyad{
    font-weight: 700;
    font-size: 1.2rem;
    color: #1553a4;
    align-items:center;
  }
  .unvan{
    font-size: 0.825rem;
    font-weight: 600;
    color: #6c757d;
  }
  .baskan{
    
    border-radius: 20px;
    padding: 10px;
    margin-right: 10px;
  }
  .baskanyardimcisi1{
    margin-bottom:30px;
    
  }
  .mudurlukhover:hover{
    background-color: var(--maincolor);
  }
  .byardimcialt ul li:hover a{
    color:#fff!important;
  }
   .colmn{
     width:20%!important;
   }
   .shema-listno {
   width: 115%;
   border: none;
   }
   .schema {
   font-family: "Roboto", sans-serif;
   margin-bottom: calc(80px + (20px * 2));
   }
   @media (max-width: 767px) {
   .schema {
   margin: 0 auto calc(80px + (20px * 2));
   width: 250px;
   }
   }
   .schema>div {
   margin-bottom: 20px;
   }
   .schema>div:last-child {
   margin-bottom: 0;
   }
   @media (max-width: 767px) {
   .schema-header>ul:last-child>li {
   margin-bottom: 20px;
   }
   .schema-header>ul:last-child>li:last-child {
   margin-bottom: 0;
   }
   }
   .schema-header .schema-list:first-child>li>a {
   height: 100px;
   }
   .schema-header .schema-list:first-child>li>a>.title {
   font-size: 20px;
   }
   .schema-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-left: -10px;
   margin-right: -15px;
   padding-left: 0px !important;
   margin-bottom: 20px;
   }
   .schema-list li{list-style-type: none!important;}
   .schema-list.justify-around {
   -ms-flex-pack: distribute;
   justify-content: space-around;
   }
   .schema-list.justify-around>li:before {
   width: calc((100% / 2) + 10px);
   left: calc((100% / 2) * -1);
   }
   @media (max-width: 767px) {
   .schema-list.justify-around>li:before {
   display: none;
   }
   }
   @media (min-width: 768px) and (max-width: 991px) {
   .schema-list.justify-around>li:before {
   width: calc((100% / 4) + 10px);
   left: calc((100% / 4) * -1);
   }
   }
   .schema-list.justify-around>li.line-right:before {
   right: calc((100% / 2) * -1);
   }
   @media (min-width: 768px) and (max-width: 991px) {
   .schema-list.justify-around>li.line-right:before {
   right: calc((100% / 4) * -1);
   }
   }
   .schema-list.no.padding-left {
   margin-left: -85px;
   }
   @media (max-width: 767px) {
   .schema-list.no.padding-left {
   margin-left: -50px;
   }
   }
   .schema-list.no.line>li:before {
   display: none;
   }
   .schema-list:last-child {
   margin-bottom: 0;
   }
   .schema-list>li {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
   padding-left: 10px;
   padding-right: 10px;
   position: relative;
   list-style: none;
   }
   @media (min-width: 768px) and (max-width: 991px) {
   .schema-list>li {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 33.33%;
   flex: 0 0 33.33%;
   max-width: 33.33%;
   }
   }
   @media (max-width: 767px) {
   .schema-list>li {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
   }
   }
   .schema-list>li.null:before {
   display: none;
   }
   .schema-list>li.line-right:before {
   left: auto;
   }
  /*  .schema-list>li:before {
   content: "";
   height: 1px;
   width: 30px;
   background: #4d6379;
   left: -20px;
   top: 40px;
   position: absolute;
   } */
   .schema-list>li:hover>a {
   background: var(--maincolor);
   color: #fff !important;
   }
   .schema-list>li.is-arrow>a {
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   text-align: left;
   padding-right: 60px;
   }
   .schema-list>li.is-arrow>a .arrow {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   width: 55px;
   border-radius: 0 15px 15px 0;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   }
   .schema-list>li.is-arrow>a .arrow:hover {
   background: rgba(0, 0, 0, 0.08);
   }
   .schema-list>li.is-arrow>a .arrow:before {
   content: "";
   position: absolute;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   width: 10px;
   height: 10px;
   border-top: 1px solid #49525b;
   border-right: 1px solid #49525b;
   }
   .schema-list>li.is-arrow:hover>a .arrow:before {
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   }
   .schema-list>li.is-active>ul {
   display: block;
   }
   .schema-list>li>a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   background: #fff;
   color: #4d6379 !important;
   line-height: 1.3;
   -webkit-box-shadow: 3px 3px 25px rgba(23, 53, 86, 0.15);
   box-shadow: 3px 3px 25px rgba(23, 53, 86, 0.15);
   height: 100px;
   border-radius: 10px;
   position: relative;
   padding-left: 15px;
   padding-right: 15px;
   -webkit-transition: .3s;
   transition: .3s;
   }
   .schema-list>li>a .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
   }
   .schema-list>li>a .text {
   font-size: 14px;
   font-weight: 300;
   line-height: 1.5;
   }
   .schema-list>li>a .text.style-1 {
   font-size: 16px;
   font-weight: 600;
   }
   .schema-dropdown {
   margin-top: 20px;
   padding-left: 50px;
   position: relative;
   display: none;
   }
   .schema-dropdown:before {
   content: "";
   background: #4d6379;
   width: 1px;
   position: absolute;
   top: -20px;
   bottom: calc(60px / 2);
   left: 20px;
   z-index: -1;
   }
   .schema-dropdown li {
   position: relative;
   margin-bottom: 20px;
   }
   .schema-dropdown li:last-child {
   margin-bottom: 0;
   }
   .schema-dropdown li:before {
   content: "";
   height: 1px;
   width: 30px;
   background: #4d6379;
   left: -30px;
   top: 30px;
   position: absolute;
   }
   .schema-dropdown li a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 60px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   line-height: 1.2;
   background: #4d6379;
   border-radius: 15px;
   color: #fff;
   font-size: 14px;
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 10px;
   padding-bottom: 10px;
   font-weight: 300;
   }
   .schema-dropdown li a:hover {
   background: #134a92;
   }
   .schema-middle {
   position: relative;
   }
  /*  .schema-middle:before {
   content: "";
   background: #4d6379;
   width: 1px;
   position: absolute;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   z-index: -1;
   top: calc(-1 * (80px + (165px * 2)));
   bottom: calc((-1 * 80px));
   } */
   @media (max-width: 767px) {
   .schema-middle:before {
   margin-left: -100px;
   }
   }
   @media (max-width: 767px) {
   .schema-middle:before {
   top: -320px;
   }
   }
   .schema-footer {
   margin-top: 110px;
   }
   @media (max-width: 767px) {
   .schema-footer {
   margin-top: 80px;
   }
   }
   .schema-footer .row {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   }
   @media (min-width: 768px) and (max-width: 991px) {
   .schema-footer .row {
   margin-left: -5px;
   margin-right: -5px;
   }
   }
   @media (max-width: 767px) {
   .schema-footer .row>div {
   margin-bottom: 30px;
   }
   .schema-footer .row>div:last-child {
   margin-bottom: 0;
   }
   }
   @media (min-width: 768px) and (max-width: 991px) {
   .schema-footer .row>div {
   padding-left: 5px;
   padding-right: 5px;
   }
   }
   .schema-footer .row>div:first-child .schema-list:first-child li:before {
   left: 30px;
   }
   .schema-footer .row>div:first-child .schema-list:first-child li:after {
   left: 30px;
   }
   .schema-footer .row>div:last-child .schema-list:first-child li:before {
   right: 30px;
   }
   .schema-footer .row>div:last-child .schema-list:first-child li:after {
   right: 30px;
   }
   .schema-footer .row>div:not(:first-child):not(:last-child) .schema-list li:after {
   left: 0;
   right: 0;
   margin: 0 auto;
   display: none;
   }
   .schema-footer .schema-list>li {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
   }
  /*  .schema-footer .schema-list:first-child>li:before {
   content: "";
   height: 1px;
   left: 0;
   right: 0;
   top: -30px;
   background: #4d6379;
   width: inherit;
   } */
   @media (max-width: 767px) {
   .schema-footer .schema-list:first-child>li:before {
   display: none;
   }
   }
 /*   .schema-footer .schema-list:first-child>li:after {
   content: "";
   width: 1px;
   height: 30px;
   background: #4d6379;
   position: absolute;
   top: -30px;
   } */
   @media (max-width: 767px) {
   .schema-footer .schema-list:first-child>li:after {
   display: none;
   }
   }
   .schema-footer .schema-list:first-child>li>a>.title {
   font-size: 16px;
   line-height: 1.2;
   font-weight: 600;
   }
   @media (min-width: 768px) and (max-width: 991px) {
   .schema-footer .schema-list:first-child>li>a>.title {
   font-size: 13px;
   }
   }
   .schema-footer .schema-list:first-child>li>a>.text {
   font-size: 13px;
   opacity: .7;
   }
   @media (min-width: 768px) and (max-width: 991px) {
   .schema-footer .schema-list:first-child>li>a>.text {
   font-size: 10px;
   }
   }
   .schema-footer .schema-list:not(:first-child)>li>a .text {
   font-size: 13px;
   }
   .inner-page__content.bg {
   z-index: 2;
   position: relative;
   }
   .inner-page__content {
   min-height: 700px;
   }
   .inner-page__content.bg:before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   width: 100%;
   height: 8px;
   }