@import "fontawesome/css/all.min.css";
a#logo {
  top: 22px;
  bottom: 0;
  display: flex;
  width: 150px;
  height: 150px;
  text-indent: -999999px;
  background: url(../images/new/madeni-logo-seffaf.png) no-repeat;
  background-size: 150px 150px;
  z-index: 9999999;
}

.gtco-section h2 {
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  color: #232527;
  font-weight: 600;
}
.gtco-section .directors {
  padding: 0;
}
.gtco-section .directors .directors-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 15px;
}
.gtco-section .directors .directors-item .img-fluid {
  width: 227px;
  height: 300px;
  overflow: hidden;
  border: 2px solid #222831;
}
.gtco-section .directors .directors-item .img-fluid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtco-section .directors .directors-item h3 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: #232527;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 0;
}
.gtco-section .directors .directors-item p {
  text-align: center;
}
.gtco-section .directors i {
  font-size: 36px;
  color: #222831;
}

.slick-prev:before {
  content: unset;
}

.slick-next:before {
  content: unset;
}

.slick-prev, .slick-next {
  top: calc(50% - 18px);
}

.gtco-section .announcements {
  padding: 0;
}
.gtco-section .announcements .announcements-item {
  padding: 0 15px;
}
.gtco-section .announcements .announcements-item > div {
  display: flex !important;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  background: #1f242c;
  align-content: center;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}
.gtco-section .announcements .announcements-item > div .img-fluid {
  border: unset;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 40%;
  min-height: 40vh;
  overflow: hidden;
}
.gtco-section .announcements .announcements-item > div .img-fluid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gtco-section .announcements .announcements-item > div .announcements-content {
  background: #1f242c;
  margin-left: 5%;
  width: 55%;
  display: flex !important;
  flex-direction: column;
  align-items: start;
  align-content: center;
  padding: 15px 15px 15px 0;
  justify-content: center;
}
.gtco-section .announcements .announcements-item > div .announcements-content h3 {
  text-align: left;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 0;
}
.gtco-section .announcements .announcements-item > div .announcements-content p {
  color: #ccc;
}
.gtco-section .announcements i {
  font-size: 36px;
  color: #222831;
}

.announcements-sub-main {
  padding: 0;
  list-style-type: none;
}
.announcements-sub-main .announcements-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.announcements-sub-main .announcements-item > div {
  display: flex !important;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  background: #1f242c;
  align-content: center;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}
.announcements-sub-main .announcements-item > div .img-fluid {
  border: unset;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 40%;
  min-height: 40vh;
  overflow: hidden;
}
.announcements-sub-main .announcements-item > div .img-fluid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.announcements-sub-main .announcements-item > div .announcements-content {
  background: #1f242c;
  margin-left: 5%;
  width: 55%;
  display: flex !important;
  flex-direction: column;
  align-items: start;
  align-content: center;
  padding: 15px 15px 15px 0;
  justify-content: center;
}
.announcements-sub-main .announcements-item > div .announcements-content h3 {
  text-align: left;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 0;
}
.announcements-sub-main .announcements-item > div .announcements-content p {
  color: #ccc;
}
.announcements-sub-main .announcements-item.right > div {
  flex-direction: row-reverse;
}
.announcements-sub-main .announcements-item.right > div .announcements-content {
  margin-right: 5%;
  width: 50%;
  padding-right: 0;
}
.announcements-sub-main i {
  font-size: 36px;
  color: #222831;
}

.service_grid_btm_left:hover {
  text-decoration: unset;
  cursor: pointer;
}

.service_grid_btm_left1:hover {
  cursor: pointer;
}

#members i {
  font-size: 36px;
  color: #222831;
}

#map {
  width: 100%;
  height: 400px;
}

#map2 {
  width: 100%;
  height: 400px;
}

