html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: 'Helvetica', sans-serif;
}

@media (min-width: 1400px) {
  .container{
    max-width: 1170px;
}
}



 .myHomeSlider .tv {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

  .myHomeSlider .tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50% !important;
  z-index: 1;
  margin: auto;
  width: 100%;
  width: 1920px;
  height: 1080px;
  transform: translate(-50%, 0);
}

.yerTutucuBg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 55;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-video {
  height: 100vh;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;.myHomeSlider .slideText
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.myHomeSlider iframe {
  height: 100vh;
}

.mobileMenu {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #be2226;
  padding: 0 12px;
}

.swiper-button-next,  .swiper-button-prev {
  color: #be2226;
}

.mobileMenu .offcanvas-start {
  width: 300px;
}
 

.hamburgerLogo {
  display: flex;
  align-items: center;
  position: relative;
  
}



.mobileMenuLogo {
   
  width: 100%;
  text-align: center;
}

.mobileMenuLogo img {
  width: 100px;
 
}

.hamburgerBtn {
  position: absolute;
}

.hamburgerBtn i {
  color: #fff;
}

.mobileMenu .sub-menu {
  display: none;
}

.mobileMenu .offcanvas-body {
  padding: 0;
}

.mobileMenu ul {
  padding: 0;
}
.mobileMenu li {
  list-style: none;
  font-size: 15px;
  color: #000;
  padding: 15px ;
  border-bottom: 1px rgba(35, 35, 36, 0.36) solid;
 

}



.mobileMenuTextIcon {
  display: flex;
  justify-content: space-between;
}

.menu-open-click {
  width: 100%;
  text-align: right;
}

.mobileMenu a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}


.myHomeSlider {
  height: 100vh;
}

.myHomeSlider .slideText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #180f019c;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:5;
}

.myHomeSlider .videoText {
  background: transparent!important;
}

.myHomeSlider .slideText .slideTitles {
  color: #fff;
  text-align: center;
}

.myHomeSlider .slideText .slideTitles .topTitle {
  font-style: italic;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.myHomeSlider .slideLogo {
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: center;
}

.slideBtn {
  position: absolute;
  bottom: 150px;
}

.words {
  box-shadow: rgb(100 100 111 / 10%) 0px 0px 10px;
  background: #ededed;
}

.slideBtn .discoverBtn {
  color: #be2226;
  border: 1px solid #be2226;
  padding: 15px 20px;
  text-decoration: none;
  background: #be2226;
  color: #fff;
}

.homeNavbar {
  background: #be2226;
  padding: 0;
  z-index: 999;
}

/*100 yıl logosu için kaldırıldı*/
.homeNavbar .brand-logo {
    /*width: 150px;*/
}

.homeNavbar a {
    text-decoration: none;
    color: unset;
}

.homeNavbar .homeNavbarCollapse {
  justify-content: flex-end;
}

.homeNavbarCollapse .nav-link {
  color: #fff !important;
}

.homeNavbar .navbarLogo {
  width: 150px;
}

.hizliErisim .quickAccessLink .qaImg {
  width: auto;
  height: auto;
}


.showMobileMenu {
  display: block!important;
}

.showMobileMenu2 {
  display: block!important;
}

/* scroll down icon animation */

.scroll-down {
  position: absolute;
 transform: translate(-50%,-50%);
 left: 49.7%;
 
  bottom: 75px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 1;
  text-decoration: none;
  text-shadow: 0;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -webkit-animation: fade_move_down 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: fade_move_down 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px) rotate(45deg);
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 20px) rotate(45deg);
    transform: translate(0, 20px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px) rotate(45deg);
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 20px) rotate(45deg);
    transform: translate(0, 20px) rotate(45deg);
    opacity: 0;
  }
}



.welcomeImgContent {
  padding-right: 50px;
}

.welcomeImgContent img {
	width: 100%;
	height: 800px;
	object-fit: cover;
	object-position: left;
}

