
.navbar{
  background-color: #000 !important;
}

nav .nav-link {
  color: #000000 !important;
  font-size: 15px !important;
}



nav .nav-link:hover {
  color: black;
}

nav .nav-item {
  list-style: none;
}

nav .nav-item {
  list-style: none;
}

nav .nav-link {
  position: relative;
  display: inline-block;
  color: #f6f8fa;
  text-decoration: none;
}

nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}

nav .nav-link:hover::after {
  width: 100%;
}




.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */
  ;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #00204a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #001a3b;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #001a3b;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 32, 74, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 32, 74, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00204a;
  border-color: #00204a;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}



html {
  overflow-x: hidden;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.logo {
  font-family: "Work Sans", sans-serif;
  color: #00204a;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

.form-control {
  font-size: 16px;
  height: 52px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto !important;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-bg-wrap {
  background-color: white;
  padding: 20px 30px;
  position: relative;
  float: left;
  width: 100%;
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.1);
}

.hero {
  position: relative;
  background-size: cover;
  background-position: cnter center;
  background-repeat: no-repeat;
  background-color: #00204a;
}

.hero.overlay {
  position: relative;
}

.hero.overlay:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.hero,
.hero>.container>.row {
  height: 100vh;
  min-height: 600px;
}

.hero.page-inner,
.hero.page-inner>.container>.row {
  height: 70vh;
  min-height: 300px;
}

.hero>.container {
  position: relative;
  z-index: 2;
}

.hero .heading {
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: 30px;
  font-weight: 600;
}

.hero .lead {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}

.hero .narrow-w {
  max-width: 600px;
  margin: 0 auto;
}

.hero .form-search .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 30px;
}

.hero .form-search .form-control:hover,
.hero .form-search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero .form-search .form-control {
  margin-right: 10px;
}

.hero .form-search .btn {
  background-color: #005555;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}

.hero .form-search .btn:hover,
.hero .form-search .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero-slide {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.hero-slide .img {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-slide .img.overlay {
  position: relative;
}

.hero-slide .img.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(34, 34, 34, 0.4);
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section .heading {
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .section .heading {
    font-size: 36px;
  }
}

.testimonial blockquote {
  font-style: 18px;
  color: #000;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(34, 34, 34, 0.97);
}

.bg-image>.container,
.bg-image .custom-box {
  position: relative;
  z-index: 2;
}

.hero-slider-wrap .tns-controls {
  position: absolute;
  z-index: 2;
}

.hero-slider-wrap .tns-controls {
  background: none;
  border: none;
}

.hero-slider-wrap .tns-nav {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.hero-slider-wrap .tns-nav {
  background: none;
  border: none;
  display: block;
  margin: 2px;
  height: 15px;
}

.hero-slider-wrap .tns-nav :active,
.hero-slider-wrap .tns-nav :focus {
  outline: none;
}

.hero-slider-wrap .tns-nav :before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.hero-slider-wrap .tns-nav .tns-nav-active:before {
  background-color: #fff;
  width: 35px;
}

.property-slider-wrap,
.img-property-slide-wrap {
  position: relative;
}

.property-slider-wrap .tns-outer .tns-inner,
.img-property-slide-wrap .tns-outer .tns-inner {
  padding-bottom: 100px !important;
}

.property-slider-wrap .tns-nav,
.img-property-slide-wrap .tns-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
}

.property-slider-wrap .tns-nav,
.img-property-slide-wrap .tns-nav {
  background: none;
  border: none;
  display: inline-block;
  margin: 2px;
  position: relative;
}

.property-slider-wrap .tns-nav :active,
.property-slider-wrap .tns-nav :focus,
.img-property-slide-wrap .tns-nav :active,
.img-property-slide-wrap .tns-nav :focus {
  outline: none;
}

.property-slider-wrap .tns-nav :before,
.img-property-slide-wrap .tns-nav :before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.property-slider-wrap .tns-nav .tns-nav-active:before,
.img-property-slide-wrap .tns-nav .tns-nav-active:before {
  background-color: #00204a;
}



.property-item.mb-30 {
  margin-bottom: 30px;
}

.property-item .img {
  position: relative;
  z-index: 1;
}

.property-item .property-content {
  background: #fff;
  padding: 30px;
  font-size: 13px;
  position: relative;
  width: 100%;
  margin-top: -100px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.property-item .property-content .price,
.property-item .property-content .city {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.property-item .property-content .price {
  color: #005555;
}

.property-item .property-content .price span {
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
}

.property-item .property-content .price span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #005555;
}

.property-item .property-content .specs {
  font-size: 18px;
}

.property-item .property-content .specs .caption {
  font-size: 13px;
}

.slider-nav {
  margin-top: -100px;
  position: relative;
}

.slider-nav span {
  cursor: pointer;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
}

.section-2 {
  position: relative;
  background-color: #333;
  z-index: 2;
}

.section-2 .custom-box {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 3rem;
  bottom: -30px;
}

.section-3 {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-top: 10rem;
}

.section-4 {
  background-color: #fff;
}

.section-4 .img-about {
  background-size: cover;
  background-position: center center;
}

.section-4 .img-about img {
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-h {
  margin-bottom: 30px;
}

.feature-h .wrap-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
  background: #efefef;
  color: #000;
  position: relative;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.feature-h .wrap-icon [class^="icon-"] {
  position: absolute;
  left: 50%;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-h .feature-text {
  margin-top: 15px;
}

.feature-h .feature-text .heading {
  font-size: 18px;
}

.feature-h:hover .wrap-icon,
.feature-h:focus .wrap-icon {
  border: 2px solid #00204a;
  background-color: transparent;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.feature-h:hover [class^="icon-"],
.feature-h:focus [class^="icon-"] {
  color: #00204a;
}

.img-about img {
  position: relative;
  z-index: 2;
}

.img-about.dots {
  position: relative;
}

.img-about.dots:after {
  position: absolute;
  z-index: 1;
  bottom: -50px;
  right: -70px;
  content: "";
  width: 412px;
  height: 220px;
  background: url("../images/dots.png") no-repeat;
}

.social a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #00204a;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  border: 2px solid transparent;
  position: relative;
  top: 0;
}

.social a span {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  top: -5px;
  background: transparent;
  border: 2px solid #fff;
}

.social.dark-hover a:hover {
  color: #00204a;
  border: 2px solid #00204a;
}

.links-arrow-before li {
  margin-bottom: 15px;
  position: relative;
}

.links-arrow-before li a {
  color: #afafaf;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.links-arrow-before li a:hover {
  color: #fff;
}

.links-arrow-before li a:before {
  content: "\e5c8";
  font-family: "icomoon";
  left: 0;
  top: 0;
  position: absolute;
}

.person {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.person img {
  position: relative;
  width: 90px;
  border-radius: 50%;
  margin: -45px auto 0 auto;
}

.person .person-contents {
  padding: 30px;
}

.person .person-contents h2,
.person .person-contents .h2 {
  font-size: 18px;
}

.person .person-contents h2 a,
.person .person-contents .h2 a {
  color: #000;
  text-decoration: none;
}

.person .person-contents p {
  font-size: 14px;
}

.meta {
  color: #888;
}

.hero-slider-wrap {
  position: relative;
}

.hero-slider-wrap:hover #hero-nav {
  opacity: 1;
  visibility: visible;
}

#hero-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 110px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#hero-nav .prev,
#hero-nav .next {
  position: absolute;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  cursor: pointer;
}

#hero-nav .prev:hover,
#hero-nav .next:hover {
  color: white;
}

#hero-nav .prev {
  right: 60px;
}

#hero-nav .next {
  right: 20px;
}

#property-nav {
  position: absolute;
  width: 100%;
  bottom: 64px;
}

#property-nav span {
  display: inline-block;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 30px;
  background: rgba(0, 32, 74, 0.1);
  color: #00204a;
  text-align: center;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#property-nav span:hover,
#property-nav span.active {
  background: #00204a;
  color: #fff !important;
}

#property-nav .prev,
#property-nav .next {
  position: absolute;
  cursor: pointer;
}