.service_grid_btm_left2 h5 {
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service_grid_btm_left2 p {
  min-height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service_grid_btm_left1 img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

h3.main-title-w3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

.contact-left {
  list-style-type: none;
  padding-left: 0;
}
.contact-left li {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-bottom: 15px;
}
.contact-left li .icon-holder {
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.contact-left li i {
  font-size: 22px;
}
.contact-left li h5 {
  margin-bottom: 0;
  color: black;
}
.contact-left li a {
  color: black;
}

.wrapper-container:before {
  transform: unset;
  z-index: -1;
  background: linear-gradient(rgba(27, 28, 33, 0.5803921569), transparent);
}

.pagination__button:before {
  height: 2px;
  background-color: white;
}

.pagination__button:after {
  height: 3px;
  background-color: white;
  opacity: 0;
  transition: 0.5s opacity;
}

.link-bold {
  color: rgb(31, 36, 44);
}

.user-item {
  flex-direction: row;
}

.directors-sub-page .directors-item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.directors-sub-page .directors-item .img-fluid {
  width: 227px;
  height: 300px;
  overflow: hidden;
  border: 2px solid #222831;
}
.directors-sub-page .directors-item .img-fluid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.directors-sub-page .directors-item .advantage-left {
  padding-left: 15px;
  width: calc(100% - 300px);
}

.footer-content a#logo {
  top: 0;
  bottom: 0;
  display: flex;
  width: 86px;
  height: 86px;
  background: url(../images/new/madeni-logo-seffaf.png) no-repeat;
  background-size: 86px 86px;
}

pre {
  white-space: normal;
  word-wrap: break-word;
  overflow-x: auto;
}

.directors-item-detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.announcements-item-detail {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.member-title {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

h3.sub-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.first-contact, .second-contact {
  margin: 0;
}

.w3l-footers-1 .navbar {
  align-items: flex-start;
}

@media (max-width: 991px) {
  .about-main {
    flex-wrap: wrap-reverse;
  }
  .about-main .content-photo {
    margin-bottom: 15px !important;
  }
  .members-main .advantage_left1 {
    margin-top: 0 !important;
  }
  .members-main .advantage-grid-info {
    padding: 15px !important;
  }
  .members-main .user-item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .header-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
  .header-right h2 {
    position: absolute;
    top: 21px;
    right: 0;
  }
  .navbar {
    align-items: flex-end;
  }
  .sub-page-title {
    margin-top: 15px;
  }
  .directors-sub-page .directors-item {
    margin: 0;
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  .map-1 {
    padding-left: 0 !important;
  }
  .map-2 {
    padding-right: 0 !important;
  }
  .first-contact div:nth-child(1) {
    margin-bottom: 10px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .first-contact div:nth-child(1) div {
    padding: 0 !important;
  }
  .first-contact div:nth-child(1) ul li {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .second-contact {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .second-contact div:nth-child(2) {
    margin-bottom: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .second-contact div:nth-child(2) div {
    padding: 0 !important;
  }
  .second-contact div:nth-child(2) ul li {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 600px) {
  #members {
    width: 86%;
    margin-left: 7%;
  }
  .announcements {
    width: 86%;
    margin-left: 7%;
  }
  .announcements-sub-main .announcements-item > div .img-fluid {
    width: 100%;
    min-height: unset;
  }
  .gtco-section .announcements .announcements-item > div .img-fluid {
    width: 100%;
    min-height: unset;
  }
  .announcements-sub-main .announcements-item > div {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    background: #1f242c;
    align-content: center;
    border-radius: 18px;
    overflow: hidden;
    height: unset;
  }
  .gtco-section .announcements .announcements-item > div {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1f242c;
    align-content: center;
    border-radius: 18px;
    overflow: hidden;
    height: unset;
  }
  .announcements-sub-main .announcements-item > div .announcements-content {
    margin-left: 5%;
    width: 90% !important;
  }
  .gtco-section .announcements .announcements-item > div .announcements-content {
    margin-left: 5%;
    width: 90%;
  }
}
@media (max-width: 580px) {
  .gtco-section .directors {
    padding: 0;
    width: 86%;
    margin-left: 7%;
  }
}
@media (max-width: 500px) {
  a#logo {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
  .header-right h2 {
    top: 5px;
  }
  .sub-page-title h2 {
    font-size: 30px;
  }
  .directors-sub-page .directors-item {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .directors-sub-page .directors-item > div {
    height: unset !important;
  }
  .directors-sub-page .directors-item .advantage-left {
    width: 100% !important;
    margin-top: 10px;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0 !important;
  }
  .directors-sub-page .directors-item .advantage-left > div {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .members-main {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .about-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .first-contact > div:nth-child(1) {
    margin-bottom: 10px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
  }
  .first-contact div:nth-child(1) > div {
    padding: 0 !important;
    align-items: start !important;
  }
  .first-contact div:nth-child(1) ul li {
    justify-content: start !important;
  }
  .second-contact > div:nth-child(2) {
    margin-bottom: 10px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
  }
  .second-contact div:nth-child(2) ul li {
    justify-content: start !important;
  }
}
@media (max-width: 425px) {
  h3.sub-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
  }
  .header-right h2 {
    top: 13px;
    font-size: 18px;
  }
  .footer-content .navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-content a#logo {
    margin-bottom: 15px !important;
  }
  .footer-content h2 {
    text-align: center !important;
  }
  .sub-page-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 333px) {
  a#logo {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
@media (max-width: 345px) {
  .header-right h2 {
    font-size: 16px;
  }
}
@media (max-width: 315px) {
  .header-right h2 {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
