/*----------------------------------------*/
/*  07. Services
/*----------------------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .service-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .service-item:hover .service-content {
    top: 50%;
    transform: translateY(-50%); }
    .service-item:hover .service-content h4 {
      margin-bottom: 30px; }
  .service-item:hover:before {
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }

.service-img img {
  width: 100%; }

.service-title {
  position: relative; }
  .service-title span {
    color: #a19d98; }
  .service-title h1 {
    margin-bottom: 15px; }

.service-content {
  position: absolute;
  top: 85%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .service-content {
      top: 90%; } }
  @media (max-width: 575px) {
    .service-content {
      top: 88%; } }
  .service-content h4 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Rubik", sans-serif; }
  .service-content p {
    color: #ffffff;
    padding: 0 30px;
    padding-bottom: 5px; }
  .service-content a {
    background: #e8d2b8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .service-content a:hover {
      background: #2a2d2c;
      color: #ffffff; }

.service-tabs {
  padding-right: 50px;
  padding-left: 50px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(133, 133, 133, 0.1); }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-tabs {
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-tabs {
      padding-right: 0;
      padding-left: 0; 
      .details-img: 15px;} }
  @media (max-width: 767px) {
    .service-tabs {
      padding-right: 0;
      padding-left: 0; } }

.service-list {
  width: 178px;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-list {
      width: 155px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-list {
      width: 115px; } }
  @media (max-width: 767px) {
    .service-list {
      width: 135px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-list {
      width: 125px; } }
  .service-list a {
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 40px 0 30px;
    border-bottom: 4px solid #f8f8f8;
    font-weight: 500;
    position: relative; }
    .service-list a.active {
      background: #fafafa;
      color: #222222; }
  .service-list .icon {
    display: block;
    text-align: center;
    margin-bottom: 15px; }

.service-list a::before {
  content: '';
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 100%;
  background: #b69e59;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.service-list a.active::before, .service-list a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.tab-img img {
  width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-img {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .tab-img {
    padding-bottom: 20px; } }

.service-caption {
  padding-left: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-caption {
      padding-left: 0;
      padding: 20px;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .service-caption {
      padding-left: 0;
      padding: 20px;
      padding-top: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-caption {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-caption h1 {
      font-size: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-caption h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .service-caption h1 {
      font-size: 32px; } }
  .service-caption .service-pricing span {
    color: #b69e59;
    font-weight: 500; }
  .service-caption .service-pricing del {
    color: #d0d0d0;
    font-weight: 500;
    margin-left: 15px; }
  .service-caption p {
    margin-top: 25px;
    margin-right: 10px; }
  .service-caption a {
    margin-top: 15px; }

.service-arch-content {
  position: relative; }
  .service-arch-content .service-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #e8d2b8;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    margin-top: -35px; }
  .service-arch-content h4 {
    font-size: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .service-arch-content h4:hover {
      color: #e8d2b8; }
  .service-arch-content p {
    padding: 0 0px;
    margin-top: 20px;
    font-size: 16px; }
  .service-arch-content ul li {
    display: inline-block; }
    .service-arch-content ul li a {
      font-weight: 500;
      margin-right: 5px;
      color: #adaaa7; }

.service-arch-content ul li a.brown-color {
  color: #ffffff; }

.service-price-inner {
  background: #ffffff; }
  .service-price-inner .pricing-amount {
    padding: 45px 0 35px;
    background: #e8d2b8; }
    .service-price-inner .pricing-amount h6 {
      color: #a39e98;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 30px; }
    .service-price-inner .pricing-amount h2 {
      font-size: 40px; }
      .service-price-inner .pricing-amount h2 sub {
        font-size: 14px;
        color: #847d76;
        text-transform: lowercase; }
  .service-price-inner .pricing-content {
    padding-top: 43px;
    padding-bottom: 50px; }
    .service-price-inner .pricing-content ul li {
      color: #a39e98;
      margin-bottom: 15px; }
    .service-price-inner .pricing-content a {
      margin-top: 20px; }

.service-details-content h2 {
  padding-top: 17px;
  padding-bottom: 20px;
  padding-right: 70px; }
.service-details-content p {
  padding-bottom: 10px;
  padding-right: 60px; }

.service-details-categories {
  padding: 65px 55px;
  border: 8px solid #f9f9f9; }
  @media (max-width: 767px) {
    .service-details-categories {
      padding: 40px 30px; } }
  .service-details-categories h4 {
    font-size: 34px;
    padding-bottom: 25px; }
  .service-details-categories ul li {
    padding-bottom: 25px; }
    .service-details-categories ul li span {
      font-weight: 500;
      display: inline-block;
      width: 120px;
      text-transform: uppercase; }

.details-img img {
  width: 100%; }





  /*----------------------------------------*/
