﻿@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=latin-ext');

*, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
}
body {
  font-family: 'Oswald', sans-serif;
}
:root {
  --defaultcolor:#001b52;
  --defaultcolor2:#71c8d9;
  --fonttext: 'Open Sans', sans-serif;
}

.wrapper {
  background-image: url('images/banner2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.wrapper-ortak {
  background-image: url('images/3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65vh;
}
.navbar-brand {
  padding-left:90px;
}
.navbar-collapse .navbar-nav .nav-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 28px;
  color:#001b52;
  transition: all 1s ease;
}
.navbar-collapse .navbar-nav .nav-link:hover {
  color: var(--defaultcolor);
}
.navbar-collapse{
  z-index: 999;
  text-align: center;
}
.navbar-light .navbar-toggler {
  background:#fff;
}
.slogan {
  position: absolute;
  top:38%;
  left: 8%;
  width: 480px;
  text-align: justify;
}
.slogan .title {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--defaultcolor);
}
.slogan p {
  font-weight: 600;
  font-family: var(--fonttext);
  font-size: 14px;
  color: var(--defaultcolor);
}
.slogan .sloganBtn {
  margin-top: 45px;
}
.slogan .sloganBtn a {
  background: var(--defaultcolor);
  color: white;
  padding: 12px 58px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.headerContact {
  position: absolute;
  bottom: 2%;
  left: 7%;
  transform: translateY(50%);
}
.headerContact ul {
  list-style-type: none;
}
.headerContact ul li{
  font-size: 13px;
  display: inline-block;
  margin-left: 10px;
  color:white;
}
.headerContact ul li span {
  margin-left: 5px;
  color:white;
}

/*Header Social*/
.headerSocial {
  position: absolute;
  bottom: -1%;
  right: 2%;
}
.headerSocial ul{
  list-style-type: none;
  padding-left:0;
}
.headerSocial ul li {
  display: inline-block;
}
.headerSocial ul li a {
  font-size: 17px;
  display: inline-block;
  margin-left: 10px;
  color:white;
}



/*About İnc*/
.about h1 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--defaultcolor);
}
.about p {
  padding-top: 30px;
  font-weight: 300;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}
/*About Services*/
.about .servicesCard {
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 280px;
  padding: 30px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 11px 0 rgba(82, 71, 71, 0.30);
}
.about .servicesCard .servicesText a {
  text-decoration: none;
  font-size:14px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
  color:#777;
}


/*Teşvikler*/

.sgktesvik h2 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--defaultcolor);
  text-align: center;
}

.sgktesvik .tesvikCard {
  width: 100%;
  height: 450px;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  padding: 14px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 11px 0 rgba(82, 71, 71, 0.30);
}
.tesvikCard .text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tesvikCard .text .title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 4.24em;
  text-transform: capitalize;
  font-weight: 800;
  color: var(--defaultcolor2);
  border-bottom: 1px solid #ddd;
}
.tesvikCard .text p {
  padding-top: 5px;
  font-weight: 500;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}
.tesvikCard .cardBtn {
  padding: 45px;
}
.tesvikCard .cardBtn a {
  background: var(--defaultcolor);
  color: white;
  padding: 5px 28px;
  border-radius: 10px;
  font-size: 14px;
}
.tesvikCard .cardBtn span {
    font-size: 11px;
    margin-left: 5px;
}
/*Referanslar*/