#property-nav .prev:hover,
#property-nav .next:hover {
  color: #00204a;
}

#property-nav .prev {
  left: 0;
}

#property-nav .next {
  right: 0;
}

.counter-wrap .number {
  font-size: 40px;
  display: block;
  font-weight: 700;
}

.features-1 {
  padding-top: 30px;
  position: relative;
  z-index: 8;
  text-align: center;
  background-color: rgba(0, 32, 74, 0.05);
}

.box-feature {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}

.box-feature h3,
.box-feature .h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.box-feature [class^="flaticon-"] {
  color: #00204a;
  font-size: 60px;
  margin: 0 0 10px 0;
  display: block;
  padding: 0;
  line-height: 0;
}

.custom-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(0, 32, 74, 0.1);
  color: #00204a;
  text-align: center;
}

.custom-pagination a:hover,
.custom-pagination a.active {
  background: #00204a;
  color: #fff;
}

.agent-box {
  margin-top: 50px;
  border: 2px solid #efefef;
  padding: 20px;
  border-radius: 4px;
}

.agent-box .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.agent-box .img img {
  width: 80px;
  border-radius: 50%;
}

.agent-box .text h3,
.agent-box .text .h3 {
  font-size: 16px;
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav {
  background: none;
  border: none;
  display: inline-block;
  margin: 2px;
  height: 15px;
}

.testimonial-slider-wrap .tns-nav :active,
.testimonial-slider-wrap .tns-nav :focus {
  outline: none;
}

.testimonial-slider-wrap .tns-nav :before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.testimonial-slider-wrap .tns-nav .tns-nav-active:before {
  background-color: #00204a;
}

#testimonial-nav span {
  display: inline-block;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 30px;
  background: rgba(0, 32, 74, 0.1);
  color: #00204a;
  text-align: center;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#testimonial-nav span:hover,
#testimonial-nav span.active {
  background: #00204a;
  color: #fff !important;
}

