body {
    font-family: sans-serif;
    background-color: #f5f7fb !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    color: #333;
}
h1 {
     margin-block: 0.67em;
     font-size: 2em;
	 line-height: 1em;
}
h2 {
     margin-block: 0.67em;
     font-size: 1em;
	 line-height: 1em;
}

section.hero-section {
    width: 100%;
    height: 75vh;
    overflow: hidden;
	padding: 0;
    position: relative;
	color: white;
}

img.lcp-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    user-select: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-sectionx::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: linear-gradient(to right, rgba(29, 78, 137, 0.95) 0%, rgba(29, 78, 137, 0.8) 50%, rgba(0, 0, 0, 0.1) 100%);
     z-index: 1;
}

.hero-content {
    padding-top: 100px;
    height: 100% !important;
}

/* ---  */

.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to right, rgba(29, 78, 137, 0.95) 0%, rgba(29, 78, 137, 0.8) 50%, rgba(0, 0, 0, 0.1) 100%);
z-index: 1;
}
.hero-section .container {
position: relative;
z-index: 2;
}
.hero-content h1 {
font-size: 3.5rem;
font-weight: 700;
}
.hero-content h2 {font-size: 2rem;font-weight: 600;margin-bottom: 0px;}
.star-rating {color: #ffc107;font-size: 2.2rem;margin: 0;padding: 0;}
.star-rating span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.hero-buttons .btn {
padding: 12px 24px;
font-weight: 600;
margin-right: 10px;
}
 .hero-buttons .btn svg {
margin-right: 8px;
vertical-align: middle;
}
.info-box-container {
margin-top: 50px;
display: flex;
gap: 20px;
}
.info-box {
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 12px;
text-align: center;
flex: 1;
}
.info-box span {
display: block;
}
.info-box .number {
font-size: 1.75rem;
font-weight: 700;
}
.info-box .text {
font-size: 1rem;
font-weight: 400;
}


a.blog-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: white;
    color: black;
    text-decoration: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
a.blog-item .blog-card {
    width: 100%;
    /* height: 200px; */
    display: block;
    position: relative;
}
a.blog-item .blog-card>img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

a.blog-item .blog-card>h3 {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    padding: 8px 5px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    background-color: #0b2447;
    text-align: center;
    color: white;
}

a.blog-item>p {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    height: 50px;
    /* max-height: 45px; */
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.pages-desc>h2 {
    font-size: 28px;
}

.pages-desc>h2>strong {
    color: #0d6efd;
}


.btn-radius {
    border-radius: 25px !important;
    padding: 5px 22px 5px 22px !important;
}

section.parallax {
    position: relative;
    display: block;
    padding: 135px 15px;
    background: #0000009e;
    color: white;
    text-align: center;
}

section.parallax h4 {
    position: relative;
    font-size: 15px;
    width: auto;
    display: inline-block;
}


.parallax h4::before {
    left: -5em;
    margin: 0px;
}

.parallax h4::before {
    content: "";
    display: inline-block;
    width: 5em;
    position: absolute;
    top: 10px;
    left: -85px;
    border-style: solid;
    border-width: 1px 0px 0px;
}

.parallax h4::after {
    content: "";
    display: inline-block;
    width: 5em;
    position: absolute;
    top: 10px;
    right: -85px;
    border-style: solid;
    border-width: 1px 0px 0px;
}

section.parallax h5 {
    font-size: 40px;
}

section.parallax p {
    margin-bottom: 20px;
    font-size: 18px;
}

.title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 20px 0 20px 0;
  position: relative;
}

.title::after {
  content: '';
  display: block;
  width: 250px;
  height: 3px;
  background-color: #0d6efd;
  margin: 4px auto 0 auto;
  border-radius: 3px;
}
.locations ul li {
    padding-left: 0px;
}

.locations ul {
    list-style: circle;
    color: #000000;
}

.locations ul li a {
    display: block;
    margin-bottom: 2px;
    color: #000000;
    text-decoration: none;
}

ul.archive {
    list-style: none;
    margin: 0;
    padding: 1px 1px 10px 1px;
    text-align: center;
    border-top: dashed 2px #ffffff;
}

ul.archive li {
    display: inline-block;
    padding: 2px;
    list-style: circle;
}

ul.archive li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 13px;
    margin-right: 5px;
}