.referance {
  background-image: url('images/refback.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.referance h3 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--defaultcolor);
  text-align: center;
  padding-bottom: 45px;
}
.owl-theme .owl-nav {
  margin-top: 40px;
}

/*Blog*/
.blog h4 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--defaultcolor);
  text-align: center;
  padding-bottom: 45px;
}
.blog .blogCard{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.blog .blogCard:hover .upper-container{
  background-color: var(--defaultcolor);
}
.upper-container {
  height: 150px;
  border:solid 1px #ddd;
  border-bottom: none;
  transition: all .5s ease;
}
.blogCard .image-container {
  background: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: translate(140px,110px);
  border:solid 2px white;
}
.blogCard .image-container img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blogCard .lower-container {
  height: 250px;
  border:solid 1px #ddd;
  border-top: none;
  padding:20px;
  padding-top: 60px;
  text-align: center;
  overflow: hidden;
}
.blogCard .lower-container .title {
  color: var(--defaultcolor2);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}
.blogCard .lower-container .content {
  padding-top: 30px;
  font-weight: 500;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}
.blogCard .lower-container .blogPageBtn {
  margin-top: 25px;
}

.blogCard .lower-container .blogPageBtn a {
  background: var(--defaultcolor);
  color: white;
  padding: 5px 28px;
  border-radius: 10px;
  font-size: 14px;
}

/*About Page*/

.aboutPage h1 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--defaultcolor);
  padding-bottom: 45px;
}
.aboutPage p {
  padding-top: 5px;
  font-weight: 500;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
  line-height: 26px;
}
.misionVision {
  background-image: url('images/misionback.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;

}
.misionVision h2, .misionVision h3 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--defaultcolor);
  padding-bottom: 45px;
}
.misionVision p {
  padding-top: 5px;
  font-weight: 600;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
  line-height: 26px;
}

/*Hizmetler Sayfası*/

.servicesPage .serviceCard {
  padding: 1.6em 1.3em;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 9px #c7c7c7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  text-align: center;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.servicesPage .serviceCard .text {
  height: 130px;
  overflow: hidden;
  margin-top: 30px;
}
.servicesPage .serviceCard .serviceBtn {
  margin-top: 40px;
}
.servicesPage .serviceCard .title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.94em;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--defaultcolor2);
  border-bottom: 1px solid #ddd;
}
.servicesPage .serviceCard p {
  font-weight: 300;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
  line-height: 26px;
}
.servicesPage .serviceCard .serviceBtn a{
  background: var(--defaultcolor);
  color: white;
  padding: 5px 28px;
  border-radius: 10px;
  font-size: 14px;
}

/*Sgk*/
.sgkTesvik {
  background-image: url('images/sgktesvik.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 70vh;
}
.sgkTesvik h1 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 45px;
}
.sgkTesvik p {
  font-weight: 500;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
  line-height: 26px;
}
/*İşkur*/
.iskurTesvik {
  background-image: url('images/iskurtesvik.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 70vh;
}
.iskurTesvik h2 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 45px;
}
.iskurTesvik p {
  font-weight: 500;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
  line-height: 26px;
}
/*diğer Teşvikler*/
.digerTesvik {
  background-image: url('images/digertesvik.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 70vh;
}
.digerTesvik h2 {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 45px;
}
.digerTesvik p {
  font-weight: 500;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
  line-height: 26px;
}
.tesvikBtn a {
  background: #fff;
  color: var(--defaultcolor);
  padding: 6px 28px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
}
/*Blog Page*/
.blogPage .blogCard{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.blogPage .blogCard:hover .upper-container{
  background-color: var(--defaultcolor);
}
.upper-container {
  height: 150px;
  border:solid 1px #ddd;
  border-bottom: none;
  transition: all .5s ease;
}
.blogCard .image-container {
  background: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: translate(140px,110px);
  border:solid 2px white;
}
.blogCard .image-container img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blogCard .lower-container {
  height: 250px;
  border:solid 1px #ddd;
  border-top: none;
  padding:20px;
  padding-top: 60px;
  text-align: center;
  overflow: hidden;
}
.blogCard .lower-container .title {
  color: var(--defaultcolor2);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}
.blogCard .lower-container .content {
  padding-top: 30px;
  font-weight: 500;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}
.blogCard .lower-container .blogPageBtn {
  margin-top: 25px;
}

.blogCard .lower-container .blogPageBtn a {
  background: var(--defaultcolor);
  color: white;
  padding: 5px 28px;
  border-radius: 10px;
  font-size: 14px;
}
/* İletişim Page */
.contactPage h2 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 15px;
}
.contactPage input[type="text"],
.contactPage input[type="email"],
.contactPage textarea {
  outline: none;
  padding: 12px 0;
  background: none;
  color: #212121;
  font-size: 15px;
  width: 100%;
  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid #494949;
  font-family: var(--textfont);
}
.contactPage a {
    text-decoration: none;
    color:#777;
    font-size: 12px;
    font-weight: 400;
     font-family: var(--textfont);
}
.contactPage .formBtn {
  margin-top: 10px;
}
.contactPage .formBtn button {
  background: var(--defaultcolor);
  color: white;
  padding: 5px 48px;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  border:none;
}
.contactPage p {
  font-weight: 600;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}
/*Hizmet ve Sgk Detay Sayfası*/

.detailPage h1 {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 45px;
}
.detailPage p {
  font-weight: 400;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}

/*Blog Detay*/
.blogDetailPage h1 {
  padding-top: 15px;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 15px;
}
.blogDetailPage p {
  font-weight: 400;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}
.otherBlog p {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  color: var(--defaultcolor);
}
.otherBlog li {
    transition: all .4s ease;
}
.otherBlog li:hover {
  background: var(--defaultcolor);
}
.otherBlog li:hover a{
  color: white;
}
.otherBlog ul li a{
  font-weight: 400;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
  text-decoration: none;
}
.blogDetailPage .content {
    padding: 2rem;
    background: rgba(230, 230, 230, 0.2);
}
/*İletişim*/
.sube-bilgi {
  background-color: #f2f2f2;
  padding: 4.8em;
}
.sube-bilgi .anabaslik{
  font-size: 17px;
  padding-left: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  border-width: thin;
  line-height: 36px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--defaultcolor);
}
.sube-bilgi p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: justify;
}
.sube-bilgi .icerik {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: justify;
}
.sube-bilgi .sube-social ul {
  text-align: center;
  list-style-type: none;
}
.sube-bilgi .sube-social ul li {
  display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    line-height: 40px;
    border:solid 1px var(--defaultcolor);
}
.sube-bilgi .sube-social ul li a {
  color: var(--defaultcolor);
}

