@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap");
body {
  font-family: "Nunito", sans-serif;
  background-color: #00000008
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: inherit;
}
.top-header {
  background-color: #fff;
  border-bottom: 1px solid #fafafa;
  /* background: rgb(25, 137, 190); */
  /* background: linear-gradient(50deg, rgba(25, 137, 190, 1) 0%, rgba(0, 71, 140, 1) 100%); */
}
.top-header .phone {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  font-size: 14px;
}
.top-header span {
  font-weight: 100;
  font-size: 14px;
}

.top-header .social ul {
  padding: 0;
  margin: 0;
}
.top-header .social ul li {
  list-style-type: none;
}
.top-header .social ul li a {
  color: #000;
  text-decoration: none;
}
header {
  background-color: #fff;
}
header .logo img {
  width: 225px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #000;
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  font-size:15px;
}
.navbar-light .navbar-nav .nav-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #02599a;
  transition: width 0.3s;
  color: #666;
}
.navbar-light .navbar-nav .nav-link:hover::before {
  width: 100%;
  background-color: #02599a;
}

header .dropdown-toggle::after {
  display: none;
}

.slider {
  background: #12498f;
  position: relative;
  overflow: hidden;
}

.section-shape img {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

/*weave css*/
.river-wave-area {
  height: 21%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
}

.river-wave {
  background: url("https://cssmaterial.com/sophia/demo/img/wave.svg") repeat-x;
  position: absolute;
  top: -100px;
  width: 6400px;
  height: 100px;
  animation: river-wave 54s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.river-wave:nth-of-type(2) {
  top: -56px;
  animation: river-wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}
@keyframes river-wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -45px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.slider .container {
  position: relative;
  z-index: 2;
}

.slider .short {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 63px;
}
.slider .title {
  color: #fff;
  font-size: 23px;
}



.about .top-title {
  position: relative;
  display: inline-block;
  position: relative;
  color: #1989be;
  font-weight: 500;
  font-size: 16px;
}
.about .top-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1989be;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
}

.about .title {
  font-size: 55px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
}

.about p {
  color: #6e6e6e;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.about .bio-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
}

.about .bio-exper {
  font-size: 19px;
  color: #0f172a;
  margin-bottom: 5px;
}
.about .bio-exper span {
  color: #1989be;
}

.about ul li {
  list-style-type: none;
}
.about ul li a {
  color: #323232;
  text-decoration: none;
  font-size: 25px;
  margin-bottom: 9px;
}
.blog-pages .item{
  position: relative;
}
.blog-pages .item .title {
  font-size: 20px;
  font-weight: 700;
  margin: 14px 0px;
}
.blog-pages .item .author{
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.blog-pages  .item p {
  font-weight: 300;
}
.blog-pages .item .button {
  text-decoration: none;
  background: #1989be;
  color: #fff;
  border-radius: 3px;
  padding: 7px 28px;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: 0.5s all;
}
.blog-pages  .item .button:hover {
  background: #00478c;
}
.blog-pages .top-title {
  position: relative;
  display: inline-block;
  position: relative;
  color: #1989be;
  font-weight: 500;
  font-size: 16px;
}
.blog-pages .top-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1989be;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
}

.blog-pages .title {
  font-size: 55px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
}
/* service */
.services {
  background: rgba(0, 0, 0, 0.03);
}
.services .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
}

.services .item .title {
  font-size: 20px;
  font-weight: 700;
  margin: 14px 0px;
}
.services .item .description {
  font-weight: 300;
}

.services .item .button {
  text-decoration: none;
  background: #1989be;
  color: #fff;
  border-radius: 3px;
  padding: 7px 28px;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: 0.5s all;
}
.services .item .button:hover {
  background: #00478c;
}
.services .item .thumbnail img {
  border-radius: 4px;
}

.services .top-title {
  position: relative;
  display: inline-block;
  position: relative;
  color: #1989be;
  font-weight: 500;
  font-size: 16px;
}
.services .top-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1989be;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
}

.services .title {
  font-size: 55px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
}
.services .thumbnail {
  height: 230px;
}
.services .thumbnail img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
/* contact */

.contact .top-title {
  position: relative;
  display: inline-block;
  position: relative;
  color: #1989be;
  font-weight: 500;
  font-size: 16px;
}
.contact .top-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1989be;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
}

.contact .title {
  font-size: 55px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
}
.btn-blue {
  background-color: #1989be;
  color: #fff;
  transition: 0.5s all;
}
.btn-blue:hover {
  background-color: #00478c;
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
button[type="button"]:focus,
select:focus,
.uneditable-input:focus {
  border-color: #f2f2f2 !important;
  box-shadow: inherit !important;
  outline: 0 none !important;
}
input,
textarea {
  border-color: #f2f2f2 !important;
}

.contact ul li {
  list-style-type: none;
}
.contact ul li i {
  font-size: 27px;
  color: #323232;
  font-weight: 300;
}
.contact ul li {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: 200;
}
.contact ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: 200;
}