/*  06. Features2
/*----------------------------------------*/
.features2-area {
    background-position: center left;
    background-size: cover; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features2-area {
        background-position: center left; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features2-area {
        background-position: center left; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .features2-area {
        background-position: center left; } }
    @media (max-width: 575px) {
      .features2-area {
        background-position: center left; } }
  
  .features2-content span {
    margin-bottom: 25px;
    display: block; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features2-content span {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .features2-content span {
        margin-bottom: 15px; } }
  .features2-content h2 {
    margin-bottom: 25px;
    padding-right: 20px;
    font-size: 46px;
    font-family: "Domine", serif;
    line-height: 60px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features2-content h2 {
        padding-right: 0;
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features2-content h2 {
        padding-right: 0;
        font-size: 40px; } }
    @media (max-width: 767px) {
      .features2-content h2 {
        padding-right: 0;
        font-size: 35px;
        line-height: 46px; } }
  .features2-content p {
    padding-right: 81px; }
    @media only screen and (min-width: 1200px) and (max-width: 1450px) {
      .features2-content p {
        padding-right: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .features2-content p {
        padding-right: 0px; } }
    @media (max-width: 575px) {
      .features2-content p {
        padding-right: 0px; } }
  .features2-content a {
    margin-top: 20px; }





    /*----------------------------------------*/
/*  05. Features
/*----------------------------------------*/
.features-area.about {
    position: relative;
    top: 420px; }
  
  .feature-item {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .feature-item:hover .feature-icon {
      background: #2a2d2c; }
  
  .feature-icon {
    width: 140px;
    height: 140px;
    line-height: 135px;
    margin: 50px;
    background: #0d2936;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .feature-icon:hover {
      background: #0d2936; }
  
  .feature-content h3 {
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .feature-content h3 {
        font-size: 22px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-content h3 {
        padding: 0 25px; } }
    @media (max-width: 575px) {
      .feature-content h3 {
        padding: 0; } }
  .feature-content p {
    padding: 0 30px;
    margin: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .feature-content p {
        padding: 0 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-content p {
        padding: 0 20px; } }
    @media (max-width: 575px) {
      .feature-content p {
        padding: 0; } }
  
  .features-wrapper {
    border: 2px solid #d8dbff;
    padding: 55px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features-wrapper {
        padding: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features-wrapper {
        padding: 20px; } }
    @media (max-width: 575px) {
      .features-wrapper {
        padding: 30px; } }
    .features-wrapper .icon {
      margin-bottom: 35px; }
    .features-wrapper h4 {
      line-height: 1;
      padding-bottom: 10px; }
      .features-wrapper h4 a {
        font-size: 24px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        color: #0f0c20; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .features-wrapper h4 a {
            font-size: 20px; } }
        .features-wrapper h4 a:hover {
          color: #ec5598; }
    .features-wrapper p {
      color: #657583;
      margin-bottom: 18px; }
    .features-wrapper a {
      color: #657583;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .features-wrapper a:hover {
        color: #ec5598; }
    .features-wrapper:hover {
      background-color: white;
      box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
      border-color: transparent; }
  
  .features-items .icon {
    width: 120px;
    height: 120px;
    background: #b69e59;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    display: inline-block;
    margin-bottom: 0; }
    .features-items .icon i {
      color: #ffffff;
      font-size: 60px; }
  .features-items h4 {
    font-size: 20px;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 0; }
  .features-items p {
    color: #ffffff;
    margin-right: 15px; }



h3 {
        font-size: 20px;
    }







/* General button styling */
.btn-book {
    display: block; /* Makes the link behave like a block element */
    text-align: left; /* Aligns text to the left */
    background-color: #09a9d2; /* Brown color for the button */
    color: #ffffff; /* Text color */
    text-decoration: none; /* Removes underline */
    padding: 10px 15px; /* Padding for better appearance */
    border: none; /* Removes default border */
    border-radius: 5px; /* Optional: Rounds the corners */
    font-size: 16px; /* Font size */
    width: 100%; /* Optional: Ensures full width for alignment */
    cursor: pointer; /* Changes cursor to pointer */
}

/* Hover effect */
.btn-book:hover {
    background-color: #09a9d2; /* Lighter shade for hover */
    color: #fff; /* Ensures text remains visible */
    text-decoration: none; /* Ensures no underline on hover */
}

    






/* General button styling */
.btn-book-now {
    display: inline-block;
    margin-top: 10px; /* Space between the text and button */
    padding: 10px 20px;
    background-color: #09a9d2; /* Brown background */
    color: #ffffff; /* White text */
    text-decoration: none; /* Remove underline */
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* Hover effect */
.btn-book-now:hover {
    background-color: #09a9d2; /* Lighter brown on hover */
    color: #fff;
    text-decoration: none;
}

/* Make the button responsive */
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.btn-book-now {
   /* width: 100%; /* Full width for smaller devices */
    max-width: 200px; /* Limit button size on larger screens */
}

/* Responsive design */
@media (max-width: 768px) {
    .btn-book-now {
        font-size: 14px; /* Slightly smaller text on small screens */
        padding: 8px 16px; /* Adjust padding */
    }
}











/* General styles for the section *
.service-archive {
    padding: 120px 0 60px 0;
    background-color: #f9f9f9; /* Optional background *
}*/

/* Service inner container styling *
.service-inner {
    background: #fff;
    /*border: 1px solid #eaeaea;*
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*
    padding: 20px;
    text-align: center; /* Center align text *
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensure equal height for all boxes *
    transition: transform 0.3s ease-in-out;
}

.service-inner:hover {
    transform: translateY(-5px);
}

/* Service images *
.service-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Service icons *
.service-icon img {
    max-width: 60px; /* Icon size *
    margin: 15px auto;
}

/* Service title *
.service-arch-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 10px;
    line-height: 1.5;
}

.service-arch-content h4 a {
    text-decoration: none;
    color: #09a9d2;
}

.service-arch-content h4 a:hover {
    color: #09a9d2;
}

/* Description text *
.service-arch-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Pricing font *
.service-arch-content p font {
    font-size: 16px;
    font-weight: 700;
    color: #09a9d2;
}

/* Button styling *
.btn-book {
    display: inline-block;
    padding: 10px 20px;
    background-color: #09a9d2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.btn-book:hover {
    background-color: #007ba7;
}

/* List for buttons *
.service-arch-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-arch-content ul li {
    display: inline-block;
}

/* Flexbox for row and equal column heights *
/*.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between boxes *
}

.col-xl-4, .col-lg-4, .col-md-6 {
    flex: 1 1 calc(33.333% - 20px); /* Three boxes per row *
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
}*/

/* Responsive adjustments *
@media (max-width: 991px) {
    .col-xl-4, .col-lg-4, .col-md-6 {
        flex: 1 1 calc(50% - 20px); /* Two boxes per row for tablets *
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .col-xl-4, .col-lg-4, .col-md-6 {
        flex: 1 1 100%; /* One box per row for mobile *
        max-width: 100%;
    }
}*/









/* General styles for the features section *


/* Feature item styling *
.feature-item {
    background: #fff;
    /*border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.feature-item:hover {
    transform: translateY(-5px);
}

/* Icon styling *
.feature-icon img {
    max-width: 80px; /* Icon size *
    margin-bottom: 15px;
    display: inline-block;
}

/* Feature content *
.feature-content {
    flex-grow: 1; /* Ensures all elements align properly *
}

.feature-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
    color: #09a9d2;
    line-height: 1.4;
}

.feature-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.feature-content p font {
    font-size: 16px;
    font-weight: bold;
    color: #09a9d2;
}

/* Book Now button *
.btn-book-now {
    display: inline-block;
    padding: 10px 20px;
    background-color: #09a9d2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.btn-book-now:hover {
    background-color: #007ba7;
}

/* Flexbox grid for columns *
/*.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.col-xl-4, .col-lg-4, .col-md-6 {
    flex: 1 1 calc(33.333% - 20px); /* Three boxes per row *
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
}*/

/* Responsive adjustments *
@media (max-width: 991px) {
    .col-xl-4, .col-lg-4, .col-md-6 {
        flex: 1 1 calc(50% - 20px); /* Two boxes per row for tablets *
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .col-xl-4, .col-lg-4, .col-md-6 {
        flex: 1 1 100%; /* One box per row for mobile *
        max-width: 100%;
    }
}*/










/* General Styles */


#team {
  background-color: #fff;
  padding: 40px 0;
}

.title-desc h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.box13 {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.box13 img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.box-content {
  padding: 20px;
}

.box-content .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #09a9d2;
}

.box-content .post {
  font-size: 0.9rem;
  color: #666;
  margin: 15px 0;
  line-height: 1.6;
}

.box13:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button span {
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
}

button {
  background-color: #09a9d2;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  background-color: #077ca6;
}

button .svg-wrapper-1 {
  margin-right: 10px;
}

/* Grid and Layout */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*gap: 20px;*/
}

.col-lg-3 {
  flex: 0 0 23%; /* 23% for 4 columns with some gap */
  max-width: 23%;
}

@media (max-width: 992px) {
  .col-lg-3 {
      flex: 0 0 48%; /* Two columns for tablets */
      max-width: 48%;
  }

  .title-desc h3 {
      font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .col-lg-3 {
      flex: 0 0 100%; /* Full-width for small devices */
      max-width: 100%;
  }

  button {
      font-size: 0.9rem;
      padding: 8px 15px;
  }

  .title-desc h3 {
      font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .box-content .post {
      font-size: 0.8rem;
  }

  button {
      font-size: 0.8rem;
      padding: 6px 12px;
  }
}











.box13 .box-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all .2s ease-out 0s;
  display: flex
;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 768px) {
  .mb-md-5 {
      margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex
;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
  }
}
.box13 {
  position: relative;
  transition: all .2s ease-out 0s;
  text-align: center;
}
.box13 img {
  width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.box13 .box-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all .2s ease-out 0s;
  display: flex
;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.box13 .box-content, .box13:after {
  position: absolute;
  left: 20px;
  right: 20px;
}
* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.box13 .icon li, .box13 .post {
  display: inline-block;
}
.box13 .post {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}







.box13 .box-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all .2s ease-out 0s;
  display: flex
;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.box13 .box-content, .box13:after {
  position: absolute;
  left: 20px;
  right: 20px;
}

.box13 .title {
  display: block;
  font-size: 22px;
  color: #09a9d2;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
@media (min-width: 1200px) {
  .h3, h3 {
      font-size: 1.75rem;
  }
}



.box13 img {
  width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}



.box13 .icon li, .box13 .post {
  display: inline-block;
}

















.box13 .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.box13 .post {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}



/* Responsive Typography */
@media (max-width: 767px) {
  h3, .title {
      font-size: 1.5rem;
  }
}*





.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
      flex: 0 0 auto;
      /*width: 25%;*/
  }
}






@media (min-width: 768px) {
  .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}






.box13:hover .box-content, .box13:active .box-content, .box13:focus .box-content {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: .2s;
}
/*.box13 .box-content {
  top: 43%;
  bottom: -19%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all .2s ease-out 0s;
  display: flex
;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}*/
.box13 .box-content, .box13:after {
  position: absolute;
  left: 20px;
  right: 20px;
}
* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}




button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}
button {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.5em 1em;
  padding-left: 0.9em;
  display: flex
;
  align-items: center;
  border: none;
  border-radius: 1px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 auto;
}




@media (max-width: 600px) {
  .box13 .box-content {
      opacity: 1;
      transform: translate(0, -50%);
      transition-delay: .2s;
  }
}
.box13 .box-content {
  top: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(10%, -30%);
  transform: translate(10%, -30%);
  transition: all .2s ease-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.box13 .box-content, .box13:after {
  position: absolute;
  left: 20px;
  right: 20px;
}




















.box13 {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box13 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 8px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/*.box13:hover .box-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}*/








@media (max-width: 600px) {
  .box13 .box-content {
      opacity: 1;
      transform: translate(0, -50%);
      transition-delay: .2s;
  }
}










h3 {
	font-size: 1.5em;
	color: #3498db;
	margin-bottom: 10px;
  }
  
  p {
	font-size: 1em;
	margin-bottom: 10px;
  }
  
  ul {
	padding-left: 20px;
	margin-bottom: 10px;
  }
  
  ul li {
	margin-bottom: 5px;
  margin-left: 32px;
  }
  
  a {
	color: #3498db;
	text-decoration: none;
  }
  
  a:hover {
	text-decoration: underline;
  }
  
  /* Contact Info */
  .contact-info {
	font-size: 0.9em;
	margin-top: 20px;
  }
  .contact-info p {
	margin: 5px 0;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
	.container {
		padding: 15px;
	}
  
	h3 {
		font-size: 1.3em;
	}
  
	p, ul li {
		font-size: 0.9em;
	}
  }