.video-play-button {
  position: absolute;
  z-index: 10;

  right: 15px;
  top: 40px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-button:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #be2226;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #be2226;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#be2226, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*
.homeNavbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
*/

.homeNavbar.sticky .nav-link {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  padding: 0 15px;
}

.homeNavbar.sticky .menu-item {
    
    font-size: 12px!important;
    padding: 0 15px;
  }



.homeNavbar.sticky .navbarLogo {
  width: 100px;
}

.welcomeImgContent {
  position: relative;
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.welcome {
  position: relative;
}

.welcome .container {
  position: relative;
}

.schoolBoxs {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 1170px;
  margin: 0 auto;

}

.schoolBoxs .scBox {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition:.5s;
}

.schoolBoxs .scBox:hover {
  box-shadow: rgb(255 0 0 / 35%) 1px 13px 15px;
  transition:.5s;
  transform: translate(0, -10px);
}

.welcome .welcomeTextContent .firstTitle {
  font-size: 39px;
  
}

.welcome .welcomeTextContent .secondTitle {
  font-size: 39px;
  color: #be2226;
  font-weight: 400;
  line-height: 20px;
 
}

.welcome .welcomeTextContent .lastTitle {
  font-size: 39px;
}

.welcomeTextContent {
  margin: 50px 0;
  padding-left: 80px;
}

.welcomeTextContent .line {
  height: 3px;
  width: 20%;
  color: #be2226;
  opacity: 1;
}

.welcomeTextContent .welcomeParagraph {
  width: 70%;
  line-height: 32px;
  font-size: 15px;
}

.readMoreText a {
  
  color: #be2226;
  text-decoration: none;
  font-size: 15px;
}

.icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #be2226;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.tabContent .textBox p {
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.duyurularHaberler .duyuruBox .textBox p {
  font-size: 14px;
  text-align: left;
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 

.tabContent .textBox p {
  width: 95%;
}

.titleSection {
  margin: 75px 0;
}

.titleSection h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
}

.titleSection h2 {
  font-size: 39px;
 
  text-align: center;
  color: #be2226;
  margin-bottom: 20px;
}

.basarilarHizliErisim .title {
  font-weight: 600;
  font-size: 25px;
}

.duyurularHaberler .title {
  font-weight: 600;
  font-size: 25px;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  line-height: 28px;
  font-weight: 600 !important;
  font-style: normal;
 
  font-size: 12px !important;
  font-family: 'Helvetica' !important;
}

.mobilemenuhd {
  display: none !important;
}

.wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a, .wraper_header.style-fifteen .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
 font-family: Poppins; 
  text-align: left;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  font-display: swap;
}

.titleSection .line {
  width: 15%;
  color: #be2226;
  opacity: 1;
  height: 3px;
  margin: 0 auto;
}

.basarilarHizliErisim .line {
  color: #be2226;
  opacity: 1;
  height: 3px;

  width: 60px;
}


.basarilarHizliErisim .tabContent {
  height: 500px;
}

.basarilar .imageBox img, .haberler .imageBox img {
  height: 260px;
  object-fit: cover;
}

.duyurularHaberler .imgBox img {
  height: 260px;
  object-fit: cover;
}

.tabContent,
.tabsContent {
  background: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
}

.swiper-button-next, .swiper-button-prev {
  color: #be2226;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.tabContent {
  padding: 30px;
}

.tabContent .textContent {
  margin-top: 30px;
}

.tabsContent a {
  text-decoration: none !important;
  color: unset;
}

.tabContent .titleBox .title {
  color: #be2226;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}

.videoUstBaslik {
  font-style: normal!important;
  font-size: 40px;
  color: #fff;
      text-shadow: 0px 0px 5px #be2226;
}

.videoAltBaslik {
  font-size: 42px;
  color: #fff;
     text-shadow: 0px 0px 5px #be2226;
}

.tabContent .textBox p {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  line-height: 32px;
}

.tabContent .readMore {
  color: #be2226;
  text-align: left;
  font-size: 15px;
 
}

.tabsContent .nav {
  background: #be2226;

  margin: 0 !important;
}

.tabsContent .nav-pills .nav-link {
  border-radius: 0;
  padding: 15px 15px;
  color: #fff;
  border-left: 1px solid #ededed;
  transition: 0.5s ease;
  font-size: 12px;
  font-weight: bold;
}

.tabsContent .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #ededed;
  color: #be2226;
}

.tabsContent .nav-pills .nav-link:hover {
  background: #ededed;
  color: #be2226;
  transition: 0.5s ease;
}

.hizliErisim {
  padding-left: 40px;
}

.hizliErisim .quickAccessLink {
  background: #ededed;
  display: block;
  padding: 30px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #ededed;
}

.hizliErisim .quickAccessLink:hover {
  border: 1px solid #be2226;
  font-weight: 700;
}

.hizliErisim .quickAccessLink:hover .qaText {
  font-weight: 700;
}

.hizliErisim .quickAccessLink .qaText {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.duyurularHaberler {
  margin: 75px 0;
}

.duyurularHaberler .line {
  color: #be2226;
  opacity: 1;
  height: 3px;

  width: 60px;
}

.duyuruBox {
  background: #ededed;
}

.duyurularHaberler .duyuruBox .textBox {
  padding: 20px 15px;
}

.duyurularHaberler .tabContent {
  padding: 0;
}

.duyurularHaberler .duyuruBox .textBox .title1 {
  font-size: 16px;
  color: #be2226;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.duyurularHaberler .duyuruBox .textBox .title2 {
  font-size: 14px;
  color: #be2226;

  text-align: left;
  font-style: italic;
}

.duyurularHaberler .duyuruBox .textBox p {
  font-size: 15px;
  text-align: left;
  line-height: 32px;
  font-weight: 500;
}

.readMoreBtn {
  color: #be2226;
  text-align: left;
  font-size: 14px;
 
  text-decoration: none;
}

.haberler .textContent {
  padding: 20px 15px 0 15px;
  margin: 0;
}

.haberler .readMore {
  padding: 0px 15px 20px 15px;
}

.haberler .title2 {
  font-size: 14px;
  color: #be2226;

  text-align: left;
  font-style: italic;
}

.haberler .title1 {
  font-size: 16px;
  color: #be2226;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.duyurularHaberler a {
  text-decoration: none;
  color: unset;
}

.duyurular {
  padding-right: 40px;
}

.readMore {
  color: #be2226;
  text-align: left;
  font-size: 15px;

}



.swiper-pagination-bullet {
  background: #be2227c9;
}
.swiper-pagination-bullet-active {
  background: #be2226;
}

.swiper-pagination {
  bottom: 95%;
}

.homeFooter {
  background: #bf2226 !important;
  padding: 30px 0;
}

.homeFooter .contactInfo a {
  text-decoration: none;
}

.homeFooter .contactInfo li {
  list-style: none;
  color: #fff;
}


.homeFooter .baglantilarimiz .title {

}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li {
  text-transform: uppercase;
}


.footerCol {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;

}

.mailTel {
  margin-top: 15px;
}

.contactInfo.footerCol li {
width: 100%;
font-size: 15px;
display: flex;
align-items: baseline;
}

.contactInfo.footerCol li i {
  margin-right: 10px;
  }

.baglantilarimiz.footerCol .title {
  width: 100%;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}

.baglantilarimiz.footerCol .footerLinks ul {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: Poppins; 
}

.baglantilarimiz.footerCol .footerLinks li {
  list-style: none;
  width: 50%;
  margin-bottom: 10px;
}
.baglantilarimiz.footerCol .footerLinks a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.socialLinks {
  justify-content: flex-start;
}

.socialLinks .title {
  font-size: 15px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

.socialLinks  a {
  text-decoration: none;
  color: #000;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 12px;
}

.socialLinks .links {
  height: 100%;
  display: flex;
}



@media screen and (max-width: 1600px) {
.schoolBoxs {
  position: absolute;

  left: 0;
  margin: 0 15px;
}
}

@media screen and (max-width: 1200px) {
    .homeNavbar.sticky .nav-link {
        font-size: 12px!important;
    }

    .wraper_header.style-fifteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul {
      left: -150px;
    }



  .homeNavbar ul {
    padding: 0;
  }
  }



  @media screen and (max-width: 991px) {

    #homeNavbar {
      display: none;
    }
	  
	  .myHomeSlider .tv .screen { 
	      width: 1250px;
    height: 700px;
	  }

    .myHomeSlider .slideText .slideTitles .topTitle {
      font-size: 16px;
    }

    .myHomeSlider .slideText .slideTitles .bottomTitle {
      font-size: 18px;
    }

    .myHomeSlider .slideText .slideTitles .videoUstBaslik {
      font-size: 24px!important;
      color: #be2226;
    }

    .myHomeSlider .slideText .slideTitles .videoAltBaslik {
      font-size: 26px!important;
      color: #be2226;
  }



    .welcome {
      margin-top: 50px;
    }

    .schoolBoxs {
      margin: 0;
    }

    .welcome .container {
      padding: 0;
    }


    .myHomeSlider .slideLogo {
      display: none!important;
    }

    .mobileMenu {
      display: block;
    }

    .welcomeTextContent {
      margin: 30px 0 0;
  }

    .myHomeSlider {
      height: 700px;
  }

  .basarilarHizliErisim .tabContent {
    height: auto;
  }

    .homeFooter .contactInfo a {
      width: 100%;
    }
    

    .schoolBoxs {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
    }

    .video-play-button {
        
        right: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hizliErisim {
        padding-left: 0;
        margin-top: 50px;
    }

    .duyurular {
        padding-right: 0;
    }

    .duyurularHaberler {
        margin: 50px 0;
    }

    .haberler  {
        margin-top: 50px;
    }

    .welcome .container-fluid {
        max-width: 720px;
        padding: 0 12px;
    }

    .welcomeTextContent {
        padding: 0 12px;
    }

    .welcomeImgContent {
        padding: 0 12px;
    }

    .titleSection {
        margin: 50px 0;
    }

    .welcomeTextContent .welcomeParagraph {
        width: 100%;
    }

    .welcomeImgContent img {
        height: auto;
    }

    
  }



@media screen and (max-width: 767px) {
    .myHomeSlider .slideText .slideTitles {
        width: 70%;
        font-size: 24px!important;
    }

    .titleSection h2 {
        font-size: 24px;
    }

    .titleSection h3 {
        font-size: 21px;
    }

    .duyurularHaberler .duyuruBox .textBox .title1,
    .haberler .title1 {
        font-size: 16px;
    }

    .duyurularHaberler .duyuruBox .textBox .title2,
    .haberler .title2 {
        font-size: 14px;
    }


    .welcome .container-fluid {
        max-width: 540px;
        padding: 0 12px;
    }

    .hizliErisim .quickAccessLink {
        margin-bottom: 24px;
    }

    .duyurularHaberler {
        margin: 26px 0 50px 0;
    }

    .tabsContent .nav-pills .nav-link {
        font-size: 12px;
    }

    .schoolBoxs {
        display: flex;
    }

    .schoolBoxs .col {
        width: 50%;
        flex: inherit;
        margin-bottom: 24px;
    }

    .icon {
        right: 15px;
    }

    .tabContent {
        padding: 15px;
    }

    .duyurularHaberler .duyuruBox .textBox {
        padding: 15px;
    }

    .haberler .textContent {
        padding: 15px 15px 0 15px;
    }

    .titleSection {
        margin:26px 0 50px 0
    }

    .socialLinks {
      justify-content: center;
  }

  .socialLinks .title {
    text-align: center;
  }

  .baglantilarimiz.footerCol .title, .baglantilarimiz.footerCol .footerLinks ul {
    text-align: center;
  }

  .footerCol {
    justify-content: center;
    margin-bottom: 15px;
  }

  .footerCol.baglantilarimiz  {
    margin-top: 15px;
  }

  .contactInfo.footerCol li {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tabContent .titleBox .title {
  font-size: 16px;
}



.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 15px;
}

.swiper-button-next, .swiper-button-prev {
  color: #be2226;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

  
  }


  @media screen and (max-width: 575px) {

    .hizliErisim .quickAccessLink .qaText {
      font-size: 14px;
    }

    .hizliErisim .quickAccessLink {
      padding: 15px;
    }

    .titleSection h2 {
      font-size: 21px;
  }


  .welcome .welcomeTextContent .firstTitle, 
  .welcome .welcomeTextContent .secondTitle, 
  .welcome .welcomeTextContent .lastTitle {
    font-size: 30px;
}

.titleSection h2 {
  font-size: 30px;
}



  }




  @media screen and (max-width: 450px) {

    .footerCol, .contactInfo.footerCol li {
      justify-content: start;
  }

  .baglantilarimiz.footerCol .title, .baglantilarimiz.footerCol .footerLinks ul {
    text-align: left;
}

.socialLinks .title {
  text-align: left;
}

.myHomeSlider .slideText .slideTitles {
  width: 100%;
}

.contactInfo.footerCol li {
  text-align: left;
}

  }



  @media screen and (max-width: 375px) { 
    .titleSection h2 {
      font-size: 18px;
  }

  .titleSection h3 {
    font-size: 18px;
}

  }