footer.footer {
    color: white;
    background: #051a35;
    background: linear-gradient(120deg, #051831 0%, #0b2447 62%);
}

.ftitle {
    display: block;
    font-weight: bold;
    padding-left: 5px;
}

.footer a.logo2 {
    display: block;
    background-color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.footer ul.footerli {
    list-style: none;
    padding: 0;
}

.footer ul.footerli li {
    
}

.footer ul.footerli li a {
    color: white;
    text-decoration: none;
    display: block;
    padding-top: 15px;
}

.footer ul.contact {
    display: block;
    padding: 0;
}

.footer ul.contact li {
    display: block;
    padding: 0;
}

.footer ul.contact li a {
    color: white;
    text-decoration: auto;
    display: block;
    padding-top: 15px;
}

.footer ul.footerli li a svg {
    color: #ffffff;
}

.footer ul.contact li a svg {
    color: #ffffff;
    width: 30px;
    height: 22px;
    text-align: center;
}



section.page-title-area {
    position: relative;
}

.page-title-content {
    text-align: center;
    padding: 40px 100px;
}

.page-title-content h1 {
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 38px;
}

.page-title-content hr.incecizgi {
    color: white;
    border-style: dashed;
    opacity: 1;
    margin: 15px 0px 0px 0px;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 5px 15px;
  width: auto;
  display: inline-block;
  border-radius: 10px;
}

.page-title-content ul li {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 15px;
  font-family: rubik, sans-serif;
  margin-left: 8px;
  margin-right: 8px;
}

.page-title-content ul li a {
  color: #000000;
  text-decoration: none;
}

.page-title-content ul li a:hover {
  color: #000000;
}

.page-title-content ul li::before {
  content: ">";
  position: absolute;
  color: #545a73;
  right: -13px;
  top: 5px;
  font-weight: 900;
  font-size: 10px
}

.page-title-content ul li:last-child::before {
  display: none
}


.contact-info {
}

.contact-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.contact-info ul li {
  position: relative;
  padding-left: 95px;
  color: #7d7d7d;
  font-family: rubik, sans-serif;
  margin-bottom: 5px;
  background-color: white;
  padding: 5px 10px 10px 75px;
  border: solid 1px #e4e8ea;
  border-radius: 10px;
  min-height: 95px;
}

.contact-info ul li .icon {
  border: 1px dashed #000000;
  width: 60px;
  height: 60px;
  line-height: 56px;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.contact-info ul li .icon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  border-radius: 50%;
  margin: 6px;
  -webkit-box-shadow: 0 1px 3px 1px #313131;
  box-shadow: 0 1px 3px 1px #181918;
  z-index: -1;
}

.contact-info ul li span {
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #121521;
  font-family: poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  border-bottom: solid 1px #e2e2e2;
}

.contact-info ul li a {
  color: #000000;
  display: block;
  text-decoration: none;
}

.contact-info ul li:last-child {
  margin-bottom: 0
}

.contact-info ul li i {
    font-style: normal;
}

.contact-info ul li:hover a {
  color: #006aff
}

.contact-info ul li:hover .icon {
  border: 1px dashed #006aff;
}

.contact-info ul li:hover span {
  color: #006aff;
}

.contact-info ul li:hover .icon::before {
  background: #006aff;
  -webkit-box-shadow: 0 1px 3px 1px #006aff;
  box-shadow: 0 1px 3px 1px #006aff;
}


section.article {

}
.blog-details-desc {
    background-color: white;
    padding: 15px 20px 15px 20px;
}

ul.post-detayli {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul.post-detayli li {
    display: inline-block;
}

.post-header {
    border-bottom: 1px solid #e9ecef !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.galeri_li a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
    height: 150px;
    width: 100%;
    min-width: 150px;
}

.galeri_li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-share {
  margin-top: 10px;
  border-top: solid 1px #9ca2ab;
  padding-top: 15px;
}

.article-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0
}

.article-share .social li {
  display: inline-block
}

.article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #0b2447;
}

.article-share .social li a {
  display: block;
  color: #f7f7f7;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #09203f;
  text-align: center;
}

.article-share .social li a:hover {
  color: #000000;
  background-color: #ffffff;
  transform: translateY(-2px);
}

.topbar {
    background-color: #26548b;
    padding: 5px 10px;
}

.topbar-content {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-content a {
    font-size: 14px;
}


.widget_whatsapp {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 32px;
  background-color: #198754;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  z-index: 100;
  transition: all .3s;
  transition: all 0.3s;
  animation: pulse 2s infinite;
}

.widget_whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  color: #fff;
  animation: none;
}

.widget_whatsapp svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget_phone {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  left: 32px;
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  z-index: 100;
  transition: all .3s;
  transition: all 0.3s;
  animation: pulse 2s infinite;
}

.widget_phone:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  color: #fff;
  animation: none;
}

.widget_phone svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


@media (max-width: 768px) {
.hero-section {
  padding: 80px 0;
  text-align: center;
  height: 100vh !important;
}
.hero-content h1 {
  font-size: 2.5rem;
}
.hero-content h2 {
  font-size: 1.5rem;
}
.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.hero-buttons .btn {
    width: 80%;
}
.info-box-container {
    flex-direction: column;
}
.page-title-content {
    text-align: center;
    padding: 40px 10px;
}
.page-title-content ul li {
font-size: 14px;
}
.topbar-content {display: flex;flex-direction: column;}
.topbar-content a {
margin-bottom: 5px;
display: block;
width: 100%;
}
}