footer {
  background-color: #255f9d;
  position: relative;
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/line.svg") no-repeat 50% 100%;
  background-size: contain;
  width: 100%;
  height: 30px;
  top: -30px;
  right: 0;
}

footer .copyright {
  color: #a19d9d;
}
footer img {
  height: 30px;
}

footer .widget .footer-widget-title {
  font-size: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
footer .widget ul {
  padding: 0;
  margin: 0;
}
footer .widget ul li {
  list-style-type: none;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  transition: 0.5s all;
}
footer .widget ul li:hover {
  color: #fff;
  transition: 0.5s all;
}
footer .widget ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  transition: 0.5s all;
}
footer .widget ul li a:hover {
  color: #fff;
  transition: 0.5s all;
}
footer .footer-social ul {
  padding: 0;
  margin: 0;
}
footer .footer-social ul li {
  list-style-type: none;
}
footer .footer-social ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  transition: 0.5s all;
  font-size: 30px;
}
footer .footer-social ul li a:hover {
  color: #fff;
}
.page-top-area h1 {
  font-size: 43px;
  font-weight: 500;
  color: #0f172a;
}

.page-top-area .button {
  background: #1887bc;
  padding: 7px 30px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s all;
}
.page-top-area .button:hover {
  background-color: #02599a;
}

/* profil analizi */

.profil-analizi .top-title {
  position: relative;
  display: inline-block;
  position: relative;
  color: #1989be;
  font-weight: 500;
  font-size: 28px;
}


.profil-analizi .title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
  line-height: 47px;
}

.profil-analizi .thumbnail {
  width: 100%;
  /*height: 80%;*/
  position: relative;
}
.profil-analizi .thumbnail img {
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}
.profil-analizi .thumbnail::before {
  position: absolute;
  content: "";
  bottom: -28px;
  right: -28px;
  z-index: -1;
  width: 50%;
  height: 60%;
  background-image: url("../img/dot.svg");
}

.contact-area .top {
  background-color: #1989be;
  color: #fff;
  font-size: 50px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-area ul li i {
  color: #02599a;
  font-size: 35px;
}
.contact-area ul li a {
  font-size: 24px;
}

.right-info .top {
  font-size: 20px;
}

.right-info .top i {
  color: #02599a;
  font-size: 30px;
}

.slider iframe {
  width: 100%;
  height: 100%;
}

/* blog detay sayfasi */

.blog-detay .top-title {
  position: relative;
  display: inline-block;
  position: relative;
  color: #1989be;
  font-weight: 500;
  font-size: 16px;
}
.blog-detay .top-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1989be;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
}

.blog-detay .title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 5px;
  line-height: 47px;
}

.blog-detay .thumbnail {
  width: 100%;
  height: auto;
  position: relative;
}
.blog-detay .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detay.thumbnail::before {
  position: absolute;
  content: "";
  bottom: -28px;
  right: -28px;
  z-index: -1;
  width: 50%;
  height: 60%;
  background-image: url("../img/dot.svg");
}

.latest-blog .item .latest-thumbnail {
  height: 100px !important;
  width: 100px !important;
  position: relative;
}
.latest-blog .item .latest-thumbnail img {
  width: 100px;
  height: 100px;
}
.latest-blog .item .latest-title {
  font-size: 14px;
}
.latest-blog .item {
  border-top: 1px solid #f0f0f0;
}
.latest-blog .big-title {
  background: rgb(25, 137, 190);
  background: linear-gradient(50deg, rgba(25, 137, 190, 1) 0%, rgba(0, 71, 140, 1) 100%);
  padding: 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.foto-gallery .thumbnail {
  height: 300px;
}
.foto-gallery .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.foto-gallery .item .title {
  font-size: 23px;
  font-weight: 400;
}

.author {
  position: relative;
}
.author .author_title {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #107bb2;
  padding: 3px 15px;
  border-radius: 5px;
}
.author .author_name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #000000;
  font-size: 24px;
  color: #fff;
  padding: 3px 15px;
  border-radius: 5px;
}

.whatsapp-sticky {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #0d9f16;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  z-index:10;
}
.whatsapp-sticky i{
  font-size: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        background-color: #1989bd;
        font-size: 22px;
}
.nav-pills .nav-link{color:#000;     font-size: 22px;}
@media (max-width: 768px) {
  footer img {
    height: inherit;
    width: 100%;
  }
  .services .top-title::before {
    content: none;
  }
  .slider .short {
    font-size: 28px;
    line-height: 39px;
  }
 
  .profil-analizi .title {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0;
  }
  .profil-analizi .top-title::before {
    content: none;
  }
  .profil-analizi .thumbnail::before {
    content: none;
  }
  .top-header .phone {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .whatsapp-sticky {
      left:30px;
  }
}