.custom-mb {
  margin-bottom: 80px;
}

.has-arrow {
  text-decoration: underline;
  position: relative;
}

.has-arrow:hover {
  text-decoration: none;
}

.has-arrow [class^="icon-"] {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 2px;
}

nav[aria-label="breadcrumb"] a {
  color: #fff;
}

nav[aria-label="breadcrumb"] li:before {
  color: rgba(255, 255, 255, 0.3) !important;
}

.learn-more {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.learn-more:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background-color: #005555;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.learn-more:hover:before {
  width: 0%;
}

.sec-testimonials {
  padding-bottom: 8rem;
}

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.contact-info h4,
.contact-info .h4 {
  font-size: 18px;
  padding: 0 0 0 60px;
}

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.site-footer {
  background: #efefef;
  font-size: 14px;
  color: black;
  padding: 70px 0;
}

.site-footer a {
  color: #777;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.site-footer a:hover {
  color: #000;
  text-decoration: none;
}

.site-footer a:hover:before {
  background: #00204a;
}

.site-footer .footer-cta h2,
.site-footer .footer-cta .h2 {
  font-size: 30px;
  color: #00204a;
}

.site-footer .btn:before {
  display: none;
}

.site-footer .widget {
  margin-bottom: 40px;
  display: block;
}

.site-footer .widget h3,
.site-footer .widget .h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #f8c31f;

}

.site-footer .widget .links {
  width: 150px;
}

.site-footer .widget .links li {
  margin-bottom: 10px;
}

.site-footer .social li {
  display: inline-block;
}

.site-footer .social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #ccc;
  border-radius: 40%;
}

.site-footer .social li a:before {
  display: none;
}

.site-footer .social li a>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer .social li a:hover {
  background: #00204a;
  color: #fff;
}



/* Account Navbar */
.nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
  border-radius: 3px;
  margin-right: 10px;
  padding: 10px 20px;
}

.nav-pills .nav-link.active {
  background-color: #fff;
  color: #040404ae;
}

.tab-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 20px 20px 20px;
}

.nav-pills {
  justify-content: center;
}

.nav-pills .nav-item {
  flex: none;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card-img-top {
  object-fit: cover;
  height: 200px;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0069d9;
}

.nav-item {
  list-style: none;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:active {
  outline: none;
  box-shadow: none !important;

}

.nav-pills-container .nav-link {
  position: relative;
  display: inline-block;
  color: white;
  background-color: #f8c31f !important;

  /* Yazı rengi */
  text-decoration: none;
  border: 2px solid white !important;
  /* Başlangıçta görünmez çizgi */
  transition: border-color 0.3s ease;
  box-shadow: none !important;
}

.nav-pills-container .nav-link:hover {
  border-color: #f8c21f8c;
  color: black;
  /* Çizgi rengi */
}


.nav-pills-container .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #f8c31f;
  /* Çizgi rengi */
  transition: width 0.3s ease;
}

.nav-pills-container .nav-link:hover::after {
  width: 100%;
}

.card {
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
}


.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-list li {
  margin: 0 5px;
}

.pagination-list li a,
.pagination-list li span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.pagination-list li a:hover {
  background-color: #ddd;
}

.pagination-list li.active span {
  background-color: #555;
  color: #fff;
}

.pagination-list li.disabled span {
  background-color: #f2f2f2;
  color: #999;
  cursor: not-allowed;
}




/* Fonts */

.text-5{
  font-size: 12px !important;
}

.text-4{
  font-size: 15;
}

.text-3{
  font-size: 17px !important;
}

.text-2{
  font-size: 19;
}

.text-1{
  font-size: 21;
}