body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
}

:root {
  --pr-color: #0f3240;
  --sc-color: #ef4136;
  --bd-color: #444444;
  --pb4: 2.5rem;
  --pb80: 80px;
  --pt80: 80px;
  --thirdTemplateSecondary-color: #ef4136 !important;
  --thirdTemplatePrimary-color: #0f3240 !important;
}

.genelPb {
  padding-bottom: var(--pb4);
}
.top80 {
  margin-top: var(--pt80);
}
.bottom80 {
  margin-bottom: var(--pb80);
}
.topp80 {
  padding-top: var(--pt80);
}
.bottomp80 {
  padding-bottom: var(--pt80);
}
a {
  text-decoration: none;
  transition: 300ms all;
}
a:hover {
  text-decoration: none;
  transition: 300ms all;
}
* {
  margin: 0;
  padding: 0;
}

.genelBaslik {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: var(--pr-color);
}
.altBaslik {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--sc-color);
}
.sccolor {
  color: var(--sc-color);
}
.scbgcolor {
  background-color: var(--sc-color);
}
.prcolor {
  color: var(--pr-color);
}
.prbgcolor {
  background-color: var(--pr-color);
}
figure {
  margin: 0;
}
button {
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  outline: none;
  transition: 400ms all;
}
button:hover {
  transition: 400ms all;
}

input {
  border: 1px solid var(--bd-color);
  color: var(--bd-color);
  padding-left: 4px;
  height: 40px;
  outline: none;
  transition: 400ms all;
}
input:focus {
  transition: 400ms all;
}

p {
  margin: 0;
  padding: 0;
}

.logowrappers2 {
  margin-right: 22px;
  margin-bottom: 0;
  width: 100px;
}
.logowrappers2 a {
  width: 100%;
  height: 100%;
  display: block;
}
.logowrappers2 a img {
  max-width: 100%;
}
.navs2 {
  height: 70px;
}
header {
  border-bottom: 0 !important;
}
.menuItemThirdTemplate {
  color: #fff !important;
}

.primaryColor {
  color: #fff !important;
}