.pratikDetayPage h1 {
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 45px;
}
.pratikDetayPage p {
    font-weight: 400;
    font-family: var(--fonttext);
    font-size: 14px;
    color: #777;
}



/*Footer*/
.footer {
  background-image: url('images/footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.footer h5 {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--defaultcolor);
  text-align: center;
  padding-bottom: 25px;
}
.footer h6 {
  padding-top: 10px;
  font-weight: 600;
  font-family: var(--fonttext);
  font-size: 14px;
  color: #777;
}
.footer .footerlogo img {
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer .quiclyMenu .title {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 600;
    color: #777;
    text-align: center;
    padding-bottom: 15px;
}
.footer .quiclyMenu ul{
    list-style-type: none;
}
.footer .quiclyMenu ul li {
    display: inline-block;
    padding-left: 10px;
}
.footer .quiclyMenu ul li a {
    text-decoration: none;
    color:#777;
}
.footerContact .title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
  color:#777;
  text-align: center;
  padding-bottom: 15px;
}
.footerContact ul {
  list-style-type: none;
}
.footerContact ul li {
  display: inline-block;
}
.footerContact ul li p {
  font-size: 14px;
  font-family: var(--fonttext);
  font-weight: 400;
}
.footerContact .text-wh a {
  text-decoration: none;
  color:#000;
}
.footerSocial ul {
  list-style-type: none;
}
.footerSocial ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
}
.footerSocial ul li a {
  text-decoration: none;
}
.footerSocial ul li a.fb{
  color:#3b5998
}
.footerSocial ul li a.tw{
  color: #1da1f2;
}
.footerSocial ul li a.ins{
  color: #c13584;
}
.copyright p {
    color: #737373;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: none;
    font-family: var(--textfont);
}
.copyright a {
  color:orange;
  text-decoration: none;
  font-family: var(--textfont);
}




/*Scrollbar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--defaultcolor);
  border-radius: 5px;
}

@media (max-width:782px) {
  .navbar-brand{
    padding: 0;
  }
  .navbar-collapse {
    background: var(--defaultcolor);
  }
  .navbar-collapse .navbar-nav .nav-link {
    color:white;
  }
  .headerContact, .headerSocial {
    display: none;
  }
  .slogan {
    width: 250px;
  }
  .slogan .title {
    font-size: 20px;
  }
  .slogan p {
      font-size: 13px;
  }

}