.menuItemThirdTemplate a {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

.navUlThirdTemplate {
  justify-content: center !important;
}
.sloganBaslik {
  font-size: 14px;
  color: var(--pr-color);
}
.headerInfo {
  color: var(--pr-color);
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
}

.headerInfo svg {
  color: var(--pr-color);
}

.swiper-pagination-bullet-active {
  background: var(--pr-color) !important;
}

.bannerWrapper {
}
.socialMediaWrap {
  flex-direction: row;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.socialEllip {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialEllip a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.socialEllip a svg {
  color: var(--pr-color);
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 5% !important;
  right: -30px !important;
  left: initial !important;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  z-index: 99;
}
.mySwiper {
  position: initial !important;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0 !important;
}

.teklifGirisBolum {
  background-color: #fff;
  filter: drop-shadow(0px 3px 20px #00000030);
  width: 80%;
  margin-right: auto;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  z-index: 999999;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ortabtns {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--pr-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
}
.ortabtns img {
  margin-right: 10px;
}
.ortabtns:nth-of-type(2) {
  box-shadow: -0.2px 0px 0.2px 0.2px #aaaaaa;
}
.ortabtns:hover {
  -webkit-box-shadow: 0px 7px 15px 2px rgba(170, 170, 170, 0.45);
  box-shadow: 0px 7px 15px 2px rgba(170, 170, 170, 0.45);
}
.ortabtns a {
  width: 100%;
  height: 100%;
  color: var(--pr-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--pr-color);
  font-family: "Montserrat", sans-serif;
}

.teklifAlBtnOrta {
  color: #fff;
  background-color: var(--sc-color);
}
.teklifAlBtnOrta a {
  color: #fff;
}
.teklifAlBtnOrta:hover {
  background-color: var(--sc-color);
  -webkit-box-shadow: 0px 7px 16px -1px var(--sc-color);
  box-shadow: 0px 7px 16px -1px var(--sc-color);
}
.imgwrapCarouselImg {
  height: 431px;
}
.ımgkckslid {
  height: 380px;
}
.smallTitleLeftSide {
  display: inline-block;
  padding-top: 50px !important;
}

.sectionBaslik {
  font-size: 25px;
  margin-bottom: 0;
}

.anasayfaSecWrappers {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.anasayfaYaziYaniGorsel {
  max-width: 500px;
  max-height: 430px;
}
.anasayfaGorselSag {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  padding: 16px;
  filter: drop-shadow(13px 22px 49px #62636435);
  height: 430px;
  float: right;
}

.devaminiGorBtnS2 {
  padding: 12px 17px;
  text-align: left;
  justify-content: flex-start;
}
.devaminiGorBtnS2 svg {
  font-size: 18px;
  width: 18px;
  margin-left: 8px;
  height: 18px;
}
.kisaYazi {
  transition: all 300ms;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.hakkindaWrapAnasayfa {
  transition: all 500ms;
}

.referanslarSectionHome {
  width: 100%;
  background-color: var(--sc-color);
  margin-top: -90px;
  padding-top: 50px;
  padding-bottom: 35px;
}
.refTextInside {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  display: flex;
  flex-direction: column;
}
.refTextInside i {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.beyazBaslik {
  color: #fff;
}
.refCardWrapper {
  width: 100%;
  margin-top: 25px;
}
.refCardWrapper .slick-dots {
  bottom: -65px !important;
}
.refCardItem {
  padding: 20px 15px;
  padding-left: 25px;
  background-color: none;
  color: #fff;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.84);
  width: 20% !important;
  min-height: 65px;
}
.refCardItem svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: var(--sc-color);
}
.iconWrapperHizmetler {
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.84);
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 50%;
}
.refCardItem strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #fff;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.refTumunuGorBtn {
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  width: 200px;
  transition: all 300ms;
}
.refTumunuGorBtn:hover {
  background-color: #fff;
  color: var(--sc-color) !important;
  transition: all 300ms;
}
.refTumunuGorBtn:hover svg {
  color: var(--sc-color) !important;
  transition: all 300ms;
}
.detayliInceleWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 55px;
  width: 100%;
}

.refTumunuGorBtn svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #fff !important;
  margin-left: 7px;
}
.slick-dots li button:before {
  font-size: 12px !important;
}
.slick-dots li.slick-active button:before {
  color: var(--sc-color) !important;
  opacity: 1 !important;
}
.slick-dots li button:before {
  color: var(--pr-color) !important;
}
.duyuruCardItem {
  border: 1px solid rgba(51, 51, 51, 0.089);
  padding: 12px;
  width: 95% !important;
  min-height: 408px;
  display: flex !important;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.slick-initialized .slick-slide:nth-child(3n + 3) .duyuruCardItem {
  margin-right: 0;
  width: 100% !important;
}
.slick-initialized .slick-slide:nth-child(3n + 1) .duyuruCardItem {
  margin-right: 0;
  width: 100% !important;
}

.slick-initialized
  .slick-slide:nth-child(4n + 4)
  .referansCardItemThirdTemplate {
  margin-right: 0;
  width: 95% !important;
}
.referansCardItemThirdTemplate:nth-child(4n + 1) {
  margin-left: initial !important;
}

.duyuruCardItem img {
  width: 100%;
  object-fit: cover;
  height: 210px;
  margin-bottom: 20px;
}
.cardBaslikS2 {
  color: var(--sc-color);
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.cardSubTitles2 {
  color: var(--pr-color);
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.cardSubContenText {
  font-weight: 300;
  color: var(--pr-color);
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.cardTarihSubText {
  font-family: "Montserrat", sans-serif;
  color: var(--bd-color);
  font-weight: 600;
  justify-content: flex-end;
  flex-grow: 1;
}
.duyuruCardItemInsideWrap {
  flex-grow: 2;
}

.baslikWrapperSection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.baslikWrapperSection h4,
.baslikWrapperSection h5 {
  text-align: center;
}
.baslikWrapperSection h4 {
  color: var(--pr-color);
  font-size: 27px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.referanslarBaslikSection {
  padding-bottom: 35px;
}

.referansCardItemThirdTemplate h5 {
  color: var(--pr-color) !important;
}

.referansCardItemThirdTemplate {
  background-color: #fff;
  filter: drop-shadow(0px 2px 0px #00000010);
}

.referansCardSlick {
  margin-top: 0;
}
.referanslarLogoWrapper {
  width: 88px !important;
  height: auto !important;
}

.slick-next:before,
.slick-prev:before {
  color: var(--sc-color) !important;
}

.referansCardItemThirdTemplate {
  width: 95% !important;
}

.anketWrapperHome {
  min-height: 450px;
  background-color: #f8f8f8;
  width: 100%;
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  outline: none !important;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  border-radius: 0 !important;
  border-color: var(--sc-color) !important;
}
input[type="radio"]:not(:checked) + label:before {
  border: 1px solid var(--pr-color) !important;
}
input[type="radio"]:checked + label:before {
  background-color: var(--sc-color);
  background-image: url("/images/radioicon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  object-fit: cover;
}

input[type="radio"]:not(:checked) + label {
  color: var(--bd-color) !important;
  border: 0 !important;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  background: transparent !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--sc-color);
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  border: 0;
}

.altBaslik {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: var(--sc-color);
  margin-bottom: 20px;
}
.anketSoruQ {
  font-size: 18px;
  color: var(--pr-color);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.anketGonderBtn {
  padding: 15px 14px !important;
  height: 55px;
  font-size: 17px;
  margin-top: 15px;
}

.anketGonderBtn img {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.footerAdSite {
  width: 55%;
}
.footerBarLogoWrapperThirdTemplate img {
  width: 80px;
}
.footerThirdTemplate {
  background-color: var(--pr-color);
}
.topBarLeftItemThirdTemplate {
  background-color: var(--pr-color);
}
.topBarRightItemThirdTemplate {
  background-color: var(--pr-color);
}
.topBarContentThirdTemplate {
  align-items: center;
  display: flex;
}
.footerThirdTemplateBodySectionWrapper {
  padding-top: 22px;
  padding-bottom: 26px;
}
.footerThirdTemplateBodySectionWrapper ul {
  margin-bottom: 0;
}
.footerThirdTemplateBodySectionWrapper ul {
  width: 100%;
}
.topBarItemFooterThirdTemplate strong {
  font-family: "Montserrat", sans-serif;
}
.footerThirdTemplateBodySectionWrapper ul a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.footerThirdTemplateBodySectionWrapper ul a:last-child,
.footerThirdTemplateBodySectionWrapper ul a:nth-last-child(2) {
  font-weight: bold;
}
.footerThirdTemplateLeftSide {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.iconFootWrapEllip {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 30px;
}
.footerThirdTemplateLeftItem {
  margin: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footerThirdTemplateLeftItem:last-child {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.footerThirdTemplateLeftItem:first-child {
  justify-content: flex-start;
}
.footerThirdTemplateLeftItem p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.trsnlticn {
  transform: rotate(-45deg);
}
.footcardInsideAlign {
  flex-direction: column;
}
.footerThirdTemplateBodySectionWrapper {
  padding-top: 35px;
  padding-bottom: 40px;
}
.menuItemThirdTemplate:hover {
  background: var(--sc-color);
  border-radius: 0;
}
.subMenuThirdTemplate li {
  background-color: var(--sc-color);
}
.subMenuThirdTemplate li a:hover {
  background-color: var(--pr-color) !important;
}

.paginationull {
  display: flex;
  padding-top: var(--pt80);
  padding-bottom: var(--pt80);
  width: 100%;
  justify-content: center;
}
.paginationull li {
  margin-right: 13px;
  margin-left: 13px;
}

.paginationull .selected {
  color: var(--sc-color);
  font-weight: bold;
  transition: all 300ms;
}

.paginationull .next a,
.paginationull .previous a {
  font-weight: bold;
  color: var(--pr-color);
}

.referanslarPageCardItemT {
  width: 23.424% !important;
}
.iletisimcstmbslk {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 0 !important;
}
.iletisimbykcstmbslk {
  margin-top: 8px !important;
}

.iletisimCardItemS2 {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.iletisimCardItemS2 p {
  font-family: "Montserrat", sans-serif;
  color: var(--pr-color);
  font-weight: 300;
}

.iconwrapperIletisimCard {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--sc-color);
  margin-right: 10px;
}

.iconwrapperIletisimCard svg {
  color: #fff;
  font-size: 14px;
  width: 14px;
  height: 14px;
}

.iletisimsagsolwrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.adresbilgiiletisim {
  width: 60%;
}

.iletisimBtnMobileApp a {
  border-color: var(--pr-color) !important;
  color: var(--pr-color) !important;
  width: 35% !important;
}
.iletisimBtnMobileApp a:last-child {
  color: var(--sc-color) !important;
  border-color: var(--sc-color) !important;
}
.iletisimPageFormView input {
  width: 100%;
}
.iletisimPageFormView {
  margin-top: 48px;
}
.iletisimBtnMobileApp {
  justify-content: flex-start !important;
}
.iletisimPageFormView input,
.iletisimPageFormView textarea {
  border: 0;
  color: #666;
  height: 40px;
  padding-left: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  -webkit-box-shadow: 0px 0px 7.25px -5px rgb(102 102 102 / 100%);
  box-shadow: 0px 0px 7.25px -5px rgb(102 102 102 / 100%);
  margin: 10px 5px;
  background-color: #fff;
}
.inpwrapperiletisimpage {
  display: flex;
  justify-content: space-between;
}
.inpwrapperiletisimpage input:first-child {
  margin-left: 0;
}
.inpwrapperiletisimpage input:last-child {
  margin-right: 0;
}
.iletisimPageFormView textarea {
  min-height: 50px;
  max-height: 90px;
  resize: vertical;
  padding-left: 0;
  padding-top: 15px;
  margin-right: 0;
  margin-left: 0;
}

.formGonderBtn {
  color: #fff;
  background-color: var(--sc-color);
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teklifformgndr {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  height: auto !important;
  font-size: 17px;
}
.contactPageThirdTemplateLocation {
  height: 390px;
}
.itemWrapperCozumOrtaklariThirdTemplate {
  margin-bottom: 44px;
}

.teklifIstiyorumFormWrapperFirst h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--pr-color);
}

.teklifIstiyorumFormWrapper h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--pr-color);
}
.teklifBaslikOzelThirdTemplate {
  font-family: "Montserrat", sans-serif;
  color: var(--pr-color);
}
input[type="checkbox"]:not(:checked) + label {
  color: var(--pr-color) !important;
  border-color: var(--pr-color) !important;
}
.ucluOzelForm select {
  color: var(--pr-color) !important;
  border-color: var(--pr-color) !important;
}
.anketSoruItemThirdTemplate label {
  color: var(--pr-color) !important;
}

/* .teklifIstiyorumFormWrapperFirst {
  margin-top: -110px;
  padding-top: 120px;
} */
.bgsiz {
  background-color: transparent !important;
}

.yorumSlideItemThirdTemplate h4 {
  font-size: 104px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: var(--pr-color);
}

.yorumSlideItemThirdTemplate strong {
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: var(--pr-color);
}
.yorumSlideItemThirdTemplate p {
  font-family: "Montserrat", sans-serif;
  color: var(--pr-color);
  font-weight: bold;
  font-size: 18px;
  margin-top: 70px;
}

.yorumYapButtonThirdTemplate {
  border-radius: 0;
  background-color: var(--sc-color);
  color: #fff;
}

.loginModalWrapper {
  z-index: 9999999;
}

#nprogress .bar {
  background: var(--sc-color) !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px var(--sc-color), 0 0 5px var(--sc-color) !important;
}
#nprogress .spinner-icon {
  border-top-color: var(--sc-color) !important;
  border-left-color: var(--sc-color) !important;
}
.leftItemMevzuatSectionInSideThirdTemplate {
  display: none;
}
.mevzuatRightSideClearBlueBarThirdTemplate {
  display: none;
}
.rightItemMevzuatSectionInSideThirdTemplate {
  margin-left: auto;
  padding-top: 0.5rem;
  margin-right: auto;
  width: 100%;
  padding-left: 0;
}
.mevzuatSideInSideContentWrapperThirdTemplate h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
}
.sitadi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.haberleraltwrap {
  width: 100%;
  height: 100%;
}
.anasayfaSecWrappers {
  margin-top: 100px !important;
}
.thirdTemplateCardItemHaber {
  margin-bottom: 30px;
  border-bottom: 0;
  -webkit-box-shadow: 0 4px 2px -2px rgba(102, 102, 102, 0.05);
  box-shadow: 0 4px 2px -2px rgba(102, 102, 102, 0.05);
  padding-bottom: 0;
}
.thirdTemplateHaberCardHeader button {
  margin-bottom: 0;
  height: auto;
}
.thirdTemplateHaberCardHeader {
  align-items: center;
  margin-bottom: 14px;
}
.baslikWrapperSection {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.headInfoTop {
  flex-grow: 1;
}
.cizgisccolor {
  height: 0.1px;
  background-color: var(--sc-color);
  opacity: 0.2;
  width: 40%;
}
.baslikWrapperSection h4 {
  width: 100%;
}
.socialEllip {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.24);
  margin-left: 20px;
}
.bslkykr {
  margin-top: 130px !important;
}
.mySwiper img {
  width: 1110px !important;
}
@media screen and (max-height: 700px) {
  .ımgkckslid {
    height: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .thirdTemplateCardItemHaber {
    margin-top: 20px;
  }
  .mySwiper img {
    width: 100% !important;
  }
  .bslkykr {
    margin-top: 15px !important;
  }
  .kisaYazi {
    width: 100%;
    padding-right: 0 !important;
    display: block !important;
  }
  .mySwiper img {
    max-height: 208px;
    object-fit: cover;
  }
  .referansCardSlick {
    margin-bottom: 40px;
  }
  .dskscl {
    display: none !important;
  }
  .socialMediaWrap {
    margin-top: 25px;
    margin-left: 0;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
  }

  h4,
  h5,
  h6 {
    font-family: "Montserrat", sans-serif !important;
  }
  .referanslarSectionHome {
    padding-top: 35px;
    padding-bottom: 15px !important;
  }
  .refCardItem {
    width: 48% !important;
    padding-left: 8px;
    margin-bottom: 19px;
  }
  .refCardItem strong {
    font-size: 9px;
  }
  .referanslarSectionHome h5 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .slick-initialized
    .slick-slide:nth-child(4n + 4)
    .referansCardItemThirdTemplate {
    width: 100% !important;
  }

  .hizmetlerwrapindex {
    flex-wrap: wrap;
  }
  .footerBarLogoWrapperThirdTemplate img {
    max-width: 50px;
    min-width: 50px;
  }
  .sectionBaslik {
    font-size: 14px !important;
  }

  .anasayfaGorselSag {
    display: none;
  }
  .topBarItemFooterThirdTemplate strong {
    font-size: 13px;
  }
  .sitadi {
    font-size: 14px !important;
    margin-bottom: 0;
  }
  .anketSoruQ {
    font-size: 13px;
  }
  .cardBaslikS2 {
    font-size: 13px;
  }
  .cardSubTitles2 {
    font-size: 13px;
  }
  .cardSubContenText {
    font-size: 12px;
  }
  .cardTarihSubText {
    font-size: 10px;
  }
  .duyuruCardItem img {
    height: 110px;
  }
  .duyuruCardItem {
    min-height: 250px;
  }
  .footerAdSite {
    width: 100%;
  }
  .footerThirdTemplateLeftSide {
    flex-direction: column;
  }
  .footerThirdTemplateLeftItem {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footerThirdTemplateLeftItem:nth-of-type(2) {
    justify-content: flex-start !important;
  }
  .footerThirdTemplateLeftItem:last-child {
    justify-content: flex-start;
  }
  :root {
    --pb4: 0.5rem;
    --pb80: 10px;
    --pt80: 10px;
  }
  .footerThirdTemplateBodySectionWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .referanslarSectionHome {
    margin-top: 50px;
  }
  .sectionBaslik {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .genelPb {
    margin-bottom: 0 !important;
  }
  .teklifGirisBolum {
    display: none !important;
  }
  .logowrappers2 {
    max-width: 40px;
    min-width: 40px;
    margin-right: 10px;
  }
  .headerNav {
    display: none;
  }
  .headInfoTop {
    flex-grow: 1;
  }
  .sloganBaslik {
    display: none;
  }

  .toggled .pro-sidebar-header {
    padding-top: 30px !important;
  }
  .thirdTemplateBtnSideBar {
    height: 45px;
    font-size: 12px;
  }
  .anasayfaGorselSag {
    height: 205px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
  .haberlerWrapperHomeSec {
    margin-top: 10px !important;
  }
  .anasayfaSecWrappers {
    margin-top: 10px !important;
  }
  .hbrlwrp {
    margin-top: 5px !important;
  }
  .referanslarBaslikSection {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .referansCardItemThirdTemplate {
    width: 100% !important;
  }
  .referanslarLogoWrapper {
    display: flex;
    justify-content: center;
  }
  .anketImgWrap {
    max-width: 90%;
    margin: 20px auto;
  }
  .anketImgWrap img {
    width: 100%;
  }
  .anketInsideWrap {
    flex-direction: column;
  }
  .bannerWrapper .socialMediaWrap {
    display: none;
  }
  .swiper-slide {
    width: 100% !important;
  }
  .hbcardWrapper {
    margin-bottom: 45px;
  }
  .hbcardWrapper .slick-next,
  .hbcardWrapper .slick-prev {
    top: 110% !important;
  }
  .iletisimsagsolwrap {
    flex-direction: column;
  }
  .adresbilgiiletisim {
    width: 80%;
  }
  .iletisimBtnMobileApp a {
    width: 50% !important;
  }
  .girisBtnMobileApp {
    margin-bottom: 10px !important;
  }
  .iletisimPageFormView {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
  }
  .iletisimPageFormView textarea {
    font-size: 14px;
  }
  .teklifformgndr img {
    width: 24px;
  }
  .teklifformgndr {
    font-size: 14px;
  }
  .referansCardItemThirdTemplate {
    width: 50% !important;
  }
  .indexcards {
    width: 100% !important;
  }
  .hkkndbaslk {
    padding-top: 1.5rem !important;
  }
}
